From b54d247ffc912c4af1c96fe05bc6ca1630a77be0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 03 四月 2025 23:58:51 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/PDA/SelectPrint.Designer.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/SelectPrint.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/SelectPrint.Designer.cs index 8556a43..4e2a650 100644 --- a/DevApp/Gs.DevApp/DevFrm/PDA/SelectPrint.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/PDA/SelectPrint.Designer.cs @@ -58,7 +58,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"; @@ -71,7 +71,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[] { @@ -90,7 +90,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 = "printNo"; @@ -104,7 +104,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 = "鎵撳嵃鏈篒P"; this.gv_depottype.FieldName = "ip"; @@ -118,7 +118,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 = "port"; @@ -132,7 +132,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 = "remark"; -- Gitblit v1.9.3