lu
2025-03-21 65dad8dd6bd3074dc3267332c813deace2e59c36
DevApp/Gs.DevApp/DevFrm/User/User.cs
@@ -189,7 +189,7 @@
            lbGuid.Text = "";
            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 4);
            UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true);
            //txt_password.Visible = lbPwd.Visible = true;
            txt_password.Enabled =true;
            txt_account.Enabled = txt_password.Enabled = true;
        }
@@ -324,9 +324,7 @@
                    var dy = _rtn.rtnData;
                    lbGuid.Text = strGuid;
                    UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit);
                    //txt_account.Enabled = txt_password.Enabled =
                    //    //txt_password.Visible =
                        //    lbPwd.Visible = tipPwd.Visible = false;
                    txt_account.Enabled = txt_password.Enabled = txt_password.Enabled = false;
                }
                else
                {