From a357d77aa7a2a35f414daa0a7737003bf2660477 Mon Sep 17 00:00:00 2001 From: JayXKanz666 Date: Mon, 27 Mar 2017 01:56:21 +0200 Subject: added downloader and installer --- TimeHACK.Engine/Template/WinClassic.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TimeHACK.Engine/Template/WinClassic.Designer.cs') diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index 1240979..6fc4a78 100644 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -93,7 +93,7 @@ this.programtopbar.Name = "programtopbar"; this.programtopbar.Size = new System.Drawing.Size(292, 18); this.programtopbar.TabIndex = 0; - this.programtopbar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); + this.programtopbar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.programtopbar_drag); // // maximizebutton // @@ -104,7 +104,7 @@ this.maximizebutton.Size = new System.Drawing.Size(16, 14); this.maximizebutton.TabIndex = 6; this.maximizebutton.TabStop = false; - this.maximizebutton.Click += new System.EventHandler(this.Maximizebutton_Click); + this.maximizebutton.Click += new System.EventHandler(this.maximizebutton_Click); // // minimizebutton // @@ -136,7 +136,7 @@ this.closebutton.Size = new System.Drawing.Size(16, 14); this.closebutton.TabIndex = 4; this.closebutton.TabStop = false; - this.closebutton.Click += new System.EventHandler(this.Closebutton_Click); + this.closebutton.Click += new System.EventHandler(this.closebutton_Click); // // toprightcorner // -- cgit v1.2.3