From 8b6955d13baac33a1b07f3b90a07ed29c8232376 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 12 五月 2023 14:28:16 +0800
Subject: [PATCH] 地理围栏中英文适配

---
 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