From 37d32d9263f757072a6ff348ae5e99824fab4ef9 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 31 三月 2025 09:52:50 +0800
Subject: [PATCH] 改变了字体大小
---
DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/UserSetPwd.Designer.cs
index 43e7f6c..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;
--
Gitblit v1.9.3