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/BasicData/Frm_MesItemType.Designer.cs | 20 +++++++------------- 1 files changed, 7 insertions(+), 13 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs index bf1337a..586d691 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemType.Designer.cs @@ -158,7 +158,7 @@ // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; @@ -169,7 +169,7 @@ // // gridView1 // - this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_tcode, @@ -187,7 +187,6 @@ // // gv_tcode // - this.gv_tcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_tcode.AppearanceCell.Options.UseFont = true; this.gv_tcode.Caption = "绫诲瀷缂栫爜 "; this.gv_tcode.FieldName = "tcode"; @@ -201,7 +200,6 @@ // // gv_tname // - this.gv_tname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_tname.AppearanceCell.Options.UseFont = true; this.gv_tname.Caption = "绫诲瀷鍚嶇О "; this.gv_tname.FieldName = "tname"; @@ -215,7 +213,7 @@ // // gv_remark // - this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_remark.AppearanceCell.Options.UseFont = true; this.gv_remark.Caption = "澶囨敞 "; this.gv_remark.FieldName = "remark"; @@ -229,7 +227,6 @@ // // gv_pgroup // - this.gv_pgroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_pgroup.AppearanceCell.Options.UseFont = true; this.gv_pgroup.Caption = "涓婄骇鍒嗙粍 "; this.gv_pgroup.FieldName = "pgroup"; @@ -243,7 +240,7 @@ // // gv_description // - this.gv_description.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_description.AppearanceCell.Options.UseFont = true; this.gv_description.Caption = "鎻忚堪 "; this.gv_description.FieldName = "description"; @@ -317,7 +314,6 @@ // this.txt_description.Location = new System.Drawing.Point(313, 45); this.txt_description.Name = "txt_description"; - this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_description.Properties.Appearance.Options.UseFont = true; this.txt_description.Size = new System.Drawing.Size(153, 28); this.txt_description.StyleController = this.layoutMx1; @@ -327,7 +323,6 @@ // this.txt_pgroup.Location = new System.Drawing.Point(313, 12); this.txt_pgroup.Name = "txt_pgroup"; - this.txt_pgroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_pgroup.Properties.Appearance.Options.UseFont = true; this.txt_pgroup.Size = new System.Drawing.Size(153, 28); this.txt_pgroup.StyleController = this.layoutMx1; @@ -337,7 +332,7 @@ // this.txt_lastupdateDate.Location = new System.Drawing.Point(542, 45); this.txt_lastupdateDate.Name = "txt_lastupdateDate"; - this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true; this.txt_lastupdateDate.Size = new System.Drawing.Size(153, 28); this.txt_lastupdateDate.StyleController = this.layoutMx1; @@ -347,7 +342,7 @@ // this.txt_remark.Location = new System.Drawing.Point(84, 45); this.txt_remark.Name = "txt_remark"; - this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_remark.Properties.Appearance.Options.UseFont = true; this.txt_remark.Size = new System.Drawing.Size(153, 28); this.txt_remark.StyleController = this.layoutMx1; @@ -357,7 +352,7 @@ // this.txt_tname.Location = new System.Drawing.Point(542, 12); this.txt_tname.Name = "txt_tname"; - this.txt_tname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_tname.Properties.Appearance.Options.UseFont = true; this.txt_tname.Size = new System.Drawing.Size(153, 28); this.txt_tname.StyleController = this.layoutMx1; @@ -367,7 +362,6 @@ // this.txt_tcode.Location = new System.Drawing.Point(84, 12); this.txt_tcode.Name = "txt_tcode"; - this.txt_tcode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_tcode.Properties.Appearance.Options.UseFont = true; this.txt_tcode.Size = new System.Drawing.Size(153, 28); this.txt_tcode.StyleController = this.layoutMx1; -- Gitblit v1.9.3