From dc8c175258daef526e2f151769c7f7bc56830ab5 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 12 五月 2021 15:09:53 +0800 Subject: [PATCH] spk --- HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs index 9113330..2543213 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs @@ -377,6 +377,14 @@ } break; + case 4: + case 6: + case 9: + { + iconInt = 3; + + } + break; } if (!iconIntValue.Contains(iconInt)) @@ -468,6 +476,12 @@ strIcon = "LogicIcon/selectTheFun.png"; } break; + case 3: + { + + strIcon = "LogicIcon/shiwaitianqi.png"; + } + break; case 11: { //鍒嗗壊鏉′欢鍜岀洰鏍囩殑鍥炬爣 -- Gitblit v1.8.0