HDL Home App 第二版本 旧平台金堂用 正在使用
陈嘉乐
2020-09-02 07c647861d549a4c61f615dba9c008c29ad57f43
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayGeneralInformationForm.cs
@@ -92,6 +92,10 @@
            var btnMac = rowMac.AddMostRightView("", 600);
            rowMac.AddBottomLine();
            //如果当前是展示模板或者虚拟住宅,则不处理
            if (Common.Config.Instance.Home.IsShowTemplate == false
                && Common.Config.Instance.Home.IsVirtually == false)
            {
            //协议器信道
            var rowChannel = new FrameRowControl(listView.rowSpace / 2);
            rowChannel.UseClickStatu = false;
@@ -113,9 +117,7 @@
            rowProtuct.UseClickStatu = false;
            listView.AddChidren(rowProtuct);
            rowProtuct.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uManufacturerName), 300);
            rowProtuct.AddMostRightView("HDL", 600);
            listView.AdjustRealHeight(Application.GetRealHeight(23));
                rowProtuct.AddMostRightView("广州河东科技有限公司", 600);
            HdlThreadLogic.Current.RunThread(() =>
            {
@@ -123,6 +125,8 @@
                this.GetGatewayData(i_gateway, btnMac, btnChannel, btnPanId);
            });
        }
            listView.AdjustRealHeight(Application.GetRealHeight(23));
        }
        #endregion