From 47fbfe1cd58bb82b45dfc0a5398799bd856b1fb0 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 25 十一月 2021 11:45:12 +0800
Subject: [PATCH] 2021-11-25=01
---
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TopView.cs | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TopView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TopView.cs
index c7d0a64..fe8f4e1 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TopView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TopView.cs
@@ -91,15 +91,15 @@
//鑾峰彇瀹藉害
int widthValue = topNameBtn.GetTextWidth();
int textWidth = (Application.GetRealWidth(255) - widthValue) / 2;
- Button locationBtn = new Button
- {
- Width = Application.GetRealWidth(18),
- Height = Application.GetRealWidth(18),
- X = Application.GetRealWidth(60 + 4) + textWidth + widthValue,
- Y = Application.GetRealHeight(34 + 1),
- UnSelectedImagePath = "LogicIcon/location.png",
- };
- frameLayout.AddChidren(locationBtn);
+ //Button locationBtn = new Button
+ //{
+ // Width = Application.GetRealWidth(18),
+ // Height = Application.GetRealWidth(18),
+ // X = Application.GetRealWidth(60 + 4) + textWidth + widthValue,
+ // Y = Application.GetRealHeight(34 + 1),
+ // UnSelectedImagePath = "LogicIcon/location.png",
+ //};
+ //frameLayout.AddChidren(locationBtn);
Button textBtn = new Button
{
@@ -107,7 +107,7 @@
Y = Application.GetRealHeight(57),
TextSize = LogicView.TextSize.text10,
TextColor = CSS.CSS_Color.textCancelColor,
- Text = "骞夸笢骞垮窞甯傜暘绂哄尯鐭虫ゼ闀�",
+ Text = Entity.DB_ResidenceData.Instance.CurrentRegion.homeAddress ,// "骞夸笢骞垮窞甯傜暘绂哄尯鐭虫ゼ闀�",
};
frameLayout.AddChidren(textBtn);
}
--
Gitblit v1.8.0