lu
2025-05-19 d3dd87dbb75c485ca1c9431faffe2d9cae786e97
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
@@ -41,11 +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();
@@ -55,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
@@ -95,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";
@@ -107,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
@@ -120,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);
@@ -161,7 +165,7 @@
            // 
            // tlcMenuName
            // 
            this.tlcMenuName.Caption = "字典名称";
            this.tlcMenuName.Caption = "字典名称值";
            this.tlcMenuName.FieldName = "defectName";
            this.tlcMenuName.MinWidth = 38;
            this.tlcMenuName.Name = "tlcMenuName";
@@ -171,7 +175,7 @@
            // 
            // tlcActions
            // 
            this.tlcActions.Caption = "字典类型";
            this.tlcActions.Caption = "字典分组";
            this.tlcActions.FieldName = "sType";
            this.tlcActions.MinWidth = 23;
            this.tlcActions.Name = "tlcActions";
@@ -185,7 +189,7 @@
            this.tl8.FieldName = "lastupdateBy";
            this.tl8.Name = "tl8";
            this.tl8.Visible = true;
            this.tl8.VisibleIndex = 4;
            this.tl8.VisibleIndex = 5;
            // 
            // tl9
            // 
@@ -193,18 +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.toolStripMenuItemRoot});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(143, 108);
            this.cms1.Name = "contextMenuStrip1";
            this.cms1.Size = new System.Drawing.Size(143, 108);
            // 
            // toolStripMenuItemAdd
            // 
@@ -232,7 +236,15 @@
            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 = "增加项目";
            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
            // 
@@ -252,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);
        }
@@ -266,12 +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;
    }
}