From 61852f188796c8ef82597bfa8f13c0ddcbb42ac1 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 27 十一月 2020 14:59:33 +0800
Subject: [PATCH] 2020-11-27-1
---
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