From 906f79ff500541dda3626f12c1a05f2d2e57f7a8 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 23 六月 2025 10:46:30 +0800 Subject: [PATCH] 超期重检 --- DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs index 038f776..d58e78a 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs +++ b/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(); -- Gitblit v1.9.3