Default.xaml 1.8 KB
Newer Older
小时後可胖了's avatar
建库  
小时後可胖了 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<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/CalendarStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/DateTimePickerStyle.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
小时後可胖了 已提交
16
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/WindowStyle.xaml" />
17 18
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/RadioButtonStyle.xaml" />
        <ResourceDictionary Source="pack://application:,,,/SmartUI;component/Themes/CheckBoxStyle.xaml" />
小时後可胖了's avatar
建库  
小时後可胖了 已提交
19 20
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>