| | |
| | | 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;
|
| | |
| | | rowProtuct.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uManufacturerName), 300);
|
| | | rowProtuct.AddMostRightView("广州河东科技有限公司", 600);
|
| | |
|
| | | listView.AdjustRealHeight(Application.GetRealHeight(23));
|
| | |
|
| | | HdlThreadLogic.Current.RunThread(() =>
|
| | | {
|
| | | //获取网关数据
|
| | | this.GetGatewayData(i_gateway, btnMac, btnChannel, btnPanId);
|
| | | });
|
| | | }
|
| | | listView.AdjustRealHeight(Application.GetRealHeight(23));
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
|