From c4187f9a3321d9ff62579f87dedf66bf8151690d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 04 四月 2025 11:01:35 +0800
Subject: [PATCH] 加班
---
DevApp/Gs.DevApp/DevFrm/PDA/SelectPage.Designer.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/SelectPage.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/SelectPage.Designer.cs
index 8d643ec..524ff6f 100644
--- a/DevApp/Gs.DevApp/DevFrm/PDA/SelectPage.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/PDA/SelectPage.Designer.cs
@@ -57,7 +57,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";
@@ -70,7 +70,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[] {
@@ -88,7 +88,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 = "pageView";
@@ -102,7 +102,7 @@
//
// gv_depotName
//
- this.gv_depotName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.gv_depotName.AppearanceCell.Options.UseFont = true;
this.gv_depotName.Caption = "椤甸潰鍒嗙粍";
this.gv_depotName.FieldName = "pageGroup";
--
Gitblit v1.9.3