陈嘉乐
2020-11-27 ae142832f9721956f963cf008047a2620a035bf7
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),