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/Rpt/CKTmkc.Designer.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs index 3d4aa05..4494a92 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs @@ -121,7 +121,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"; @@ -132,7 +132,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_guid, @@ -160,7 +160,7 @@ // // gv_guid // - this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_guid.AppearanceCell.Options.UseFont = true; this.gv_guid.Caption = "涓婚敭GUID"; this.gv_guid.FieldName = "guid"; @@ -172,7 +172,7 @@ // // gv_itemId // - this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_itemId.AppearanceCell.Options.UseFont = true; this.gv_itemId.Caption = "鐗╂枡ID "; this.gv_itemId.FieldName = "itemId"; @@ -216,7 +216,7 @@ // // gv_itemBarcode // - this.gv_itemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_itemBarcode.AppearanceCell.Options.UseFont = true; this.gv_itemBarcode.Caption = "鐗╂枡鏉$爜"; this.gv_itemBarcode.FieldName = "itemBarcode"; @@ -230,7 +230,7 @@ // // gv_quantity // - this.gv_quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_quantity.AppearanceCell.Options.UseFont = true; this.gv_quantity.Caption = "鏁伴噺 "; this.gv_quantity.FieldName = "quantity"; @@ -244,7 +244,7 @@ // // gv_depotId // - this.gv_depotId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_depotId.AppearanceCell.Options.UseFont = true; this.gv_depotId.Caption = "浠撳簱ID"; this.gv_depotId.FieldName = "depotId"; @@ -278,7 +278,7 @@ // // gv_depotSectionsCode // - this.gv_depotSectionsCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_depotSectionsCode.AppearanceCell.Options.UseFont = true; this.gv_depotSectionsCode.Caption = "璐т綅缂栧彿"; this.gv_depotSectionsCode.FieldName = "depotSectionsCode"; @@ -292,7 +292,7 @@ // // gv_ownerType // - this.gv_ownerType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_ownerType.AppearanceCell.Options.UseFont = true; this.gv_ownerType.Caption = "璐т富绫诲瀷"; this.gv_ownerType.FieldName = "ownerType"; @@ -306,7 +306,7 @@ // // gv_ownerId // - this.gv_ownerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_ownerId.AppearanceCell.Options.UseFont = true; this.gv_ownerId.Caption = "璐т富ID"; this.gv_ownerId.FieldName = "ownerId"; @@ -330,7 +330,7 @@ // // gv_indepUserCode // - this.gv_indepUserCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_indepUserCode.AppearanceCell.Options.UseFont = true; this.gv_indepUserCode.Caption = "鍏ュ簱浜�"; this.gv_indepUserCode.FieldName = "indepUserCode"; @@ -344,7 +344,7 @@ // // gv_indepDate // - this.gv_indepDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_indepDate.AppearanceCell.Options.UseFont = true; this.gv_indepDate.Caption = "鍏ュ簱鏃ユ湡 "; this.gv_indepDate.FieldName = "indepDate"; -- Gitblit v1.9.3