添加项目文件。

This commit is contained in:
GG Z
2024-09-22 11:05:41 +08:00
parent fb5d55723a
commit 49ceaae6a8
764 changed files with 78850 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Theme/Light.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Variables.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Resources/Variables.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

View File

@@ -0,0 +1,10 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=System.Runtime">
<CornerRadius x:Key="ControlTopCornerRadius">3.5,3.5,0,0</CornerRadius>
<system:Double x:Key="ColorPickerRadius">4</system:Double>
<Thickness x:Key="ThumbMargin">-5,-5,0,0</Thickness>
<system:Double x:Key="ThumbSize">10</system:Double>
<Thickness x:Key="ControlMargin">5</Thickness>
</ResourceDictionary>

View File

@@ -0,0 +1,18 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Resources/Variables.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ComboBoxEx/ComboBoxEx.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/TextBoxEx/TextBoxEx.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ChooseBox/ChooseBox.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/GroupBox/GroupBox.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ColorZone/ColorZone.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ColorPicker/ColorPicker.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/FluentWindowEx/FluentWindowEx.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/CheckComboBox/CheckComboBox.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiTreeView/MultiTreeView.xaml" />
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiSelectComboBox/MultiSelectComboBox.xaml" />-->
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiSelectTreeView/MultiSelectTreeView.Classic.xaml" />-->
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiSelectTreeView/MultiSelectTreeViewItem.Classic.xaml" />-->
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>