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/UcComBox.Designer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcComBox.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcComBox.Designer.cs index 5def906..5b4699d 100644 --- a/DevApp/Gs.DevApp/UserControl/UcComBox.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcComBox.Designer.cs @@ -38,7 +38,7 @@ this.txt_isStatus.Location = new System.Drawing.Point(0, 0); this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_isStatus.Name = "txt_isStatus"; - this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_isStatus.Properties.Appearance.Options.UseFont = true; this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); -- Gitblit v1.9.3