lu
2025-04-19 b084bd77d01a94c8f0a2d20c86a1f45ba7c8a23c
DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs
@@ -51,7 +51,6 @@
            this.panel1.Controls.Add(this.labelControl1);
            this.panel1.Controls.Add(this.txtNewPwd2);
            this.panel1.Controls.Add(this.labelControl2);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 12F);
            this.panel1.Location = new System.Drawing.Point(86, 65);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(385, 228);
@@ -59,7 +58,7 @@
            // 
            // btnCancel
            // 
            this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnCancel.Appearance.Options.UseFont = true;
            this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
@@ -73,7 +72,7 @@
            // 
            // btnSave
            // 
            this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnSave.Appearance.Options.UseFont = true;
            this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
@@ -91,7 +90,6 @@
            this.txtNewPwd.Location = new System.Drawing.Point(140, 35);
            this.txtNewPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtNewPwd.Name = "txtNewPwd";
            this.txtNewPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtNewPwd.Properties.Appearance.Options.UseFont = true;
            this.txtNewPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.txtNewPwd.Properties.PasswordChar = '*';
@@ -100,7 +98,7 @@
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl1.Appearance.Options.UseFont = true;
            this.labelControl1.Appearance.Options.UseForeColor = true;
@@ -120,7 +118,6 @@
            this.txtNewPwd2.Location = new System.Drawing.Point(140, 99);
            this.txtNewPwd2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtNewPwd2.Name = "txtNewPwd2";
            this.txtNewPwd2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtNewPwd2.Properties.Appearance.Options.UseFont = true;
            this.txtNewPwd2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.txtNewPwd2.Properties.PasswordChar = '*';
@@ -129,7 +126,7 @@
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
            this.labelControl2.Appearance.Options.UseFont = true;
            this.labelControl2.Appearance.Options.UseForeColor = true;
@@ -155,6 +152,7 @@
            this.Name = "UserSetPwd";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "修改密码";
            this.TopMost = true;
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtNewPwd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNewPwd2.Properties)).EndInit();