From 75dea8c6b86cd50993625d780eed5ceb02c82f58 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 14:14:13 +0800 Subject: [PATCH] 删除注册的服务器选择 --- OnPro/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs b/OnPro/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs index de7d890..58f4e71 100644 --- a/OnPro/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs +++ b/OnPro/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs @@ -643,8 +643,8 @@ }; - btnServerGo.MouseUpEventHandler = eventHandler; - btnServerText.MouseUpEventHandler = eventHandler; + //btnServerGo.MouseUpEventHandler = eventHandler; + //btnServerText.MouseUpEventHandler = eventHandler; } /// <summary> @@ -669,14 +669,14 @@ /// <param name="isError"></param> void ShowServerBottomLineState(bool isError) { - if (isError) - { - HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Error); - } - else - { - HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Normal); - } + //if (isError) + //{ + // HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Error); + //} + //else + //{ + // HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Normal); + //} } /// <summary> @@ -687,8 +687,8 @@ //鏈嶅姟鍣ㄩ�夋嫨杩囨爣璁颁负true isSelectServer = true; ShowServerBottomLineState(false); - btnServerText.TextColor = CSS_Color.FirstLevelTitleColor; - btnServerText.Text = OnAppConfig.Instance.GlobalRegion.regionName; + //btnServerText.TextColor = CSS_Color.FirstLevelTitleColor; + //btnServerText.Text = OnAppConfig.Instance.GlobalRegion.regionName; } @@ -734,7 +734,7 @@ bool CheckPassword() { //鏍¢獙瀵嗙爜鏄惁绗﹀悎瑕佹眰 - if (etPassword.Text.Trim().Length < 6 || etPassword.Text.Trim().Length > 13) + if (etPassword.Text.Trim().Length < 6 || etPassword.Text.Trim().Length > 20) { Utlis.ShowTip(Language.StringByID(StringId.PasswordIsUnqualified)); return false; -- Gitblit v1.8.0