|
@@ -5,15 +5,15 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:InteractiveKiosk"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="Окно авторизации" Height="451" Width="800" WindowStartupLocation="CenterScreen">
|
|
|
+ Title="Окно авторизации" Height="400" Width="600" WindowStartupLocation="CenterScreen">
|
|
|
<Grid>
|
|
|
- <TextBox Name="username" GotFocus="Username_GotFocus" LostFocus="Username_LostFocus" HorizontalAlignment="Left" Height="23" Margin="276,178,0,0" TextWrapping="Wrap" Text="Логин" VerticalAlignment="Top" Width="120" TextChanged="username_TextChanged"/>
|
|
|
- <TextBlock HorizontalAlignment="Left" Margin="126,179,0,0" TextWrapping="Wrap" Text="Имя пользователя:" VerticalAlignment="Top" Height="23" Width="106"/>
|
|
|
- <PasswordBox Name="password2" HorizontalAlignment="Left" Margin="570,178,0,0" VerticalAlignment="Top" Width="120" Height="23"/>
|
|
|
- <TextBox Name="password" GotFocus="Password_GotFocus" LostFocus="Password_LostFocus" HorizontalAlignment="Left" Height="23" Margin="276,216,0,0" TextWrapping="Wrap" Text="Пароль" VerticalAlignment="Top" Width="120" TextChanged="password_TextChanged"/>
|
|
|
- <TextBlock HorizontalAlignment="Left" Margin="126,217,0,0" TextWrapping="Wrap" Text="Пароль:" VerticalAlignment="Top" Height="23" Width="106"/>
|
|
|
- <Button Content="Вход" Click = "LoginButton" HorizontalAlignment="Left" Margin="228,271,0,0" VerticalAlignment="Top" Width="75" />
|
|
|
- <CheckBox Content="Показать пароль" HorizontalAlignment="Left" Margin="390,252,0,0" VerticalAlignment="Top"/>
|
|
|
- <ListBox Name="listbox" HorizontalAlignment="Left" Height="100" Margin="29,47,0,0" VerticalAlignment="Top" Width="100"/>
|
|
|
+ <TextBox Name="username" GotFocus="Username_GotFocus" LostFocus="Username_LostFocus" HorizontalAlignment="Left" Height="23" Margin="256,27,0,0" TextWrapping="Wrap" Text="Логин" VerticalAlignment="Top" Width="120" TextChanged="username_TextChanged"/>
|
|
|
+ <TextBlock HorizontalAlignment="Left" Margin="122,27,0,0" TextWrapping="Wrap" Text="Имя пользователя:" VerticalAlignment="Top" Height="23" Width="106"/>
|
|
|
+ <PasswordBox Name="password2" HorizontalAlignment="Left" Margin="394,54,0,0" VerticalAlignment="Top" Width="120" Height="23"/>
|
|
|
+ <TextBox Name="password" GotFocus="Password_GotFocus" LostFocus="Password_LostFocus" HorizontalAlignment="Left" Height="23" Margin="256,75,0,0" TextWrapping="Wrap" Text="Пароль" VerticalAlignment="Top" Width="120" TextChanged="password_TextChanged"/>
|
|
|
+ <TextBlock HorizontalAlignment="Left" Margin="122,75,0,0" TextWrapping="Wrap" Text="Пароль:" VerticalAlignment="Top" Height="23" Width="106"/>
|
|
|
+ <Button Content="Вход" Click = "LoginButton" HorizontalAlignment="Left" Margin="122,122,0,0" VerticalAlignment="Top" Width="75" />
|
|
|
+ <CheckBox Content="Показать пароль" HorizontalAlignment="Left" Margin="256,122,0,0" VerticalAlignment="Top"/>
|
|
|
+ <ListBox Name="listbox" HorizontalAlignment="Left" Height="100" Margin="10,10,0,0" VerticalAlignment="Top" Width="100"/>
|
|
|
</Grid>
|
|
|
</Window>
|