diff options
Diffstat (limited to 'TimeHACK.Engine/Template/WinClassic.Designer.cs')
| -rw-r--r-- | TimeHACK.Engine/Template/WinClassic.Designer.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index bb6b752..b1d4b82 100644 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -159,6 +159,7 @@ this.toprightcorner.Name = "toprightcorner"; this.toprightcorner.Size = new System.Drawing.Size(4, 4); this.toprightcorner.TabIndex = 6; + this.toprightcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // bottomrightcorner // @@ -169,6 +170,7 @@ this.bottomrightcorner.Name = "bottomrightcorner"; this.bottomrightcorner.Size = new System.Drawing.Size(4, 4); this.bottomrightcorner.TabIndex = 4; + this.bottomrightcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // bottomleftcorner // @@ -178,6 +180,7 @@ this.bottomleftcorner.Name = "bottomleftcorner"; this.bottomleftcorner.Size = new System.Drawing.Size(4, 4); this.bottomleftcorner.TabIndex = 2; + this.bottomleftcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // topleftcorner // @@ -186,6 +189,7 @@ this.topleftcorner.Name = "topleftcorner"; this.topleftcorner.Size = new System.Drawing.Size(4, 4); this.topleftcorner.TabIndex = 1; + this.topleftcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // left // @@ -195,6 +199,7 @@ this.left.Name = "left"; this.left.Size = new System.Drawing.Size(4, 292); this.left.TabIndex = 3; + this.left.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // bottom // @@ -206,6 +211,7 @@ this.bottom.Name = "bottom"; this.bottom.Size = new System.Drawing.Size(296, 4); this.bottom.TabIndex = 5; + this.bottom.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // right // @@ -216,6 +222,7 @@ this.right.Name = "right"; this.right.Size = new System.Drawing.Size(4, 296); this.right.TabIndex = 7; + this.right.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // top // @@ -226,6 +233,7 @@ this.top.Name = "top"; this.top.Size = new System.Drawing.Size(300, 4); this.top.TabIndex = 8; + this.top.MouseDown += new System.Windows.Forms.MouseEventHandler(border_MouseDown); // // WinClassic // |
