From 533735b4bbaea0f7a87ccd3d1781ea7d469f75b5 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 06 七月 2021 09:34:37 +0800 Subject: [PATCH] 合并乐橙代码 --- HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs index b1dd561..5b55584 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs @@ -150,7 +150,7 @@ } } break; - case SPK.SensoruUtrasonic: + case SPK.SensorUtrasonic: { LogicView.FunTypeView view = new LogicView.FunTypeView(); @@ -178,11 +178,11 @@ case SPK.SenesorMegahealth: { LogicView.FunTypeView view = new LogicView.FunTypeView(); - view.btnText.TextID = StringId.kaiqiandbihe;//鐩爣鐘舵�� + view.btnText.TextID = StringId.mubiaozhuangtai ;//鐩爣鐘舵�� fLayout.AddChidren(view.FLayoutView()); view.btnClick.MouseUpEventHandler += (sender, e) => { - DeviceView(device, view.btnState, StringId.kaiqi, StringId.bihe); + DeviceView(device, view.btnState, StringId.wuren, StringId.diedao); }; if (edit) { @@ -278,7 +278,7 @@ case SPK.SensorDuiShe: case SPK.SensorPir: case SPK.SensorDoorWindow: - case SPK.SensoruUtrasonic: + case SPK.SensorUtrasonic: { keyVlaue = "status"; } -- Gitblit v1.8.0