From 96da10c07bb3020fa6605b2c4a65aba57da59a68 Mon Sep 17 00:00:00 2001 From: wenjy Date: Thu, 26 Mar 2026 13:37:41 +0800 Subject: [PATCH] =?UTF-8?q?add=20-=20=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sln.Wcs.UI/Controls/CustomMessageBox.xaml | 166 ++++++++ Sln.Wcs.UI/Controls/CustomMessageBox.xaml.cs | 109 +++++ Sln.Wcs.UI/MainWindow.xaml | 192 ++++++++- Sln.Wcs.UI/MainWindow.xaml.cs | 104 ++++- Sln.Wcs.UI/Page/BasicInfo/BasicInfoPage.xaml | 15 + .../Page/BasicInfo/BasicInfoPage.xaml.cs | 12 + .../BasicInfo/DeviceInfo/DeviceAddWindow.xaml | 349 ++++++++++++++++ .../DeviceInfo/DeviceAddWindow.xaml.cs | 91 +++++ .../DeviceInfo/DeviceEditWindow.xaml | 349 ++++++++++++++++ .../DeviceInfo/DeviceEditWindow.xaml.cs | 107 +++++ .../BasicInfo/DeviceInfo/DeviceInfoPage.xaml | 384 ++++++++++++++++++ .../DeviceInfo/DeviceInfoPage.xaml.cs | 117 ++++++ Sln.Wcs.UI/Page/Home/HomePage.xaml | 15 + Sln.Wcs.UI/Page/Home/HomePage.xaml.cs | 12 + 14 files changed, 2008 insertions(+), 14 deletions(-) create mode 100644 Sln.Wcs.UI/Controls/CustomMessageBox.xaml create mode 100644 Sln.Wcs.UI/Controls/CustomMessageBox.xaml.cs create mode 100644 Sln.Wcs.UI/Page/BasicInfo/BasicInfoPage.xaml create mode 100644 Sln.Wcs.UI/Page/BasicInfo/BasicInfoPage.xaml.cs create mode 100644 Sln.Wcs.UI/Page/BasicInfo/DeviceInfo/DeviceAddWindow.xaml create mode 100644 Sln.Wcs.UI/Page/BasicInfo/DeviceInfo/DeviceAddWindow.xaml.cs create mode 100644 Sln.Wcs.UI/Page/BasicInfo/DeviceInfo/DeviceEditWindow.xaml create mode 100644 Sln.Wcs.UI/Page/BasicInfo/DeviceInfo/DeviceEditWindow.xaml.cs create mode 100644 Sln.Wcs.UI/Page/BasicInfo/DeviceInfo/DeviceInfoPage.xaml create mode 100644 Sln.Wcs.UI/Page/BasicInfo/DeviceInfo/DeviceInfoPage.xaml.cs create mode 100644 Sln.Wcs.UI/Page/Home/HomePage.xaml create mode 100644 Sln.Wcs.UI/Page/Home/HomePage.xaml.cs diff --git a/Sln.Wcs.UI/Controls/CustomMessageBox.xaml b/Sln.Wcs.UI/Controls/CustomMessageBox.xaml new file mode 100644 index 0000000..536a371 --- /dev/null +++ b/Sln.Wcs.UI/Controls/CustomMessageBox.xaml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +