File was renamed from HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs |
| | |
| | | btnPhoneLogin.TextColor = CSS_Color.MainColor; |
| | | btnPhoneLogin.TextSize = CSS_FontSize.EmphasisFontSize_Secondary; |
| | | btnChooseBottomLine.X = btnPhoneLogin.X + Application.GetRealWidth(27); |
| | | etAccount.PlaceholderText = Language.StringByID(R.InternationalizationString.PlsEntryCorrectMobilNeumber); |
| | | etAccount.PlaceholderText = Language.StringByID(InternationalizationString.PlsEntryCorrectMobilNeumber); |
| | | #endregion |
| | | |
| | | #region 切换方式方式及图标 |
| | |
| | | btnEmailLogin.TextColor = CSS_Color.MainColor; |
| | | btnEmailLogin.TextSize = CSS_FontSize.EmphasisFontSize_Secondary; |
| | | btnChooseBottomLine.X = btnEmailLogin.X + Application.GetRealWidth(27); |
| | | etAccount.PlaceholderText = Language.StringByID(R.InternationalizationString.PlsEntryEmailAddress); |
| | | etAccount.PlaceholderText = Language.StringByID(InternationalizationString.PlsEntryEmailAddress); |
| | | #endregion |
| | | |
| | | #region 切换修改方式及图标 |
| | |
| | | new Tip() |
| | | { |
| | | CloseTime = 3, |
| | | Text = Language.StringByID(R.InternationalizationString.PlsEntryCorrectMobilNeumber), |
| | | Text = Language.StringByID(InternationalizationString.PlsEntryCorrectMobilNeumber), |
| | | Direction = AMPopTipDirection.None, |
| | | }.Show(bodyView); |
| | | } |
| | |
| | | new Tip() |
| | | { |
| | | CloseTime = 3, |
| | | Text = Language.StringByID(R.InternationalizationString.PlsEntryCorrectEmailAddress), |
| | | Text = Language.StringByID(InternationalizationString.PlsEntryCorrectEmailAddress), |
| | | Direction = AMPopTipDirection.None, |
| | | }.Show(bodyView); |
| | | } |
| | |
| | | { |
| | | CloseTime = 3, |
| | | Direction = AMPopTipDirection.None, |
| | | Text = Language.StringByID(R.InternationalizationString.IncorrectRepeatPassword) |
| | | Text = Language.StringByID(InternationalizationString.IncorrectRepeatPassword) |
| | | }.Show(bodyView); |
| | | } |
| | | } |
| | |
| | | { |
| | | CloseTime = 3, |
| | | Direction = AMPopTipDirection.None, |
| | | Text = Language.StringByID(R.InternationalizationString.IncorrectRepeatPassword) |
| | | Text = Language.StringByID(InternationalizationString.IncorrectRepeatPassword) |
| | | }.Show(bodyView); |
| | | } |
| | | else |
| | |
| | | { |
| | | CloseTime = 3, |
| | | Direction = AMPopTipDirection.None, |
| | | Text = Language.StringByID(R.InternationalizationString.AccountAlreadyExists) |
| | | Text = Language.StringByID(InternationalizationString.AccountAlreadyExists) |
| | | }.Show(bodyView); |
| | | } |
| | | } |
| | |
| | | { |
| | | CloseTime = 3, |
| | | Direction = AMPopTipDirection.None, |
| | | Text = Language.StringByID(R.InternationalizationString.VerificationCodeWrong) |
| | | Text = Language.StringByID(InternationalizationString.VerificationCodeWrong) |
| | | }.Show(bodyView); |
| | | } |
| | | } |
| | |
| | | { |
| | | CloseTime = 3, |
| | | Direction = AMPopTipDirection.None, |
| | | Text = Language.StringByID(R.InternationalizationString.VerificationCodeWrong) |
| | | Text = Language.StringByID(InternationalizationString.VerificationCodeWrong) |
| | | }.Show(bodyView); |
| | | } |
| | | } |