From 19397c2a95efa904cccaf299363dc0111af28042 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 07 八月 2023 19:47:53 +0800
Subject: [PATCH] 2023年08月07日19:47:43
---
HDL_ON/UI/UI2/3-Intelligence/Automation/ChooseIocate.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ChooseIocate.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ChooseIocate.cs
index a37e8e9..d173496 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ChooseIocate.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ChooseIocate.cs
@@ -25,7 +25,7 @@
{
RemoveFromParent();
};
- topView.topNameBtn.Text = "閫夋嫨瀹氫綅浣嶇疆";
+ topView.topNameBtn.TextID = StringId.Setting;// = "閫夋嫨瀹氫綅浣嶇疆";
FrameLayout viewLayout = new FrameLayout
{
@@ -43,7 +43,7 @@
lonlatView.btnText.X = Application.GetRealWidth(16);
lonlatView.btnLine.X = Application.GetRealWidth(16);
lonlatView.btnLine.Width = Application.GetRealWidth(375 - 16 - 16);
- lonlatView.btnText.Text = "褰撳墠鐨勭粡绾害";
+ lonlatView.btnText.TextID = StringId.LatAndLon;
lonlatView.btnState.Visible = true;
lonlatView.btnState.IsMoreLines = true;
lonlatView.btnState.Height = Application.GetRealHeight(25);
@@ -59,7 +59,7 @@
locateView.btnText.X = Application.GetRealWidth(16);
locateView.btnLine.X = Application.GetRealWidth(16);
locateView.btnLine.Width = Application.GetRealWidth(375 - 16 - 16);
- locateView.btnText.Text = "鍦ㄨ浣嶇疆鑼冨洿鏃�";
+ locateView.btnText.TextID = StringId.TriggeredRange;
locateView.btnState.Visible = true;
locateView.btnState.Text = this.queryItem(r.ToString());
viewLayout.AddChidren(locateView.FLayoutView());
--
Gitblit v1.8.0