|
@@ -7,6 +7,17 @@
|
|
|
mc:Ignorable="d"
|
|
|
Title="MainWindow" Height="600" Width="800">
|
|
|
<Grid>
|
|
|
-
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="235"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="295"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Content="Label" Grid.Column="1" HorizontalAlignment="Left" Margin="88,81,0,0" Grid.Row="1" VerticalAlignment="Top"/>
|
|
|
+
|
|
|
</Grid>
|
|
|
</Window>
|