Default.xaml 2.2 KB
Newer Older
小时後可胖了's avatar
建库  
小时後可胖了 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/Color.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/DialogWindowStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/ButtonStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/TextBoxStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/DataGridStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/ScrollViewer.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/ComboBoxStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/PackIconStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/LableStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/TabControlStyle.xaml" />
小时後可胖了's avatar
小时後可胖了 已提交
14
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/WindowStyle.xaml" />
15 16
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/RadioButtonStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/CheckBoxStyle.xaml" />
小时後可胖了's avatar
小时後可胖了 已提交
17
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/TextBlockStyle.xaml" />
18
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/SwitchStyle.xaml" />
柯勇 已提交
19
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/CascaderStyle.xaml" />
柯勇 已提交
20 21
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/CalendarStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/DatePickerStyle.xaml" />
小时後可胖了's avatar
小时後可胖了 已提交
22
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/MenuStyle.xaml" />
小时後可胖了's avatar
建库  
小时後可胖了 已提交
23 24
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>