From a9d96cf57551f5fbf79802381f4e7b8bd16f0677 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1N1NK8A\\auvkk" Date: Wed, 19 Apr 2023 15:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=BB=E7=AA=97=E4=BD=93?= =?UTF-8?q?=E4=B8=ADLOG=E4=B8=8B=E6=8B=89=E6=A1=86=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E8=A2=AB=E6=92=91=E7=9A=84=E5=BE=88=E5=A4=A7=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicRT/Equipments/HomeAll.cs | 6 +++ SicUI/App.xaml | 7 --- SicUI/MainView.xaml | 50 +----------------- .../MECF.Framework.RT.EquipmentLibrary.dll | Bin 2336768 -> 2336768 bytes .../MECF.Framework.Simulator.Core.dll | Bin 530944 -> 530944 bytes .../MECF.Framework.UI.Client.dll | Bin 3661824 -> 3663872 bytes 6 files changed, 7 insertions(+), 56 deletions(-) diff --git a/SicRT/Equipments/HomeAll.cs b/SicRT/Equipments/HomeAll.cs index 8e104c0..d7424c1 100644 --- a/SicRT/Equipments/HomeAll.cs +++ b/SicRT/Equipments/HomeAll.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using System.Diagnostics; using Aitex.Core.RT.Device; using Aitex.Core.RT.Event; using Aitex.Core.RT.Routine; @@ -29,6 +30,11 @@ namespace SicRT.Modules public Result Start(params object[] objs) { + if (Debugger.IsAttached) + EV.PostInfoLog("System", + "这是一个长字符串用于测试MainWindow的LOG下拉框是否约束了显示宽度这是一个长字符串用于测试MainWindow的LOG下拉框是否约束了显示宽度这是一个长字符串用于测试MainWindow的LOG下拉框是否约束了显示宽度"); + + _lstModules.Clear(); _homingModules.Clear(); diff --git a/SicUI/App.xaml b/SicUI/App.xaml index bb2e434..fbac512 100644 --- a/SicUI/App.xaml +++ b/SicUI/App.xaml @@ -13,13 +13,6 @@ - - - - - - - diff --git a/SicUI/MainView.xaml b/SicUI/MainView.xaml index cc9cdac..5f203e9 100644 --- a/SicUI/MainView.xaml +++ b/SicUI/MainView.xaml @@ -16,7 +16,6 @@ WindowStartupLocation="CenterScreen" WindowState="Maximized"> - @@ -995,54 +994,7 @@ ItemsSource="{Binding EventLogsView}" SelectedIndex="{Binding EventLogsView.Count, Mode=OneWay, Converter={StaticResource collectionLastIndexConverter}}" Style="{DynamicResource Top_ComboBox}" - Visibility="{Binding AllEventsVisibility}"> - - - - - - - - - - - - - - - - - - - - - - + Visibility="{Binding AllEventsVisibility}"/>