From cddeb04d1d702e5d9b3b6173f0f9304c6bdf1c47 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 22 三月 2025 15:54:35 +0800 Subject: [PATCH] 修改字体大小前 --- DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs index a44f6dc..335fdb8 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs @@ -39,7 +39,7 @@ // txt_hzabc // this.txt_hzabc.Dock = System.Windows.Forms.DockStyle.Bottom; - this.txt_hzabc.EditValue = "[璇烽�夋嫨]"; + this.txt_hzabc.EditValue = "璇烽�夋嫨璐т富"; this.txt_hzabc.Location = new System.Drawing.Point(0, 25); this.txt_hzabc.Name = "txt_hzabc"; this.txt_hzabc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -60,13 +60,13 @@ // txt_hzlxabc // this.txt_hzlxabc.Dock = System.Windows.Forms.DockStyle.Top; - this.txt_hzlxabc.EditValue = "璇烽�夋嫨"; + this.txt_hzlxabc.EditValue = "璇烽�夋嫨璐т富绫诲瀷"; this.txt_hzlxabc.Location = new System.Drawing.Point(0, 0); this.txt_hzlxabc.Name = "txt_hzlxabc"; this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_hzlxabc.Properties.Items.AddRange(new object[] { - "璇烽�夋嫨", + "璇烽�夋嫨璐т富绫诲瀷", "缁勭粐(BD_OwnerOrg)", "渚涘簲鍟�(BD_Supplier)", "瀹㈡埛(BD_Customer)"}); -- Gitblit v1.9.3