From ca190408dc88cbabd443f5d4fc57e048908f47c2 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 2 Jul 2017 10:18:47 -0400 Subject: a few things inb4 font change --- TimeHACK.Main/OS/Win95/Win95.Designer.cs | 1 - TimeHACK.Main/OS/Win95/Win95.cs | 9 +-------- TimeHACK.Main/Properties/Resources.Designer.cs | 20 ++++++++++++++++++++ TimeHACK.Main/Properties/Resources.resx | 6 ++++++ TimeHACK.Main/Resources/SSERIFE.FON | Bin 0 -> 64544 bytes TimeHACK.Main/Resources/VGASYS.FON | Bin 0 -> 7280 bytes 6 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 TimeHACK.Main/Resources/SSERIFE.FON create mode 100644 TimeHACK.Main/Resources/VGASYS.FON diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index f963251..5e19efa 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -192,7 +192,6 @@ namespace TimeHACK.OS.Win95 this.taskbartime.Size = new System.Drawing.Size(26, 13); this.taskbartime.TabIndex = 2; this.taskbartime.Text = "time"; - this.taskbartime.Click += new System.EventHandler(this.taskbartime_Click); // // taskbarItems // diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index a991a00..844b597 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -109,12 +109,6 @@ namespace TimeHACK.OS.Win95 desktopicons.Items.Add("New Folder"); } - // Give Year Code - NYI - private void taskbartime_Click(object sender, EventArgs e) - { - //TODO: Set Up Save System - } - // Set the Clock private void clockTimer_Tick(object sender, EventArgs e) { @@ -350,8 +344,7 @@ namespace TimeHACK.OS.Win95 app.BringToFront(); startmenu.Hide(); } - - //TODO: Add Outlook Express 4 + } } diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 9646755..dfd3be9 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -244,6 +244,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] SSERIFE { + get { + object obj = ResourceManager.GetObject("SSERIFE", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// @@ -354,6 +364,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] VGASYS { + get { + object obj = ResourceManager.GetObject("VGASYS", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index f865599..f6533ec 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -507,4 +507,10 @@ ..\Resources\WinClassic\LauncherSideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\resources\sserife.fon;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\resources\vgasys.fon;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/TimeHACK.Main/Resources/SSERIFE.FON b/TimeHACK.Main/Resources/SSERIFE.FON new file mode 100644 index 0000000..a5d342b Binary files /dev/null and b/TimeHACK.Main/Resources/SSERIFE.FON differ diff --git a/TimeHACK.Main/Resources/VGASYS.FON b/TimeHACK.Main/Resources/VGASYS.FON new file mode 100644 index 0000000..8c6d35c Binary files /dev/null and b/TimeHACK.Main/Resources/VGASYS.FON differ -- cgit v1.2.3