From 8252fba641df451a05a2c164e9b51a3f3e97df29 Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Wed, 7 Aug 2024 09:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=98=E4=B9=A1=E4=BA=A4=E6=8E=A5=E6=9F=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/App.config | 2 +- DM_Weight/App.xaml.cs | 213 ++-- DM_Weight/Converter/BoxNumConverter.cs | 26 + DM_Weight/Converter/DrawerSelectConverter.cs | 3 +- DM_Weight/Converter/GroupSumConverter.cs | 4 +- DM_Weight/Converter/OpenBoxSelectConverter.cs | 34 + DM_Weight/Converter/OpenStatusConverter.cs | 33 + DM_Weight/DM_Weight.csproj | 6 - DM_Weight/Models/AccountBookG2.cs | 2 +- DM_Weight/Models/ChannelList.cs | 9 +- DM_Weight/Models/ChannelStock.cs | 14 + DM_Weight/Models/DrugInfo.cs | 2 +- DM_Weight/Models/OrderDetail.cs | 12 +- DM_Weight/Models/OrderInfo.cs | 137 ++- DM_Weight/Port/PortUtil.cs | 172 +++- .../ViewModels/AccountWindowViewModel.cs | 379 ------- .../ViewModels/AddDrugControlViewModel.cs | 529 ---------- .../ViewModels/AddSurgeryDialogViewModel.cs | 949 ------------------ .../ViewModels/AddToJiaoJieWindowViewModel.cs | 13 - .../ViewModels/ApplyInStockWindowViewModel.cs | 821 --------------- .../ViewModels/ApplyListWindowViewModel.cs | 202 ---- .../ViewModels/BindBoxDialogViewModel.cs | 76 ++ .../BindBoxPackageWindowViewModel.cs | 419 ++++++++ .../BindingChannelDialogViewModel.cs | 407 -------- .../BindingChannelNewDialogViewModel.cs | 484 --------- .../ViewModels/ChangeShiftsDialogViewModel.cs | 656 ------------ .../ChangeShiftsListWindowViewModel.cs | 190 ---- .../CheckOrderNewWindowViewModel.cs | 525 ++++++++++ .../ViewModels/CheckOrderWindowViewModel.cs | 476 +++++++++ .../ViewModels/CollectDrugDialogViewModel.cs | 231 ----- .../ViewModels/CollectDrugWindowViewModel.cs | 324 ------ .../ViewModels/CollectionViewGroupInternal.cs | 6 - DM_Weight/ViewModels/DebugWindowViewModel.cs | 40 - .../ViewModels/DestoryEmptyDialogViewModel.cs | 304 ------ .../DrawerAddDrugWindowViewModel.cs | 431 -------- .../DrawerTakeDrugWindowViewModel.cs | 430 -------- .../ViewModels/DrugListWindowViewModel.cs | 485 --------- .../ViewModels/EditUserDialogViewModel.cs | 11 +- .../ViewModels/FridgeOnlyWindowViewModel.cs | 224 ----- DM_Weight/ViewModels/FridgeWindowViewModel.cs | 345 ------- .../ViewModels/InvoiceAddDialogViewModel.cs | 453 --------- .../ViewModels/InvoiceInWindowViewModel.cs | 384 ------- .../ViewModels/InvoiceOutWindowViewModel.cs | 270 ----- .../ViewModels/InvoiceTakeDialogViewModel.cs | 524 ---------- DM_Weight/ViewModels/LoginWindowViewModel.cs | 2 +- .../MachineRecordWindowViewModel.cs | 209 ---- .../MultiOrderTakeDialogViewModel.cs | 488 --------- .../MultiOrderTakeDrugWindowViewModel.cs | 380 ------- .../ViewModels/OpenBoxWindowViewModel.cs | 204 ++++ .../ViewModels/OrderReturnDialogViewModel.cs | 512 ---------- .../OrderTakeAllDrugDialogViewModel.cs | 636 ------------ .../ViewModels/OrderTakeDialogViewModel.cs | 545 ---------- .../OrderTakeDrugNewWindowViewModel.cs | 295 ------ .../OrderTakeDrugWindowViewModel.cs | 275 ----- .../ViewModels/OrderTakeNewDialogViewModel.cs | 185 ---- DM_Weight/ViewModels/PremissionViewModel.cs | 36 - .../ViewModels/ReturnDrugDialogViewModel.cs | 422 -------- .../ViewModels/ReturnDrugWindow2ViewModel.cs | 254 ----- .../ViewModels/ReturnDrugWindowViewModel.cs | 216 ---- .../ReturnEmptyDestoryWindowViewModel.cs | 310 ------ .../ViewModels/ReturnEmptyDialogViewModel.cs | 385 ------- .../ViewModels/ReturnEmptyWindowViewModel.cs | 364 ------- .../ViewModels/RoleManagerWindowViewModel.cs | 265 ++--- .../ViewModels/SelfAddDialogViewModel.cs | 445 -------- .../ViewModels/SelfAddWindowViewModel.cs | 201 ---- .../ViewModels/SelfTakeDialogViewModel.cs | 417 -------- .../ViewModels/SelfTakeDrugWindowViewModel.cs | 192 ---- .../ViewModels/SettingBoxWindowViewModel.cs | 291 ++++++ .../ViewModels/StockListWindowViewModel.cs | 229 ----- .../ViewModels/SurgeryTakeDialogViewModel.cs | 859 ---------------- .../ViewModels/SurgeryTakeWindowViewModel.cs | 230 ----- DM_Weight/Views/AccountWindow.xaml | 244 ----- DM_Weight/Views/AddDrugControl.xaml | 395 -------- DM_Weight/Views/AddDrugControl.xaml.cs | 41 - DM_Weight/Views/AddToJiaoJieWindow.xaml | 12 - DM_Weight/Views/AddToJiaoJieWindow.xaml.cs | 28 - DM_Weight/Views/ApplyInStockWindow.xaml | 278 ----- DM_Weight/Views/ApplyListWindow.xaml | 309 ------ DM_Weight/Views/BindBoxPackageWindow.xaml | 227 +++++ ...w.xaml.cs => BindBoxPackageWindow.xaml.cs} | 18 +- DM_Weight/Views/ChangeShiftsListWindow.xaml | 136 --- .../Views/ChangeShiftsListWindow.xaml.cs | 28 - DM_Weight/Views/CheckOrderNewWindow.xaml | 240 +++++ ...ow.xaml.cs => CheckOrderNewWindow.xaml.cs} | 6 +- DM_Weight/Views/CheckOrderWindow.xaml | 207 ++++ ...indow.xaml.cs => CheckOrderWindow.xaml.cs} | 6 +- DM_Weight/Views/CollectDrugWindow.xaml | 140 --- DM_Weight/Views/CollectDrugWindow.xaml.cs | 28 - DM_Weight/Views/DebugWindow.xaml | 23 - DM_Weight/Views/Dialog/BindBoxDialog.xaml | 130 +++ ...ewDialog.xaml.cs => BindBoxDialog.xaml.cs} | 10 +- .../Views/Dialog/BindingChannelDialog.xaml | 207 ---- .../Views/Dialog/BindingChannelDialog.xaml.cs | 47 - .../Views/Dialog/BindingChannelNewDialog.xaml | 230 ----- .../Views/Dialog/ChangeShiftsDialog.xaml | 163 --- .../Views/Dialog/ChangeShiftsDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/CollectDrugDialog.xaml | 145 --- .../Views/Dialog/CollectDrugDialog.xaml.cs | 28 - .../Views/Dialog/DestoryEmptyDialog.xaml | 213 ---- .../Views/Dialog/DestoryEmptyDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/EditUserDialog.xaml | 2 +- DM_Weight/Views/Dialog/InvoiceAddDialog.xaml | 180 ---- .../Views/Dialog/InvoiceAddDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml | 181 ---- .../Views/Dialog/InvoiceTakeDialog.xaml.cs | 28 - .../Views/Dialog/MultiOrderTakeDialog.xaml | 180 ---- .../Views/Dialog/MultiOrderTakeDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/OrderReturnDialog.xaml | 239 ----- .../Views/Dialog/OrderReturnDialog.xaml.cs | 28 - .../Views/Dialog/OrderTakeAllDrugDialog.xaml | 150 --- .../Dialog/OrderTakeAllDrugDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/OrderTakeDialog.xaml | 222 ---- .../Views/Dialog/OrderTakeDialog.xaml.cs | 28 - .../Views/Dialog/OrderTakeNewDialog.xaml | 178 ---- .../Views/Dialog/OrderTakeNewDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/ReturnDrugDialog.xaml | 201 ---- .../Views/Dialog/ReturnDrugDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml | 219 ---- .../Views/Dialog/ReturnEmptyDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/SelfAddDialog.xaml | 143 --- DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/SelfTakeDialog.xaml | 143 --- DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs | 28 - DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml | 242 ----- .../Views/Dialog/SurgeryTakeDialog.xaml.cs | 28 - DM_Weight/Views/DrawerAddDrugWindow.xaml | 352 ------- DM_Weight/Views/DrawerAddDrugWindow.xaml.cs | 28 - DM_Weight/Views/DrawerTakeDrugWindow.xaml | 267 ----- DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs | 28 - DM_Weight/Views/DrugListWindow.xaml | 219 ---- DM_Weight/Views/DrugListWindow.xaml.cs | 28 - DM_Weight/Views/FridgeOnlyWindow.xaml | 65 -- DM_Weight/Views/FridgeOnlyWindow.xaml.cs | 28 - DM_Weight/Views/FridgeWindow.xaml | 106 -- DM_Weight/Views/FridgeWindow.xaml.cs | 28 - DM_Weight/Views/InvoiceInWindow.xaml | 243 ----- DM_Weight/Views/InvoiceInWindow.xaml.cs | 28 - DM_Weight/Views/InvoiceOutWindow.xaml | 121 --- DM_Weight/Views/InvoiceOutWindow.xaml.cs | 28 - DM_Weight/Views/MachineRecordWindow.xaml | 156 --- DM_Weight/Views/MachineRecordWindow.xaml.cs | 28 - DM_Weight/Views/MultiOrderTakeDrugWindow.xaml | 151 --- .../Views/MultiOrderTakeDrugWindow.xaml.cs | 55 - DM_Weight/Views/OpenBoxWindow.xaml | 64 ++ ...ddWindow.xaml.cs => OpenBoxWindow.xaml.cs} | 6 +- DM_Weight/Views/OrderTakeDrugWindow.xaml | 4 +- DM_Weight/Views/ReturnDrugWindow.xaml | 117 --- DM_Weight/Views/ReturnDrugWindow.xaml.cs | 28 - DM_Weight/Views/ReturnDrugWindow2.xaml | 127 --- DM_Weight/Views/ReturnDrugWindow2.xaml.cs | 28 - DM_Weight/Views/ReturnEmptyDestoryWindow.xaml | 110 -- .../Views/ReturnEmptyDestoryWindow.xaml.cs | 28 - DM_Weight/Views/ReturnEmptyWindow.xaml | 132 --- DM_Weight/Views/ReturnEmptyWindow.xaml.cs | 28 - DM_Weight/Views/SelfAddWindow.xaml | 238 ----- DM_Weight/Views/SelfTakeDrugWindow.xaml | 171 ---- DM_Weight/Views/SelfTakeDrugWindow.xaml.cs | 28 - DM_Weight/Views/SettingBoxWindow.xaml | 150 +++ ...indow.xaml.cs => SettingBoxWindow.xaml.cs} | 6 +- DM_Weight/Views/StockListWindow.xaml | 275 ----- DM_Weight/Views/StockListWindow.xaml.cs | 28 - DM_Weight/Views/SurgeryTakeWindow.xaml | 134 --- DM_Weight/Views/SurgeryTakeWindow.xaml.cs | 28 - DM_Weight/Views/Test.xaml | 138 --- DM_Weight/Views/Test.xaml.cs | 28 - 165 files changed, 3673 insertions(+), 26497 deletions(-) create mode 100644 DM_Weight/Converter/BoxNumConverter.cs create mode 100644 DM_Weight/Converter/OpenBoxSelectConverter.cs create mode 100644 DM_Weight/Converter/OpenStatusConverter.cs delete mode 100644 DM_Weight/ViewModels/AccountWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/AddDrugControlViewModel.cs delete mode 100644 DM_Weight/ViewModels/AddSurgeryDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/AddToJiaoJieWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/ApplyInStockWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/ApplyListWindowViewModel.cs create mode 100644 DM_Weight/ViewModels/BindBoxDialogViewModel.cs create mode 100644 DM_Weight/ViewModels/BindBoxPackageWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/BindingChannelDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/ChangeShiftsDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/ChangeShiftsListWindowViewModel.cs create mode 100644 DM_Weight/ViewModels/CheckOrderNewWindowViewModel.cs create mode 100644 DM_Weight/ViewModels/CheckOrderWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/CollectDrugDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/CollectDrugWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/CollectionViewGroupInternal.cs delete mode 100644 DM_Weight/ViewModels/DebugWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/DestoryEmptyDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/DrawerAddDrugWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/DrawerTakeDrugWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/DrugListWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/FridgeOnlyWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/FridgeWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/InvoiceAddDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/InvoiceInWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/InvoiceOutWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/InvoiceTakeDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/MachineRecordWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/MultiOrderTakeDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/MultiOrderTakeDrugWindowViewModel.cs create mode 100644 DM_Weight/ViewModels/OpenBoxWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/OrderReturnDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/OrderTakeAllDrugDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/OrderTakeDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/OrderTakeDrugNewWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/OrderTakeDrugWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/OrderTakeNewDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/PremissionViewModel.cs delete mode 100644 DM_Weight/ViewModels/ReturnDrugDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/ReturnDrugWindow2ViewModel.cs delete mode 100644 DM_Weight/ViewModels/ReturnDrugWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/ReturnEmptyDestoryWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/ReturnEmptyDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/ReturnEmptyWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/SelfAddDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/SelfAddWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/SelfTakeDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/SelfTakeDrugWindowViewModel.cs create mode 100644 DM_Weight/ViewModels/SettingBoxWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/StockListWindowViewModel.cs delete mode 100644 DM_Weight/ViewModels/SurgeryTakeDialogViewModel.cs delete mode 100644 DM_Weight/ViewModels/SurgeryTakeWindowViewModel.cs delete mode 100644 DM_Weight/Views/AccountWindow.xaml delete mode 100644 DM_Weight/Views/AddDrugControl.xaml delete mode 100644 DM_Weight/Views/AddDrugControl.xaml.cs delete mode 100644 DM_Weight/Views/AddToJiaoJieWindow.xaml delete mode 100644 DM_Weight/Views/AddToJiaoJieWindow.xaml.cs delete mode 100644 DM_Weight/Views/ApplyInStockWindow.xaml delete mode 100644 DM_Weight/Views/ApplyListWindow.xaml create mode 100644 DM_Weight/Views/BindBoxPackageWindow.xaml rename DM_Weight/Views/{AccountWindow.xaml.cs => BindBoxPackageWindow.xaml.cs} (77%) delete mode 100644 DM_Weight/Views/ChangeShiftsListWindow.xaml delete mode 100644 DM_Weight/Views/ChangeShiftsListWindow.xaml.cs create mode 100644 DM_Weight/Views/CheckOrderNewWindow.xaml rename DM_Weight/Views/{ApplyInStockWindow.xaml.cs => CheckOrderNewWindow.xaml.cs} (78%) create mode 100644 DM_Weight/Views/CheckOrderWindow.xaml rename DM_Weight/Views/{ApplyListWindow.xaml.cs => CheckOrderWindow.xaml.cs} (79%) delete mode 100644 DM_Weight/Views/CollectDrugWindow.xaml delete mode 100644 DM_Weight/Views/CollectDrugWindow.xaml.cs delete mode 100644 DM_Weight/Views/DebugWindow.xaml create mode 100644 DM_Weight/Views/Dialog/BindBoxDialog.xaml rename DM_Weight/Views/Dialog/{BindingChannelNewDialog.xaml.cs => BindBoxDialog.xaml.cs} (82%) delete mode 100644 DM_Weight/Views/Dialog/BindingChannelDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/CollectDrugDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/InvoiceAddDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/OrderReturnDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/OrderTakeDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/ReturnDrugDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/ReturnDrugDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/SelfAddDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/SelfTakeDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs delete mode 100644 DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml delete mode 100644 DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs delete mode 100644 DM_Weight/Views/DrawerAddDrugWindow.xaml delete mode 100644 DM_Weight/Views/DrawerAddDrugWindow.xaml.cs delete mode 100644 DM_Weight/Views/DrawerTakeDrugWindow.xaml delete mode 100644 DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs delete mode 100644 DM_Weight/Views/DrugListWindow.xaml delete mode 100644 DM_Weight/Views/DrugListWindow.xaml.cs delete mode 100644 DM_Weight/Views/FridgeOnlyWindow.xaml delete mode 100644 DM_Weight/Views/FridgeOnlyWindow.xaml.cs delete mode 100644 DM_Weight/Views/FridgeWindow.xaml delete mode 100644 DM_Weight/Views/FridgeWindow.xaml.cs delete mode 100644 DM_Weight/Views/InvoiceInWindow.xaml delete mode 100644 DM_Weight/Views/InvoiceInWindow.xaml.cs delete mode 100644 DM_Weight/Views/InvoiceOutWindow.xaml delete mode 100644 DM_Weight/Views/InvoiceOutWindow.xaml.cs delete mode 100644 DM_Weight/Views/MachineRecordWindow.xaml delete mode 100644 DM_Weight/Views/MachineRecordWindow.xaml.cs delete mode 100644 DM_Weight/Views/MultiOrderTakeDrugWindow.xaml delete mode 100644 DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs create mode 100644 DM_Weight/Views/OpenBoxWindow.xaml rename DM_Weight/Views/{SelfAddWindow.xaml.cs => OpenBoxWindow.xaml.cs} (80%) delete mode 100644 DM_Weight/Views/ReturnDrugWindow.xaml delete mode 100644 DM_Weight/Views/ReturnDrugWindow.xaml.cs delete mode 100644 DM_Weight/Views/ReturnDrugWindow2.xaml delete mode 100644 DM_Weight/Views/ReturnDrugWindow2.xaml.cs delete mode 100644 DM_Weight/Views/ReturnEmptyDestoryWindow.xaml delete mode 100644 DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs delete mode 100644 DM_Weight/Views/ReturnEmptyWindow.xaml delete mode 100644 DM_Weight/Views/ReturnEmptyWindow.xaml.cs delete mode 100644 DM_Weight/Views/SelfAddWindow.xaml delete mode 100644 DM_Weight/Views/SelfTakeDrugWindow.xaml delete mode 100644 DM_Weight/Views/SelfTakeDrugWindow.xaml.cs create mode 100644 DM_Weight/Views/SettingBoxWindow.xaml rename DM_Weight/Views/{DebugWindow.xaml.cs => SettingBoxWindow.xaml.cs} (79%) delete mode 100644 DM_Weight/Views/StockListWindow.xaml delete mode 100644 DM_Weight/Views/StockListWindow.xaml.cs delete mode 100644 DM_Weight/Views/SurgeryTakeWindow.xaml delete mode 100644 DM_Weight/Views/SurgeryTakeWindow.xaml.cs delete mode 100644 DM_Weight/Views/Test.xaml delete mode 100644 DM_Weight/Views/Test.xaml.cs diff --git a/DM_Weight/App.config b/DM_Weight/App.config index 1f2b0c3..8bfec14 100644 --- a/DM_Weight/App.config +++ b/DM_Weight/App.config @@ -3,7 +3,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/AddDrugControl.xaml b/DM_Weight/Views/AddDrugControl.xaml deleted file mode 100644 index 4f5afc9..0000000 --- a/DM_Weight/Views/AddDrugControl.xaml +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/AddDrugControl.xaml.cs b/DM_Weight/Views/AddDrugControl.xaml.cs deleted file mode 100644 index 075135a..0000000 --- a/DM_Weight/Views/AddDrugControl.xaml.cs +++ /dev/null @@ -1,41 +0,0 @@ -using DM_Weight.Models; -using DM_Weight.msg; -using DM_Weight.ViewModels; -using Prism.Events; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// AddDrugControl.xaml 的交互逻辑 - /// - public partial class AddDrugControl : UserControl - { - IEventAggregator _eventAggregator; - public AddDrugControl(IEventAggregator eventAggregator) - { - InitializeComponent(); - _eventAggregator= eventAggregator; - } - private void Button_Click(object sender, RoutedEventArgs e) - { - Button btn = (Button)sender; - ChannelList cls = (ChannelList)btn.CommandParameter; - //vms.AddAction(cls); - _eventAggregator.GetEvent().Publish(cls); - } - } -} diff --git a/DM_Weight/Views/AddToJiaoJieWindow.xaml b/DM_Weight/Views/AddToJiaoJieWindow.xaml deleted file mode 100644 index 54925c0..0000000 --- a/DM_Weight/Views/AddToJiaoJieWindow.xaml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - diff --git a/DM_Weight/Views/AddToJiaoJieWindow.xaml.cs b/DM_Weight/Views/AddToJiaoJieWindow.xaml.cs deleted file mode 100644 index 8f1b46f..0000000 --- a/DM_Weight/Views/AddToJiaoJieWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// AddToJiaoJieWindow.xaml 的交互逻辑 - /// - public partial class AddToJiaoJieWindow : UserControl - { - public AddToJiaoJieWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/ApplyInStockWindow.xaml b/DM_Weight/Views/ApplyInStockWindow.xaml deleted file mode 100644 index 594c4bb..0000000 --- a/DM_Weight/Views/ApplyInStockWindow.xaml +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/DM_Weight/Views/ApplyListWindow.xaml b/DM_Weight/Views/ApplyListWindow.xaml deleted file mode 100644 index 06796fe..0000000 --- a/DM_Weight/Views/ApplyListWindow.xaml +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/BindBoxPackageWindow.xaml b/DM_Weight/Views/BindBoxPackageWindow.xaml new file mode 100644 index 0000000..b91e5d3 --- /dev/null +++ b/DM_Weight/Views/BindBoxPackageWindow.xaml @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/ChangeShiftsListWindow.xaml.cs b/DM_Weight/Views/ChangeShiftsListWindow.xaml.cs deleted file mode 100644 index 3c5b7fa..0000000 --- a/DM_Weight/Views/ChangeShiftsListWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// ChangeShiftsListWindow.xaml 的交互逻辑 - /// - public partial class ChangeShiftsListWindow : UserControl - { - public ChangeShiftsListWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/CheckOrderNewWindow.xaml b/DM_Weight/Views/CheckOrderNewWindow.xaml new file mode 100644 index 0000000..ee8594f --- /dev/null +++ b/DM_Weight/Views/CheckOrderNewWindow.xaml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DM_Weight/Views/ApplyInStockWindow.xaml.cs b/DM_Weight/Views/CheckOrderNewWindow.xaml.cs similarity index 78% rename from DM_Weight/Views/ApplyInStockWindow.xaml.cs rename to DM_Weight/Views/CheckOrderNewWindow.xaml.cs index f577d71..f94b359 100644 --- a/DM_Weight/Views/ApplyInStockWindow.xaml.cs +++ b/DM_Weight/Views/CheckOrderNewWindow.xaml.cs @@ -16,11 +16,11 @@ using System.Windows.Shapes; namespace DM_Weight.Views { /// - /// ApplyInStockWindow.xaml 的交互逻辑 + /// CheckOrderNewWindow.xaml 的交互逻辑 /// - public partial class ApplyInStockWindow : UserControl + public partial class CheckOrderNewWindow : UserControl { - public ApplyInStockWindow() + public CheckOrderNewWindow() { InitializeComponent(); } diff --git a/DM_Weight/Views/CheckOrderWindow.xaml b/DM_Weight/Views/CheckOrderWindow.xaml new file mode 100644 index 0000000..97ce0d3 --- /dev/null +++ b/DM_Weight/Views/CheckOrderWindow.xaml @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/CollectDrugWindow.xaml.cs b/DM_Weight/Views/CollectDrugWindow.xaml.cs deleted file mode 100644 index 73f65aa..0000000 --- a/DM_Weight/Views/CollectDrugWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// CollectDrugWindow.xaml 的交互逻辑 - /// - public partial class CollectDrugWindow : UserControl - { - public CollectDrugWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/DebugWindow.xaml b/DM_Weight/Views/DebugWindow.xaml deleted file mode 100644 index b0e3945..0000000 --- a/DM_Weight/Views/DebugWindow.xaml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/Dialog/BindBoxDialog.xaml b/DM_Weight/Views/Dialog/BindBoxDialog.xaml new file mode 100644 index 0000000..7e43568 --- /dev/null +++ b/DM_Weight/Views/Dialog/BindBoxDialog.xaml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs deleted file mode 100644 index d7a7dff..0000000 --- a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views.Dialog -{ - /// - /// OrderTakeNewDialog.xaml 的交互逻辑 - /// - public partial class OrderTakeNewDialog : UserControl - { - public OrderTakeNewDialog() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml b/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml deleted file mode 100644 index dbfc7c9..0000000 --- a/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs deleted file mode 100644 index e108180..0000000 --- a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views.Dialog -{ - /// - /// SurgeryTakeDialog.xaml 的交互逻辑 - /// - public partial class SurgeryTakeDialog : UserControl - { - public SurgeryTakeDialog() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/DrawerAddDrugWindow.xaml b/DM_Weight/Views/DrawerAddDrugWindow.xaml deleted file mode 100644 index 410fee2..0000000 --- a/DM_Weight/Views/DrawerAddDrugWindow.xaml +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/InvoiceInWindow.xaml.cs b/DM_Weight/Views/InvoiceInWindow.xaml.cs deleted file mode 100644 index c0c3497..0000000 --- a/DM_Weight/Views/InvoiceInWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// InvoiceInWindow.xaml 的交互逻辑 - /// - public partial class InvoiceInWindow : UserControl - { - public InvoiceInWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/InvoiceOutWindow.xaml b/DM_Weight/Views/InvoiceOutWindow.xaml deleted file mode 100644 index 18fa7c8..0000000 --- a/DM_Weight/Views/InvoiceOutWindow.xaml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/InvoiceOutWindow.xaml.cs b/DM_Weight/Views/InvoiceOutWindow.xaml.cs deleted file mode 100644 index 69eb742..0000000 --- a/DM_Weight/Views/InvoiceOutWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// InvoiceOutWindow.xaml 的交互逻辑 - /// - public partial class InvoiceOutWindow : UserControl - { - public InvoiceOutWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/MachineRecordWindow.xaml b/DM_Weight/Views/MachineRecordWindow.xaml deleted file mode 100644 index aa77b71..0000000 --- a/DM_Weight/Views/MachineRecordWindow.xaml +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/MachineRecordWindow.xaml.cs b/DM_Weight/Views/MachineRecordWindow.xaml.cs deleted file mode 100644 index b49225f..0000000 --- a/DM_Weight/Views/MachineRecordWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// MachineRecordWindow.xaml 的交互逻辑 - /// - public partial class MachineRecordWindow : UserControl - { - public MachineRecordWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml b/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml deleted file mode 100644 index 360f414..0000000 --- a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs b/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs deleted file mode 100644 index acf48c1..0000000 --- a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs +++ /dev/null @@ -1,55 +0,0 @@ -using DM_Weight.ViewModels; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// OrderTakeDrugWindow.xaml 的交互逻辑 - /// - public partial class MultiOrderTakeDrugWindow : UserControl - { - MultiOrderTakeDrugWindowViewModel vms; - public MultiOrderTakeDrugWindow() - { - InitializeComponent(); - } - - private void CheckBox_Checked_Click(object sender, RoutedEventArgs e) - { - - } - //某项被选中 - private void Item_Checked(object sender, RoutedEventArgs e) - { - CheckBox cbx= (CheckBox)sender; - if(!(bool)cbx.IsChecked) - { - vms.IsItemCheck = true; - vms.IsAllChecked = false; - } - else - { - vms.IsItemCheck = true; - } - } - - private void UserControl_Loaded(object sender, RoutedEventArgs e) - { - vms = MultiOrderTakeDrugWindowViewModel.vm; - - } - } -} diff --git a/DM_Weight/Views/OpenBoxWindow.xaml b/DM_Weight/Views/OpenBoxWindow.xaml new file mode 100644 index 0000000..8e7990d --- /dev/null +++ b/DM_Weight/Views/OpenBoxWindow.xaml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/ReturnDrugWindow.xaml.cs b/DM_Weight/Views/ReturnDrugWindow.xaml.cs deleted file mode 100644 index 4cfb11e..0000000 --- a/DM_Weight/Views/ReturnDrugWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// ReturnDrugWindow.xaml 的交互逻辑 - /// - public partial class ReturnDrugWindow : UserControl - { - public ReturnDrugWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/ReturnDrugWindow2.xaml b/DM_Weight/Views/ReturnDrugWindow2.xaml deleted file mode 100644 index 09d4524..0000000 --- a/DM_Weight/Views/ReturnDrugWindow2.xaml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/ReturnDrugWindow2.xaml.cs b/DM_Weight/Views/ReturnDrugWindow2.xaml.cs deleted file mode 100644 index 813b566..0000000 --- a/DM_Weight/Views/ReturnDrugWindow2.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// ReturnDrugWindow.xaml 的交互逻辑 - /// - public partial class ReturnDrugWindow2 : UserControl - { - public ReturnDrugWindow2() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml b/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml deleted file mode 100644 index 9629995..0000000 --- a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs b/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs deleted file mode 100644 index a980b32..0000000 --- a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// ReturnEmptyDestoryWindow.xaml 的交互逻辑 - /// - public partial class ReturnEmptyDestoryWindow : UserControl - { - public ReturnEmptyDestoryWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/ReturnEmptyWindow.xaml b/DM_Weight/Views/ReturnEmptyWindow.xaml deleted file mode 100644 index 702780b..0000000 --- a/DM_Weight/Views/ReturnEmptyWindow.xaml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/ReturnEmptyWindow.xaml.cs b/DM_Weight/Views/ReturnEmptyWindow.xaml.cs deleted file mode 100644 index c920d38..0000000 --- a/DM_Weight/Views/ReturnEmptyWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// ReturnEmptyWindow.xaml 的交互逻辑 - /// - public partial class ReturnEmptyWindow : UserControl - { - public ReturnEmptyWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/SelfAddWindow.xaml b/DM_Weight/Views/SelfAddWindow.xaml deleted file mode 100644 index b7880d9..0000000 --- a/DM_Weight/Views/SelfAddWindow.xaml +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/SelfTakeDrugWindow.xaml b/DM_Weight/Views/SelfTakeDrugWindow.xaml deleted file mode 100644 index ce4ffba..0000000 --- a/DM_Weight/Views/SelfTakeDrugWindow.xaml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/SelfTakeDrugWindow.xaml.cs b/DM_Weight/Views/SelfTakeDrugWindow.xaml.cs deleted file mode 100644 index 508ca83..0000000 --- a/DM_Weight/Views/SelfTakeDrugWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// SelfTakeDrugWindow.xaml 的交互逻辑 - /// - public partial class SelfTakeDrugWindow : UserControl - { - public SelfTakeDrugWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/SettingBoxWindow.xaml b/DM_Weight/Views/SettingBoxWindow.xaml new file mode 100644 index 0000000..fc13bd6 --- /dev/null +++ b/DM_Weight/Views/SettingBoxWindow.xaml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/StockListWindow.xaml.cs b/DM_Weight/Views/StockListWindow.xaml.cs deleted file mode 100644 index 23788f0..0000000 --- a/DM_Weight/Views/StockListWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// StockListWindow.xaml 的交互逻辑 - /// - public partial class StockListWindow : UserControl - { - public StockListWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/SurgeryTakeWindow.xaml b/DM_Weight/Views/SurgeryTakeWindow.xaml deleted file mode 100644 index 078d096..0000000 --- a/DM_Weight/Views/SurgeryTakeWindow.xaml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/SurgeryTakeWindow.xaml.cs b/DM_Weight/Views/SurgeryTakeWindow.xaml.cs deleted file mode 100644 index 6b5c5b8..0000000 --- a/DM_Weight/Views/SurgeryTakeWindow.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// SurgeryTakeWindow.xaml 的交互逻辑 - /// - public partial class SurgeryTakeWindow : UserControl - { - public SurgeryTakeWindow() - { - InitializeComponent(); - } - } -} diff --git a/DM_Weight/Views/Test.xaml b/DM_Weight/Views/Test.xaml deleted file mode 100644 index b84ac46..0000000 --- a/DM_Weight/Views/Test.xaml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DM_Weight/Views/Test.xaml.cs b/DM_Weight/Views/Test.xaml.cs deleted file mode 100644 index a9cb968..0000000 --- a/DM_Weight/Views/Test.xaml.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace DM_Weight.Views -{ - /// - /// Test.xaml 的交互逻辑 - /// - public partial class Test : UserControl - { - public Test() - { - InitializeComponent(); - } - } -}