2024-02-28 14:02:28 +00:00
|
|
|
<Application x:Class="VPet_Simulator.Windows.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:VPet_Simulator.Windows"
|
|
|
|
xmlns:pu="https://opensource.panuon.com/wpf-ui" StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
2023-06-05 08:42:20 +00:00
|
|
|
<ResourceDictionary>
|
2024-02-28 14:02:28 +00:00
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
<ResourceDictionary>
|
|
|
|
<FontFamily x:Key="MainFont">
|
|
|
|
/VPet-Simulator.Windows;component/Res/Font/#OPPOSans R
|
|
|
|
</FontFamily>
|
|
|
|
<FontFamily x:Key="RemixIcon">
|
|
|
|
/VPet-Simulator.Windows;component/Res/#remixicon
|
|
|
|
</FontFamily>
|
|
|
|
</ResourceDictionary>
|
|
|
|
<ResourceDictionary>
|
|
|
|
<pu:GlobalSettings x:Key="globalSettings" FontFamily="{StaticResource MainFont}" FontSize="14"
|
|
|
|
IconFontFamily="/VPet-Simulator.Windows;component/Res/#remixicon" IconFontSize="16" />
|
2024-03-27 16:45:14 +00:00
|
|
|
|
|
|
|
<pu:MessageBoxXSettings x:Key="messageBoxSettings">
|
|
|
|
<pu:MessageBoxXSettings.WindowXStyle>
|
|
|
|
<Style TargetType="pu:WindowX"
|
|
|
|
BasedOn="{StaticResource {x:Static pu:MessageBoxX.WindowXStyleKey}}">
|
|
|
|
<Setter Property="pu:WindowXCaption.Background"
|
|
|
|
Value="{DynamicResource DARKPrimary}" />
|
|
|
|
<Setter Property="pu:WindowXCaption.Foreground"
|
|
|
|
Value="{DynamicResource DARKPrimaryText}" />
|
|
|
|
</Style>
|
|
|
|
</pu:MessageBoxXSettings.WindowXStyle>
|
|
|
|
|
|
|
|
</pu:MessageBoxXSettings>
|
2024-02-28 14:02:28 +00:00
|
|
|
</ResourceDictionary>
|
|
|
|
<ResourceDictionary Source="/VPet-Simulator.Windows.Interface;component/ResourceStyle.xaml" />
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
2023-06-05 08:42:20 +00:00
|
|
|
</ResourceDictionary>
|
2024-02-28 14:02:28 +00:00
|
|
|
</Application.Resources>
|
2022-12-13 07:10:18 +00:00
|
|
|
</Application>
|