schangxiang@126.com
2025-11-04 f5ed29dc26c7cd952d56ec5721a2efc43cd25992
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Application x:Class="XHandler.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="clr-namespace:XHandler"
             xmlns:hc="https://handyorg.github.io/handycontrol" 
             StartupUri="MainWindow.xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/HxUserManagement;component/Themes/Styles.xaml"></ResourceDictionary>
                <ResourceDictionary Source="/Themes/StyleDictionary.xaml"/>
                <ResourceDictionary Source="/Themes/MenuStyle.xaml"/>
                <ResourceDictionary Source="/Themes/ListViewStyle.xaml"/>
                <ResourceDictionary Source="/Themes/ComboBoxStyle.xaml"/>
                <ResourceDictionary Source="/Themes/ButtonStyle.xaml"/>
                <ResourceDictionary Source="/Themes/DataGridStyle.xaml"/>
                <ResourceDictionary Source="/Themes/Generic.xaml"/>
                <ResourceDictionary Source="/Themes/TextStyle.xaml"/>
                <ResourceDictionary Source="/Themes/ExpanderStyle.xaml"/>
                <ResourceDictionary Source="/Themes/LabelStyle.xaml"/>
                <ResourceDictionary Source="/Themes/ProgressBarStyle.xaml"/>
 
                <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
                <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
 
</Application>