From c44b10e4447e84dbdfa9105edf460ef364a8f2b3 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 30 十一月 2020 19:53:35 +0800 Subject: [PATCH] Merge branch 'master' into WJC --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/areaView.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/areaView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/areaView.cs index 737309a..9f41dc9 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/areaView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/areaView.cs @@ -4,11 +4,17 @@ { public class AreaView { + /// <summary> + /// 涓绘帶浠� + /// </summary> public FrameLayout frameLayout = new FrameLayout { Width = Application.GetRealWidth(144), Height = Application.GetRealHeight(44), }; + /// <summary> + /// 鎴块棿鍚� + /// </summary> public Button btnRoomName = new Button { Width = Application.GetRealWidth(100), @@ -20,6 +26,9 @@ TextColor = CSS.CSS_Color.textColor, }; + /// <summary> + /// 绾� + /// </summary> public Button btnLine = new Button { Width = Application.GetRealWidth(112), -- Gitblit v1.8.0