This commit is contained in:
2008-03-10 13:12:59 +00:00
parent 99baac1d0d
commit 8213d30128
3 changed files with 39 additions and 39 deletions

View File

@@ -101,8 +101,8 @@ namespace Volian.Controls.Library
this.Name = "DisplayItem";
this.Size = new System.Drawing.Size(314, 20);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTab_MouseDown);
this.Move += new System.EventHandler(this.vlnCSLARTB_Move);
this.Resize += new System.EventHandler(this.vlnCSLARTB_Resize);
this.Move += new System.EventHandler(this.DisplayItem_Move);
this.Resize += new System.EventHandler(this.DisplayItem_Resize);
this.ResumeLayout(false);
}