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(); - } - } -}