!提交代码
This commit is contained in:
29
货架标准上位机/App.xaml
Normal file
29
货架标准上位机/App.xaml
Normal file
@ -0,0 +1,29 @@
|
||||
<Application x:Class="货架标准上位机.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:货架标准上位机"
|
||||
StartupUri="Views/MainWindows/MainWindow1.xaml"
|
||||
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
||||
xmlns:hc="https://handyorg.github.io/handycontrol">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<!--框架-->
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<!--Ping9719.WpfEx-->
|
||||
<ResourceDictionary Source="pack://application:,,,/Ping9719.WpfEx;component/Themes/Theme.xaml"/>
|
||||
<!--HandyControl-->
|
||||
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
|
||||
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
<!--转换器-->
|
||||
<local:AuthConverter x:Key="AuthConverter"/>
|
||||
<local:AuthVisConverter x:Key="AuthVisConverter"/>
|
||||
<local:AuthVisHidConverter x:Key="AuthVisHidConverter"/>
|
||||
<!--字体-->
|
||||
<FontFamily x:Key="IconFont">pack://application,,,/货架标准上位机;component/Fonts/#iconfont</FontFamily>
|
||||
<!--字符串-->
|
||||
<sys:String x:Key="AboutInfo1">卓越盟讯</sys:String>
|
||||
<sys:String x:Key="AboutInfo2">智造未来</sys:String>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
Reference in New Issue
Block a user