|
@@ -20,11 +20,11 @@
|
|
<Label Content="Авторизация" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="30"/>
|
|
<Label Content="Авторизация" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="30"/>
|
|
|
|
|
|
<GroupBox Grid.Row="2" Header="Логин" Margin="0 0 0 30">
|
|
<GroupBox Grid.Row="2" Header="Логин" Margin="0 0 0 30">
|
|
- <TextBox BorderThickness="0" VerticalContentAlignment="Center" Height="40"/>
|
|
|
|
|
|
+ <TextBox BorderThickness="0" VerticalContentAlignment="Center" Height="40" Name="LoginTB"/>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
|
|
|
|
<GroupBox Grid.Row="3" Header="Пароль">
|
|
<GroupBox Grid.Row="3" Header="Пароль">
|
|
- <TextBox BorderThickness="0" VerticalContentAlignment="Center" Height="40"/>
|
|
|
|
|
|
+ <TextBox BorderThickness="0" VerticalContentAlignment="Center" Height="40" Name="PasswordTB"/>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
|
|
|
|
<Button Grid.Row="5" Width="400" Height="60" Margin="0 30 0 20" Click="AuthorizeButton_ClickHandler">
|
|
<Button Grid.Row="5" Width="400" Height="60" Margin="0 30 0 20" Click="AuthorizeButton_ClickHandler">
|