From b78a4d0ca90416d37fcbaf5e54b00f7eaab53919 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 14 十月 2019 17:03:58 +0800
Subject: [PATCH] 2019-10-14-2
---
ZigbeeApp/Shared/Phone/UserCenter/Safety/EdtiorUserPasswordForm.cs | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/EdtiorUserPasswordForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/EdtiorUserPasswordForm.cs
index 9ee4b75..b1c7237 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/EdtiorUserPasswordForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/EdtiorUserPasswordForm.cs
@@ -22,7 +22,7 @@
/// <summary>
/// 瀵嗙爜杈撳叆鎺т欢
/// </summary>
- private PsswordInputControl pswControl = null;
+ private PswNumberInputControl pswControl = null;
#endregion
@@ -52,11 +52,11 @@
this.ClearBodyFrame();
//璇疯緭鍏ユ柊瀹夐槻瀵嗙爜
- pswControl = new PsswordInputControl(Language.StringByID(R.MyInternationalizationString.uPleaseInputNewSafetyPassword), 4);
+ pswControl = new PswNumberInputControl(Language.StringByID(R.MyInternationalizationString.uPleaseInputNewSafetyPassword), 4);
bodyFrameLayout.AddChidren(pswControl);
pswControl.InitControl();
- pswControl.ActionPswFinish += (pssword) =>
+ pswControl.FinishInputEvent += (pssword) =>
{
if (firstPsw != string.Empty)
{
@@ -79,12 +79,6 @@
//璇烽噸澶嶈緭鍏ユ柊瀹夐槻瀵嗙爜
pswControl.ResetControlInfo(Language.StringByID(R.MyInternationalizationString.uPleaseRepeatInputNewSafetyPassword));
}
- };
-
- //鍙栨秷
- pswControl.ActionCancel += () =>
- {
- this.CloseForm();
};
}
@@ -143,7 +137,7 @@
if (pswValue1 != pswValue2)
{
//涓ゆ杈撳叆鐨勫瘑鐮佷笉涓�鑷�
- return Language.StringByID(R.MyInternationalizationString.SecondPswNotEqual);
+ return Language.StringByID(R.MyInternationalizationString.SecondPswNotEqual1);
}
return string.Empty;
}
--
Gitblit v1.8.0