This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user