ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayListForm.cs
@@ -215,6 +215,16 @@ { HdlGatewayLogic.Current.SaveGatewayIdToLocation(strWayId); } //当前网关的角标 if (strWayId == GatewayResourse.AppOldSelectGatewayId) { var btnNow = new IconViewControl(52); btnNow.Y = Application.GetMinReal(23) + gatewayRow.frameTable.chidrenYaxis; btnNow.UnSelectedImagePath = "Item/NowAcctionTip.png"; btnNow.X = gatewayRow.btnName.X + gatewayRow.btnName.GetRealWidthByText(15); gatewayRow.frameTable.AddChidren(btnNow, ChidrenBindMode.BindEventOnly); } } #endregion