From 3fc14442d71276fe3fb98f66b115fa249b921b37 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 24 六月 2025 08:08:53 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs |   31 ++++++++-----------------------
 1 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs
index 6dd267a..8411833 100644
--- a/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs
@@ -1,4 +1,6 @@
-锘縩amespace Gs.DevApp.DevFrm.RkQC
+锘縰sing Gs.DevApp.ToolBox;
+
+namespace Gs.DevApp.DevFrm.RkQC
 {
     partial class Frm_Cqfa
     {
@@ -91,8 +93,7 @@
             this.picCheckBox = new System.Windows.Forms.PictureBox();
             this.tips = new DevExpress.Utils.ToolTipController(this.components);
             this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.frm_CqfaItems1 = new Gs.DevApp.DevFrm.RkQC.Frm_CqfaItems();
-            this.frm_CqfaItems2 = new Gs.DevApp.DevFrm.RkQC.Frm_CqfaItems();
+         
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -735,7 +736,7 @@
             // 
             // splitContainerControl1.Panel1
             // 
-            this.splitContainerControl1.Panel1.Controls.Add(this.frm_CqfaItems1);
+           
             this.splitContainerControl1.Panel1.Text = "Panel1";
             // 
             // splitContainerControl1.Panel2
@@ -761,7 +762,7 @@
             // 
             // splitContainerControl2.Panel2
             // 
-            this.splitContainerControl2.Panel2.Controls.Add(this.frm_CqfaItems2);
+           
             this.splitContainerControl2.Panel2.Text = "Panel2";
             this.splitContainerControl2.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.False;
             this.splitContainerControl2.Size = new System.Drawing.Size(559, 415);
@@ -806,22 +807,7 @@
             this.gridColumn3.MinWidth = 25;
             this.gridColumn3.Name = "gridColumn3";
             this.gridColumn3.Width = 94;
-            // 
-            // frm_CqfaItems1
-            // 
-            this.frm_CqfaItems1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.frm_CqfaItems1.Location = new System.Drawing.Point(0, 0);
-            this.frm_CqfaItems1.Name = "frm_CqfaItems1";
-            this.frm_CqfaItems1.Size = new System.Drawing.Size(628, 415);
-            this.frm_CqfaItems1.TabIndex = 0;
-            // 
-            // frm_CqfaItems2
-            // 
-            this.frm_CqfaItems2.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.frm_CqfaItems2.Location = new System.Drawing.Point(0, 0);
-            this.frm_CqfaItems2.Name = "frm_CqfaItems2";
-            this.frm_CqfaItems2.Size = new System.Drawing.Size(476, 415);
-            this.frm_CqfaItems2.TabIndex = 0;
+           
             // 
             // Frm_Cqfa
             // 
@@ -950,7 +936,6 @@
         private DevExpress.XtraEditors.SimpleButton btnIn;
         private DevExpress.XtraEditors.SimpleButton btnOut;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
-        private Frm_CqfaItems frm_CqfaItems1;
-        private Frm_CqfaItems frm_CqfaItems2;
+      
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3