31 lines
2.2 KiB
XML
31 lines
2.2 KiB
XML
<Application x:Class="DeerProject.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:DeerProject"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/ButtonStyles.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/ScrollViewerStyle.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/ComboBoxStyle.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/DatePickerStyle.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/DataGridStyle.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/TabControlStyles.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/PageBaseTempalte.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/DeerProject;component/Assets/Styles/CollectionStyles.xaml" />
|
|
|
|
<ResourceDictionary>
|
|
<!--<FontFamily x:Key="iconfont">pack://application:,,,/DeerProject;component/Assets/Fonts/#iconfont</FontFamily>-->
|
|
<FontFamily x:Key="DigitalDisplay">pack://application:,,,/DeerProject;component/Assets/Fonts/#方正楷体简体</FontFamily>
|
|
<FontFamily x:Key="SourceHanSansCN-Bold">pack://application:,,,/DeerProject;component/Assets/Fonts/#SourceHanSansCN-Bold</FontFamily>
|
|
<FontFamily x:Key="SourceHanSansCN-Regular">pack://application:,,,/DeerProject;component/Assets/Fonts/#SourceHanSansCN-Regular</FontFamily>
|
|
</ResourceDictionary>
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
</Application>
|