|
@@ -5,7 +5,7 @@
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:CopyCenter"
|
|
xmlns:local="clr-namespace:CopyCenter"
|
|
mc:Ignorable="d"
|
|
mc:Ignorable="d"
|
|
- Title="Авторизация" Height="150" Width="300" WindowStartupLocation="CenterScreen">
|
|
|
|
|
|
+ Title="Авторизация" Height="150" Width="300" WindowStartupLocation="CenterScreen" FontFamily="Century Gothic">
|
|
<Grid>
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition/>
|
|
<RowDefinition/>
|
|
@@ -20,7 +20,7 @@
|
|
<TextBlock Text="Пароль" Grid.Row="1"/>
|
|
<TextBlock Text="Пароль" Grid.Row="1"/>
|
|
<TextBox Name="login" Grid.Column="1" Grid.Row="0"/>
|
|
<TextBox Name="login" Grid.Column="1" Grid.Row="0"/>
|
|
<PasswordBox Name="password" Grid.Column="1" Grid.Row="1"/>
|
|
<PasswordBox Name="password" Grid.Column="1" Grid.Row="1"/>
|
|
- <Button Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" Content="Войти" Click="AuthorizationClick"/>
|
|
|
|
|
|
+ <Button Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" Content="Войти" Click="AuthorizationClick" FontFamily="Comic Sans MS"/>
|
|
|
|
|
|
</Grid>
|
|
</Grid>
|
|
</Window>
|
|
</Window>
|