|
@@ -6,27 +6,27 @@
|
|
|
xmlns:local="clr-namespace:Project_Shilkina1.PAGES"
|
|
|
mc:Ignorable="d"
|
|
|
d:DesignHeight="450" d:DesignWidth="800"
|
|
|
- Title="Page1">
|
|
|
+ Title="">
|
|
|
|
|
|
- <Grid Background="#FFE4C3C3">
|
|
|
+ <Grid Background="White">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="55*"/>
|
|
|
- <RowDefinition Height="102*"/>
|
|
|
- <RowDefinition Height="80*"/>
|
|
|
+ <RowDefinition Height="91*"/>
|
|
|
+ <RowDefinition Height="91*"/>
|
|
|
<RowDefinition Height="213*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="56*"/>
|
|
|
<ColumnDefinition Width="92*"/>
|
|
|
<ColumnDefinition Width="211*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="56*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Label Content="Логин" Margin="0,0,30,10" Grid.Column="1" Grid.Row="1"/>
|
|
|
<Label Content="Пароль" Margin="0,33,30,10" Grid.Column="1" Grid.Row="1" Grid.RowSpan="2"/>
|
|
|
- <TextBox x:Name="TextBoxLogin" Text="" TextWrapping="Wrap" Grid.Column="2" Margin="0,4,10,10" Grid.Row="1"/>
|
|
|
- <TextBox x:Name="TextBoxPassword" Text="" TextWrapping="Wrap" Grid.Column="2" Margin="0,0,10,8" Grid.Row="2"/>
|
|
|
+ <TextBox x:Name="TextBoxLogin" Text="" TextWrapping="Wrap" Grid.Column="1" Margin="177,4,10,10" Grid.Row="1" Grid.ColumnSpan="2"/>
|
|
|
+ <TextBox x:Name="TextBoxPassword" Text="" TextWrapping="Wrap" Grid.Column="1" Margin="177,0,10,8" Grid.Row="2" Grid.ColumnSpan="2"/>
|
|
|
<Button Content="Вход" Grid.Column="2" HorizontalAlignment="Left" Margin="59,10,0,0" Grid.Row="3" VerticalAlignment="Top" Click="Button_Click" Height="20" Width="30"/>
|
|
|
- <Button Content="Регистрация" Grid.Column="2" HorizontalAlignment="Left" Margin="38,35,0,0" Grid.Row="3" VerticalAlignment="Top" Height="20" Width="72"/>
|
|
|
+ <Button Content="Регистрация" Grid.Column="2" HorizontalAlignment="Left" Margin="38,35,0,0" Grid.Row="3" VerticalAlignment="Top" Height="20" Width="72" Click="ButtonRegistration_OnClick"/>
|
|
|
|
|
|
</Grid>
|
|
|
</Page>
|