From fa38d3d664d7c8ad195be1be2b7ce765710d106f Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Sun, 5 Apr 2026 17:58:57 +0800 Subject: [PATCH] =?UTF-8?q?remove:=E6=97=A7=E7=9A=84=E6=96=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/MainWindow.xaml | 11 +- Ink Canvas/MainWindow.xaml.cs | 33 - .../SettingsViews/AboutPanel.xaml | 191 -- .../SettingsViews/AboutPanel.xaml.cs | 478 ----- .../SettingsViews/AdvancedPanel.xaml | 682 ------ .../SettingsViews/AdvancedPanel.xaml.cs | 596 ------ .../SettingsViews/AppearancePanel.xaml | 520 ----- .../SettingsViews/AppearancePanel.xaml.cs | 48 - .../SettingsViews/AutomationPanel.xaml | 422 ---- .../SettingsViews/AutomationPanel.xaml.cs | 204 -- .../SettingsViews/CanvasAndInkPanel.xaml | 399 ---- .../SettingsViews/CanvasAndInkPanel.xaml.cs | 694 ------ .../SettingsViews/ComboBoxStyles.xaml | 136 -- .../SettingsViews/CrashActionPanel.xaml | 37 - .../SettingsViews/CrashActionPanel.xaml.cs | 49 - .../FloatingBarDnDSettingsPanel.xaml | 98 - .../FloatingBarDnDSettingsPanel.xaml.cs | 163 -- .../SettingsViews/GesturesPanel.xaml | 104 - .../SettingsViews/GesturesPanel.xaml.cs | 364 ---- .../SettingsViews/InkRecognitionPanel.xaml | 200 -- .../SettingsViews/InkRecognitionPanel.xaml.cs | 49 - .../SettingsViews/LuckyRandomPanel.xaml | 231 -- .../SettingsViews/LuckyRandomPanel.xaml.cs | 489 ----- .../SettingsViews/PowerPointPanel.xaml | 600 ------ .../SettingsViews/PowerPointPanel.xaml.cs | 714 ------- .../SettingsViews/SearchPanel.xaml | 140 -- .../SettingsViews/SearchPanel.xaml.cs | 607 ------ .../SettingsViews/SecurityPanel.xaml | 174 -- .../SettingsViews/SecurityPanel.xaml.cs | 230 -- .../SettingsViews/SettingsBaseView.xaml | 54 - .../SettingsViews/SettingsBaseView.xaml.cs | 206 -- .../SettingsViews/SettingsPanelBase.cs | 279 --- .../SettingsViews/ShortcutsPanel.xaml | 15 - .../SettingsViews/ShortcutsPanel.xaml.cs | 49 - .../SettingsViews/SnapshotPanel.xaml | 173 -- .../SettingsViews/SnapshotPanel.xaml.cs | 414 ---- .../SettingsViews/StartupPanel.xaml | 155 -- .../SettingsViews/StartupPanel.xaml.cs | 305 --- .../SettingsViews/StoragePanel.xaml | 15 - .../SettingsViews/StoragePanel.xaml.cs | 49 - .../SettingsViews/ThemeHelper.cs | 502 ----- .../SettingsViews/ThemePanel.xaml | 495 ----- .../SettingsViews/ThemePanel.xaml.cs | 854 -------- .../SettingsViews/TimerPanel.xaml | 150 -- .../SettingsViews/TimerPanel.xaml.cs | 49 - .../SettingsViews/UpdateCenterPanel.xaml | 366 ---- .../SettingsViews/UpdateCenterPanel.xaml.cs | 1140 ---------- .../Windows/SettingsViews/SettingsWindow.xaml | 894 -------- .../SettingsViews/SettingsWindow.xaml.cs | 1878 ----------------- .../MainWindowSettingsHelper.cs | 168 +- .../SettingsViews2/Pages/StartupPage.xaml.cs | 14 +- 51 files changed, 30 insertions(+), 16857 deletions(-) delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AdvancedPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AdvancedPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AppearancePanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AppearancePanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AutomationPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AutomationPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/CanvasAndInkPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/CanvasAndInkPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/ComboBoxStyles.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/CrashActionPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/CrashActionPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/FloatingBarDnDSettingsPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/FloatingBarDnDSettingsPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/GesturesPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/GesturesPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/InkRecognitionPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/InkRecognitionPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/LuckyRandomPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/LuckyRandomPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/PowerPointPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/PowerPointPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SearchPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SearchPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SecurityPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SecurityPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SettingsBaseView.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SettingsBaseView.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SettingsPanelBase.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/ShortcutsPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/ShortcutsPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SnapshotPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SnapshotPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/StartupPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/StartupPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/StoragePanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/StoragePanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/ThemeHelper.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/ThemePanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/ThemePanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/TimerPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/TimerPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/UpdateCenterPanel.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/UpdateCenterPanel.xaml.cs delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml.cs rename Ink Canvas/Windows/{SettingsViews/SettingsViews => SettingsViews2}/MainWindowSettingsHelper.cs (74%) diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index bea07f88..5aff18fa 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -643,17 +643,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -