|
|
@ -105,19 +105,19 @@ |
|
|
</mah:MetroWindow.Resources> |
|
|
</mah:MetroWindow.Resources> |
|
|
<Grid> |
|
|
<Grid> |
|
|
|
|
|
|
|
|
<Rectangle HorizontalAlignment="Left" Width="180" Margin="0,0,0,0" Fill="#FFCCCCCC"/> |
|
|
<Rectangle HorizontalAlignment="Left" Width="140" Margin="0,0,0,0" Fill="#FFCCCCCC"/> |
|
|
<RadioButton Content="查询" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,190,0,0" VerticalAlignment="Top" Width="180" Background="#FFCCCCCC" Style="{DynamicResource RadioButtonStyle}" Checked="RadioButton_Checked"/> |
|
|
<RadioButton Content="查询" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,190,0,0" VerticalAlignment="Top" Width="140" Background="#FFCCCCCC" Style="{DynamicResource RadioButtonStyle}" Checked="RadioButton_Checked"/> |
|
|
<RadioButton Content="统计" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,245,0,0" VerticalAlignment="Top" Width="180" Background="#FFCCCCCC" Style="{DynamicResource RadioButtonStyle}" Checked="RadioButton_Checked"/> |
|
|
<RadioButton Content="统计" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,245,0,0" VerticalAlignment="Top" Width="140" Background="#FFCCCCCC" Style="{DynamicResource RadioButtonStyle}" Checked="RadioButton_Checked"/> |
|
|
<RadioButton Content="退出" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,0,0,50" VerticalAlignment="Bottom" Width="180" Background="#FFCCCCCC" Style="{DynamicResource Style}" Checked="exit" /> |
|
|
<RadioButton Content="退出" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,0,0,50" VerticalAlignment="Bottom" Width="140" Background="#FFCCCCCC" Style="{DynamicResource Style}" Checked="exit" /> |
|
|
<RadioButton Content="帮助" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,0,0,105" VerticalAlignment="Bottom" Width="180" Background="#FFCCCCCC" Style="{DynamicResource Style}" Checked="help" /> |
|
|
<RadioButton Content="帮助" Tag="" HorizontalAlignment="Left" Height="55" Margin="0,0,0,105" VerticalAlignment="Bottom" Width="140" Background="#FFCCCCCC" Style="{DynamicResource Style}" Checked="help" /> |
|
|
<Rectangle HorizontalAlignment="Left" Height="150" Margin="15,15,0,0" VerticalAlignment="Top" Width="150"> |
|
|
<Rectangle HorizontalAlignment="Left" Height="120" Margin="10,10,0,0" VerticalAlignment="Top" Width="120"> |
|
|
<Rectangle.Fill> |
|
|
<Rectangle.Fill> |
|
|
<ImageBrush ImageSource="/Logo/sunlight_sc.png"/> |
|
|
<ImageBrush ImageSource="/Logo/sunlight_sc.png"/> |
|
|
</Rectangle.Fill> |
|
|
</Rectangle.Fill> |
|
|
</Rectangle> |
|
|
</Rectangle> |
|
|
<!--righe--> |
|
|
<!--righe--> |
|
|
<Grid Grid.Column="1"> |
|
|
<Grid Grid.Column="1"> |
|
|
<ContentControl x:Name="container" Margin="180,0,0,0"/> |
|
|
<ContentControl x:Name="container" Margin="140,0,0,0"/> |
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
</Grid> |
|
|
</Grid> |
|
|
|