From 9118585babf132b7e8a7a93da8c6ebf79510b72c Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期四, 26 十一月 2020 20:21:20 +0800
Subject: [PATCH] 2020-11-26-2

---
 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