namespace Dongke.IBOSS.PRD.Client
{
partial class F_SYS_0202
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0202));
this.trvMenu = new System.Windows.Forms.TreeView();
this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
this.btnExpand = new System.Windows.Forms.Button();
this.btnCollapse = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// trvMenu
//
this.trvMenu.Dock = System.Windows.Forms.DockStyle.Fill;
this.trvMenu.ImageIndex = 0;
this.trvMenu.ImageList = this.imglstNavigation;
this.trvMenu.Indent = 20;
this.trvMenu.ItemHeight = 20;
this.trvMenu.Location = new System.Drawing.Point(0, 23);
this.trvMenu.Name = "trvMenu";
this.trvMenu.SelectedImageIndex = 0;
this.trvMenu.Size = new System.Drawing.Size(214, 436);
this.trvMenu.TabIndex = 0;
this.trvMenu.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.trvMenu_AfterCollapse);
this.trvMenu.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.trvMenu_AfterExpand);
this.trvMenu.SizeChanged += new System.EventHandler(this.trvMenu_SizeChanged);
this.trvMenu.DoubleClick += new System.EventHandler(this.trvMenu_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");
//
// btnExpand
//
this.btnExpand.Dock = System.Windows.Forms.DockStyle.Left;
this.btnExpand.Location = new System.Drawing.Point(0, 0);
this.btnExpand.Name = "btnExpand";
this.btnExpand.Size = new System.Drawing.Size(107, 23);
this.btnExpand.TabIndex = 1;
this.btnExpand.Text = "展开全部";
this.btnExpand.UseVisualStyleBackColor = true;
this.btnExpand.Click += new System.EventHandler(this.btnExpand_Click);
//
// btnCollapse
//
this.btnCollapse.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCollapse.Location = new System.Drawing.Point(107, 0);
this.btnCollapse.Name = "btnCollapse";
this.btnCollapse.Size = new System.Drawing.Size(107, 23);
this.btnCollapse.TabIndex = 2;
this.btnCollapse.Text = "折叠全部";
this.btnCollapse.UseVisualStyleBackColor = true;
this.btnCollapse.Click += new System.EventHandler(this.btnCollapse_Click);
//
// panel1
//
this.panel1.Controls.Add(this.btnCollapse);
this.panel1.Controls.Add(this.btnExpand);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(214, 23);
this.panel1.TabIndex = 1;
//
// F_SYS_0202
//
this.AllowEndUserDocking = false;
this.AutoHidePortion = 230D;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(214, 459);
this.CloseButton = false;
this.CloseButtonVisible = false;
this.Controls.Add(this.trvMenu);
this.Controls.Add(this.panel1);
this.DockAreas = Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockLeft;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "F_SYS_0202";
this.ShowHint = Dongke.IBOSS.PRD.Basics.DockPanel.DockState.DockLeft;
this.ShowIcon = false;
this.TabText = "业务导航菜单";
this.Text = "业务导航菜单";
this.Load += new System.EventHandler(this.F_SYS_0202_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView trvMenu;
private System.Windows.Forms.ImageList imglstNavigation;
private System.Windows.Forms.Button btnExpand;
private System.Windows.Forms.Button btnCollapse;
private System.Windows.Forms.Panel panel1;
// private Basics.BaseControls.DKButtonTreeView tvwNavigation;
}
}