From 236874a930147c27e46c673d8c1a607f1260e8aa Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 31 三月 2025 12:43:43 +0800 Subject: [PATCH] 追溯码 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index c1a5e8d..5217323 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs @@ -50,7 +50,7 @@ // this.lbVersion.AutoSize = true; this.lbVersion.BackColor = System.Drawing.Color.Transparent; - this.lbVersion.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); + this.lbVersion.ForeColor = System.Drawing.Color.White; this.lbVersion.Location = new System.Drawing.Point(12, 9); this.lbVersion.Name = "lbVersion"; @@ -67,7 +67,7 @@ this.panel1.Controls.Add(this.btnLogin); this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); - this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); + this.panel1.Location = new System.Drawing.Point(172, 457); this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel1.Name = "panel1"; @@ -80,7 +80,7 @@ this.txtUser.Location = new System.Drawing.Point(168, 26); this.txtUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtUser.Name = "txtUser"; - this.txtUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txtUser.Properties.Appearance.Options.UseFont = true; this.txtUser.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.txtUser.Size = new System.Drawing.Size(211, 30); @@ -91,7 +91,7 @@ this.ckRemember.Location = new System.Drawing.Point(168, 121); this.ckRemember.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.ckRemember.Name = "ckRemember"; - this.ckRemember.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.ckRemember.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.ckRemember.Properties.Appearance.Options.UseFont = true; this.ckRemember.Properties.Appearance.Options.UseForeColor = true; @@ -106,7 +106,7 @@ this.txtPwd.Location = new System.Drawing.Point(168, 72); this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtPwd.Name = "txtPwd"; - this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txtPwd.Properties.Appearance.Options.UseFont = true; this.txtPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.txtPwd.Properties.PasswordChar = '*'; @@ -115,7 +115,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; @@ -129,7 +129,7 @@ // // btnLogin // - this.btnLogin.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.btnLogin.Appearance.Options.UseFont = true; this.btnLogin.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand; @@ -143,7 +143,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; @@ -159,7 +159,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; @@ -177,7 +177,7 @@ // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; - this.label1.Font = new System.Drawing.Font("Tahoma", 10F); + this.label1.Location = new System.Drawing.Point(13, 758); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(163, 21); -- Gitblit v1.9.3