From 627093aca723d4bfb971b97c828e8b3a22dbda78 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 17 七月 2020 17:26:19 +0800
Subject: [PATCH] 2020-07-17-1
---
ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs
index a0950d7..cbe0f24 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordMenuForm.cs
@@ -50,14 +50,14 @@
var btnUserPswText = rowUserPsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uSafetyPassword), 700, 60);
btnUserPswText.TextSize = 15;
btnUserPswText.Y = Application.GetRealHeight(12) + rowUserPsw.chidrenYaxis;
- rowUserPsw.AddChidren(btnUserPswText, ChidrenBindMode.BindEventOnly);
+ rowUserPsw.AddChidren(btnUserPswText, ChidrenBindMode.BindEvent);
//鐢ㄤ簬鍦ㄥ甯冮槻銆佺瀹跺竷闃层�佹挙闃叉搷浣�
var btnTip1 = rowUserPsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uUserInGarrisonAndWithdrawGarrison), 700, 50, true);
//杩欎釜鍧愭爣鏈夌偣鐗规畩
btnTip1.Y = Application.GetRealHeight(72) + rowUserPsw.chidrenYaxis;
btnTip1.TextSize = 12;
btnTip1.TextColor = UserCenterColor.Current.TextGrayColor1;
- rowUserPsw.AddChidren(btnTip1, ChidrenBindMode.BindEventOnly);
+ rowUserPsw.AddChidren(btnTip1, ChidrenBindMode.BindEvent);
//鍚戝彸鐨勫浘鏍�
rowUserPsw.AddRightArrow();
//搴曠嚎
@@ -84,14 +84,14 @@
var btnCoercePswText = rowCoercePsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uCoercePassword), 700, 60);
btnCoercePswText.TextSize = 15;
btnCoercePswText.Y = Application.GetRealHeight(12) + rowCoercePsw.chidrenYaxis;
- rowCoercePsw.AddChidren(btnCoercePswText, ChidrenBindMode.BindEventOnly);
+ rowCoercePsw.AddChidren(btnCoercePswText, ChidrenBindMode.BindEvent);
//杈撳叆璇ュ瘑鐮侊紝绔嬪嵆閫氱煡浠栦汉
var btnTip2 = rowCoercePsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uEnterPasswordToNotifyOthersImmediately), 700, 50, true);
//杩欎釜鍧愭爣鏈夌偣鐗规畩
btnTip2.Y = Application.GetRealHeight(72) + rowCoercePsw.chidrenYaxis;
btnTip2.TextSize = 12;
btnTip2.TextColor = UserCenterColor.Current.TextGrayColor1;
- rowCoercePsw.AddChidren(btnTip2, ChidrenBindMode.BindEventOnly);
+ rowCoercePsw.AddChidren(btnTip2, ChidrenBindMode.BindEvent);
//鍚戝彸鐨勫浘鏍�
rowCoercePsw.AddRightArrow();
rowCoercePsw.ButtonClickEvent += async (sender, e) =>
--
Gitblit v1.8.0