From f12a70ac4639f6ea5de0b136d86cafd90af06eec Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 22 九月 2022 14:55:58 +0800 Subject: [PATCH] 光伏卡片数据显示 --- HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs index 9007c2d..eaa5c14 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs @@ -157,8 +157,14 @@ LogicView.FunTypeView curtainSwitchView = new LogicView.FunTypeView(); curtainSwitchView.btnText.TextID = StringId.switchLogic; fLayout.AddChidren(curtainSwitchView.FLayoutView()); + ///鐧惧垎姣� + LogicView.FunTypeView crtainPercentumView = new LogicView.FunTypeView(); + crtainPercentumView.frameLayout.Y = curtainSwitchView.frameLayout.Bottom; + crtainPercentumView.btnText.TextID = StringId.percentum; + fLayout.AddChidren(crtainPercentumView.FLayoutView()); + crtainPercentumView.btnState.Text = "5%";//浜у搧缁忕悊鏅撹緣瑕佹眰鏀圭殑 2021-11-06 ///璁惧寤舵椂iewv - DelayView(fLayout, curtainSwitchView.frameLayout.Bottom); + DelayView(fLayout, crtainPercentumView.frameLayout.Bottom); #endregion #region 鐐瑰嚮浜嬩欢 ///寮�鍏崇偣鍑讳簨浠� @@ -166,6 +172,11 @@ { SwitchViewMethod(device, curtainSwitchView.btnState, 2); }; + ///鐧惧垎姣旂偣鍑讳簨浠� + crtainPercentumView.btnClick.MouseUpEventHandler += (sender, e) => + { + BrightnessMethod(device, crtainPercentumView.btnState, crtainPercentumView.btnText.Text); + }; if (edit) { //鏄剧ず缂栬緫涔嬪墠鐨勮澶囩姸鎬� -- Gitblit v1.8.0