From e578fbbb9b4eb37f3381863edd86d4d882b53cb0 Mon Sep 17 00:00:00 2001 From: liufei Date: Tue, 10 May 2022 15:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F=E9=A2=84?= =?UTF-8?q?=E8=AE=BE=E6=B8=90=E5=8F=98=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/Other/GradientBGDialog.xaml | 58 ++++++++++ Control/Other/GradientBGDialog.xaml.cs | 38 +++++++ Control/UserControls/Config/ThemeControl.xaml | 5 +- .../UserControls/Config/ThemeControl.xaml.cs | 7 ++ Control/Windows/ConfigWindow.xaml | 101 ++++++++++-------- Control/Windows/ConfigWindow.xaml.cs | 18 ++++ Converts/StringAppendConvert.cs | 33 ++++++ MainWindow.xaml | 4 - ViewModel/AppConfig.cs | 35 ++++++ ViewModel/GradientBGParam.cs | 79 ++++++++++++++ ViewModel/Temp/GradientBGParamList.cs | 42 ++++++++ 11 files changed, 368 insertions(+), 52 deletions(-) create mode 100644 Control/Other/GradientBGDialog.xaml create mode 100644 Control/Other/GradientBGDialog.xaml.cs create mode 100644 Converts/StringAppendConvert.cs create mode 100644 ViewModel/GradientBGParam.cs create mode 100644 ViewModel/Temp/GradientBGParamList.cs diff --git a/Control/Other/GradientBGDialog.xaml b/Control/Other/GradientBGDialog.xaml new file mode 100644 index 0000000..e5a6216 --- /dev/null +++ b/Control/Other/GradientBGDialog.xaml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +