From 97c5805f85bf8fd49b684bc8dc0f8bddf11687ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=84=8F=20=E5=BD=AD?= <2417589739@qq.com> Date: Tue, 11 Oct 2022 10:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=85=8D=E6=96=99=E4=B8=8A=E4=BD=8D?= =?UTF-8?q?=E6=9C=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/View/LoginView.xaml | 27 +- .../RecDictionarys/RecComboBox.xaml | 2 +- .../App.xaml.cs | 22 +- .../Models/CommunicationPar.cs | 4 +- .../Services/Control.cs | 317 ++++++++++++++---- .../Services/PlcServer.cs | 22 +- .../ViewModels/NewOutletViewModel.cs | 9 +- .../ViewModels/NewSiloViewModel.cs | 14 + .../ViewModels/RecipeControlViewModel.cs | 17 +- .../Views/NewOutletView.xaml | 4 +- .../Views/NewRecipeView.xaml | 3 +- .../Views/NewSiloView.xaml | 1 + 12 files changed, 345 insertions(+), 97 deletions(-) diff --git a/BPASmartClient.CustomResource/Pages/View/LoginView.xaml b/BPASmartClient.CustomResource/Pages/View/LoginView.xaml index b106764f..4b84c820 100644 --- a/BPASmartClient.CustomResource/Pages/View/LoginView.xaml +++ b/BPASmartClient.CustomResource/Pages/View/LoginView.xaml @@ -8,8 +8,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:BPASmartClient.CustomResource.Pages.ViewModel" Title="LoginView" - Width="1920" - Height="1080" + Width="1366" + Height="768" AllowsTransparency="True" Background="{x:Null}" Topmost="False" @@ -194,7 +194,7 @@