From 3c5a4779b1f2e9b96c0430ef8bc15ea8a495cadb Mon Sep 17 00:00:00 2001 From: liuwf Date: Thu, 7 Dec 2023 11:11:29 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E8=B0=83=E6=95=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Scada.HikRobot/GrabImage.cs | 1 - Aucma.Scada.UI/App.xaml | 15 ++ Aucma.Scada.UI/MainWindow.xaml | 113 ++----------- .../AssemblyPlan/AssemblyPlanControl.xaml | 150 ++++++++++++++---- .../Page/AssemblyPlan/PlanInfoEditWindow.xaml | 109 ++++++++++--- .../AssemblyPlan/QuantityIssuedWindow.xaml | 36 ++--- .../AssemblyPlan/SearchCriteriaWindow.xaml | 24 +-- .../Page/InStoreInfo/InStoreInfoControl.xaml | 134 ++++++++++++---- .../InventoryInfo/BomFoamRearInventory.xaml | 81 ++++++++-- .../InventoryInfo/InventoryInfoControl.xaml | 12 +- .../Page/InventoryInfo/LinerInventory.xaml | 78 ++++++++- .../MaterialStatisticsWindow.xaml | 85 ++++++++-- .../Page/InventoryInfo/ShellInventory.xaml | 80 ++++++++-- .../Page/InventoryInfo/SpaceDetailWindow.xaml | 91 +++++++++-- .../OutStoreInfo/OutStoreInfoControl.xaml | 134 +++++++++++----- .../Page/TaskInfo/TaskInfoControl.xaml | 98 +++++++++--- Aucma.Scada.UI/RecordControl.xaml | 6 +- .../AssemblyPlan/QuantityIssuedWindow.g.i.cs | 129 +++++++-------- .../InStoreInfo/InStoreInfoViewModel.cs | 3 +- 19 files changed, 984 insertions(+), 395 deletions(-) diff --git a/Aucma.Scada.HikRobot/GrabImage.cs b/Aucma.Scada.HikRobot/GrabImage.cs index 336ce667..cdcc87d2 100644 --- a/Aucma.Scada.HikRobot/GrabImage.cs +++ b/Aucma.Scada.HikRobot/GrabImage.cs @@ -55,7 +55,6 @@ namespace Aucma.Scada.HikRobot { } - public void InitHikRobot() { int nRet = MvCodeReader.MV_CODEREADER_OK; diff --git a/Aucma.Scada.UI/App.xaml b/Aucma.Scada.UI/App.xaml index 0b226d26..2af61594 100644 --- a/Aucma.Scada.UI/App.xaml +++ b/Aucma.Scada.UI/App.xaml @@ -6,6 +6,21 @@ + + diff --git a/Aucma.Scada.UI/MainWindow.xaml b/Aucma.Scada.UI/MainWindow.xaml index cc9da097..9f0d42dd 100644 --- a/Aucma.Scada.UI/MainWindow.xaml +++ b/Aucma.Scada.UI/MainWindow.xaml @@ -3,7 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 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" + xmlns:local="clr-namespace:Aucma.Scada.UI" FontFamily="Microsoft YaHei" + WindowStartupLocation="CenterScreen" mc:Ignorable="d" Title="SCADA" Height="1080" Width="1920" Icon="Icon.png" WindowState="Maximized" WindowStyle="None" ResizeMode="NoResize" Topmost="True"> @@ -50,7 +51,7 @@ --> - + @@ -81,105 +82,21 @@ -