namespace Lskj.Control { partial class TreeGridControlEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.gcMain = new DevExpress.XtraTreeList.TreeList(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.全部展开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.全部合并ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pl_main = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.ChartTable)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit(); this.pl_buttom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); this.contextMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit(); this.pl_main.SuspendLayout(); this.SuspendLayout(); // // pl_buttom // this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_buttom.Appearance.Options.UseBackColor = true; this.pl_buttom.Location = new System.Drawing.Point(0, 307); this.pl_buttom.Size = new System.Drawing.Size(557, 29); // // gcMain // this.gcMain.ContextMenuStrip = this.contextMenuStrip; this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.Name = "gcMain"; this.gcMain.OptionsBehavior.EnableFiltering = true; this.gcMain.OptionsFilter.FilterMode = DevExpress.XtraTreeList.FilterMode.Extended; this.gcMain.OptionsFind.FindNullPrompt = ""; this.gcMain.OptionsSelection.MultiSelect = true; this.gcMain.OptionsSelection.MultiSelectMode = DevExpress.XtraTreeList.TreeListMultiSelectMode.CellSelect; this.gcMain.OptionsView.AutoWidth = false; this.gcMain.Size = new System.Drawing.Size(557, 307); this.gcMain.TabIndex = 0; // // contextMenuStrip // this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.全部展开ToolStripMenuItem, this.全部合并ToolStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(139, 52); // // 全部展开ToolStripMenuItem // this.全部展开ToolStripMenuItem.Name = "全部展开ToolStripMenuItem"; this.全部展开ToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.全部展开ToolStripMenuItem.Text = "全部展开"; this.全部展开ToolStripMenuItem.Click += new System.EventHandler(this.OnAllExpandClick); // // 全部合并ToolStripMenuItem // this.全部合并ToolStripMenuItem.Name = "全部合并ToolStripMenuItem"; this.全部合并ToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.全部合并ToolStripMenuItem.Text = "全部合并"; this.全部合并ToolStripMenuItem.Click += new System.EventHandler(this.OnAllMergeClick); // // pl_main // this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_main.Controls.Add(this.gcMain); this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_main.Location = new System.Drawing.Point(0, 0); this.pl_main.Name = "pl_main"; this.pl_main.Size = new System.Drawing.Size(557, 307); this.pl_main.TabIndex = 4; // // TreeGridControlEx // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.pl_main); this.Name = "TreeGridControlEx"; this.Size = new System.Drawing.Size(557, 336); this.Controls.SetChildIndex(this.pl_buttom, 0); this.Controls.SetChildIndex(this.pl_main, 0); ((System.ComponentModel.ISupportInitialize)(this.ChartTable)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit(); this.pl_buttom.ResumeLayout(false); this.pl_buttom.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); this.contextMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit(); this.pl_main.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraTreeList.TreeList gcMain; private DevExpress.XtraEditors.PanelControl pl_main; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem 全部展开ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 全部合并ToolStripMenuItem; } }