diff options
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/Template/WinClassic.Designer.cs | 6 | ||||
| -rw-r--r-- | TimeHACK.Engine/Template/WinClassic.cs | 6 | ||||
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 2 | ||||
| -rw-r--r-- | TimeHACK.Engine/bin/Debug/TimeHACK.Engine.dll | bin | 21504 -> 21504 bytes | |||
| -rw-r--r-- | TimeHACK.Engine/bin/Debug/TimeHACK.Engine.pdb | bin | 26112 -> 26112 bytes | |||
| -rw-r--r-- | TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.GenerateResource.Cache | bin | 1838 -> 1838 bytes | |||
| -rw-r--r-- | TimeHACK.Engine/obj/Debug/TimeHACK.Engine.dll | bin | 21504 -> 21504 bytes | |||
| -rw-r--r-- | TimeHACK.Engine/obj/Debug/TimeHACK.Engine.pdb | bin | 26112 -> 26112 bytes |
8 files changed, 7 insertions, 7 deletions
diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index 6fc4a78..1240979 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 // diff --git a/TimeHACK.Engine/Template/WinClassic.cs b/TimeHACK.Engine/Template/WinClassic.cs index 1bd11e3..820bbb8 100644 --- a/TimeHACK.Engine/Template/WinClassic.cs +++ b/TimeHACK.Engine/Template/WinClassic.cs @@ -20,7 +20,7 @@ namespace TimeHACK.Engine.Template [DllImportAttribute("user32.dll")] public static extern bool ReleaseCapture(); - private void programtopbar_drag(object sender, MouseEventArgs e) + private void Programtopbar_drag(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { @@ -29,14 +29,14 @@ namespace TimeHACK.Engine.Template } } - private void closebutton_Click(object sender, EventArgs e) + private void Closebutton_Click(object sender, EventArgs e) { this.Close(); } public Boolean max = false; - private void maximizebutton_Click(object sender, EventArgs e) + private void Maximizebutton_Click(object sender, EventArgs e) { if (max == false) { diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index fc9bd94..8047a8c 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -6,7 +6,7 @@ namespace TimeHACK.Engine { public class WindowManager { - public void startWinClassic(UserControl content, String title, PictureBox icon, Boolean MaxButton, Boolean MinButton) + public void StartWinClassic(UserControl content, String title, PictureBox icon, Boolean MaxButton, Boolean MinButton) { // Setup Window WinClassic app = new WinClassic(); diff --git a/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.dll b/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.dll Binary files differindex 9e8c504..9074301 100644 --- a/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.dll +++ b/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.dll diff --git a/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.pdb b/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.pdb Binary files differindex b0d17dc..b95db11 100644 --- a/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.pdb +++ b/TimeHACK.Engine/bin/Debug/TimeHACK.Engine.pdb diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.GenerateResource.Cache b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.GenerateResource.Cache Binary files differindex 360f1c8..f99e456 100644 --- a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.GenerateResource.Cache +++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.GenerateResource.Cache diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.dll b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.dll Binary files differindex 9e8c504..9074301 100644 --- a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.dll +++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.dll diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.pdb b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.pdb Binary files differindex b0d17dc..b95db11 100644 --- a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.pdb +++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.pdb |
