From 1c9ed03bd5703e44d23ab6a8e452a6d53701c2d0 Mon Sep 17 00:00:00 2001 From: NXX <447201003@qq> Date: Thu, 19 May 2022 11:02:39 +0800 Subject: [PATCH] =?UTF-8?q?MORKT=20=E6=B5=81=E7=A8=8B=E5=92=8C=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=B3=A8=E9=94=80=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BPACommonClient/App.xaml | 9 + BPACommonClient/App.xaml.cs | 17 + BPACommonClient/AssemblyInfo.cs | 10 + BPACommonClient/BPACommonClient.csproj | 10 + BPACommonClient/MainWindow.xaml | 12 + BPACommonClient/MainWindow.xaml.cs | 28 ++ .../UserControls/UserKeyBoard.xaml | 176 ++++++++++ .../UserControls/UserKeyBoard.xaml.cs | 74 ++++ BPASmartClient.Lebai/LebaiRobot.cs | 2 +- .../BPASmartClient.MorkT.csproj | 1 + BPASmartClient.MorkT/Control_MorkT.cs | 328 +++++++++++++++++- BPASmartClient.MorkT/GLV_MorkT.cs | 9 + BPASmartClient.MorkT/OrderLocInfo.cs | 5 +- .../AdminstratorsViewModel.cs | 35 ++ BPASmartClient.ViewModel/MainViewModel.cs | 16 + BPASmartClient/App.config | 2 +- BPASmartClient/Control/AdminstratorsView.xaml | 84 +++++ .../Control/AdminstratorsView.xaml.cs | 91 +++++ .../Control/Helper/PasswordBoxHelper.cs | 40 +++ BPASmartClient/MainWindow.xaml | 25 +- BPASmartClient/MainWindow.xaml.cs | 24 ++ HBLConsole.MORKIC/Control_MORKIC.cs | 147 ++++---- 22 files changed, 1059 insertions(+), 86 deletions(-) create mode 100644 BPACommonClient/App.xaml create mode 100644 BPACommonClient/App.xaml.cs create mode 100644 BPACommonClient/AssemblyInfo.cs create mode 100644 BPACommonClient/BPACommonClient.csproj create mode 100644 BPACommonClient/MainWindow.xaml create mode 100644 BPACommonClient/MainWindow.xaml.cs create mode 100644 BPASmartClient.CustomResource/UserControls/UserKeyBoard.xaml create mode 100644 BPASmartClient.CustomResource/UserControls/UserKeyBoard.xaml.cs create mode 100644 BPASmartClient.ViewModel/AdminstratorsViewModel.cs create mode 100644 BPASmartClient/Control/AdminstratorsView.xaml create mode 100644 BPASmartClient/Control/AdminstratorsView.xaml.cs create mode 100644 BPASmartClient/Control/Helper/PasswordBoxHelper.cs diff --git a/BPACommonClient/App.xaml b/BPACommonClient/App.xaml new file mode 100644 index 00000000..bff6edc3 --- /dev/null +++ b/BPACommonClient/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/BPACommonClient/App.xaml.cs b/BPACommonClient/App.xaml.cs new file mode 100644 index 00000000..1731aea9 --- /dev/null +++ b/BPACommonClient/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace BPACommonClient +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/BPACommonClient/AssemblyInfo.cs b/BPACommonClient/AssemblyInfo.cs new file mode 100644 index 00000000..8b5504ec --- /dev/null +++ b/BPACommonClient/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/BPACommonClient/BPACommonClient.csproj b/BPACommonClient/BPACommonClient.csproj new file mode 100644 index 00000000..4106cb0f --- /dev/null +++ b/BPACommonClient/BPACommonClient.csproj @@ -0,0 +1,10 @@ + + + + WinExe + net6.0-windows + enable + true + + + diff --git a/BPACommonClient/MainWindow.xaml b/BPACommonClient/MainWindow.xaml new file mode 100644 index 00000000..447ec36c --- /dev/null +++ b/BPACommonClient/MainWindow.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/BPACommonClient/MainWindow.xaml.cs b/BPACommonClient/MainWindow.xaml.cs new file mode 100644 index 00000000..d1ddc1af --- /dev/null +++ b/BPACommonClient/MainWindow.xaml.cs @@ -0,0 +1,28 @@ +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 BPACommonClient +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} diff --git a/BPASmartClient.CustomResource/UserControls/UserKeyBoard.xaml b/BPASmartClient.CustomResource/UserControls/UserKeyBoard.xaml new file mode 100644 index 00000000..e20c659d --- /dev/null +++ b/BPASmartClient.CustomResource/UserControls/UserKeyBoard.xaml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +