| | |
| | | var btnCode = new NormalViewControl(302, 127, true);
|
| | | btnCode.X = rowPhone.Right + Application.GetRealWidth(35);
|
| | | btnCode.Y = Application.GetRealHeight(23);
|
| | | btnCode.Radius = (uint)Application.GetMinRealAverage(4);
|
| | | btnCode.Radius = 4;
|
| | | btnCode.TextID = R.MyInternationalizationString.uGetVerificationCode;
|
| | | btnCode.TextColor = UserCenterColor.Current.White;
|
| | | btnCode.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | |
| | | this.CloseForm();
|
| | | //指定新建密码模式
|
| | | this.LoadFormMethodByName("EditorSecondaryPasswordForm", "SetNewPasswordFormMode");
|
| | | this.LoadFormMethodByName("EditorGesturePasswordForm", "SetNewPasswordFormMode");
|
| | | }
|
| | |
|
| | | #endregion
|