| | |
| | | |
| | | #region 住宅名称 |
| | | FrameLayout residenceNameRow; |
| | | residenceNameRow = new FrameLayout() { |
| | | residenceNameRow = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(72), |
| | | Height = Application.GetRealHeight(50), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | |
| | | |
| | | btnResidenceName = new Button() |
| | | { |
| | | X = Application.GetRealWidth(2)+ btnResidenceNameTitle.Right, |
| | | X = Application.GetRealWidth(2) + btnResidenceNameTitle.Right, |
| | | Width = Application.GetRealWidth(200), |
| | | Text = DB_ResidenceData.residenceData.residecenInfo.Name, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | |
| | | Width = Application.GetRealWidth(343), |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 房间管理 |
| | | #region 房间管理 |
| | | roomManagementRow = new FrameLayout() |
| | | { |
| | | Y = floorManagementRow.Bottom, |
| | |
| | | UnSelectedImagePath = "Public/RightIcon.png", |
| | | }; |
| | | roomManagementRow.AddChidren(btnRoomManagementSkinIcon); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 管理员权限迁移 |
| | | #if stage2 |
| | | |
| | | #region 管理员权限迁移 |
| | | FrameLayout administratorPermissionMigrationRow; |
| | | administratorPermissionMigrationRow = new FrameLayout() |
| | | { |
| | |
| | | Width = Application.GetRealWidth(343), |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 过户 |
| | | #region 过户 |
| | | FrameLayout transferRow; |
| | | transferRow = new FrameLayout() |
| | | { |
| | |
| | | UnSelectedImagePath = "Public/RightIcon.png", |
| | | }; |
| | | transferRow.AddChidren(btnTrasferSkinIcon); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 调试权限 |
| | | #region 调试权限 |
| | | FrameLayout commissioningAuthorityRow; |
| | | commissioningAuthorityRow = new FrameLayout() |
| | | { |
| | |
| | | }; |
| | | commissioningAuthorityRow.AddChidren(btnCommissioningAuthoritySwitchIcon); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | #endif |
| | | |
| | | LoadEventList(); |
| | | } |