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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +