From 236874a930147c27e46c673d8c1a607f1260e8aa Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 31 三月 2025 12:43:43 +0800
Subject: [PATCH] 追溯码

---
 DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs
index 761b2b5..7ef2f5b 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.Designer.cs
@@ -60,7 +60,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";
@@ -73,7 +73,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[] {
@@ -99,7 +99,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 = "rkmxGuid";
@@ -134,7 +134,7 @@
             // 
             // gv_supplierItemCode
             // 
-            this.gv_supplierItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+           
             this.gv_supplierItemCode.AppearanceCell.Options.UseFont = true;
             this.gv_supplierItemCode.Caption = "鐗╂枡缂栫爜";
             this.gv_supplierItemCode.FieldName = "itemNo";
@@ -148,7 +148,7 @@
             // 
             // gv_supplierItemName
             // 
-            this.gv_supplierItemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+           
             this.gv_supplierItemName.AppearanceCell.Options.UseFont = true;
             this.gv_supplierItemName.Caption = "鐗╂枡鍚嶇О";
             this.gv_supplierItemName.FieldName = "itemName";
@@ -212,8 +212,12 @@
             // 
             // gv_purchaseUnit
             // 
-            this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+            
+            this.gv_purchaseUnit.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
             this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true;
+            this.gv_purchaseUnit.AppearanceCell.Options.UseForeColor = true;
+            this.gv_purchaseUnit.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
+            this.gv_purchaseUnit.AppearanceHeader.Options.UseForeColor = true;
             this.gv_purchaseUnit.Caption = "鍙��鏁伴噺";
             this.gv_purchaseUnit.FieldName = "kt";
             this.gv_purchaseUnit.MaxWidth = 50;
@@ -222,6 +226,8 @@
             this.gv_purchaseUnit.OptionsColumn.AllowEdit = false;
             this.gv_purchaseUnit.OptionsColumn.ReadOnly = true;
             this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT";
+            this.gv_purchaseUnit.Visible = true;
+            this.gv_purchaseUnit.VisibleIndex = 8;
             this.gv_purchaseUnit.Width = 50;
             // 
             // gridColumn10
@@ -230,7 +236,7 @@
             this.gridColumn10.FieldName = "khName";
             this.gridColumn10.Name = "gridColumn10";
             this.gridColumn10.Visible = true;
-            this.gridColumn10.VisibleIndex = 8;
+            this.gridColumn10.VisibleIndex = 9;
             this.gridColumn10.Width = 125;
             // 
             // gridColumn2
@@ -239,7 +245,7 @@
             this.gridColumn2.FieldName = "receivingOrg";
             this.gridColumn2.Name = "gridColumn2";
             this.gridColumn2.Visible = true;
-            this.gridColumn2.VisibleIndex = 9;
+            this.gridColumn2.VisibleIndex = 10;
             this.gridColumn2.Width = 250;
             // 
             // gridColumn1

--
Gitblit v1.9.3