From 92cc8a15ecb93e1659369d66b0c88bf50830f8bd Mon Sep 17 00:00:00 2001 From: liuwf Date: Wed, 6 Dec 2023 18:55:52 +0800 Subject: [PATCH] =?UTF-8?q?change-=20=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Scada.UI/MainWindow.xaml | 53 +++---- .../AssemblyPlan/AssemblyPlanControl.xaml | 141 ++++++++++++++---- .../Page/AssemblyPlan/PlanInfoEditWindow.xaml | 30 ++-- .../AssemblyPlan/QuantityIssuedWindow.xaml | 30 ++-- .../Page/InStoreInfo/InStoreInfoControl.xaml | 139 +++++++++++++---- .../InventoryInfo/InventoryInfoControl.xaml | 8 +- .../Page/InventoryInfo/LinerInventory.xaml | 79 +++++++++- .../MaterialStatisticsWindow.xaml | 18 +-- .../Page/InventoryInfo/ShellInventory.xaml | 79 +++++++++- .../Page/InventoryInfo/SpaceDetailWindow.xaml | 20 +-- .../Page/InventoryInfo/SpaceInfoControl.xaml | 2 +- .../OutStoreInfo/OutStoreInfoControl.xaml | 128 ++++++++++++---- .../Page/TaskInfo/TaskInfoControl.xaml | 99 +++++++++--- .../AssemblyPlan/AssemblyPlanViewModel.cs | 4 + .../InStoreInfo/InStoreInfoViewModel.cs | 5 +- Aucma.Scada.UI/viewModel/MainViewModel.cs | 23 ++- 16 files changed, 643 insertions(+), 215 deletions(-) diff --git a/Aucma.Scada.UI/MainWindow.xaml b/Aucma.Scada.UI/MainWindow.xaml index 87b39fcd..f38de87d 100644 --- a/Aucma.Scada.UI/MainWindow.xaml +++ b/Aucma.Scada.UI/MainWindow.xaml @@ -4,13 +4,14 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Aucma.Scada.UI" - mc:Ignorable="d" + mc:Ignorable="d" FontFamily="Microsoft YaHei" + WindowStartupLocation="CenterScreen" Title="SCADA" Height="1080" Width="1920" Icon="Icon.png" WindowState="Maximized" WindowStyle="None" ResizeMode="NoResize"> - + @@ -20,10 +21,11 @@ - - + + + - + @@ -31,8 +33,10 @@ + + - + @@ -64,12 +68,12 @@ - + - + @@ -78,17 +82,16 @@ + -