wxr
2020-09-29 51cb254cbd616e84b7a466b195eb43ab097c3897
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs
@@ -79,7 +79,8 @@
            #region 住宅名称
            FrameLayout residenceNameRow;
            residenceNameRow = new FrameLayout() {
            residenceNameRow = new FrameLayout()
            {
                Y = Application.GetRealHeight(72),
                Height = Application.GetRealHeight(50),
                BackgroundColor = CSS_Color.MainBackgroundColor,
@@ -98,7 +99,7 @@
            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,
@@ -209,9 +210,9 @@
                    Width = Application.GetRealWidth(343),
                    BackgroundColor = CSS_Color.DividingLineColor,
                });
#endregion
            #endregion
#region 房间管理
            #region 房间管理
            roomManagementRow = new FrameLayout()
            {
                Y = floorManagementRow.Bottom,
@@ -240,9 +241,11 @@
                UnSelectedImagePath = "Public/RightIcon.png",
            };
            roomManagementRow.AddChidren(btnRoomManagementSkinIcon);
#endregion
            #endregion
#region 管理员权限迁移
#if stage2
            #region 管理员权限迁移
            FrameLayout administratorPermissionMigrationRow;
            administratorPermissionMigrationRow = new FrameLayout()
            {
@@ -298,9 +301,9 @@
                    Width = Application.GetRealWidth(343),
                    BackgroundColor = CSS_Color.DividingLineColor,
                });
#endregion
            #endregion
#region 过户
            #region 过户
            FrameLayout transferRow;
            transferRow = new FrameLayout()
            {
@@ -346,9 +349,9 @@
                UnSelectedImagePath = "Public/RightIcon.png",
            };
            transferRow.AddChidren(btnTrasferSkinIcon);
#endregion
            #endregion
#region 调试权限
            #region 调试权限
            FrameLayout commissioningAuthorityRow;
            commissioningAuthorityRow = new FrameLayout()
            {
@@ -396,8 +399,9 @@
            };
            commissioningAuthorityRow.AddChidren(btnCommissioningAuthoritySwitchIcon);
#endregion
            #endregion
#endif
            LoadEventList();
        }