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/Sys/SysHelp.Designer.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/SysHelp.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/SysHelp.Designer.cs index 394da52..2f00ad4 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/SysHelp.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/SysHelp.Designer.cs @@ -108,7 +108,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(0, 0); this.gcMain.MainView = this.gridView1; this.gcMain.Name = "gcMain"; @@ -125,7 +125,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 = 50; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { @@ -162,7 +162,7 @@ // // gv_1 // - this.gv_1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_1.AppearanceCell.Options.UseFont = true; this.gv_1.Caption = "妯″潡鍚嶇О"; this.gv_1.FieldName = "name"; @@ -201,7 +201,7 @@ // // gv_3 // - this.gv_3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_3.AppearanceCell.Options.UseFont = true; this.gv_3.Caption = "鏂囨。璺緞"; this.gv_3.FieldName = "urlPath"; -- Gitblit v1.9.3