Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.treeView = new MidgetUI.MidgetTreeView();
     this.SuspendLayout();
     //
     // treeView
     //
     this.treeView.AllowDrop          = true;
     this.treeView.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.treeView.ImageIndex         = -1;
     this.treeView.Location           = new System.Drawing.Point(0, 0);
     this.treeView.Name               = "treeView";
     this.treeView.SelectedImageIndex = -1;
     this.treeView.Size               = new System.Drawing.Size(376, 672);
     this.treeView.TabIndex           = 0;
     //
     // ObjectSelector
     //
     this.Controls.Add(this.treeView);
     this.Name   = "ObjectSelector";
     this.Size   = new System.Drawing.Size(376, 672);
     this.Click += new System.EventHandler(this.ObjectSelector_Click);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.treeView = new MidgetUI.MidgetTreeView();
     this.SuspendLayout();
     //
     // treeView
     //
     this.treeView.AllowDrop = true;
     this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView.ImageIndex = -1;
     this.treeView.Location = new System.Drawing.Point(0, 0);
     this.treeView.Name = "treeView";
     this.treeView.SelectedImageIndex = -1;
     this.treeView.Size = new System.Drawing.Size(376, 672);
     this.treeView.TabIndex = 0;
     //
     // ObjectSelector
     //
     this.Controls.Add(this.treeView);
     this.Name = "ObjectSelector";
     this.Size = new System.Drawing.Size(376, 672);
     this.Click += new System.EventHandler(this.ObjectSelector_Click);
     this.ResumeLayout(false);
 }