From 7517f4742fbe90e6e347c40f9db83d1393bef704 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 01 四月 2025 15:19:23 +0800
Subject: [PATCH] 工序

---
 DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs
index 7094332..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,39 +137,39 @@
             // 
             // 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";
             this.gv_salesOrderId.Name = "gv_salesOrderId";
             this.gv_salesOrderId.OptionsColumn.AllowEdit = false;
-            this.gv_salesOrderId.Tag = "query_a.itemNo";
+            this.gv_salesOrderId.Tag = "query_a.item_no";
             this.gv_salesOrderId.Visible = true;
             this.gv_salesOrderId.VisibleIndex = 3;
             this.gv_salesOrderId.Width = 100;
             // 
             // 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";
             this.gv_orderLineId.Name = "gv_orderLineId";
             this.gv_orderLineId.OptionsColumn.AllowEdit = false;
-            this.gv_orderLineId.Tag = "query_a.itemName";
+            this.gv_orderLineId.Tag = "query_a.item_name";
             this.gv_orderLineId.Visible = true;
             this.gv_orderLineId.VisibleIndex = 4;
             this.gv_orderLineId.Width = 200;
             // 
             // 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";
             this.gv_itemId.Name = "gv_itemId";
             this.gv_itemId.OptionsColumn.AllowEdit = false;
-            this.gv_itemId.Tag = "query_a.itemModel";
+            this.gv_itemId.Tag = "query_a.item_model";
             this.gv_itemId.Visible = true;
             this.gv_itemId.VisibleIndex = 5;
             this.gv_itemId.Width = 200;
@@ -239,7 +239,6 @@
             this.pageBar1.Size = new System.Drawing.Size(984, 37);
             this.pageBar1.TabIndex = 3;
             this.pageBar1.TotalPages = 0;
-            this.pageBar1.Visible = false;
             // 
             // SelectCheckDt
             // 

--
Gitblit v1.9.3