- <ResourceDictionary
- xmlns="https://github.com/avaloniaui"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:s="using:System">
- <!-- Add Resources Here -->
- <s:Double x:Key="ItemFontSize">12</s:Double>
- <s:Double x:Key="ControlButtonWidth">120</s:Double>
- <s:Double x:Key="ControlButtonHeight">56</s:Double>
- <s:Double x:Key="ItemHeight">32</s:Double>
- <s:Double x:Key="TabItemHeight">38</s:Double>
- <s:Double x:Key="TabItemFontSize">16</s:Double>
- <SolidColorBrush x:Key="TableTitleBackColor" Color="LightGray" />
- <SolidColorBrush x:Key="OilDefaultColor" Color="#0087FF" />
- <SolidColorBrush x:Key="WarnColor" Color="Yellow" />
- <SolidColorBrush x:Key="ErrorColor" Color="Red" />
- </ResourceDictionary>
|