lu
2025-04-03 2f7e917dc9032961335d506a689bfd30c709ba9e
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();
@@ -200,9 +201,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 +226,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 +272,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;
    }
}