From f8f87a4fe67a1539b6fb85a54e4c178474792285 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 20 九月 2022 13:22:22 +0800
Subject: [PATCH] 完善后退功能

---
 HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs b/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs
index 607333f..fb835f5 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs
@@ -292,7 +292,7 @@
                                     btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png";
                                     btnIcon.IsSelected = true;
                                     btnIcon.IsSelected = false;
-                                    btnSuctionView.TextID = StringId.SomeoneIn;
+                                    btnSuctionView.TextID = StringId.Someone;
                                     btnSuctionView.IsSelected = true;
                                     break;
                                 case "2":
@@ -309,7 +309,7 @@
                                         btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png";
                                         btnIcon.IsSelected = true;
                                         btnIcon.IsSelected = false;
-                                        btnSuctionView.TextID = StringId.SomeoneIn;
+                                        btnSuctionView.TextID = StringId.Someone;
                                         btnSuctionView.IsSelected = true;
                                     }
                                     break;
@@ -327,7 +327,7 @@
                                         btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png";
                                         btnIcon.IsSelected = true;
                                         btnIcon.IsSelected = false;
-                                        btnSuctionView.TextID = StringId.SomeoneIn;
+                                        btnSuctionView.TextID = StringId.Someone;
                                         btnSuctionView.IsSelected = true;
                                     }
                                     break;
@@ -352,7 +352,7 @@
                                         btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png";
                                         btnIcon.IsSelected = true;
                                         btnIcon.IsSelected = false;
-                                        btnSuctionView.TextID = StringId.SomeoneIn;
+                                        btnSuctionView.TextID = StringId.Someone;
                                         btnSuctionView.IsSelected = true;
                                     }
                                     break;

--
Gitblit v1.8.0