ResourceDictionary.axaml 761 B

12345678910111213141516
  1. <ResourceDictionary
  2. xmlns="https://github.com/avaloniaui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:s="using:System">
  5. <!-- Add Resources Here -->
  6. <s:Double x:Key="ItemFontSize">12</s:Double>
  7. <s:Double x:Key="ControlButtonWidth">120</s:Double>
  8. <s:Double x:Key="ControlButtonHeight">56</s:Double>
  9. <s:Double x:Key="ItemHeight">32</s:Double>
  10. <s:Double x:Key="TabItemHeight">38</s:Double>
  11. <s:Double x:Key="TabItemFontSize">16</s:Double>
  12. <SolidColorBrush x:Key="TableTitleBackColor" Color="LightGray" />
  13. <SolidColorBrush x:Key="OilDefaultColor" Color="#0087FF" />
  14. <SolidColorBrush x:Key="WarnColor" Color="Yellow" />
  15. <SolidColorBrush x:Key="ErrorColor" Color="Red" />
  16. </ResourceDictionary>