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/PDA/SelectCk.Designer.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/SelectCk.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/SelectCk.Designer.cs index 3e78049..24b4159 100644 --- a/DevApp/Gs.DevApp/DevFrm/PDA/SelectCk.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/PDA/SelectCk.Designer.cs @@ -61,7 +61,7 @@ // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain.Location = new System.Drawing.Point(2, 2); this.gcMain.MainView = this.gridView1; this.gcMain.Name = "gcMain"; @@ -74,7 +74,7 @@ // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.ColumnPanelRowHeight = 60; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { @@ -96,7 +96,7 @@ // // gv_depotCode // - this.gv_depotCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_depotCode.AppearanceCell.Options.UseFont = true; this.gv_depotCode.Caption = "浠撳簱缂栫爜"; this.gv_depotCode.FieldName = "depotCode"; @@ -110,7 +110,7 @@ // // gv_depotName // - this.gv_depotName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_depotName.AppearanceCell.Options.UseFont = true; this.gv_depotName.Caption = "浠撳簱鍚嶇О"; this.gv_depotName.FieldName = "depotName"; @@ -124,7 +124,7 @@ // // gv_depottype // - this.gv_depottype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_depottype.AppearanceCell.Options.UseFont = true; this.gv_depottype.Caption = "浠撳簱绫诲瀷"; this.gv_depottype.FieldName = "depottype"; @@ -138,7 +138,7 @@ // // gv_createBy // - this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_createBy.AppearanceCell.Options.UseFont = true; this.gv_createBy.Caption = "浠撳簱璐熻矗浜�"; this.gv_createBy.FieldName = "createBy"; @@ -152,7 +152,7 @@ // // gv_isNg // - this.gv_isNg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_isNg.AppearanceCell.Options.UseFont = true; this.gv_isNg.Caption = "涓嶈壇鍝佷粨"; this.gv_isNg.FieldName = "isNg"; -- Gitblit v1.9.3