|
@@ -8,13 +8,18 @@
|
|
Title="MainWindow" Height="450" Width="800">
|
|
Title="MainWindow" Height="450" Width="800">
|
|
<Grid>
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
- <ColumnDefinition Width="101"/>
|
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
|
|
|
+ <ColumnDefinition Width="133"/>
|
|
|
|
+ <ColumnDefinition/>
|
|
</Grid.ColumnDefinitions>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="130"/>
|
|
<RowDefinition Height="130"/>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="*"/>
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
-
|
|
|
|
|
|
+ <StackPanel>
|
|
|
|
+ <TextBlock Grid.Row="1" Text="{Binding Title}"/>
|
|
|
|
+ <Button Content="Кнопка"/>
|
|
|
|
+ <Button Content="Кнопка2"/>
|
|
|
|
+ </StackPanel>
|
|
|
|
+ <Frame />
|
|
</Grid>
|
|
</Grid>
|
|
</Window>
|
|
</Window>
|