From cc7eb0553e93844be984045bca3e335d4ae0dede Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 04 七月 2022 10:46:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into release0123 --- HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs index 3db5687..eb1cc55 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs @@ -338,7 +338,11 @@ { if (value == "true") { - inputView.btnState.Text = Language.StringByID(StringId.shi); + inputView.btnState.Text = Language.StringByID(StringId.youren); + } + else + { + inputView.btnState.Text = Language.StringByID(StringId.wuren); } } @@ -2057,7 +2061,10 @@ { if (value == "true") { - button1.Text = Language.StringByID(StringId.shi); + button1.Text = Language.StringByID(StringId.youren); + } + else { + button1.Text = Language.StringByID(StringId.wuren); } } -- Gitblit v1.8.0