From 4cc04639fbadde3a7f3b9875353df0d90fc09043 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期六, 18 一月 2020 14:33:40 +0800
Subject: [PATCH] 节前备份

---
 HDL_ON/UI/UI1-Login/UI/ForgetPasswordPage.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/UI/ForgetPasswordPage.cs b/HDL_ON/UI/UI1-Login/UI/ForgetPasswordPage.cs
index 872412d..8fce558 100644
--- a/HDL_ON/UI/UI1-Login/UI/ForgetPasswordPage.cs
+++ b/HDL_ON/UI/UI1-Login/UI/ForgetPasswordPage.cs
@@ -164,7 +164,7 @@
 
         public void ShowDialog()
         {
-            new PublicAssmebly().LoadTopView(this, bodyView, Language.StringByID(InternationalizationString.ForgetPassword));
+            new PublicAssmebly().LoadTopView(this, bodyView, Language.StringByID(StringId.ForgetPassword));
 
             #region 淇敼鏂瑰紡閫夋嫨
             btnPhoneLogin = new Button()
@@ -173,7 +173,7 @@
                 Y = Application.GetRealHeight(112),
                 Width = Application.GetRealWidth(120),
                 Height = Application.GetRealHeight(40),
-                TextID = InternationalizationString.LoginByPhone,
+                TextID = StringId.LoginByPhone,
                 TextColor = CSS_Color.MainColor,
                 TextAlignment = TextAlignment.CenterLeft,
                 TextSize = CSS_FontSize.EmphasisFontSize_Secondary,
@@ -186,7 +186,7 @@
                 Y = Application.GetRealHeight(112),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealHeight(40),
-                TextID = InternationalizationString.LoginByEmail,
+                TextID = StringId.LoginByEmail,
                 TextColor = CSS_Color.PromptingColor1,
                 TextAlignment = TextAlignment.Center,
                 TextSize = CSS_FontSize.TextFontSize,
@@ -226,7 +226,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = CSS_FontSize.TextFontSize,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
-                PlaceholderText = Language.StringByID(InternationalizationString.PlsEntryPhoneNumber),
+                PlaceholderText = Language.StringByID(StringId.PlsEntryPhoneNumber),
             };
             accountView.AddChidren(etAccount);
 
@@ -291,7 +291,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = CSS_FontSize.TextFontSize,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
-                PlaceholderText = Language.StringByID(InternationalizationString.PlsEntryVerificationCode),
+                PlaceholderText = Language.StringByID(StringId.PlsEntryVerificationCode),
             };
             verificationCodeView.AddChidren(etVerificationCode);
 
@@ -299,7 +299,7 @@
             {
                 X = Application.GetRealWidth(219),
                 Width = Application.GetRealWidth(100),
-                TextID = InternationalizationString.GetVerificationCode,
+                TextID = StringId.GetVerificationCode,
                 SelectedTextColor = CSS_Color.MainColor,
                 TextColor = CSS_Color.PromptingColor1,
                 TextAlignment = TextAlignment.CenterRight,
@@ -356,7 +356,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = CSS_FontSize.TextFontSize,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
-                PlaceholderText = Language.StringByID(InternationalizationString.PlsRegisterPassword),
+                PlaceholderText = Language.StringByID(StringId.PlsRegisterPassword),
                 SecureTextEntry = true,
             };
             passwordView.AddChidren(etPassword);
@@ -422,7 +422,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = CSS_FontSize.TextFontSize,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
-                PlaceholderText = Language.StringByID(InternationalizationString.PlsRegisterRepeatPassword),
+                PlaceholderText = Language.StringByID(StringId.PlsRegisterRepeatPassword),
                 SecureTextEntry = true,
             };
             repeatPasswordView.AddChidren(etRepeatPassword);
@@ -461,7 +461,7 @@
                 Radius = (uint)Application.GetRealHeight(22),
                 SelectedBackgroundColor = CSS_Color.MainColor,
                 BackgroundColor = CSS_Color.PromptingColor1,
-                TextID = InternationalizationString.ConfirmReset,
+                TextID = StringId.ConfirmReset,
                 TextSize = CSS_FontSize.SubheadingFontSize,
                 TextColor = CSS_Color.MainBackgroundColor,
                 TextAlignment = TextAlignment.Center,

--
Gitblit v1.8.0