整理控件库

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,4 +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.
@@ -7,10 +7,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--
A set of a consistent color palette for use inside the application
PaletteRedColor is used for TitleBar > Close
-->
<!-- 一组用于应用程序内部的一致调色板PaletteRedColor 用于 TitleBar > Close -->
<Color x:Key="PalettePrimaryColor">#333333</Color>
<Color x:Key="PaletteRedColor">#F44336</Color>