From 6a89dc5916749e18dc77b15c7c27ccd2ada38e6b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 30 六月 2025 17:20:27 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
index ec49e6b..4f5078f 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -307,6 +307,10 @@
             // 
             this.txt_barCode.Location = new System.Drawing.Point(84, 96);
             this.txt_barCode.Name = "txt_barCode";
+            this.txt_barCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+            this.txt_barCode.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
+            this.txt_barCode.Properties.Appearance.Options.UseFont = true;
+            this.txt_barCode.Properties.Appearance.Options.UseForeColor = true;
             this.txt_barCode.Size = new System.Drawing.Size(328, 24);
             this.txt_barCode.StyleController = this.layoutMx1;
             this.txt_barCode.TabIndex = 1;
@@ -324,6 +328,10 @@
             // 
             this.txt_gwm.Location = new System.Drawing.Point(84, 152);
             this.txt_gwm.Name = "txt_gwm";
+            this.txt_gwm.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+            this.txt_gwm.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
+            this.txt_gwm.Properties.Appearance.Options.UseFont = true;
+            this.txt_gwm.Properties.Appearance.Options.UseForeColor = true;
             this.txt_gwm.Size = new System.Drawing.Size(126, 24);
             this.txt_gwm.StyleController = this.layoutMx1;
             this.txt_gwm.TabIndex = 9;
@@ -1028,8 +1036,6 @@
             this.gridColumn1.FieldName = "badDescription";
             this.gridColumn1.MinWidth = 25;
             this.gridColumn1.Name = "gridColumn1";
-            this.gridColumn1.Visible = true;
-            this.gridColumn1.VisibleIndex = 8;
             this.gridColumn1.Width = 94;
             // 
             // gridColumn4
@@ -1039,27 +1045,27 @@
             this.gridColumn4.MinWidth = 25;
             this.gridColumn4.Name = "gridColumn4";
             this.gridColumn4.Visible = true;
-            this.gridColumn4.VisibleIndex = 9;
+            this.gridColumn4.VisibleIndex = 8;
             this.gridColumn4.Width = 94;
             // 
             // gridColumn14
             // 
             this.gridColumn14.Caption = "涓婃姤浜�";
-            this.gridColumn14.FieldName = "collectByName";
+            this.gridColumn14.FieldName = "createBy";
             this.gridColumn14.MinWidth = 25;
             this.gridColumn14.Name = "gridColumn14";
             this.gridColumn14.Visible = true;
-            this.gridColumn14.VisibleIndex = 10;
+            this.gridColumn14.VisibleIndex = 9;
             this.gridColumn14.Width = 94;
             // 
             // gridColumn15
             // 
-            this.gridColumn15.Caption = "涓婃姤鏃堕棿";
+            this.gridColumn15.Caption = "鏈�鍚庝笂鎶ユ椂闂�";
             this.gridColumn15.FieldName = "createDate";
             this.gridColumn15.MinWidth = 25;
             this.gridColumn15.Name = "gridColumn15";
             this.gridColumn15.Visible = true;
-            this.gridColumn15.VisibleIndex = 11;
+            this.gridColumn15.VisibleIndex = 10;
             this.gridColumn15.Width = 94;
             // 
             // tabMxPage2
@@ -1225,7 +1231,7 @@
             // gridColumn21
             // 
             this.gridColumn21.Caption = "涓婃姤浜�";
-            this.gridColumn21.FieldName = "collectByName";
+            this.gridColumn21.FieldName = "createBy";
             this.gridColumn21.MinWidth = 25;
             this.gridColumn21.Name = "gridColumn21";
             this.gridColumn21.Visible = true;
@@ -1248,8 +1254,6 @@
             this.gridColumn23.FieldName = "badReson";
             this.gridColumn23.MinWidth = 25;
             this.gridColumn23.Name = "gridColumn23";
-            this.gridColumn23.Visible = true;
-            this.gridColumn23.VisibleIndex = 12;
             this.gridColumn23.Width = 94;
             // 
             // Frm_Work01

--
Gitblit v1.9.3