Dictionary_CellColor.xaml 676 Bytes
Newer Older
1 2 3
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:local="clr-namespace:FLY.Weight2.UI.Client">
4 5 6 7 8 9 10
    <SolidColorBrush x:Key="Color_g1#0" Color="#FFe04f4f"/>
    <SolidColorBrush x:Key="Color_g2#0" Color="#FFfab051"/>
    <SolidColorBrush x:Key="Color_g3#0" Color="#FF10a7ae"/>
    <SolidColorBrush x:Key="Color_g4#0" Color="#FF4f97e0"/>
    <SolidColorBrush x:Key="Color_g5#0" Color="#FFe04fe0"/>
    <SolidColorBrush x:Key="Color_g6#0" Color="#FF4fe0e0"/>
    <SolidColorBrush x:Key="Color_g7#0" Color="#FF50fa50"/>
11
</ResourceDictionary>