From ec5a167e0366a75642e45dbd30817c1c8ae57e79 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 11 九月 2023 15:34:29 +0800
Subject: [PATCH] 备份

---
 OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs |   82 ++++++++++++++++++++--------------------
 1 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
index eeb45a4..a4bdd77 100644
--- a/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
+++ b/OnPro/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -113,15 +113,15 @@
         /// <summary>
         /// 鍖哄煙娣诲姞鍔熻兘灏忓尯鍩�
         /// </summary>
-        FrameLayout residenceAddFunctionView;
-        /// <summary>
-        /// 鍖哄煙娣诲姞鍔熻兘灏忓尯鍩熷浘鏍�
-        /// </summary>
-        Button btnResidenceAddFunctionIcon;
-        /// <summary>
-        /// 鍖哄煙娣诲姞鍔熻兘灏忓尯鍩熸枃鏈�
-        /// </summary>
-        Button btnResidenceAddFunctionText;
+        //FrameLayout residenceAddFunctionView;
+        ///// <summary>
+        ///// 鍖哄煙娣诲姞鍔熻兘灏忓尯鍩熷浘鏍�
+        ///// </summary>
+        //Button btnResidenceAddFunctionIcon;
+        ///// <summary>
+        ///// 鍖哄煙娣诲姞鍔熻兘灏忓尯鍩熸枃鏈�
+        ///// </summary>
+        //Button btnResidenceAddFunctionText;
 
         ///// <summary>
         ///// 杞欢璁剧疆鍖哄煙
@@ -292,7 +292,7 @@
                 {
                     Gravity = Gravity.CenterHorizontal,
                     Width = Application.GetRealWidth(343),
-                    Height = Application.GetRealHeight(213),
+                    Height = Application.GetRealHeight(144),
                     BackgroundColor = CSS_Color.MainBackgroundColor,
                     Radius = (uint)Application.GetRealHeight(12),
                     BorderColor = 0x00FFFFFF,
@@ -390,7 +390,7 @@
                     X = Application.GetRealWidth(28 - 24),
                     Y = Application.GetRealHeight(68),
                     Width = Application.GetRealWidth(64 + 48),
-                    Height = Application.GetRealHeight(64),
+                    Height = Application.GetRealHeight(74),
                 };
                 residenceInfoView.AddChidren(residenceManageView);
 
@@ -423,7 +423,7 @@
                     X = residenceManageView.Right,
                     Y = Application.GetRealHeight(68),
                     Width = Application.GetRealWidth(64 + 48),
-                    Height = Application.GetRealHeight(64),
+                    Height = Application.GetRealHeight(74),
                 };
                 residenceInfoView.AddChidren(residenceMemberView);
 
@@ -455,7 +455,7 @@
                     //    X = residenceMemberView.Right,
                     //    Y = Application.GetRealHeight(68),
                     //    Width = Application.GetRealWidth(64 + 48),
-                    //    Height = Application.GetRealHeight(64),
+                    //    Height = Application.GetRealHeight(74),
                     //};
                     //residenceInfoView.AddChidren(residenceArmView);
                     //btnResidenceArmIcon = new Button
@@ -546,34 +546,34 @@
                 {
                     residenceFunctionCount++;
                     #region ---娣诲姞鍔熻兘鍖哄煙
-                    residenceAddFunctionView = new FrameLayout()
-                    {
-                        X = residenceMemberView.Right,
-                        //X = Application.GetRealWidth(28 - 24),
-                        Y = Application.GetRealHeight(68),//residenceManageView.Bottom,
-                        Width = Application.GetRealWidth(64 + 48),
-                        Height = Application.GetRealWidth(64),
-                    };
-                    residenceInfoView.AddChidren(residenceAddFunctionView);
-                    btnResidenceAddFunctionIcon = new Button
-                    {
-                        Gravity = Gravity.CenterHorizontal,
-                        Y = Application.GetRealHeight(5),
-                        Width = Application.GetMinRealAverage(30),
-                        Height = Application.GetMinRealAverage(30),
-                        UnSelectedImagePath = "PersonalCenter/AddFunctionIcon.png",
-                    };
-                    residenceAddFunctionView.AddChidren(btnResidenceAddFunctionIcon);
-                    btnResidenceAddFunctionText = new Button()
-                    {
-                        Y = btnResidenceManageIcon.Bottom,
-                        Height = Application.GetRealHeight(29),
-                        TextID = StringId.AddFunction,
-                        TextAlignment = TextAlignment.Center,
-                        TextColor = CSS_Color.FirstLevelTitleColor,
-                        TextSize = CSS_FontSize.PromptFontSize_FirstLevel
-                    };
-                    residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText);
+                    //residenceAddFunctionView = new FrameLayout()
+                    //{
+                    //    X = residenceMemberView.Right,
+                    //    //X = Application.GetRealWidth(28 - 24),
+                    //    Y = Application.GetRealHeight(68),//residenceManageView.Bottom,
+                    //    Width = Application.GetRealWidth(64 + 48),
+                    //    Height = Application.GetRealWidth(64),
+                    //};
+                    //residenceInfoView.AddChidren(residenceAddFunctionView);
+                    //btnResidenceAddFunctionIcon = new Button
+                    //{
+                    //    Gravity = Gravity.CenterHorizontal,
+                    //    Y = Application.GetRealHeight(5),
+                    //    Width = Application.GetMinRealAverage(30),
+                    //    Height = Application.GetMinRealAverage(30),
+                    //    UnSelectedImagePath = "PersonalCenter/AddFunctionIcon.png",
+                    //};
+                    //residenceAddFunctionView.AddChidren(btnResidenceAddFunctionIcon);
+                    //btnResidenceAddFunctionText = new Button()
+                    //{
+                    //    Y = btnResidenceManageIcon.Bottom,
+                    //    Height = Application.GetRealHeight(29),
+                    //    TextID = StringId.AddFunction,
+                    //    TextAlignment = TextAlignment.Center,
+                    //    TextColor = CSS_Color.FirstLevelTitleColor,
+                    //    TextSize = CSS_FontSize.PromptFontSize_FirstLevel
+                    //};
+                    //residenceAddFunctionView.AddChidren(btnResidenceAddFunctionText);
                     #endregion
 
                 }

--
Gitblit v1.8.0