|
@@ -5,30 +5,15 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:Kovalev1App"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="MainWindow" Height="450" Width="1064.534">
|
|
|
- <Grid Margin="-2,10,2,-10">
|
|
|
+ Title="MainWindow" Height="450" Width="800">
|
|
|
+ <Grid Margin="-2,0,0,-10" HorizontalAlignment="Left" Width="792" Height="419" VerticalAlignment="Bottom">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="35*"/>
|
|
|
- <RowDefinition Height="235*"/>
|
|
|
- <RowDefinition Height="49*"/>
|
|
|
+ <RowDefinition Height="42"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition Height="42"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="80*"/>
|
|
|
- <ColumnDefinition Width="295*"/>
|
|
|
- <ColumnDefinition Width="142*"/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.ColumnSpan="3" Grid.RowSpan="3">
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="235*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="295*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
-
|
|
|
- </Grid>
|
|
|
+ <Rectangle Fill="#FFF4F4F5" Grid.Row="2" StrokeThickness="0" Height="42" VerticalAlignment="Bottom"/>
|
|
|
+ <Button Content="Назад" HorizontalAlignment="Left" Margin="10,10,0,10" Width="75"/>
|
|
|
+ <Frame x:Name="MainFrame" Content="Frame" Grid.Row="1"/>
|
|
|
</Grid>
|
|
|
</Window>
|