wxr
2020-11-04 e6a26ee148587327478d9a82624a820c907b6e16
HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -1,4 +1,5 @@
using System;
using HDL_ON.DriverLayer;
using HDL_ON.Entity;
using HDL_ON.UI.CSS;
using Shared;
@@ -22,6 +23,7 @@
        Button btnSceneTilte;
        #region 场景底部切换显示区域
        FrameLayout topView;
        /// <summary>
        /// 场景区域,顶部区域
        /// </summary>
@@ -60,7 +62,7 @@
        {
            bodyView.BackgroundColor = CSS_Color.MainBackgroundColor;
            #region top
            FrameLayout topView = new FrameLayout()
            topView = new FrameLayout()
            {
                Height = Application.GetRealHeight(64),
                BackgroundColor = CSS_Color.TopViewColor,
@@ -188,6 +190,8 @@
        /// </summary>
        void LoadSceneFunctionControlZone()
        {
            //topView.AddChidren(btnAddIcon);
            sceneFunctionView.RemoveAll();
            var rowView = new FrameLayout();
            try
@@ -360,6 +364,9 @@
        /// </summary>
        void LoadAutomationPageView()
        {
            //btnAddIcon.RemoveFromParent();
            automationPage = new FrameLayout();
            contentPageView.AddChidren(automationPage);
@@ -480,7 +487,7 @@
            {
                string msg = function.name + Language.StringByID(StringId.AlreadyOpened);
                new PublicAssmebly().TipMsgAutoClose(msg, true);
                Control.Send(function);
                Control.ins.ControlScene(function as Scene);
            };
            btnCoverd.MouseUpEventHandler = eventHandler;
            btnName.MouseUpEventHandler = eventHandler;