|
|
@ -3,6 +3,7 @@ |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
|
|
|
xmlns:input="clr-namespace:System.Windows.Input;assembly=PresentationCore" |
|
|
xmlns:local="clr-namespace:formula_manage" |
|
|
xmlns:local="clr-namespace:formula_manage" |
|
|
mc:Ignorable="d" |
|
|
mc:Ignorable="d" |
|
|
Title="Login" Height="360" Width="248"> |
|
|
Title="Login" Height="360" Width="248"> |
|
|
@ -12,9 +13,8 @@ |
|
|
<ImageBrush ImageSource="/sunlight_logotext.jpg"/> |
|
|
<ImageBrush ImageSource="/sunlight_logotext.jpg"/> |
|
|
</Rectangle.Fill> |
|
|
</Rectangle.Fill> |
|
|
</Rectangle> |
|
|
</Rectangle> |
|
|
|
|
|
<ComboBox Name="Name" Height="24" Margin="60,164,10,0" VerticalAlignment="Top" FontSize="14" IsEditable="True"/> |
|
|
<PasswordBox Height="24" Margin="60,210,10,0" VerticalAlignment="Top" FontSize="16"/> |
|
|
<PasswordBox Name="Pasword" Height="24" Margin="60,210,10,0" VerticalAlignment="Top" FontSize="14" input:InputMethod.IsInputMethodEnabled="False"/> |
|
|
<ComboBox Height="24" Margin="60,164,10,0" VerticalAlignment="Top" FontSize="16" IsEditable="True"/> |
|
|
|
|
|
<TextBlock HorizontalAlignment="Left" Height="26" Margin="10,166,0,0" TextWrapping="Wrap" Text="账号" VerticalAlignment="Top" Width="41" FontSize="20" RenderTransformOrigin="0.833,0.478"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="26" Margin="10,166,0,0" TextWrapping="Wrap" Text="账号" VerticalAlignment="Top" Width="41" FontSize="20" RenderTransformOrigin="0.833,0.478"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="26" Margin="10,210,0,0" TextWrapping="Wrap" Text="密码" VerticalAlignment="Top" Width="41" FontSize="20" RenderTransformOrigin="0.833,0.478"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="26" Margin="10,210,0,0" TextWrapping="Wrap" Text="密码" VerticalAlignment="Top" Width="41" FontSize="20" RenderTransformOrigin="0.833,0.478"/> |
|
|
<Button Content="登录" HorizontalAlignment="Left" Height="23" Margin="60,264,0,0" VerticalAlignment="Top" Width="44" Click="Button_Click_1"/> |
|
|
<Button Content="登录" HorizontalAlignment="Left" Height="23" Margin="60,264,0,0" VerticalAlignment="Top" Width="44" Click="Button_Click_1"/> |
|
|
|