diff options
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 1 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 9 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 20 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 6 | ||||
| -rw-r--r-- | TimeHACK.Main/Resources/SSERIFE.FON | bin | 64544 -> 0 bytes | |||
| -rw-r--r-- | TimeHACK.Main/Resources/VGASYS.FON | bin | 7280 -> 0 bytes |
6 files changed, 9 insertions, 27 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 5e19efa..f963251 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -192,6 +192,7 @@ 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 844b597..a991a00 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -109,6 +109,12 @@ 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)
{
@@ -344,7 +350,8 @@ 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 dfd3be9..9646755 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -245,16 +245,6 @@ namespace TimeHACK.Properties { } /// <summary> - /// Looks up a localized resource of type System.Byte[]. - /// </summary> - internal static byte[] SSERIFE { - get { - object obj = ResourceManager.GetObject("SSERIFE", resourceCulture); - return ((byte[])(obj)); - } - } - - /// <summary> /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// </summary> internal static System.IO.UnmanagedMemoryStream std_beep { @@ -365,16 +355,6 @@ namespace TimeHACK.Properties { } /// <summary> - /// Looks up a localized resource of type System.Byte[]. - /// </summary> - internal static byte[] VGASYS { - get { - object obj = ResourceManager.GetObject("VGASYS", resourceCulture); - return ((byte[])(obj)); - } - } - - /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap Win95Error { diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index f6533ec..f865599 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -507,10 +507,4 @@ <data name="LauncherSideBar" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\LauncherSideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="SSERIFE" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\resources\sserife.fon;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="VGASYS" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\resources\vgasys.fon;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> </root>
\ No newline at end of file diff --git a/TimeHACK.Main/Resources/SSERIFE.FON b/TimeHACK.Main/Resources/SSERIFE.FON Binary files differdeleted file mode 100644 index a5d342b..0000000 --- a/TimeHACK.Main/Resources/SSERIFE.FON +++ /dev/null diff --git a/TimeHACK.Main/Resources/VGASYS.FON b/TimeHACK.Main/Resources/VGASYS.FON Binary files differdeleted file mode 100644 index 8c6d35c..0000000 --- a/TimeHACK.Main/Resources/VGASYS.FON +++ /dev/null |
