|
|
|
@ -33,8 +33,8 @@ |
|
|
|
|
|
|
|
</ColumnDefinition> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBlock Grid.Column="0" Text="{TemplateBinding Tag}" FontFamily="Fonts/#FontAwesome" Background="#FF66CCFF"/> |
|
|
|
<TextBlock Grid.Column="1" Text="{TemplateBinding Content}"/> |
|
|
|
<TextBlock Grid.Column="0" Text="{TemplateBinding Tag}" FontFamily="Fonts/#FontAwesome" HorizontalAlignment="Left" Width="40" FontSize="30"/> |
|
|
|
<TextBlock Grid.Column="1" Text="{TemplateBinding Content}" FontFamily="Fonts/#FontAwesome" HorizontalAlignment="Right" Width="60" FontSize="30"/> |
|
|
|
</Grid> |
|
|
|
</Border> |
|
|
|
</Grid> |
|
|
|
@ -49,7 +49,7 @@ |
|
|
|
</Style> |
|
|
|
</mah:MetroWindow.Resources> |
|
|
|
<Grid> |
|
|
|
<RadioButton Content="RadioButton" Tag="" HorizontalAlignment="Left" Height="785" Margin="000,000,0,0" VerticalAlignment="Top" Width="100" Background="#FF66CCFF" Style="{DynamicResource RadioButtonStyle}"/> |
|
|
|
<RadioButton Content="查询" Tag="" HorizontalAlignment="Left" Height="785" Margin="000,080,0,0" VerticalAlignment="Top" Width="100" Background="#FF66CCFF" Style="{DynamicResource RadioButtonStyle}"/> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
</mah:MetroWindow> |