From 95f36943e6763cfc4e3c9cbdff86752b1bc913a6 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 26 Mar 2017 09:26:07 -0400 Subject: improved a few things here and there --- .../WinClassicForms/WinClassicNotepad.Designer.cs | 6 ++++-- TimeHACK.Main/Windows95.Designer.cs | 1 + TimeHACK.Main/Windows95.cs | 7 ++++++- TimeHACK.Main/bin/Release/TimeHACK.application | 2 +- TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 4285440 -> 4285440 bytes TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 2 +- TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 110080 -> 110080 bytes .../bin/Release/TimeHACK.vshost.application | 2 +- .../bin/Release/TimeHACK.vshost.exe.manifest | 2 +- TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 4285440 -> 4285440 bytes TimeHACK.Main/obj/Release/TimeHACK.application | 2 +- TimeHACK.Main/obj/Release/TimeHACK.exe | Bin 4285440 -> 4285440 bytes TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 2 +- TimeHACK.Main/obj/Release/TimeHACK.pdb | Bin 110080 -> 110080 bytes 14 files changed, 17 insertions(+), 9 deletions(-) (limited to 'TimeHACK.Main') diff --git a/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs b/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs index d1d1c97..9dfc636 100644 --- a/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs +++ b/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs @@ -81,6 +81,7 @@ // this.notepadtextbox.Cursor = System.Windows.Forms.Cursors.Arrow; this.notepadtextbox.Dock = System.Windows.Forms.DockStyle.Fill; + this.notepadtextbox.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.notepadtextbox.Location = new System.Drawing.Point(4, 46); this.notepadtextbox.Multiline = true; this.notepadtextbox.Name = "notepadtextbox"; @@ -163,9 +164,9 @@ // programname // this.programname.AutoSize = true; - this.programname.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.programname.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.programname.ForeColor = System.Drawing.Color.White; - this.programname.Location = new System.Drawing.Point(3, 2); + this.programname.Location = new System.Drawing.Point(3, 1); this.programname.Name = "programname"; this.programname.Size = new System.Drawing.Size(55, 13); this.programname.TabIndex = 3; @@ -262,6 +263,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 520); this.Controls.Add(this.program); + this.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "WinClassicNotepad"; this.Text = "WinClassicNotepad"; diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs index ef36d50..a1f5a73 100644 --- a/TimeHACK.Main/Windows95.Designer.cs +++ b/TimeHACK.Main/Windows95.Designer.cs @@ -175,6 +175,7 @@ this.taskbartime.Size = new System.Drawing.Size(31, 15); this.taskbartime.TabIndex = 2; this.taskbartime.Text = "time"; + this.taskbartime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.taskbartime.Click += new System.EventHandler(this.taskbartime_Click); // // clockPanel diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs index 5d266ec..8d5e1bd 100644 --- a/TimeHACK.Main/Windows95.cs +++ b/TimeHACK.Main/Windows95.cs @@ -38,6 +38,8 @@ namespace TimeHACK // Set the StartMenu seperator startmenuitems.Items.Insert(6, new ToolStripSeparator()); + + this.SendToBack(); } #region StartMenu @@ -87,7 +89,7 @@ namespace TimeHACK // Set the Clock private void clockTimer_Tick(object sender, EventArgs e) { - taskbartime.Text = DateTime.Now.ToString("hh:mm tt"); + taskbartime.Text = DateTime.Now.ToString("h:mm tt"); } // On Desktop MouseDown @@ -98,6 +100,7 @@ namespace TimeHACK rightclickbackproperties.Show(); rightclickbackproperties.BringToFront(); rightclickbackproperties.Location = MousePosition; + startmenu.Hide(); } // If @@ -117,6 +120,8 @@ namespace TimeHACK { WinClassicNotepad notepad = new WinClassicNotepad(); notepad.Show(); + notepad.BringToFront(); + startmenu.Hide(); } private void desktopicons_SelectedIndexChanged(object sender, EventArgs e) diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application index d37348b..8eb3681 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.application @@ -14,7 +14,7 @@ - JJftDPpxppqadjLgxQOEZv1VCDN6vrmN5gtovn5Dpg0= + 5rOcwI1oqz+xnxpA16oY8tFOrNEb0CJLuuLPhrEWISA= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe index adfcd8d..6f130d9 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.exe and b/TimeHACK.Main/bin/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest index edada08..6b9a7b1 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest @@ -51,7 +51,7 @@ - JAK39P74xX0HuNAksenYBxUiMXpt5K6ekHd5C0mp6j8= + DK/b0XQ+NlPHbJ8fPo3xNlJvO1L6/XgrsubWjhK5XTY= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb index a643494..ee4ebf3 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.pdb differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application index d37348b..8eb3681 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application @@ -14,7 +14,7 @@ - JJftDPpxppqadjLgxQOEZv1VCDN6vrmN5gtovn5Dpg0= + 5rOcwI1oqz+xnxpA16oY8tFOrNEb0CJLuuLPhrEWISA= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest index edada08..6b9a7b1 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest @@ -51,7 +51,7 @@ - JAK39P74xX0HuNAksenYBxUiMXpt5K6ekHd5C0mp6j8= + DK/b0XQ+NlPHbJ8fPo3xNlJvO1L6/XgrsubWjhK5XTY= diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe index adfcd8d..6f130d9 100644 Binary files a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe and b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application index d37348b..8eb3681 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.application +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -14,7 +14,7 @@ - JJftDPpxppqadjLgxQOEZv1VCDN6vrmN5gtovn5Dpg0= + 5rOcwI1oqz+xnxpA16oY8tFOrNEb0CJLuuLPhrEWISA= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe index adfcd8d..6f130d9 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.exe and b/TimeHACK.Main/obj/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest index edada08..6b9a7b1 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest @@ -51,7 +51,7 @@ - JAK39P74xX0HuNAksenYBxUiMXpt5K6ekHd5C0mp6j8= + DK/b0XQ+NlPHbJ8fPo3xNlJvO1L6/XgrsubWjhK5XTY= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb index a643494..ee4ebf3 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.pdb and b/TimeHACK.Main/obj/Release/TimeHACK.pdb differ -- cgit v1.2.3