diff --git a/BPASmartClient.Academy/50L/BoolAddEnum.cs b/BPASmartClient.Academy/50L/BoolAddEnum.cs index 491e867d..6319efb6 100644 --- a/BPASmartClient.Academy/50L/BoolAddEnum.cs +++ b/BPASmartClient.Academy/50L/BoolAddEnum.cs @@ -29,7 +29,7 @@ namespace BPASmartClient.Academy._50L [Add("DB1.DBX1001.1")] 反应釜泄压阀, [Add("DB1.DBX1001.2")] - 排热空气阀, + 抽真空阀, [Add("DB1.DBX1001.3")] 热气排空阀, [Add("DB1.DBX1001.4")] diff --git a/BPASmartClient.Academy/App.xaml.cs b/BPASmartClient.Academy/App.xaml.cs index 4dfa05b6..8da6032b 100644 --- a/BPASmartClient.Academy/App.xaml.cs +++ b/BPASmartClient.Academy/App.xaml.cs @@ -51,7 +51,7 @@ namespace BPASmartClient.Academy DataInit(); MenuInit(); MainView mv = new MainView(); - string typeName = Json.Data.ProjectTypeName == ProjectType.HKYF20240714.ToString() ? "10L" : "50L"; + string typeName = Json.Data.ProjectTypeName == ProjectType.HKYF20240916.ToString() ? "50L" : "10L"; mv.TitleName = $"{typeName} 反应釜焖制系统 V1.0.1"; //#if !DEBUG // LoginView lv = new LoginView(); diff --git a/BPASmartClient.Academy/View/DeviceMotionView.xaml b/BPASmartClient.Academy/View/DeviceMotionView.xaml index 29a24ab0..98df970c 100644 --- a/BPASmartClient.Academy/View/DeviceMotionView.xaml +++ b/BPASmartClient.Academy/View/DeviceMotionView.xaml @@ -8,9 +8,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:BPASmartClient.Academy.ViewModel" d:DataContext="{d:DesignInstance Type=vm:DeviceMotionViewModel}" - d:DesignHeight="900" - d:DesignWidth="1440" - mc:Ignorable="d"> + d:DesignHeight="900" d:DesignWidth="1440" mc:Ignorable="d">