|
@@ -13,13 +13,14 @@
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid HorizontalAlignment="Left" Width="790" Grid.ColumnSpan="2" Margin="10,0,0,0" RenderTransformOrigin="0.502,0.896">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="70*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="289*"/>
|
|
|
- <RowDefinition Height="81*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="693*"/>
|
|
|
- <ColumnDefinition Width="107*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
</Grid>
|
|
|
</Grid>
|