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/AccountWindow.xaml.cs b/DM_Weight/Views/BindBoxPackageWindow.xaml.cs
similarity index 77%
rename from DM_Weight/Views/AccountWindow.xaml.cs
rename to DM_Weight/Views/BindBoxPackageWindow.xaml.cs
index 08f3686..3ffc9c6 100644
--- a/DM_Weight/Views/AccountWindow.xaml.cs
+++ b/DM_Weight/Views/BindBoxPackageWindow.xaml.cs
@@ -17,17 +17,20 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// AccountWindow.xaml 的交互逻辑
+ /// BindBoxPackageWindow.xaml 的交互逻辑
///
- public partial class AccountWindow : UserControl
+ public partial class BindBoxPackageWindow : UserControl
{
- AccountWindowViewModel vms;
- public AccountWindow()
+
+ BindBoxPackageWindowViewModel vms;
+ public BindBoxPackageWindow()
{
InitializeComponent();
+
+ vms = BindBoxPackageWindowViewModel.vm;
}
///
- /// 药品名称下拉框
+ /// 药品名称触发事件
///
///
///
@@ -42,10 +45,5 @@ namespace DM_Weight.Views
TextBox textBox = (TextBox)comboBox.Template.FindName("PART_EditableTextBox", comboBox);
textBox.SelectionStart = textBox.Text.Length;
}
-
- private void UserControl_Loaded(object sender, RoutedEventArgs e)
- {
- vms = AccountWindowViewModel.vm;
- }
}
}
diff --git a/DM_Weight/Views/ChangeShiftsListWindow.xaml b/DM_Weight/Views/ChangeShiftsListWindow.xaml
deleted file mode 100644
index fcab7a8..0000000
--- a/DM_Weight/Views/ChangeShiftsListWindow.xaml
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DM_Weight/Views/ApplyListWindow.xaml.cs b/DM_Weight/Views/CheckOrderWindow.xaml.cs
similarity index 79%
rename from DM_Weight/Views/ApplyListWindow.xaml.cs
rename to DM_Weight/Views/CheckOrderWindow.xaml.cs
index 0eaa07f..4648de7 100644
--- a/DM_Weight/Views/ApplyListWindow.xaml.cs
+++ b/DM_Weight/Views/CheckOrderWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// ApplyListWindow.xaml 的交互逻辑
+ /// CheckOrderWindow.xaml 的交互逻辑
///
- public partial class ApplyListWindow : UserControl
+ public partial class CheckOrderWindow : UserControl
{
- public ApplyListWindow()
+ public CheckOrderWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/CollectDrugWindow.xaml b/DM_Weight/Views/CollectDrugWindow.xaml
deleted file mode 100644
index 0f6e376..0000000
--- a/DM_Weight/Views/CollectDrugWindow.xaml
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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/BindingChannelNewDialog.xaml.cs b/DM_Weight/Views/Dialog/BindBoxDialog.xaml.cs
similarity index 82%
rename from DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml.cs
rename to DM_Weight/Views/Dialog/BindBoxDialog.xaml.cs
index 0f67ba5..9a5eb6d 100644
--- a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml.cs
+++ b/DM_Weight/Views/Dialog/BindBoxDialog.xaml.cs
@@ -17,15 +17,15 @@ using System.Windows.Shapes;
namespace DM_Weight.Views.Dialog
{
///
- /// BindingChannelNewDialog.xaml 的交互逻辑
+ /// BindBoxDialog.xaml 的交互逻辑
///
- public partial class BindingChannelNewDialog : UserControl
+ public partial class BindBoxDialog : UserControl
{
- BindingChannelNewDialogViewModel vms;
- public BindingChannelNewDialog()
+ BindBoxDialogViewModel vms;
+ public BindBoxDialog()
{
InitializeComponent();
- vms = BindingChannelNewDialogViewModel.vm;
+ vms = BindBoxDialogViewModel.vm;
}
///
/// 药品名称触发事件
diff --git a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml b/DM_Weight/Views/Dialog/BindingChannelDialog.xaml
deleted file mode 100644
index a383533..0000000
--- a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs b/DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs
deleted file mode 100644
index 63d40ba..0000000
--- a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs
+++ /dev/null
@@ -1,47 +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.Dialog
-{
- ///
- /// BindingChannelDialog.xaml 的交互逻辑
- ///
- public partial class BindingChannelDialog : UserControl
- {
- BindingChannelDialogViewModel vms;
- public BindingChannelDialog()
- {
- InitializeComponent();
- vms = BindingChannelDialogViewModel.vm;
- }
- ///
- /// 药品名称触发事件
- ///
- ///
- ///
- private void ComboBox_KeyUp(object sender, KeyEventArgs e)
- {
- ComboBox comboBox = sender as ComboBox;
- vms.UpdateComboBoxItems(comboBox.Text);
- if(this.vms.DrugInfos.Count>0)
- {
- comboBox.IsDropDownOpen= true;
- }
- TextBox textBox = (TextBox)comboBox.Template.FindName("PART_EditableTextBox", comboBox);
- textBox.SelectionStart = textBox.Text.Length;
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml b/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml
deleted file mode 100644
index eb35eaa..0000000
--- a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml
+++ /dev/null
@@ -1,230 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml b/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml
deleted file mode 100644
index 1ee41d0..0000000
--- a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs b/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs
deleted file mode 100644
index d0ed8aa..0000000
--- a/DM_Weight/Views/Dialog/ChangeShiftsDialog.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
-{
- ///
- /// ChangeShiftsDialog.xaml 的交互逻辑
- ///
- public partial class ChangeShiftsDialog : UserControl
- {
- public ChangeShiftsDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml b/DM_Weight/Views/Dialog/CollectDrugDialog.xaml
deleted file mode 100644
index e861c95..0000000
--- a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs b/DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs
deleted file mode 100644
index ed79bcb..0000000
--- a/DM_Weight/Views/Dialog/CollectDrugDialog.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
-{
- ///
- /// CollectDrugDialog.xaml 的交互逻辑
- ///
- public partial class CollectDrugDialog : UserControl
- {
- public CollectDrugDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml b/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml
deleted file mode 100644
index 4e48bb6..0000000
--- a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml
+++ /dev/null
@@ -1,213 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs b/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs
deleted file mode 100644
index 7609c52..0000000
--- a/DM_Weight/Views/Dialog/DestoryEmptyDialog.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
-{
- ///
- /// DestoryEmptyDialog.xaml 的交互逻辑
- ///
- public partial class DestoryEmptyDialog : UserControl
- {
- public DestoryEmptyDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/EditUserDialog.xaml b/DM_Weight/Views/Dialog/EditUserDialog.xaml
index 88b4bbd..3420cd0 100644
--- a/DM_Weight/Views/Dialog/EditUserDialog.xaml
+++ b/DM_Weight/Views/Dialog/EditUserDialog.xaml
@@ -62,7 +62,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs b/DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs
deleted file mode 100644
index afdc06c..0000000
--- a/DM_Weight/Views/Dialog/InvoiceAddDialog.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
-{
- ///
- /// InvoiceAddDialog.xaml 的交互逻辑
- ///
- public partial class InvoiceAddDialog : UserControl
- {
- public InvoiceAddDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml b/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml
deleted file mode 100644
index c5b34bf..0000000
--- a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml
+++ /dev/null
@@ -1,181 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs
deleted file mode 100644
index e3ed5da..0000000
--- a/DM_Weight/Views/Dialog/InvoiceTakeDialog.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
-{
- ///
- /// OrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class InvoiceTakeDialog : UserControl
- {
- public InvoiceTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml b/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml
deleted file mode 100644
index 1f9dcbe..0000000
--- a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml
+++ /dev/null
@@ -1,180 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs
deleted file mode 100644
index 7c7b7a4..0000000
--- a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.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
-{
- ///
- /// MultiOrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class MultiOrderTakeDialog : UserControl
- {
- public MultiOrderTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml b/DM_Weight/Views/Dialog/OrderReturnDialog.xaml
deleted file mode 100644
index 1ac252f..0000000
--- a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs
deleted file mode 100644
index 5ec7a3b..0000000
--- a/DM_Weight/Views/Dialog/OrderReturnDialog.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
-{
- ///
- /// OrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class OrderReturnDialog : UserControl
- {
- public OrderReturnDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml b/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml
deleted file mode 100644
index 7e39093..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs
deleted file mode 100644
index 26232be..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.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
-{
- ///
- /// OrderTakeAllDrugDialog.xaml 的交互逻辑
- ///
- public partial class OrderTakeAllDrugDialog : UserControl
- {
- public OrderTakeAllDrugDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml b/DM_Weight/Views/Dialog/OrderTakeDialog.xaml
deleted file mode 100644
index 651c5e2..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs
deleted file mode 100644
index b441d48..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeDialog.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
-{
- ///
- /// OrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class OrderTakeDialog : UserControl
- {
- public OrderTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml b/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml
deleted file mode 100644
index 8261b70..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml
+++ /dev/null
@@ -1,178 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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/ReturnDrugDialog.xaml.cs b/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml.cs
deleted file mode 100644
index 3009a15..0000000
--- a/DM_Weight/Views/Dialog/ReturnDrugDialog.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
-{
- ///
- /// ReturnDrugDialog.xaml 的交互逻辑
- ///
- public partial class ReturnDrugDialog : UserControl
- {
- public ReturnDrugDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml b/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml
deleted file mode 100644
index 3a5f8f8..0000000
--- a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs b/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs
deleted file mode 100644
index f469daf..0000000
--- a/DM_Weight/Views/Dialog/ReturnEmptyDialog.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
-{
- ///
- /// ReturnEmptyDialog.xaml 的交互逻辑
- ///
- public partial class ReturnEmptyDialog : UserControl
- {
- public ReturnEmptyDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/SelfAddDialog.xaml b/DM_Weight/Views/Dialog/SelfAddDialog.xaml
deleted file mode 100644
index 9bab57c..0000000
--- a/DM_Weight/Views/Dialog/SelfAddDialog.xaml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs b/DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs
deleted file mode 100644
index 2019151..0000000
--- a/DM_Weight/Views/Dialog/SelfAddDialog.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
-{
- ///
- /// SelfOperateDialog.xaml 的交互逻辑
- ///
- public partial class SelfAddDialog : UserControl
- {
- public SelfAddDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml b/DM_Weight/Views/Dialog/SelfTakeDialog.xaml
deleted file mode 100644
index e82cff3..0000000
--- a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs
deleted file mode 100644
index cd62cb1..0000000
--- a/DM_Weight/Views/Dialog/SelfTakeDialog.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
-{
- ///
- /// SelfTakeDialog.xaml 的交互逻辑
- ///
- public partial class SelfTakeDialog : UserControl
- {
- public SelfTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml b/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml
deleted file mode 100644
index 74d9cff..0000000
--- a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml
+++ /dev/null
@@ -1,242 +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/DrawerAddDrugWindow.xaml.cs b/DM_Weight/Views/DrawerAddDrugWindow.xaml.cs
deleted file mode 100644
index 3035e1a..0000000
--- a/DM_Weight/Views/DrawerAddDrugWindow.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
-{
- ///
- /// DrawerAddDrugWindow.xaml 的交互逻辑
- ///
- public partial class DrawerAddDrugWindow : UserControl
- {
- public DrawerAddDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/DrawerTakeDrugWindow.xaml b/DM_Weight/Views/DrawerTakeDrugWindow.xaml
deleted file mode 100644
index ecfc296..0000000
--- a/DM_Weight/Views/DrawerTakeDrugWindow.xaml
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs b/DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs
deleted file mode 100644
index 192a032..0000000
--- a/DM_Weight/Views/DrawerTakeDrugWindow.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
-{
- ///
- /// DrawerTakeDrugWindow.xaml 的交互逻辑
- ///
- public partial class DrawerTakeDrugWindow : UserControl
- {
- public DrawerTakeDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/DrugListWindow.xaml b/DM_Weight/Views/DrugListWindow.xaml
deleted file mode 100644
index 7b16f70..0000000
--- a/DM_Weight/Views/DrugListWindow.xaml
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/DrugListWindow.xaml.cs b/DM_Weight/Views/DrugListWindow.xaml.cs
deleted file mode 100644
index 1b81eb1..0000000
--- a/DM_Weight/Views/DrugListWindow.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
-{
- ///
- /// DrugListWindow.xaml 的交互逻辑
- ///
- public partial class DrugListWindow : UserControl
- {
- public DrugListWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/FridgeOnlyWindow.xaml b/DM_Weight/Views/FridgeOnlyWindow.xaml
deleted file mode 100644
index d432c28..0000000
--- a/DM_Weight/Views/FridgeOnlyWindow.xaml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/FridgeOnlyWindow.xaml.cs b/DM_Weight/Views/FridgeOnlyWindow.xaml.cs
deleted file mode 100644
index 4c80496..0000000
--- a/DM_Weight/Views/FridgeOnlyWindow.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
-{
- ///
- /// FridgeOnlyWindow.xaml 的交互逻辑
- ///
- public partial class FridgeOnlyWindow : UserControl
- {
- public FridgeOnlyWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/FridgeWindow.xaml b/DM_Weight/Views/FridgeWindow.xaml
deleted file mode 100644
index 82eed34..0000000
--- a/DM_Weight/Views/FridgeWindow.xaml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/FridgeWindow.xaml.cs b/DM_Weight/Views/FridgeWindow.xaml.cs
deleted file mode 100644
index 9711767..0000000
--- a/DM_Weight/Views/FridgeWindow.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
-{
- ///
- /// FridgeWindow.xaml 的交互逻辑
- ///
- public partial class FridgeWindow : UserControl
- {
- public FridgeWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/InvoiceInWindow.xaml b/DM_Weight/Views/InvoiceInWindow.xaml
deleted file mode 100644
index 53e103d..0000000
--- a/DM_Weight/Views/InvoiceInWindow.xaml
+++ /dev/null
@@ -1,243 +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/SelfAddWindow.xaml.cs b/DM_Weight/Views/OpenBoxWindow.xaml.cs
similarity index 80%
rename from DM_Weight/Views/SelfAddWindow.xaml.cs
rename to DM_Weight/Views/OpenBoxWindow.xaml.cs
index bb722a9..651f9fc 100644
--- a/DM_Weight/Views/SelfAddWindow.xaml.cs
+++ b/DM_Weight/Views/OpenBoxWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// SelfAddWindow.xaml 的交互逻辑
+ /// OpenBoxWindow.xaml 的交互逻辑
///
- public partial class SelfAddWindow : UserControl
+ public partial class OpenBoxWindow : UserControl
{
- public SelfAddWindow()
+ public OpenBoxWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/OrderTakeDrugWindow.xaml b/DM_Weight/Views/OrderTakeDrugWindow.xaml
index 821b3a3..01c08c7 100644
--- a/DM_Weight/Views/OrderTakeDrugWindow.xaml
+++ b/DM_Weight/Views/OrderTakeDrugWindow.xaml
@@ -117,10 +117,10 @@
Header="处方号"/>
+ Header="药品名称"/>
+ Header="数量"/>
diff --git a/DM_Weight/Views/ReturnDrugWindow.xaml b/DM_Weight/Views/ReturnDrugWindow.xaml
deleted file mode 100644
index 5a86f62..0000000
--- a/DM_Weight/Views/ReturnDrugWindow.xaml
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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/DebugWindow.xaml.cs b/DM_Weight/Views/SettingBoxWindow.xaml.cs
similarity index 79%
rename from DM_Weight/Views/DebugWindow.xaml.cs
rename to DM_Weight/Views/SettingBoxWindow.xaml.cs
index b7de1a5..3133323 100644
--- a/DM_Weight/Views/DebugWindow.xaml.cs
+++ b/DM_Weight/Views/SettingBoxWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// DebugWindow.xaml 的交互逻辑
+ /// SettingBoxWindow.xaml 的交互逻辑
///
- public partial class DebugWindow : UserControl
+ public partial class SettingBoxWindow : UserControl
{
- public DebugWindow()
+ public SettingBoxWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/StockListWindow.xaml b/DM_Weight/Views/StockListWindow.xaml
deleted file mode 100644
index 02fb4c7..0000000
--- a/DM_Weight/Views/StockListWindow.xaml
+++ /dev/null
@@ -1,275 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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();
- }
- }
-}