From 224ea4055d5359d0bae0e7087ccc11724a2e49e5 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期二, 14 七月 2020 16:09:19 +0800
Subject: [PATCH] 备份新改的代码
---
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