From c96d59d6b6379acb0fd899ad2e255a121ee6c8c6 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 18 十二月 2020 10:45:20 +0800
Subject: [PATCH] 20201218-1

---
 HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
index 3b77f9e..3df6926 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
@@ -21,10 +21,10 @@
         /// </summary>
         Button btnFloor;
 
-        /// <summary>
-        /// 绛涢�夐�夋嫨涓嬫媺鍥炬爣
-        /// </summary>
-        Button btnScreenIcon;
+        ///// <summary>
+        ///// 绛涢�夐�夋嫨涓嬫媺鍥炬爣
+        ///// </summary>
+        //Button btnScreenIcon;
         /// <summary>
         /// 绛涢�夋枃鏈樉绀�
         /// </summary>
@@ -102,28 +102,28 @@
             showdFunctionTypeRow.AddChidren(btnFloor);
 
 
-            btnScreenIcon = new Button()
-            {
-                Width = Application.GetMinRealAverage(16),
-                Height = Application.GetMinRealAverage(16),
-                X = Application.GetRealWidth(122),
-                Y = Application.GetRealHeight(18),
-                UnSelectedImagePath = "Public/DownIcon.png",
-            };
-            showdFunctionTypeRow.AddChidren(btnScreenIcon);
+            //btnScreenIcon = new Button()
+            //{
+            //    Width = Application.GetMinRealAverage(16),
+            //    Height = Application.GetMinRealAverage(16),
+            //    X = Application.GetRealWidth(122),
+            //    Y = Application.GetRealHeight(18),
+            //    UnSelectedImagePath = "Public/DownIcon.png",
+            //};
+            //showdFunctionTypeRow.AddChidren(btnScreenIcon);
 
-            btnScreenText = new Button()
-            {
-                X = btnScreenIcon.Right,
-                Y = Application.GetRealHeight(18),
-                Width = Application.GetRealWidth(200),
-                Height = Application.GetMinRealAverage(16),
-                TextColor = CSS_Color.FirstLevelTitleColor,
-                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                TextAlignment = TextAlignment.CenterLeft,
-                TextID = StringId.Screen
-            };
-            showdFunctionTypeRow.AddChidren(btnScreenText);
+            //btnScreenText = new Button()
+            //{
+            //    X = btnScreenIcon.Right,
+            //    Y = Application.GetRealHeight(18),
+            //    Width = Application.GetRealWidth(200),
+            //    Height = Application.GetMinRealAverage(16),
+            //    TextColor = CSS_Color.FirstLevelTitleColor,
+            //    TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
+            //    TextAlignment = TextAlignment.CenterLeft,
+            //    TextID = StringId.Screen
+            //};
+            //showdFunctionTypeRow.AddChidren(btnScreenText);
 
 
             #endregion

--
Gitblit v1.8.0