private void InitializeComponent()
{
this._treeView = new Aga.Controls.Tree.TreeViewAdv();
this.SuspendLayout();
//
// _treeView
//
this._treeView.BackColor = System.Drawing.SystemColors.Window;
this._treeView.DefaultToolTipProvider = null;
this._treeView.Dock = System.Windows.Forms.DockStyle.Fill;
this._treeView.DragDropMarkColor = System.Drawing.Color.Black;
this._treeView.LineColor = System.Drawing.SystemColors.ControlDarkDark;
this._treeView.Location = new System.Drawing.Point(0, 0);
this._treeView.Model = null;
this._treeView.Name = "_treeView";
this._treeView.SelectedNode = null;
this._treeView.Size = new System.Drawing.Size(337, 447);
this._treeView.TabIndex = 1;
this._treeView.Text = "treeViewAdv1";
this._treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this._treeView_NodeMouseDoubleClick);
this._treeView.SelectionChanged += new System.EventHandler(this._treeView_SelectionChanged);
//
// InventoryTree
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this._treeView);
this.Name = "InventoryTree";
this.Size = new System.Drawing.Size(337, 447);
this.ResumeLayout(false);
}