|
|
@ -22,7 +22,7 @@ |
|
|
|
<RowDefinition Height="*"></RowDefinition> |
|
|
|
<RowDefinition Height="*"></RowDefinition> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Background="White" Height="50"> |
|
|
|
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Background="White" Height="70"> |
|
|
|
<Grid> |
|
|
|
<Grid> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="1*" /> |
|
|
|
<ColumnDefinition Width="1*" /> |
|
|
@ -32,8 +32,8 @@ |
|
|
|
<ColumnDefinition Width="2*" /> |
|
|
|
<ColumnDefinition Width="2*" /> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="25"></RowDefinition> |
|
|
|
<RowDefinition Height="1*"></RowDefinition> |
|
|
|
<RowDefinition Height="25"></RowDefinition> |
|
|
|
<RowDefinition Height="1*"></RowDefinition> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<Button Content="{DynamicResource SaveAs}" Foreground="#ffffff" Background="#A7896F" Width="70" Command="{Binding SaveFileCommand}"/> |
|
|
|
<Button Content="{DynamicResource SaveAs}" Foreground="#ffffff" Background="#A7896F" Width="70" Command="{Binding SaveFileCommand}"/> |
|
|
|
<Button Grid.Column="1" Content="{DynamicResource Export}" Foreground="#ffffff" Background="#A7896F" Width="70" Command="{Binding SaveAsCommand}"/> |
|
|
|
<Button Grid.Column="1" Content="{DynamicResource Export}" Foreground="#ffffff" Background="#A7896F" Width="70" Command="{Binding SaveAsCommand}"/> |
|
|
|