| | |
| | | /// </summary> |
| | | Button btnCommissioningAuthoritySwitchIcon; |
| | | |
| | | #region 管理员权限迁移 |
| | | FrameLayout administratorPermissionMigrationRow; |
| | | Button btnAdministratorPermissionMigrationTitle; |
| | | Button btnAdministratorPermissionMigrationExplan; |
| | | Button btnAdministratorPermissionMigrationSkinIcon; |
| | | #endregion |
| | | |
| | | #region 过户 |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | FrameLayout transferRow; |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Button btnTransferTitle; |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Button btnTrasferExplan; |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | Button btnTrasferSkinIcon; |
| | | #endregion |
| | | |
| | | #endregion |
| | | /// <summary> |
| | | /// 更新住宅名称的回调函数 |
| | |
| | | residenceNameRow.AddChidren(btnEditResidenceNameIcon); |
| | | |
| | | #endregion |
| | | #if stage2 |
| | | residenceNameRow.AddChidren( |
| | | new Button() |
| | | { |
| | |
| | | }; |
| | | residenceAddressRow.AddChidren(btnResidenceAddress); |
| | | #endregion |
| | | #endif |
| | | #region 楼层管理 |
| | | floorManagementRow = new FrameLayout() |
| | | { |
| | |
| | | roomManagementRow.AddChidren(btnRoomManagementSkinIcon); |
| | | #endregion |
| | | |
| | | #if stage2 |
| | | |
| | | #region 管理员权限迁移 |
| | | FrameLayout administratorPermissionMigrationRow; |
| | | administratorPermissionMigrationRow = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(8) + roomManagementRow.Bottom, |
| | |
| | | }; |
| | | bodyView.AddChidren(administratorPermissionMigrationRow); |
| | | |
| | | var btnAdministratorPermissionMigrationTitle = new Button() |
| | | btnAdministratorPermissionMigrationTitle = new Button() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = Application.GetRealHeight(10), |
| | |
| | | }; |
| | | administratorPermissionMigrationRow.AddChidren(btnAdministratorPermissionMigrationTitle); |
| | | |
| | | var btnAdministratorPermissionMigrationExplan = new Button() |
| | | btnAdministratorPermissionMigrationExplan = new Button() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = btnAdministratorPermissionMigrationTitle.Bottom, |
| | |
| | | }; |
| | | administratorPermissionMigrationRow.AddChidren(btnAdministratorPermissionMigrationExplan); |
| | | |
| | | Button btnAdministratorPermissionMigrationSkinIcon; |
| | | |
| | | btnAdministratorPermissionMigrationSkinIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(343), |
| | |
| | | #endregion |
| | | |
| | | #region 过户 |
| | | FrameLayout transferRow; |
| | | |
| | | transferRow = new FrameLayout() |
| | | { |
| | | Y = administratorPermissionMigrationRow.Bottom, |
| | |
| | | }; |
| | | bodyView.AddChidren(transferRow); |
| | | |
| | | var btnTransferTitle = new Button() |
| | | btnTransferTitle = new Button() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = Application.GetRealHeight(10), |
| | |
| | | }; |
| | | transferRow.AddChidren(btnTransferTitle); |
| | | |
| | | var btnTrasferExplan = new Button() |
| | | btnTrasferExplan = new Button() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = btnTransferTitle.Bottom, |
| | |
| | | }; |
| | | transferRow.AddChidren(btnTrasferExplan); |
| | | |
| | | Button btnTrasferSkinIcon; |
| | | btnTrasferSkinIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(343), |
| | |
| | | |
| | | #endregion |
| | | |
| | | #endif |
| | | |
| | | LoadEventList(); |
| | | } |