diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 1f42857..22cd608 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -1131,6 +1131,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties { } } + /// + /// 查找类似 Log 的本地化字符串。 + /// + public static string log { + get { + return ResourceManager.GetString("log", resourceCulture); + } + } + /// /// 查找类似 Low-water level 的本地化字符串。 /// diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx index c65153a..d6f5e86 100644 --- a/Properties/Resources.en-US.resx +++ b/Properties/Resources.en-US.resx @@ -948,4 +948,7 @@ Editing non-pending work order is prohibited + + Log + \ No newline at end of file diff --git a/Properties/Resources.resx b/Properties/Resources.resx index c3f4c29..ccdb27d 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -948,4 +948,7 @@ Editing non-pending work order is prohibited + + Log + \ No newline at end of file diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx index 2356fbf..28c9069 100644 --- a/Properties/Resources.zh-CN.resx +++ b/Properties/Resources.zh-CN.resx @@ -948,4 +948,7 @@ 禁止编辑非等待中的工单 + + 日志 + \ No newline at end of file diff --git a/Properties/Resources.zh-TW.resx b/Properties/Resources.zh-TW.resx index 5aec2c6..d1e0b2d 100644 --- a/Properties/Resources.zh-TW.resx +++ b/Properties/Resources.zh-TW.resx @@ -942,4 +942,13 @@ 頁面不存在 + + 禁止編輯非待處理工單! + + + 禁止編輯歷史工單! + + + 日誌 + \ No newline at end of file diff --git a/SunlightCentralizedControlManagement_SCCM_.csproj b/SunlightCentralizedControlManagement_SCCM_.csproj index 50e4163..b2fcb26 100644 --- a/SunlightCentralizedControlManagement_SCCM_.csproj +++ b/SunlightCentralizedControlManagement_SCCM_.csproj @@ -127,6 +127,9 @@ CurveDiagram.xaml + + LogView.xaml + MachinesView.xaml @@ -203,6 +206,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + MSBuild:Compile Designer diff --git a/UserClass/AsyncTcpClient.cs b/UserClass/AsyncTcpClient.cs index c1c2a19..aeef3e8 100644 --- a/UserClass/AsyncTcpClient.cs +++ b/UserClass/AsyncTcpClient.cs @@ -285,7 +285,7 @@ namespace SunlightCentralizedControlManagement_SCCM_.UserClass else if (SYSAPI == "SC980") { DAT = DAT.Substring(DAT.IndexOf("]") + 1); - MessageBox.Show(DAT); + MessageBox.Show(DAT,"SCCM", MessageBoxButton.OK, MessageBoxImage.Question); } return EasyTask.CompletedTask; diff --git a/View/EngineerSetView.xaml b/View/EngineerSetView.xaml index b319472..4283578 100644 --- a/View/EngineerSetView.xaml +++ b/View/EngineerSetView.xaml @@ -8,22 +8,22 @@ mc:Ignorable="d" d:DesignHeight="630" d:DesignWidth="1280" VerticalAlignment="Top"> - + - - - + + + - + - - - + + +