From 13096114a7457a3b1b519c88b9409697b697eb21 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 25 四月 2025 12:00:08 +0800
Subject: [PATCH] 工位和fqc绑定

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
index a807753..9b3102e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
@@ -339,6 +339,7 @@
             // split1
             // 
             this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.split1.Horizontal = false;
             this.split1.Location = new System.Drawing.Point(0, 0);
             this.split1.Name = "split1";
@@ -351,7 +352,8 @@
             // 
             // split1.Panel2
             // 
-             this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
+            this.split1.Panel2.Text = "Panel2";
+            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.split1.Size = new System.Drawing.Size(1126, 570);
             this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
@@ -630,7 +632,7 @@
             // 
             // gridColumn44
             // 
-            this.gridColumn44.Caption = "鐢宠缁勭粐Id";
+            this.gridColumn44.Caption = "鐢宠缁勭粐ID";
             this.gridColumn44.FieldName = "fapporgid";
             this.gridColumn44.MinWidth = 25;
             this.gridColumn44.Name = "gridColumn44";
@@ -698,7 +700,7 @@
             // 
             // gv_id
             // 
-            this.gv_id.Caption = "涓婚敭Guid";
+            this.gv_id.Caption = "涓婚敭GUID";
             this.gv_id.FieldName = "id";
             this.gv_id.MinWidth = 25;
             this.gv_id.Name = "gv_id";
@@ -728,7 +730,7 @@
             this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.splitMx1.Horizontal = false;
             this.splitMx1.Location = new System.Drawing.Point(0, 0);
-             this.splitMx1.Name = "splitMx1";this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
+            this.splitMx1.Name = "splitMx1";
             // 
             // splitMx1.Panel1
             // 
@@ -739,6 +741,7 @@
             // 
             this.splitMx1.Panel2.Controls.Add(this.tabMx);
             this.splitMx1.Panel2.Text = "Panel2";
+            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.splitMx1.Size = new System.Drawing.Size(1126, 570);
             this.splitMx1.SplitterPosition = 169;
             this.splitMx1.TabIndex = 0;

--
Gitblit v1.9.3