You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
884 B

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:tablegen2"
xmlns:el="clr-namespace:tablegen2.layouts"
xmlns:Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero">
<FontFamily x:Key="CommonFont">微软雅黑</FontFamily>
<SolidColorBrush x:Key="CommonBorder">#0A72D9</SolidColorBrush>
<SolidColorBrush x:Key="CommonBack">#4592F0</SolidColorBrush>
<SolidColorBrush x:Key="CommonGrayBorder">#999999</SolidColorBrush>
<SolidColorBrush x:Key="CommonLightGrayBorder">#D8D8D8</SolidColorBrush>
<local:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter"/>
<Style x:Key="{x:Type TextBlock}" TargetType="{x:Type TextBlock}">