终端一体化运控平台
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.
 
 
 

18 lines
660 B

  1. <ResourceDictionary
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:con="clr-namespace:BPASmartClient.CustomResource.Converters">
  5. <!-- 文本框的字体颜色 -->
  6. <SolidColorBrush x:Key="TextBlockForeground" Color="#9934F7F7" />
  7. <!-- 表格头边框颜色 -->
  8. <SolidColorBrush x:Key="TitleBorderColor" Color="#FF2AB2E7" />
  9. <!-- 表格头字体颜色 -->
  10. <SolidColorBrush x:Key="TitleFontColor" Color="#ddd" />
  11. <!-- 数据表边框颜色 -->
  12. <SolidColorBrush x:Key="BorderSolid" Color="#5523CACA" />
  13. </ResourceDictionary>