From 247cc1010a4967a24d2d0eaeb092acc24c08ba96 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 05 四月 2025 14:25:12 +0800 Subject: [PATCH] fqc --- DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs index f9da253..beb6faf 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs @@ -55,7 +55,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"; @@ -68,7 +68,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[] { @@ -89,7 +89,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 = "涓婚敭涓嶈兘鍒犻櫎"; this.gv_guid.FieldName = "guid"; @@ -124,7 +124,7 @@ // // gv2 // - this.gv2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv2.AppearanceCell.Options.UseFont = true; this.gv2.Caption = "鐗╂枡ID"; this.gv2.FieldName = "id"; @@ -137,7 +137,7 @@ // // gv_salesOrderId // - this.gv_salesOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_salesOrderId.AppearanceCell.Options.UseFont = true; this.gv_salesOrderId.Caption = "鐗╂枡缂栧彿"; this.gv_salesOrderId.FieldName = "itemNo"; @@ -150,7 +150,7 @@ // // gv_orderLineId // - this.gv_orderLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_orderLineId.AppearanceCell.Options.UseFont = true; this.gv_orderLineId.Caption = "鐗╂枡鍚嶇О"; this.gv_orderLineId.FieldName = "itemName"; @@ -163,7 +163,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 = "鐗╂枡瑙勬牸"; this.gv_itemId.FieldName = "itemModel"; -- Gitblit v1.9.3