lu
2025-03-21 2a99e99dc28b76ff41c7c66a0bdb0ea68ae86ee9
DevApp/Gs.DevApp/DevFrm/User/User.cs
@@ -176,7 +176,7 @@
                return;
            }
            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 3);
            UtilityHelper.ChangeEnableByControl(panel1.Controls, true);
            UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, true);
        }
        /// <summary>
@@ -188,8 +188,8 @@
        {
            lbGuid.Text = "";
            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 4);
            UtilityHelper.CleanValueByControl(panel1.Controls, true);
            txt_password.Visible = lbPwd.Visible = true;
            UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true);
            //txt_password.Visible = lbPwd.Visible = true;
            txt_account.Enabled = txt_password.Enabled = true;
        }
@@ -246,7 +246,7 @@
                {
                    lbGuid.Text = _rtn.rtnData;
                    toolBarMenu1.isSetBtn = true;
                    UtilityHelper.ChangeEnableByControl(panel1.Controls, false);
                    UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, false);
                }
            }
            catch (Exception ex)
@@ -323,10 +323,10 @@
                {
                    var dy = _rtn.rtnData;
                    lbGuid.Text = strGuid;
                    UtilityHelper.SetValueByObj(panel1.Controls, dy, isEdit);
                    txt_account.Enabled = txt_password.Enabled =
                        txt_password.Visible =
                            lbPwd.Visible = tipPwd.Visible = false;
                    UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit);
                    //txt_account.Enabled = txt_password.Enabled =
                    //    //txt_password.Visible =
                        //    lbPwd.Visible = tipPwd.Visible = false;
                }
                else
                {