From d1fde218cd82d4e64f8e15accbafa11ed1efd780 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 21 五月 2025 20:09:21 +0800
Subject: [PATCH] 称重

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs |   55 +++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
index 0ea60c3..0c6f6e2 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
@@ -41,10 +41,12 @@
             this.tlcActions = new DevExpress.XtraTreeList.Columns.TreeListColumn();
             this.tl8 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
             this.tl9 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
-            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+            this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components);
             this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripMenuItemEdt = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem();
+            this.toolStripMenuItemRoot = new System.Windows.Forms.ToolStripMenuItem();
+            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -54,7 +56,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
             this.split1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit();
-            this.contextMenuStrip1.SuspendLayout();
+            this.cms1.SuspendLayout();
             this.SuspendLayout();
             // 
             // toolBarMenu1
@@ -94,6 +96,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";
@@ -106,8 +109,9 @@
             // split1.Panel2
             // 
             this.split1.Panel2.Text = "Panel2";
+            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.split1.Size = new System.Drawing.Size(1126, 570);
-            this.split1.SplitterPosition = 558;
+            this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
             // 
             // tlMenu
@@ -119,7 +123,8 @@
             this.tlcMenuName,
             this.tlcActions,
             this.tl8,
-            this.tl9});
+            this.tl9,
+            this.treeListColumn1});
             this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default;
             this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tlMenu.Location = new System.Drawing.Point(0, 0);
@@ -160,7 +165,7 @@
             // 
             // tlcMenuName
             // 
-            this.tlcMenuName.Caption = "瀛楀吀鍚嶇О";
+            this.tlcMenuName.Caption = "瀛楀吀鍚嶇О鍊�";
             this.tlcMenuName.FieldName = "defectName";
             this.tlcMenuName.MinWidth = 38;
             this.tlcMenuName.Name = "tlcMenuName";
@@ -170,7 +175,7 @@
             // 
             // tlcActions
             // 
-            this.tlcActions.Caption = "瀛楀吀绫诲瀷";
+            this.tlcActions.Caption = "瀛楀吀鍒嗙粍";
             this.tlcActions.FieldName = "sType";
             this.tlcActions.MinWidth = 23;
             this.tlcActions.Name = "tlcActions";
@@ -184,7 +189,7 @@
             this.tl8.FieldName = "lastupdateBy";
             this.tl8.Name = "tl8";
             this.tl8.Visible = true;
-            this.tl8.VisibleIndex = 4;
+            this.tl8.VisibleIndex = 5;
             // 
             // tl9
             // 
@@ -192,17 +197,18 @@
             this.tl9.FieldName = "lastupdateDate";
             this.tl9.Name = "tl9";
             this.tl9.Visible = true;
-            this.tl9.VisibleIndex = 5;
+            this.tl9.VisibleIndex = 6;
             // 
-            // contextMenuStrip1
+            // cms1
             // 
-            this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
-            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.cms1.ImageScalingSize = new System.Drawing.Size(20, 20);
+            this.cms1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
             this.toolStripMenuItemAdd,
             this.toolStripMenuItemEdt,
-            this.toolStripMenuItemDel});
-            this.contextMenuStrip1.Name = "contextMenuStrip1";
-            this.contextMenuStrip1.Size = new System.Drawing.Size(143, 82);
+            this.toolStripMenuItemDel,
+            this.toolStripMenuItemRoot});
+            this.cms1.Name = "contextMenuStrip1";
+            this.cms1.Size = new System.Drawing.Size(143, 108);
             // 
             // toolStripMenuItemAdd
             // 
@@ -225,6 +231,21 @@
             this.toolStripMenuItemDel.Size = new System.Drawing.Size(142, 26);
             this.toolStripMenuItemDel.Text = "鍒犻櫎璇ラ」";
             // 
+            // toolStripMenuItemRoot
+            // 
+            this.toolStripMenuItemRoot.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_16x16;
+            this.toolStripMenuItemRoot.Name = "toolStripMenuItemRoot";
+            this.toolStripMenuItemRoot.Size = new System.Drawing.Size(142, 26);
+            this.toolStripMenuItemRoot.Text = "澧炲姞涓婚」";
+            // 
+            // treeListColumn1
+            // 
+            this.treeListColumn1.Caption = "鍙敤鏍囪瘑";
+            this.treeListColumn1.FieldName = "type1";
+            this.treeListColumn1.Name = "treeListColumn1";
+            this.treeListColumn1.Visible = true;
+            this.treeListColumn1.VisibleIndex = 4;
+            // 
             // Frm_MesDefectCode
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -243,7 +264,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
             this.split1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).EndInit();
-            this.contextMenuStrip1.ResumeLayout(false);
+            this.cms1.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
@@ -257,11 +278,13 @@
         private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuCaption;
         private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuName;
         private DevExpress.XtraTreeList.Columns.TreeListColumn tlcActions;
-        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
+        private System.Windows.Forms.ContextMenuStrip cms1;
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd;
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel;
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEdt;
         private DevExpress.XtraTreeList.Columns.TreeListColumn tl8;
         private DevExpress.XtraTreeList.Columns.TreeListColumn tl9;
+        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRoot;
+        private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3