From 703fbd021fffe44e7257d13603672f723f5acaee Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 22 四月 2025 16:54:21 +0800 Subject: [PATCH] 仓库出库 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 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..05b04b2 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs @@ -45,6 +45,7 @@ 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(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -94,6 +95,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 +108,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 @@ -160,7 +163,7 @@ // // tlcMenuName // - this.tlcMenuName.Caption = "瀛楀吀鍚嶇О"; + this.tlcMenuName.Caption = "瀛楀吀鍚嶇О鍊�"; this.tlcMenuName.FieldName = "defectName"; this.tlcMenuName.MinWidth = 38; this.tlcMenuName.Name = "tlcMenuName"; @@ -200,9 +203,10 @@ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemAdd, this.toolStripMenuItemEdt, - this.toolStripMenuItemDel}); + this.toolStripMenuItemDel, + this.toolStripMenuItemRoot}); this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(143, 82); + this.contextMenuStrip1.Size = new System.Drawing.Size(143, 108); // // toolStripMenuItemAdd // @@ -224,6 +228,13 @@ this.toolStripMenuItemDel.Name = "toolStripMenuItemDel"; 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 = "澧炲姞椤圭洰"; // // Frm_MesDefectCode // @@ -263,5 +274,6 @@ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEdt; private DevExpress.XtraTreeList.Columns.TreeListColumn tl8; private DevExpress.XtraTreeList.Columns.TreeListColumn tl9; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRoot; } } \ No newline at end of file -- Gitblit v1.9.3