|
@@ -8,16 +8,16 @@
|
|
|
Title="MainWindow" Height="600" Width="800">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="235"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="42"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition Height="42"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="295"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Content="Label" Grid.Column="1" HorizontalAlignment="Left" Margin="88,81,0,0" Grid.Row="1" VerticalAlignment="Top"/>
|
|
|
+ <Rectangle Fill="#FFF4F4F5" Grid.Row="2" StrokeThickness="0"/>
|
|
|
+ <Button Content="Назад" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="75"/>
|
|
|
+ <Frame Content="MainFrame" Grid.Row="1"/>
|
|
|
|
|
|
</Grid>
|
|
|
</Window>
|