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/UserControl/UcLookHuoZhu.Designer.cs | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs index 753c3df..9397d26 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs @@ -48,7 +48,7 @@ this.txt_hzabc.Location = new System.Drawing.Point(84, 1); this.txt_hzabc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_hzabc.Name = "txt_hzabc"; - this.txt_hzabc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_hzabc.Properties.Appearance.Options.UseFont = true; this.txt_hzabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -69,7 +69,7 @@ this.txt_hzlxabc.Location = new System.Drawing.Point(84, 3); this.txt_hzlxabc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_hzlxabc.Name = "txt_hzlxabc"; - this.txt_hzlxabc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_hzlxabc.Properties.Appearance.Options.UseFont = true; this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -85,7 +85,7 @@ // label1 // this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Tahoma", 9F); + this.label1.Location = new System.Drawing.Point(-2, 8); this.label1.Name = "label1"; this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; @@ -97,7 +97,6 @@ // label2 // this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Tahoma", 9F); this.label2.Location = new System.Drawing.Point(-2, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 18); @@ -128,7 +127,7 @@ // // UcLookHuoZhu // - this.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; -- Gitblit v1.9.3