终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

18 行
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>