From dc0309e64f02227d8e1468b7326c07955f804612 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期三, 22 六月 2022 11:22:18 +0800
Subject: [PATCH] 修改引用路径

---
 ZigbeeApp/Shared/Phone/UserCenter/DoorLock/AddUnLockMethodTip.cs |  101 +++++++++++++++++++++++++++++---------------------
 1 files changed, 58 insertions(+), 43 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/AddUnLockMethodTip.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/AddUnLockMethodTip.cs
index 07ff554..1f5b154 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/AddUnLockMethodTip.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/AddUnLockMethodTip.cs
@@ -5,7 +5,7 @@
 
 namespace Shared.Phone.UserCenter.DoorLock
 {
-    public class AddUnLockMethodTip : DoorLockCommonLayout, ZigBee.Common.IStatus
+    public class AddUnLockMethodTip : DoorLockCommonLayout
     {
         /// 鏋勯�犲嚱鏁�
         /// </summary>
@@ -56,6 +56,14 @@
             {
                 currentTitle = Language.StringByID(R.MyInternationalizationString.AddIcCard);
             }
+            else if (currentType == "faceID")
+            {
+                currentTitle = Language.StringByID(R.MyInternationalizationString.AddDoorLockFaceID);
+            }
+            else if (currentType == "calmFingerprint")
+            {
+                currentTitle = Language.StringByID(R.MyInternationalizationString.AddDoorLockCalmFingerprint);
+            }
             this.TopFrameLayout(this, currentTitle);
 
             EventHandler<MouseEventArgs> eHandlerBack = (sender, e) =>
@@ -74,7 +82,6 @@
         /// </summary>
         public override void RemoveFromParent()
         {
-            ZbGateway.StatusList.Remove(this);
             if (doorLock.Gateway != null || doorLock.Gateway.GwResDataAction != null)
             {
                 doorLock.Gateway.GwResDataAction -= action;
@@ -100,7 +107,7 @@
             {
                 X = Application.GetRealWidth(446),
                 Y = Application.GetRealHeight(330),
-                Height = Application.GetRealHeight(76 / 2),
+                Height = Application.GetRealHeight(80 / 2),
                 Width = Application.GetRealWidth(407),
                 TextColor = Shared.Common.ZigbeeColor.Current.XMGray2,
                 TextSize = 10,
@@ -111,7 +118,7 @@
             var btnPicTip2 = new Button
             {
                 X = Application.GetRealWidth(446),
-                Y = btnPicTip1.Bottom,
+                Y = btnPicTip1.Y + Application.GetRealHeight(30),
                 Height = Application.GetRealHeight(76 / 2),
                 Width = Application.GetRealWidth(207),
                 TextColor = Shared.Common.ZigbeeColor.Current.XMGray2,
@@ -216,6 +223,41 @@
                 btnPicTip4.Text = btnPicTip2.Text;
                 btnPicTip5.Text = Language.StringByID(R.MyInternationalizationString.EntryTip);
             }
+            else if (currentType == "faceID")
+            {
+                topMidFrameLayout.BackgroundImagePath = "DoorLock/AddFaceIDTipPic.png";
+                topMidFrameLayout.X = Application.GetMinRealAverage(158);
+                topMidFrameLayout.Height = Application.GetMinRealAverage(789);
+                topMidFrameLayout.Width = Application.GetMinRealAverage(818);
+                btnPicTip2.Width = btnPicTip1.Width = Application.GetMinRealAverage(307);
+                btnPicTip3.Width = Application.GetMinRealAverage(576);
+                btnPicTip1.X = btnPicTip2.X = Application.GetMinRealAverage(420);
+                btnPicTip1.Y = Application.GetMinRealAverage(325);
+                btnPicTip2.Y = btnPicTip1.Y + Application.GetMinRealAverage(30);
+                btnPicTip3.Y = Application.GetMinRealAverage(1089);
+                btnPicTip4.Y = btnPicTip3.Y + Application.GetMinRealAverage(50);
+                btnPicTip3.X = Application.GetMinRealAverage(233);
+                btnPicTip4.X = Application.GetRealWidth(397 + 40);
+                btnPicTip1.Text = Language.StringByID(R.MyInternationalizationString.EntryFaceIDTip1);
+                btnPicTip2.Text = Language.StringByID(R.MyInternationalizationString.EntryFaceIDTip2);
+                btnPicTip3.Text = Language.StringByID(R.MyInternationalizationString.EntryFaceIDTip3);
+                btnPicTip4.Text = Language.StringByID(R.MyInternationalizationString.EntryFaceIDTip4);
+                btnPicTip5.Text = Language.StringByID(R.MyInternationalizationString.EntryTip);
+            }
+            else if (currentType == "calmFingerprint")
+            {
+                topMidFrameLayout.BackgroundImagePath = "DoorLock/AddFingerprintTipPic.png";
+                btnPicTip1.Text = Language.StringByID(R.MyInternationalizationString.EntryFingerprintTip1);
+                btnPicTip2.Text = Language.StringByID(R.MyInternationalizationString.EntryCalmFingerprint);
+                btnPicTip3.Text = Language.StringByID(R.MyInternationalizationString.EntryFingerprintTip2);
+                btnPicTip4.Text = btnPicTip2.Text;
+                btnPicTip1.X = Application.GetRealWidth(486);
+                btnPicTip1.Y = Application.GetRealHeight(320);
+                btnPicTip2.X = Application.GetRealWidth(517);
+                btnPicTip2.Width = Application.GetRealWidth(207);
+                btnPicTip1.X = Application.GetRealWidth(450);
+                btnPicTip5.Text = Language.StringByID(R.MyInternationalizationString.EntryTip);
+            }
 
             action = (topic, data) =>
             {
@@ -243,13 +285,21 @@
                         {
                             curMethod = 0;
                         }
-                        else if (currentType == "fingerprint")
-                        {
-                            curMethod = 15;
-                        }
                         else if (currentType == "proximity")
                         {
                             curMethod = 3;
+                        }
+                        else if (currentType == "calmFingerprint")
+                        {
+                            curMethod = 13;
+                        }
+                        else if (currentType == "faceID")
+                        {
+                            curMethod = 14;
+                        }
+                        else if (currentType == "fingerprint")
+                        {
+                            curMethod = 15;
                         }
                         else
                         {
@@ -291,40 +341,5 @@
                 entryStatusPage.Show();
             };
         }
-
-
-        #region 鎺ュ彛瀹炵幇
-        /// <summary>
-        /// 澶勭悊鍙樺寲浜嬩欢 --灏嗗純鐢� 鏀圭敤DeviceInfoChange()
-        /// </summary>
-        /// <returns>The changed.</returns>
-        /// <param name="common">Common.</param>
-        public void Changed(CommonDevice common)
-        {
-
-        }
-        /// <summary>
-        /// 澶勭悊鍙樺寲浜嬩欢
-        /// </summary>
-        /// <param name="common"></param>
-        /// <param name="typeTag"></param>
-        public void DeviceInfoChange(CommonDevice common, string typeTag)
-        {
-        }
-        /// <summary>
-        /// Changeds the IL ogic status.
-        /// </summary>
-        /// <param name="logic">Logic.</param>
-        public void ChangedILogicStatus(ZigBee.Device.Logic logic)
-        {
-        }
-        /// <summary>
-        /// Changeds the IS cene status.
-        /// </summary>
-        /// <param name="scene">Scene.</param>
-        public void ChangedISceneStatus(Scene scene)
-        {
-        }
-        #endregion
     }
 }

--
Gitblit v1.8.0