From 48ba446936b51fffafa7c3600c0dadc6ac0e8c20 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 10 七月 2020 10:52:13 +0800
Subject: [PATCH] 2020-07-10-01

---
 ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UndistributeDoorlockUserPage.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UndistributeDoorlockUserPage.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UndistributeDoorlockUserPage.cs
index 124bfdc..89f9c6e 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UndistributeDoorlockUserPage.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UndistributeDoorlockUserPage.cs
@@ -17,7 +17,7 @@
             BackgroundColor = Shared.Common.ZigbeeColor.Current.GXCTopViewBackgroundColor;
         }
 
-        #region 鍙橀噺鐢虫槑
+        #region 鍙橀噺鐢虫槑 
         /// <summary>
         /// 褰撳墠闂ㄩ攣
         /// </summary>
@@ -130,7 +130,7 @@
                 IsBold = true,
             };
             midTopFrameLayout.AddChidren(btnAllMethod);
-            // 绫诲瀷鍖哄垎
+            // 绫诲瀷鍖哄垎 
             if (doorLock.currentUserDisplayMethod == Language.StringByID(R.MyInternationalizationString.AllMethod))
             {
                 btnAllMethod.Text = Language.StringByID(R.MyInternationalizationString.AllMethod);
@@ -342,7 +342,7 @@
 
         /// <summary>
         /// 鍒嗛厤鏈湴璐︽埛
-        /// </summary>
+        /// </summary> 
         void MatchUsersFrameLayout(ZigBee.Device.DoorLock.LocaDoorLockObj curDoorLockUser)
         {
             #region  UI
@@ -401,7 +401,7 @@
                 Y = Application.GetRealHeight(35),
                 Height = Application.GetRealHeight(63),
                 Width = Application.GetRealWidth(762),
-                Text = Language.StringByID(R.MyInternationalizationString.MatchPerson),
+                Text = Language.StringByID(R.MyInternationalizationString.MatchUser),
                 TextColor = Shared.Common.ZigbeeColor.Current.XMBlack,
                 TextSize = 16,
                 TextAlignment = TextAlignment.Center,
@@ -462,8 +462,8 @@
 
                 var btnChoose = new Button()
                 {
-                    Width = Application.GetRealWidth(60),
-                    Height = Application.GetRealHeight(60),
+                    Width = Application.GetMinRealAverage(60),
+                    Height = Application.GetMinRealAverage(60),
                     X = Application.GetRealWidth(861 + 81),
                     Y = Application.GetRealHeight(35),
                     SelectedImagePath = "DoorLock/SelectedIcon.png",
@@ -673,7 +673,7 @@
 
         /// <summary>
         /// 渚ц竟瀵艰埅鏍忔悳绱�
-        /// </summary>
+        /// </summary> 
         void SideslipFramelayout()
         {
             #region sidelipFrameLayout UI
@@ -794,7 +794,7 @@
         }
 
         /// <summary>
-        /// 绫诲瀷鍖哄垎
+        /// 绫诲瀷鍖哄垎 
         /// </summary>
         void TypeRefresh()
         {

--
Gitblit v1.8.0