| | |
| | | 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(); |
| | |
| | | ((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 |
| | |
| | | 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); |
| | |
| | | // |
| | | // tlcActions |
| | | // |
| | | this.tlcActions.Caption = "字典类型"; |
| | | this.tlcActions.Caption = "字典分组"; |
| | | this.tlcActions.FieldName = "sType"; |
| | | this.tlcActions.MinWidth = 23; |
| | | this.tlcActions.Name = "tlcActions"; |
| | |
| | | this.tl8.FieldName = "lastupdateBy"; |
| | | this.tl8.Name = "tl8"; |
| | | this.tl8.Visible = true; |
| | | this.tl8.VisibleIndex = 4; |
| | | this.tl8.VisibleIndex = 5; |
| | | // |
| | | // tl9 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | ((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); |
| | | |
| | | } |
| | |
| | | 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; |
| | | } |
| | | } |