整理控件库

This commit is contained in:
GG Z
2025-05-05 17:04:06 +08:00
parent 74532b77be
commit 3eaad7566e
283 changed files with 2156 additions and 17846 deletions

View File

@@ -1,13 +1,4 @@
<!--
This Source Code Form is subject to the terms of the MIT License.
If a copy of the MIT was not distributed with this file, You can obtain one at https://opensource.org/licenses/MIT.
Copyright (C) Leszek Pomianowski and WPF UI Contributors.
All Rights Reserved.
Based on Microsoft XAML for Win UI
Copyright (c) Microsoft Corporation. All Rights Reserved.
-->
<ResourceDictionary
<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=mscorlib">
@@ -26,7 +17,6 @@
<Duration x:Key="ControlFastAnimationAfterDuration">00:00:00.168</Duration>
<Duration x:Key="ControlFasterAnimationDuration">00:00:00.083</Duration>
-->
<Thickness x:Key="TextControlBorderThemeThickness">1</Thickness>
<Thickness x:Key="TextControlBorderThemeThicknessFocused">2</Thickness>
<Thickness x:Key="TextControlThemePadding">10,8,10,7</Thickness>
@@ -34,22 +24,23 @@
<system:Double x:Key="ContentControlFontSize">14</system:Double>
<system:Double x:Key="TextControlThemeMinHeight">24</system:Double>
<system:Double x:Key="TextControlThemeMinWidth">0</system:Double>
<system:Double x:Key="ListViewItemMinHeight">32</system:Double>
<system:Double x:Key="TreeViewItemMinHeight">24</system:Double>
<system:Double x:Key="TreeViewItemMultiSelectCheckBoxMinHeight">24</system:Double>
<system:Double x:Key="TreeViewItemPresenterMargin">0</system:Double>
<system:Double x:Key="TreeViewItemPresenterPadding">0</system:Double>
<Thickness x:Key="TimePickerHostPadding">0,1,0,2</Thickness>
<Thickness x:Key="DatePickerHostPadding">0,1,0,2</Thickness>
<Thickness x:Key="DatePickerHostMonthPadding">9,0,0,1</Thickness>
<Thickness x:Key="ComboBoxEditableTextPadding">10,0,30,0</Thickness>
<system:Double x:Key="ComboBoxMinHeight">24</system:Double>
<Thickness x:Key="ComboBoxPadding">12,1,0,3</Thickness>
<system:Double x:Key="NavigationViewItemOnLeftMinHeight">32</system:Double>
<CornerRadius x:Key="ControlTopCornerRadius">3.5,3.5,0,0</CornerRadius>
<!--ColorPicker-->
<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>