From 7232642ff48a7fbde2018cde652f3e771fa58025 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 27 一月 2021 14:32:55 +0800
Subject: [PATCH] 20200127-英文版处理

---
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 645d512..a3bf4c3 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -172,12 +172,7 @@
                 //鎼滅储缃戝叧
                 btnResidenceName.MouseUpEventHandler = (sender, e) =>
                 {
-                    System.Threading.Tasks.Task.Run(() =>
-                        {
-                            //DriverLayer.Control.Ins.SearchLoaclGateway();
-                            //MainPage.InitializationData();
-                            //DriverLayer.Control.Ins.IsRemote = true;
-                        });
+                  
                 };
 #endif
 
@@ -330,14 +325,15 @@
 
                 btnChangeFunction = new Button()
                 {
-                    Width = Application.GetRealWidth(114),
+                    X = Application.GetRealWidth(10),
+                    Width = Application.GetRealWidth(114-10),
                     TextID = StringId.Functions,
                     SelectedTextColor = CSS_Color.MainColor,
                     TextColor = CSS_Color.PromptingColor1,
                     TextSize = CSS_FontSize.HeadlineFontSize,
                     TextAlignment = TextAlignment.Center,
                     IsSelected = true,
-                    IsBold = true
+                    IsBold = true,
                 };
                 changeView.AddChidren(btnChangeFunction);
 
@@ -354,7 +350,7 @@
                 btnChangeScene = new Button()
                 {
                     X = btnLine.Right,
-                    Width = Application.GetRealWidth(114),
+                    Width = Application.GetRealWidth(114-10),
                     TextID = StringId.Scenes,
                     SelectedTextColor = CSS_Color.MainColor,
                     TextColor = CSS_Color.PromptingColor1,

--
Gitblit v1.8.0