2024-03-11 05:12:02 +00:00
|
|
|
<p:PrismApplication x:Class="InSituLaboratory.App"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:local="clr-namespace:InSituLaboratory"
|
|
|
|
|
xmlns:p="http://prismlibrary.com/">
|
|
|
|
|
<Application.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/TextBoxStyles.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/ButtonStyles.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/ScrollViewerStyle.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/ComboBoxStyle.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/DatePickerStyle.xaml"/>
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/DataGridStyle.xaml"/>
|
|
|
|
|
|
|
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/PageBaseTempalte.xaml"/>
|
2024-03-14 01:24:31 +00:00
|
|
|
<ResourceDictionary Source="/InSituLaboratory.Assets;component/Styles/CollectionStyles.xaml"/>
|
2024-03-11 05:12:02 +00:00
|
|
|
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<FontFamily x:Key="Icons">/InSituLaboratory.Assets;component/Fonts/iconfont.ttf#zx_icons</FontFamily>
|
2024-04-22 10:19:09 +00:00
|
|
|
<FontFamily x:Key="IconsExt">/InSituLaboratory.Assets;component/Fonts/iconfont1.ttf#iconfont</FontFamily>
|
2024-04-10 09:50:54 +00:00
|
|
|
<FontFamily x:Key="DigitalDisplay">/InSituLaboratory.Assets;component/Fonts/#方正楷体简体</FontFamily>
|
2024-10-31 00:29:52 +00:00
|
|
|
<FontFamily x:Key="SourceHanSansCN-Bold">/InSituLaboratory.Assets;component/Fonts/#SourceHanSansCN-Bold</FontFamily>
|
|
|
|
|
<FontFamily x:Key="SourceHanSansCN-Regular">/InSituLaboratory.Assets;component/Fonts/#SourceHanSansCN-Regular</FontFamily>
|
2024-03-11 05:12:02 +00:00
|
|
|
</ResourceDictionary>
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Application.Resources>
|
|
|
|
|
</p:PrismApplication>
|