diff --git a/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj b/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj
index a85060e7..100dcfc4 100644
--- a/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj
+++ b/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj
@@ -129,12 +129,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -264,6 +280,7 @@
+
diff --git a/BPASmartClient.CustomResource/Image/顶部.png b/BPASmartClient.CustomResource/Image/顶部.png
new file mode 100644
index 00000000..7c5c59a3
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部.png differ
diff --git a/BPASmartClient.CustomResource/Image/顶部切图/Button_No.png b/BPASmartClient.CustomResource/Image/顶部切图/Button_No.png
new file mode 100644
index 00000000..514c73c9
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部切图/Button_No.png differ
diff --git a/BPASmartClient.CustomResource/Image/顶部切图/Button_Select.png b/BPASmartClient.CustomResource/Image/顶部切图/Button_Select.png
new file mode 100644
index 00000000..34f32ce5
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部切图/Button_Select.png differ
diff --git a/BPASmartClient.CustomResource/Image/顶部切图/Top_L.png b/BPASmartClient.CustomResource/Image/顶部切图/Top_L.png
new file mode 100644
index 00000000..4601a253
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部切图/Top_L.png differ
diff --git a/BPASmartClient.CustomResource/Image/顶部切图/窗体背景.png b/BPASmartClient.CustomResource/Image/顶部切图/窗体背景.png
new file mode 100644
index 00000000..d33dce9d
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部切图/窗体背景.png differ
diff --git a/BPASmartClient.CustomResource/Image/顶部切图/顶部矩形.png b/BPASmartClient.CustomResource/Image/顶部切图/顶部矩形.png
new file mode 100644
index 00000000..07e1f7a7
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部切图/顶部矩形.png differ
diff --git a/BPASmartClient.CustomResource/Image/顶部切图/黑菠萝智慧餐饮管理系统.png b/BPASmartClient.CustomResource/Image/顶部切图/黑菠萝智慧餐饮管理系统.png
new file mode 100644
index 00000000..ce41450e
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/顶部切图/黑菠萝智慧餐饮管理系统.png differ
diff --git a/BPASmartClient.CustomResource/Themes/GenricStyle.xaml b/BPASmartClient.CustomResource/Themes/GenricStyle.xaml
index 6887a275..a1a72597 100644
--- a/BPASmartClient.CustomResource/Themes/GenricStyle.xaml
+++ b/BPASmartClient.CustomResource/Themes/GenricStyle.xaml
@@ -451,7 +451,7 @@
-
-
+
+
+
@@ -46,7 +32,7 @@
-
+
@@ -71,6 +57,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
+
+
diff --git a/BPASmartClient/MainWindow.xaml b/BPASmartClient/MainWindow.xaml
index bdbfbea1..22925022 100644
--- a/BPASmartClient/MainWindow.xaml
+++ b/BPASmartClient/MainWindow.xaml
@@ -5,8 +5,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:BPASmartClient"
xmlns:pry="clr-namespace:BPASmartClient.CustomResource.UserControls;assembly=BPASmartClient.CustomResource"
- Title="MainWindow" Width="1400"
- Height="850"
+ Title="MainWindow" Width="1600"
+ Height="900"
AllowsTransparency="True"
Background="{x:Null}"
Topmost="False"
@@ -26,73 +26,100 @@
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 星期一
+ 2021-11-13
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+ 相关设备状态
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/BPASmartClient/MainWindow.xaml.cs b/BPASmartClient/MainWindow.xaml.cs
index b55d3902..b8148df1 100644
--- a/BPASmartClient/MainWindow.xaml.cs
+++ b/BPASmartClient/MainWindow.xaml.cs
@@ -28,8 +28,6 @@ namespace BPASmartClient
public MainWindow()
{
InitializeComponent();
- this.ButMin.Click += (o,e) => { this.WindowState = WindowState.Minimized; };
- this.ButMax.Click += (o,e) => { this.WindowState = this.WindowState == WindowState.Maximized ? WindowState.Normal : WindowState.Maximized; };
this.ButClose.Click += (o,e) => { this.Close(); };
this.br.MouseLeftButtonDown += (o,e) =>
{