From d53f7315de145266e6465d9f95d11d1712b9a91b Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 18 十二月 2020 20:55:28 +0800
Subject: [PATCH] 20201218-6
---
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
old mode 100644
new mode 100755
index 3b77f9e..3df6926
--- 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