From e2cd94abacc0101af8d0db7fed3a785c1a045b5d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 07 五月 2020 09:28:51 +0800
Subject: [PATCH] 上传
---
ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
index 84eab2b..980c379 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
@@ -57,7 +57,7 @@
//鍙宠竟鍋忕Щ閲�->澧炲姞瀹藉害
rowPhone.RightOffset = -ControlCommonResourse.XXLeft;
rowPhone.Y = Application.GetRealHeight(23);
- rowPhone.Width = Application.GetMinRealAverage(628);
+ rowPhone.Width = this.GetPictrueRealSize(628);
bodyFrameLayout.AddChidren(rowPhone);
//璇疯緭鍏ラ偖绠辨垨鎵嬫満鍙�
string phoneValue = string.IsNullOrEmpty(UserCenterResourse.UserInfo.Phone) == true ? string.Empty : "+" + UserCenterResourse.UserInfo.AreaCode + " " + UserCenterResourse.UserInfo.Phone;
@@ -70,7 +70,7 @@
var rowCode = new FrameRowControl();
rowCode.Y = rowPhone.Bottom + Application.GetRealHeight(20);
- rowCode.Width = Application.GetMinRealAverage(628);
+ rowCode.Width = this.GetPictrueRealSize(628);
bodyFrameLayout.AddChidren(rowCode);
//璇疯緭鍏ラ獙璇佺爜
var txtCode = rowCode.AddLeftInput("", 600);
@@ -110,7 +110,7 @@
}
//鏄剧ず鍙互鍒囨崲閭->涓�涓彲浠ラ伄浣廈ody鐨勪笢瑗�
- var frameTran = new FrameLayoutControl();
+ var frameTran = new FrameLayoutStatuControl();
frameTran.UseClickStatu = false;
frameTran.BackgroundColor = UserCenterColor.Current.Transparent;
bodyFrameLayout.AddChidren(frameTran);
@@ -122,11 +122,11 @@
var frameList = new FrameLayout();
frameList.X = ControlCommonResourse.XXLeft - Application.GetRealWidth(17);
frameList.Y = rowPhone.Bottom - ControlCommonResourse.BottomLineHeight - 1;
- frameList.Width = Application.GetMinRealAverage(628);
- frameList.Height = Application.GetMinRealAverage(176);
+ frameList.Width = this.GetPictrueRealSize(628);
+ frameList.Height = this.GetPictrueRealSize(176);
frameTran.AddChidren(frameList);
//鍔ㄧ敾鐢�
- var frameAnimate = new FrameLayoutControl();
+ var frameAnimate = new FrameLayoutStatuControl();
frameAnimate.UseClickStatu = false;
frameList.AddChidren(frameAnimate);
@@ -134,8 +134,8 @@
btnPic.UnSelectedImagePath = "Item/ForgotPswList.png";
frameAnimate.AddChidren(btnPic);
var btnEmail = new NormalViewControl(450, 58, true);
- btnEmail.X = Application.GetMinRealAverage(46);
- btnEmail.Y = Application.GetMinRealAverage(32);
+ btnEmail.X = this.GetPictrueRealSize(46);
+ btnEmail.Y = this.GetPictrueRealSize(32);
btnEmail.TextColor = UserCenterColor.Current.TextGrayColor3;
btnEmail.Text = UserCenterResourse.UserInfo.Email;
frameAnimate.AddChidren(btnEmail);
@@ -154,8 +154,6 @@
if (frameTran.Visible == false)
{
frameTran.Visible = true;
- //鍔ㄧ敾鏁堟灉
- frameAnimate.Animate = Animate.UpToDown;
}
};
}
--
Gitblit v1.8.0