namespace Dongke.IBOSS.PRD.Basics.BaseControls { partial class DKButtonTreeView { /// /// 必需的设计器变量。 /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DKButtonTreeView)); this.panelMemu = new System.Windows.Forms.Panel(); this.tvMemu = new System.Windows.Forms.TreeView(); this.imglstNavigation = new System.Windows.Forms.ImageList(this.components); this.panelMemu.SuspendLayout(); this.SuspendLayout(); // // panelMemu // this.panelMemu.Controls.Add(this.tvMemu); this.panelMemu.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMemu.Location = new System.Drawing.Point(0, 0); this.panelMemu.Name = "panelMemu"; this.panelMemu.Size = new System.Drawing.Size(150, 150); this.panelMemu.TabIndex = 0; this.panelMemu.Layout += new System.Windows.Forms.LayoutEventHandler(this.panelMemu_Layout); // // tvMemu // this.tvMemu.ImageIndex = 0; this.tvMemu.ImageList = this.imglstNavigation; this.tvMemu.Indent = 20; this.tvMemu.ItemHeight = 20; this.tvMemu.Location = new System.Drawing.Point(14, 15); this.tvMemu.Name = "tvMemu"; this.tvMemu.SelectedImageIndex = 0; this.tvMemu.Size = new System.Drawing.Size(121, 97); this.tvMemu.TabIndex = 0; this.tvMemu.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvMemu_AfterCollapse); this.tvMemu.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvMemu_AfterExpand); this.tvMemu.DoubleClick += new System.EventHandler(this.tvMemu_DoubleClick); // // imglstNavigation // this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream"))); this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent; this.imglstNavigation.Images.SetKeyName(0, "close.png"); this.imglstNavigation.Images.SetKeyName(1, "list.png"); this.imglstNavigation.Images.SetKeyName(2, "open.png"); // // DKButtonTreeView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelMemu); this.Name = "DKButtonTreeView"; this.Load += new System.EventHandler(this.DKButtonTreeView_Load); this.panelMemu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelMemu; private System.Windows.Forms.TreeView tvMemu; private System.Windows.Forms.ImageList imglstNavigation; } }