GUI/MainForm.Designer.cs
changeset 288 a35a89a35532
parent 287 1f5cf5d533e6
child 295 a1c06df9928d
     1.1 --- a/GUI/MainForm.Designer.cs	Sun May 15 20:48:52 2011 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Sun May 15 21:43:40 2011 +0000
     1.3 @@ -463,7 +463,9 @@
     1.4        this.treeView.UseColumns = true;
     1.5        this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
     1.6        this.treeView.Click += new System.EventHandler(this.treeView_Click);
     1.7 +      this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
     1.8        this.treeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseMove);
     1.9 +      this.treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseUp);
    1.10        // 
    1.11        // plotPanel
    1.12        //