diff options
| author | lempamo <[email protected]> | 2017-03-26 09:26:07 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-26 09:26:07 -0400 |
| commit | 95f36943e6763cfc4e3c9cbdff86752b1bc913a6 (patch) | |
| tree | 16120c9572d90d807113e2bfe18dc70263144671 | |
| parent | f43f1cc9a789c27cf999ec2f62e21c9bfdfeb3c5 (diff) | |
| download | histacom2-95f36943e6763cfc4e3c9cbdff86752b1bc913a6.tar.gz histacom2-95f36943e6763cfc4e3c9cbdff86752b1bc913a6.tar.bz2 histacom2-95f36943e6763cfc4e3c9cbdff86752b1bc913a6.zip | |
improved a few things here and there
| -rw-r--r-- | .vs/TimeHACK/v14/.suo | bin | 73728 -> 73728 bytes | |||
| -rw-r--r-- | TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs | 6 | ||||
| -rw-r--r-- | TimeHACK.Main/Windows95.Designer.cs | 1 | ||||
| -rw-r--r-- | TimeHACK.Main/Windows95.cs | 7 | ||||
| -rw-r--r-- | TimeHACK.Main/bin/Release/TimeHACK.application | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/bin/Release/TimeHACK.exe | bin | 4285440 -> 4285440 bytes | |||
| -rw-r--r-- | TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/bin/Release/TimeHACK.pdb | bin | 110080 -> 110080 bytes | |||
| -rw-r--r-- | TimeHACK.Main/bin/Release/TimeHACK.vshost.application | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | bin | 4285440 -> 4285440 bytes | |||
| -rw-r--r-- | TimeHACK.Main/obj/Release/TimeHACK.application | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/obj/Release/TimeHACK.exe | bin | 4285440 -> 4285440 bytes | |||
| -rw-r--r-- | TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 2 | ||||
| -rw-r--r-- | TimeHACK.Main/obj/Release/TimeHACK.pdb | bin | 110080 -> 110080 bytes |
15 files changed, 17 insertions, 9 deletions
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo Binary files differindex b74d05f..7fabe86 100644 --- a/.vs/TimeHACK/v14/.suo +++ b/.vs/TimeHACK/v14/.suo 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 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JJftDPpxppqadjLgxQOEZv1VCDN6vrmN5gtovn5Dpg0=</dsig:DigestValue> + <dsig:DigestValue>5rOcwI1oqz+xnxpA16oY8tFOrNEb0CJLuuLPhrEWISA=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe Binary files differindex adfcd8d..6f130d9 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe 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 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JAK39P74xX0HuNAksenYBxUiMXpt5K6ekHd5C0mp6j8=</dsig:DigestValue> + <dsig:DigestValue>DK/b0XQ+NlPHbJ8fPo3xNlJvO1L6/XgrsubWjhK5XTY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb Binary files differindex a643494..ee4ebf3 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.pdb +++ b/TimeHACK.Main/bin/Release/TimeHACK.pdb 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 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JJftDPpxppqadjLgxQOEZv1VCDN6vrmN5gtovn5Dpg0=</dsig:DigestValue> + <dsig:DigestValue>5rOcwI1oqz+xnxpA16oY8tFOrNEb0CJLuuLPhrEWISA=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> 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 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JAK39P74xX0HuNAksenYBxUiMXpt5K6ekHd5C0mp6j8=</dsig:DigestValue> + <dsig:DigestValue>DK/b0XQ+NlPHbJ8fPo3xNlJvO1L6/XgrsubWjhK5XTY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe Binary files differindex adfcd8d..6f130d9 100644 --- a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe +++ b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe 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 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JJftDPpxppqadjLgxQOEZv1VCDN6vrmN5gtovn5Dpg0=</dsig:DigestValue> + <dsig:DigestValue>5rOcwI1oqz+xnxpA16oY8tFOrNEb0CJLuuLPhrEWISA=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe Binary files differindex adfcd8d..6f130d9 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe 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 @@ <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>JAK39P74xX0HuNAksenYBxUiMXpt5K6ekHd5C0mp6j8=</dsig:DigestValue> + <dsig:DigestValue>DK/b0XQ+NlPHbJ8fPo3xNlJvO1L6/XgrsubWjhK5XTY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb Binary files differindex a643494..ee4ebf3 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.pdb +++ b/TimeHACK.Main/obj/Release/TimeHACK.pdb |
