From 3306d36ecbc024775972e5cf7971b2a7a70671d0 Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 23 Aug 2017 13:38:40 -0400 Subject: Renaming the game! --- TimeHACK.Engine/BSODCreator.cs | 54 -- TimeHACK.Engine/DesktopController.cs | 72 --- TimeHACK.Engine/FileDialogBoxManager.cs | 40 -- TimeHACK.Engine/MessageParser.cs | 31 - TimeHACK.Engine/Paintbrush.cs | 49 -- TimeHACK.Engine/Properties/AssemblyInfo.cs | 36 -- TimeHACK.Engine/Properties/Resources.Designer.cs | 419 ------------ TimeHACK.Engine/Properties/Resources.resx | 232 ------- TimeHACK.Engine/Resources/CHORD.WAV | Bin 24982 -> 0 bytes TimeHACK.Engine/Resources/Icon128x.ico | Bin 99678 -> 0 bytes .../Win95PlusDangerousCreaturesAsterisk.wav | Bin 13782 -> 0 bytes .../Win95PlusDangerousCreaturesCritStop.wav | Bin 10732 -> 0 bytes .../Win95PlusDangerousCreaturesExclamation.wav | Bin 9298 -> 0 bytes .../Win95PlusDangerousCreaturesProgError.wav | Bin 18914 -> 0 bytes .../Win95PlusDangerousCreaturesQuestion.wav | Bin 15010 -> 0 bytes .../Resources/Win95PlusDangerousCreaturesStart.WAV | Bin 93144 -> 0 bytes .../Win95PlusDangerousCreaturesWallpaper.JPG | Bin 99357 -> 0 bytes .../Resources/Win95PlusInsideComputerAsterisk.wav | Bin 9006 -> 0 bytes .../Resources/Win95PlusInsideComputerStart.wav | Bin 50162 -> 0 bytes .../Resources/Win95PlusInsideComputerStop.wav | Bin 27780 -> 0 bytes .../Resources/Win95PlusInsideComputerWallpaper.jpg | Bin 76769 -> 0 bytes TimeHACK.Engine/Resources/Win95Start.wav | Bin 270382 -> 0 bytes TimeHACK.Engine/Resources/Win95Stop.wav | Bin 27804 -> 0 bytes TimeHACK.Engine/Resources/Win98Start.wav | Bin 693212 -> 0 bytes TimeHACK.Engine/Resources/Win98Stop.WAV | Bin 313116 -> 0 bytes TimeHACK.Engine/Resources/WinAboutSeparator95.png | Bin 177 -> 0 bytes .../Resources/WinClassic/Window/BottomLeft.png | Bin 173 -> 0 bytes .../Resources/WinClassic/Window/BottomRight.png | Bin 173 -> 0 bytes .../Resources/WinClassic/Window/BottomSide.png | Bin 165 -> 0 bytes .../Resources/WinClassic/Window/LeftSide.png | Bin 164 -> 0 bytes .../Resources/WinClassic/Window/LeviWindows.ttf | Bin 46724 -> 0 bytes .../Resources/WinClassic/Window/RightSide.png | Bin 164 -> 0 bytes .../Resources/WinClassic/Window/TopLeft.png | Bin 170 -> 0 bytes .../Resources/WinClassic/Window/TopRight.png | Bin 173 -> 0 bytes .../Resources/WinClassic/Window/TopSide.png | Bin 165 -> 0 bytes .../Resources/WinClassic/Window/Win95Error.png | Bin 429 -> 0 bytes .../Resources/WinClassic/Window/Win95Info.png | Bin 384 -> 0 bytes .../Resources/WinClassic/Window/Win95Question.png | Bin 430 -> 0 bytes .../Resources/WinClassic/Window/Win95Warning.png | Bin 432 -> 0 bytes .../WinClassic/Window/WinClassicClose.png | Bin 236 -> 0 bytes .../Resources/WinClassic/Window/WinClassicMax.png | Bin 206 -> 0 bytes .../Resources/WinClassic/Window/WinClassicMin.png | Bin 201 -> 0 bytes .../WinClassic/Window/WinClassicRestore.png | Bin 229 -> 0 bytes .../Resources/WinClassic/Window/nullIcon.png | Bin 157 -> 0 bytes .../Resources/WinClassic/Window/pjBg6mKP.bmp | Bin 4997267 -> 0 bytes .../WinClassic/Window/windows_command_prompt.ttf | Bin 29616 -> 0 bytes TimeHACK.Engine/SaveSystem.cs | 716 --------------------- TimeHACK.Engine/TaskBarController.cs | 60 -- TimeHACK.Engine/Template/AboutBox95.Designer.cs | 144 ----- TimeHACK.Engine/Template/AboutBox95.cs | 19 - TimeHACK.Engine/Template/AboutBox95.resx | 120 ---- TimeHACK.Engine/Template/Infobox95.Designer.cs | 152 ----- TimeHACK.Engine/Template/Infobox95.cs | 87 --- TimeHACK.Engine/Template/Infobox95.resx | 120 ---- TimeHACK.Engine/Template/Win9XBSOD.Designer.cs | 141 ---- TimeHACK.Engine/Template/Win9XBSOD.cs | 38 -- TimeHACK.Engine/Template/Win9XBSOD.resx | 120 ---- TimeHACK.Engine/Template/WinClassic.Designer.cs | 292 --------- TimeHACK.Engine/Template/WinClassic.cs | 235 ------- TimeHACK.Engine/Template/WinClassic.resx | 201 ------ TimeHACK.Engine/Theme.cs | 114 ---- TimeHACK.Engine/TimeHACK.Engine.csproj | 164 ----- TimeHACK.Engine/UI/ClassicButton.Designer.cs | 91 --- TimeHACK.Engine/UI/ClassicButton.cs | 58 -- TimeHACK.Engine/UI/ClassicButton.resx | 120 ---- TimeHACK.Engine/UI/IProgressBar.cs | 234 ------- TimeHACK.Engine/WindowManager.cs | 100 --- TimeHACK.Engine/packages.config | 4 - 68 files changed, 4263 deletions(-) delete mode 100644 TimeHACK.Engine/BSODCreator.cs delete mode 100644 TimeHACK.Engine/DesktopController.cs delete mode 100644 TimeHACK.Engine/FileDialogBoxManager.cs delete mode 100644 TimeHACK.Engine/MessageParser.cs delete mode 100644 TimeHACK.Engine/Paintbrush.cs delete mode 100644 TimeHACK.Engine/Properties/AssemblyInfo.cs delete mode 100644 TimeHACK.Engine/Properties/Resources.Designer.cs delete mode 100644 TimeHACK.Engine/Properties/Resources.resx delete mode 100644 TimeHACK.Engine/Resources/CHORD.WAV delete mode 100644 TimeHACK.Engine/Resources/Icon128x.ico delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesAsterisk.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesCritStop.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesExclamation.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesProgError.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesQuestion.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesStart.WAV delete mode 100644 TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesWallpaper.JPG delete mode 100644 TimeHACK.Engine/Resources/Win95PlusInsideComputerAsterisk.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusInsideComputerStart.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusInsideComputerStop.wav delete mode 100644 TimeHACK.Engine/Resources/Win95PlusInsideComputerWallpaper.jpg delete mode 100644 TimeHACK.Engine/Resources/Win95Start.wav delete mode 100644 TimeHACK.Engine/Resources/Win95Stop.wav delete mode 100644 TimeHACK.Engine/Resources/Win98Start.wav delete mode 100644 TimeHACK.Engine/Resources/Win98Stop.WAV delete mode 100644 TimeHACK.Engine/Resources/WinAboutSeparator95.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/LeviWindows.ttf delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/Win95Question.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/nullIcon.png delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/windows_command_prompt.ttf delete mode 100644 TimeHACK.Engine/SaveSystem.cs delete mode 100644 TimeHACK.Engine/TaskBarController.cs delete mode 100644 TimeHACK.Engine/Template/AboutBox95.Designer.cs delete mode 100644 TimeHACK.Engine/Template/AboutBox95.cs delete mode 100644 TimeHACK.Engine/Template/AboutBox95.resx delete mode 100644 TimeHACK.Engine/Template/Infobox95.Designer.cs delete mode 100644 TimeHACK.Engine/Template/Infobox95.cs delete mode 100644 TimeHACK.Engine/Template/Infobox95.resx delete mode 100644 TimeHACK.Engine/Template/Win9XBSOD.Designer.cs delete mode 100644 TimeHACK.Engine/Template/Win9XBSOD.cs delete mode 100644 TimeHACK.Engine/Template/Win9XBSOD.resx delete mode 100644 TimeHACK.Engine/Template/WinClassic.Designer.cs delete mode 100644 TimeHACK.Engine/Template/WinClassic.cs delete mode 100644 TimeHACK.Engine/Template/WinClassic.resx delete mode 100644 TimeHACK.Engine/Theme.cs delete mode 100644 TimeHACK.Engine/TimeHACK.Engine.csproj delete mode 100644 TimeHACK.Engine/UI/ClassicButton.Designer.cs delete mode 100644 TimeHACK.Engine/UI/ClassicButton.cs delete mode 100644 TimeHACK.Engine/UI/ClassicButton.resx delete mode 100644 TimeHACK.Engine/UI/IProgressBar.cs delete mode 100644 TimeHACK.Engine/WindowManager.cs delete mode 100644 TimeHACK.Engine/packages.config (limited to 'TimeHACK.Engine') diff --git a/TimeHACK.Engine/BSODCreator.cs b/TimeHACK.Engine/BSODCreator.cs deleted file mode 100644 index 6c49b7b..0000000 --- a/TimeHACK.Engine/BSODCreator.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using TimeHACK.Engine.Template; - -namespace TimeHACK.Engine -{ - public class BSODCreator - { - public static System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection(); - - public enum BSODCauses - { - Testing, - WimpEnding, - PiracyEnding, - } - - public Win9XBSOD throw9XBSOD(bool except, BSODCauses type) - { - pfc.AddFontFile($@"{SaveSystem.GameDirectory}\Data\windows_command_prompt.ttf"); - Win9XBSOD bsod = new Win9XBSOD(); - foreach (Control ctrl in bsod.Controls) { - ctrl.Font = new System.Drawing.Font(pfc.Families[0], 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((0))); - } - bsod.TopMost = true; - bsod.FormBorderStyle = FormBorderStyle.None; - bsod.WindowState = FormWindowState.Maximized; - switch (type) - { - case BSODCauses.Testing: - bsod.textBox1.Text = "This is the testing type of BSOD. Hurrah."; - break; - case BSODCauses.WimpEnding: - bsod.textBox1.Text = "An unknown but fatal exception has occured in the program \"wchat98.exe\". The current processes will be terminated."; - break; - case BSODCauses.PiracyEnding: - bsod.textBox1.Text = "Vital elements of Windows were removed, but recovered. However, your data has been lost."; - bsod.BackColor = System.Drawing.Color.Black; - foreach (Control ctrl in bsod.Controls) ctrl.ForeColor = System.Drawing.Color.Silver; - bsod.label1.BackColor = System.Drawing.Color.Silver; - bsod.label1.ForeColor = System.Drawing.Color.Black; - break; - default: - break; - } - bsod.Show(); - return bsod; - } - } -} diff --git a/TimeHACK.Engine/DesktopController.cs b/TimeHACK.Engine/DesktopController.cs deleted file mode 100644 index 2cfdcf3..0000000 --- a/TimeHACK.Engine/DesktopController.cs +++ /dev/null @@ -1,72 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using System.IO; -using Newtonsoft.Json; - -namespace TimeHACK.Engine -{ - public static class DesktopController - { - public static string ReadDataFile(string reqDirectory, bool returnYesIfProtected = false) - { - string Val = ""; - string directoryFileInfo = File.ReadAllText(Path.Combine(reqDirectory, "_data.info")); - FileSystemFolderInfo toRead = JsonConvert.DeserializeObject(directoryFileInfo); - - if (returnYesIfProtected == true) - { - if (toRead.IsProtected == true) - { - return "yes"; - } - } - else - { - return toRead.Label; - } - return Val; - } - - public static void RefreshDesktopIcons(ListViewItem[] baseIcons, ref ListView view, string folder) - { - view.Items.Clear(); // This resets it to it's default - view.Items.AddRange(baseIcons); - - foreach (string dir in Directory.GetDirectories(folder)) - { - string label = ReadDataFile(dir); - view.Items.Add(label ?? Path.GetFileName(dir), 1); - view.FindItemWithText(Path.GetFileName(dir)).Tag = dir; - } - - foreach (string dir in Directory.GetFiles(folder)) - { - if (Path.GetFileName(dir) != "_data.info") - { - THFileInfo file = new THFileInfo(); - FileSystemFolderInfo fsfi = JsonConvert.DeserializeObject(File.ReadAllText(Path.Combine(folder, "_data.info"))); - foreach (THFileInfo f in fsfi.Files) - { - if (f.Name.ToLower() == Path.GetFileName(dir).ToLower()) - { - file = f; break; - } - } - - if (new FileInfo(dir).Extension == ".exe" && file.FileIcon == 8) file.FileIcon = 10; - if (new FileInfo(dir).Extension == ".txt" && file.FileIcon == 8) file.FileIcon = 12; - - view.Items.Add(Path.GetFileName(dir), file.FileIcon); - view.FindItemWithText(Path.GetFileName(dir)).Tag = dir; - string toWrite = JsonConvert.SerializeObject(fsfi, Formatting.Indented); - - File.WriteAllText(Path.Combine(folder, "_data.info"), toWrite); - } - } - } - } -} diff --git a/TimeHACK.Engine/FileDialogBoxManager.cs b/TimeHACK.Engine/FileDialogBoxManager.cs deleted file mode 100644 index f6d30ae..0000000 --- a/TimeHACK.Engine/FileDialogBoxManager.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.Engine -{ - public static class FileDialogBoxManager - { - public static bool IsInOpenDialog = false; - public static bool IsInSaveDialog = false; - public static string OnlyViewExtension = ""; - public static void ActivateOpenFileDialog(string ExtensionToView) - { - IsInOpenDialog = true; - IsInSaveDialog = false; - OnlyViewExtension = ExtensionToView; - } - - public static void ActivateSaveFileDialog(string ExtensionToView) - { - IsInOpenDialog = false; - IsInSaveDialog = true; - OnlyViewExtension = ExtensionToView; - } - - public static string ReadTextFile(string path) - { - try - { - return File.ReadAllText(path); - } catch { - return ""; - } - } - } -} diff --git a/TimeHACK.Engine/MessageParser.cs b/TimeHACK.Engine/MessageParser.cs deleted file mode 100644 index 6a13ae6..0000000 --- a/TimeHACK.Engine/MessageParser.cs +++ /dev/null @@ -1,31 +0,0 @@ -using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace TimeHACK.Engine -{ - public class MessageParser - { - public string ParseMessage(string json, int index, string user) - { - JObject message = JObject.Parse(JObject.Parse(json)["messages"][index].ToString()); - string newmsg = message["message"].ToString().Replace("@user", user); - if (!message["special"].ToString().StartsWith(".")) newmsg += Environment.NewLine; - if (message["userchat"].ToObject()) return message["user"].ToString() + ": " + newmsg; - else return newmsg; - } - public int GetMessageDelay(string json, int index) - { - JObject message = JObject.Parse(JObject.Parse(json)["messages"][index].ToString()); - return message["delay"].ToObject(); - } - public string GetSpecial(string json, int index) - { - JObject message = JObject.Parse(JObject.Parse(json)["messages"][index].ToString()); - return message["special"].ToString(); - } - } -} diff --git a/TimeHACK.Engine/Paintbrush.cs b/TimeHACK.Engine/Paintbrush.cs deleted file mode 100644 index a8a6b54..0000000 --- a/TimeHACK.Engine/Paintbrush.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.Engine -{ - public class Paintbrush - { - public static void PaintClassicBorders(object sender, PaintEventArgs e, int borderwidth) - { - ControlPaint.DrawBorder(e.Graphics, ((Control)sender).ClientRectangle, - Color.White, borderwidth, ButtonBorderStyle.Solid, - Color.White, borderwidth, ButtonBorderStyle.Solid, - Color.Gray, borderwidth, ButtonBorderStyle.Solid, - Color.Gray, borderwidth, ButtonBorderStyle.Solid); - } - - public static void PaintClassicBordersIndented(object sender, PaintEventArgs e, int borderwidth) - { - ControlPaint.DrawBorder(e.Graphics, ((Control)sender).ClientRectangle, - Color.Gray, borderwidth, ButtonBorderStyle.Solid, - Color.Gray, borderwidth, ButtonBorderStyle.Solid, - Color.White, borderwidth, ButtonBorderStyle.Solid, - Color.White, borderwidth, ButtonBorderStyle.Solid); - } - - public static void ExtendedToolStripSeparator_Paint(object sender, PaintEventArgs e) - { - // Get the separator's width and height. - ToolStripSeparator toolStripSeparator = (ToolStripSeparator)sender; - int width = toolStripSeparator.Width; - int height = toolStripSeparator.Height; - - // Choose the colors for drawing. - Color foreColor = Color.Gray; - Color backColor = Color.Silver; - - // Fill the background. - e.Graphics.FillRectangle(new SolidBrush(backColor), 0, 0, width, height); - - // Draw the line. - e.Graphics.DrawLine(new Pen(foreColor), 4, height / 2, width - 4, height / 2); - } - } -} diff --git a/TimeHACK.Engine/Properties/AssemblyInfo.cs b/TimeHACK.Engine/Properties/AssemblyInfo.cs deleted file mode 100644 index 85e2b5d..0000000 --- a/TimeHACK.Engine/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("TimeHACK.Engine")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TimeHACK.Engine")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9477b70f-2d32-4e1d-857b-4624a1deeb1b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TimeHACK.Engine/Properties/Resources.Designer.cs b/TimeHACK.Engine/Properties/Resources.Designer.cs deleted file mode 100644 index ea06c47..0000000 --- a/TimeHACK.Engine/Properties/Resources.Designer.cs +++ /dev/null @@ -1,419 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace TimeHACK.Engine.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TimeHACK.Engine.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap BottomLeft { - get { - object obj = ResourceManager.GetObject("BottomLeft", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap BottomRight { - get { - object obj = ResourceManager.GetObject("BottomRight", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap BottomSide { - get { - object obj = ResourceManager.GetObject("BottomSide", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream CHORD { - get { - return ResourceManager.GetStream("CHORD", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap LeftSide { - get { - object obj = ResourceManager.GetObject("LeftSide", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] LeviWindows { - get { - object obj = ResourceManager.GetObject("LeviWindows", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] LeviWindows1 { - get { - object obj = ResourceManager.GetObject("LeviWindows1", resourceCulture); - return ((byte[])(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap nullIcon { - get { - object obj = ResourceManager.GetObject("nullIcon", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap RightSide { - get { - object obj = ResourceManager.GetObject("RightSide", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap TopLeft { - get { - object obj = ResourceManager.GetObject("TopLeft", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap TopRight { - get { - object obj = ResourceManager.GetObject("TopRight", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap TopSide { - get { - object obj = ResourceManager.GetObject("TopSide", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap Win95Error { - get { - object obj = ResourceManager.GetObject("Win95Error", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap Win95Info { - get { - object obj = ResourceManager.GetObject("Win95Info", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesAsterisk { - get { - return ResourceManager.GetStream("Win95PlusDangerousCreaturesAsterisk", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesCritStop { - get { - return ResourceManager.GetStream("Win95PlusDangerousCreaturesCritStop", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesExclamation { - get { - return ResourceManager.GetStream("Win95PlusDangerousCreaturesExclamation", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesProgError { - get { - return ResourceManager.GetStream("Win95PlusDangerousCreaturesProgError", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesQuestion { - get { - return ResourceManager.GetStream("Win95PlusDangerousCreaturesQuestion", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesStart { - get { - return ResourceManager.GetStream("Win95PlusDangerousCreaturesStart", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap Win95PlusDangerousCreaturesWallpaper { - get { - object obj = ResourceManager.GetObject("Win95PlusDangerousCreaturesWallpaper", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerAsterisk { - get { - return ResourceManager.GetStream("Win95PlusInsideComputerAsterisk", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStart { - get { - return ResourceManager.GetStream("Win95PlusInsideComputerStart", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStop { - get { - return ResourceManager.GetStream("Win95PlusInsideComputerStop", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap Win95PlusInsideComputerWallpaper { - get { - object obj = ResourceManager.GetObject("Win95PlusInsideComputerWallpaper", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap Win95Question { - get { - object obj = ResourceManager.GetObject("Win95Question", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95Start { - get { - return ResourceManager.GetStream("Win95Start", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win95Stop { - get { - return ResourceManager.GetStream("Win95Stop", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap Win95Warning { - get { - object obj = ResourceManager.GetObject("Win95Warning", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win98Start { - get { - return ResourceManager.GetStream("Win98Start", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - /// - public static System.IO.UnmanagedMemoryStream Win98Stop { - get { - return ResourceManager.GetStream("Win98Stop", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap WinAboutSeparator95 { - get { - object obj = ResourceManager.GetObject("WinAboutSeparator95", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap WinClassicClose { - get { - object obj = ResourceManager.GetObject("WinClassicClose", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap WinClassicMax { - get { - object obj = ResourceManager.GetObject("WinClassicMax", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap WinClassicMin { - get { - object obj = ResourceManager.GetObject("WinClassicMin", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap WinClassicRestore { - get { - object obj = ResourceManager.GetObject("WinClassicRestore", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] windows_command_prompt { - get { - object obj = ResourceManager.GetObject("windows_command_prompt", resourceCulture); - return ((byte[])(obj)); - } - } - } -} diff --git a/TimeHACK.Engine/Properties/Resources.resx b/TimeHACK.Engine/Properties/Resources.resx deleted file mode 100644 index 94b3988..0000000 --- a/TimeHACK.Engine/Properties/Resources.resx +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - ..\resources\winclassic\window\bottomleft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\bottomright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\bottomside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\leftside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\leviwindows.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\resources\winclassic\window\leviwindows.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\resources\winclassic\window\nullicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\rightside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\topleft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\topright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\topside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\winclassicclose.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\winclassicmax.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\winclassicmin.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\resources\winclassic\window\winclassicrestore.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\WinClassic\Window\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\WinClassic\Window\Win95Info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\WinClassic\Window\Win95Warning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\WinAboutSeparator95.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\WinClassic\Window\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\resources\chord.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusDangerousCreaturesStart.WAV;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusDangerousCreaturesWallpaper.JPG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Win95Start.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95Stop.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win98Start.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win98Stop.WAV;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusInsideComputerStart.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusInsideComputerStop.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusInsideComputerWallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Win95PlusDangerousCreaturesAsterisk.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusDangerousCreaturesCritStop.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusDangerousCreaturesExclamation.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusDangerousCreaturesProgError.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\Win95PlusDangerousCreaturesQuestion.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ..\Resources\WinClassic\Window\Win95Question.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Win95PlusInsideComputerAsterisk.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/TimeHACK.Engine/Resources/CHORD.WAV b/TimeHACK.Engine/Resources/CHORD.WAV deleted file mode 100644 index fd2b30b..0000000 Binary files a/TimeHACK.Engine/Resources/CHORD.WAV and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Icon128x.ico b/TimeHACK.Engine/Resources/Icon128x.ico deleted file mode 100644 index ceb4cff..0000000 Binary files a/TimeHACK.Engine/Resources/Icon128x.ico and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesAsterisk.wav b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesAsterisk.wav deleted file mode 100644 index 2855ad5..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesAsterisk.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesCritStop.wav b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesCritStop.wav deleted file mode 100644 index e436d74..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesCritStop.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesExclamation.wav b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesExclamation.wav deleted file mode 100644 index bd72c1a..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesExclamation.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesProgError.wav b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesProgError.wav deleted file mode 100644 index eea2006..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesProgError.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesQuestion.wav b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesQuestion.wav deleted file mode 100644 index 18d5fbb..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesQuestion.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesStart.WAV b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesStart.WAV deleted file mode 100644 index 3b9666f..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesStart.WAV and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesWallpaper.JPG b/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesWallpaper.JPG deleted file mode 100644 index eb31a05..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusDangerousCreaturesWallpaper.JPG and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusInsideComputerAsterisk.wav b/TimeHACK.Engine/Resources/Win95PlusInsideComputerAsterisk.wav deleted file mode 100644 index a606841..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusInsideComputerAsterisk.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusInsideComputerStart.wav b/TimeHACK.Engine/Resources/Win95PlusInsideComputerStart.wav deleted file mode 100644 index 22ca7df..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusInsideComputerStart.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusInsideComputerStop.wav b/TimeHACK.Engine/Resources/Win95PlusInsideComputerStop.wav deleted file mode 100644 index d7a25a6..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusInsideComputerStop.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95PlusInsideComputerWallpaper.jpg b/TimeHACK.Engine/Resources/Win95PlusInsideComputerWallpaper.jpg deleted file mode 100644 index ae577da..0000000 Binary files a/TimeHACK.Engine/Resources/Win95PlusInsideComputerWallpaper.jpg and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95Start.wav b/TimeHACK.Engine/Resources/Win95Start.wav deleted file mode 100644 index d6ef0e2..0000000 Binary files a/TimeHACK.Engine/Resources/Win95Start.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win95Stop.wav b/TimeHACK.Engine/Resources/Win95Stop.wav deleted file mode 100644 index b3127d1..0000000 Binary files a/TimeHACK.Engine/Resources/Win95Stop.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win98Start.wav b/TimeHACK.Engine/Resources/Win98Start.wav deleted file mode 100644 index 4d27f3d..0000000 Binary files a/TimeHACK.Engine/Resources/Win98Start.wav and /dev/null differ diff --git a/TimeHACK.Engine/Resources/Win98Stop.WAV b/TimeHACK.Engine/Resources/Win98Stop.WAV deleted file mode 100644 index 2bc524e..0000000 Binary files a/TimeHACK.Engine/Resources/Win98Stop.WAV and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinAboutSeparator95.png b/TimeHACK.Engine/Resources/WinAboutSeparator95.png deleted file mode 100644 index 524cad8..0000000 Binary files a/TimeHACK.Engine/Resources/WinAboutSeparator95.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png b/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png deleted file mode 100644 index 97e40c2..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png b/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png deleted file mode 100644 index 14a486d..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png deleted file mode 100644 index 97bbc89..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png deleted file mode 100644 index 205c2b1..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/LeviWindows.ttf b/TimeHACK.Engine/Resources/WinClassic/Window/LeviWindows.ttf deleted file mode 100644 index 134beb9..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/LeviWindows.ttf and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png deleted file mode 100644 index d51dbd2..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png b/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png deleted file mode 100644 index 056f8d1..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png b/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png deleted file mode 100644 index b8c78fb..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png deleted file mode 100644 index 01f5d79..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.png deleted file mode 100644 index 4667e9d..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png deleted file mode 100644 index 5d2018a..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Question.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Question.png deleted file mode 100644 index b8ff406..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Question.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png deleted file mode 100644 index 8e01535..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png deleted file mode 100644 index f3900e9..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png deleted file mode 100644 index fabb8ba..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png deleted file mode 100644 index f6d3f73..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png deleted file mode 100644 index d6083c6..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/nullIcon.png b/TimeHACK.Engine/Resources/WinClassic/Window/nullIcon.png deleted file mode 100644 index a8bbc1d..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/nullIcon.png and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp deleted file mode 100644 index 80948b4..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/windows_command_prompt.ttf b/TimeHACK.Engine/Resources/WinClassic/Window/windows_command_prompt.ttf deleted file mode 100644 index b771b3a..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/windows_command_prompt.ttf and /dev/null differ diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs deleted file mode 100644 index 6b8a90d..0000000 --- a/TimeHACK.Engine/SaveSystem.cs +++ /dev/null @@ -1,716 +0,0 @@ -// Define BINARY_SAVE before release so the player has -// to put some effort into cheating ;) -// During development, leave it undefined to use the -// easily modifiable JSON serialised format -//#define BINARY_SAVE - -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Newtonsoft.Json; -using System.Diagnostics; -using System.Windows.Forms; -using System.Runtime.CompilerServices; -using System.Drawing; -using System.Text.RegularExpressions; -using System.Runtime.InteropServices; - -namespace TimeHACK.Engine -{ - public static class SaveSystem - { - public static Save CurrentSave { get; set; } - public static bool DevMode = false; - public static Form troubleshooter; - - public static Theme currentTheme { get; set; } - -#if BINARY_SAVE - private static readonly byte[] magic = Encoding.UTF8.GetBytes("THSv"); - private static readonly IOrderedEnumerable properties = typeof(Save).GetProperties().OrderBy(p => (p.GetCustomAttributes(typeof(OrderAttribute), false).SingleOrDefault() as OrderAttribute).Order); -#endif - - public static string GameDirectory - { - get - { - return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "TimeHACK"); - } - } - - public static string DataDirectory - { - get - { - return Path.Combine(GameDirectory, "Data"); - } - } - - public static string AllProfilesDirectory - { - get - { - return Path.Combine(GameDirectory, "Profiles"); - } - } - - public static string ProfileName = ""; - public static string ProfileFile = "main.save"; - - public static string ProfileDirectory - { - get - { - return Path.Combine(GameDirectory, Path.Combine("Profiles", ProfileName)); - } - } - - public static string ProfileFileSystemDirectory - { - get - { - return Path.Combine(ProfileDirectory, "folders"); - } - } - - public static string ProfileMyComputerDirectory - { - get - { - return Path.Combine(ProfileFileSystemDirectory, "CDrive"); - } - } - - public static string ProfileSettingsDirectory - { - get - { - return Path.Combine(ProfileMyComputerDirectory, "Documents and Settings"); - } - } - - public static string ProfileDocumentsDirectory - { - get - { - return Path.Combine(ProfileMyComputerDirectory, "My Documents"); - } - } - - public static string ProfileProgramsDirectory - { - get - { - return Path.Combine(ProfileMyComputerDirectory, "Program Files"); - } - } - - public static string ProfileWindowsDirectory - { - get - { - return Path.Combine(ProfileMyComputerDirectory, "Windows"); - } - } - - public static void NewGame() - { - var save = new Save(); - save.ExperiencedStories = new List(); - if (DevMode == true) - { - if (ProfileName == "98") - { - save.CurrentOS = "98"; - save.ThemeName = "default98"; - currentTheme = new Default98Theme(); - } - else - { - save.CurrentOS = "95"; - save.ThemeName = "default95"; - save.BytesLeft = 536870912; - currentTheme = new Default95Theme(); - } - } - else - { - save.CurrentOS = "95"; - save.ThemeName = "default95"; - save.BytesLeft = 536870912; - currentTheme = new Default95Theme(); - } - CurrentSave = save; - - CheckFiles(); - SaveGame(); - } - - public static void CheckFiles() - { - Directory.CreateDirectory(GameDirectory); - Directory.CreateDirectory(DataDirectory); - Directory.CreateDirectory(AllProfilesDirectory); - Directory.CreateDirectory(ProfileDirectory); - Directory.CreateDirectory(ProfileFileSystemDirectory); - - SaveDirectoryInfo(ProfileDirectory, "folders", false, "My Computer", false); - SaveDirectoryInfo(ProfileFileSystemDirectory, "CDrive", false, "C:", true); - if (CurrentSave.CurrentOS == "95" || CurrentSave.CurrentOS == "98") SaveDirectoryInfo(ProfileMyComputerDirectory, "My Documents", false, "My Documents", true); - if (CurrentSave.CurrentOS == "2000" || CurrentSave.CurrentOS == "ME") SaveDirectoryInfo(ProfileMyComputerDirectory, "Documents and Settings", false, "Documents and Settings", true); - SaveDirectoryInfo(ProfileMyComputerDirectory, "Program Files", true, "Program Files", true); - SaveDirectoryInfo(ProfileProgramsDirectory, "Accessories", false, "Accessories", true); - SaveDirectoryInfo(ProfileProgramsDirectory, "Internet Explorer", true, "Internet Explorer", true); - SaveDirectoryInfo(ProfileProgramsDirectory, "The Microsoft Network", true, "The Microsoft Network", true); - SaveDirectoryInfo(ProfileMyComputerDirectory, "Windows", true, "Windows", true); - - CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Accessories"), "wordpad.exe", "wordpad", 16, 183296); - CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Internet Explorer"), "ie20.exe", "ie", 8, 512); - CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Internet Explorer"), "lnfinst.exe", "iebrokeninstaller", 8, 512); - CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"), "msnver.txt", "5900", 12, 4); - - CreateWindowsDirectory(); - } - - public static void CreateWindowsDirectory() - { - SaveDirectoryInfo(ProfileWindowsDirectory, "System", true, "System", true); - SaveDirectoryInfo(ProfileWindowsDirectory, "Config", true, "Config", true); - SaveDirectoryInfo(ProfileWindowsDirectory, "Cursors", true, "Cursors", true); - SaveDirectoryInfo(ProfileWindowsDirectory, "Fonts", true, "Fonts", true); - SaveDirectoryInfo(ProfileWindowsDirectory, "Help", true, "Help", true); - SaveDirectoryInfo(ProfileWindowsDirectory, "Temp", true, "Temp", true); - SaveDirectoryInfo(ProfileWindowsDirectory, "Desktop", true, "Desktop", true); - - CreateWindowsFile(ProfileWindowsDirectory, "calc.exe", "calc", 13, 59392); - CreateWindowsFile(ProfileWindowsDirectory, "emm386.exe", "emm386", 10, 125495); - CreateWindowsFile(ProfileWindowsDirectory, "explorer.exe", "explorer", 0, 204288); - CreateWindowsFile(ProfileWindowsDirectory, "notepad.exe", "notepad", 14, 34034); - CreateWindowsFile(ProfileWindowsDirectory, "regedit.exe", "regedit", 15, 120320); - CreateWindowsFile(ProfileWindowsDirectory, "win.com", "", 10, 22679); - CreateWindowsFile(ProfileWindowsDirectory, "write.exe", "wordpad", 16, 5120); - } - - public static void CreateWindowsFile(string filepath, string filename, string contents, int fileicon, int bytes) - { - File.WriteAllText(Path.Combine(filepath, filename), contents); - THFileInfo info = new THFileInfo(); - info.Name = filename; - info.FileIcon = fileicon; - info.ByteSize = bytes; - CurrentSave.BytesLeft -= bytes; - UpdateDirectoryInfo(filepath, info); - } - - public static void UpdateDirectoryInfo(string path, THFileInfo newfile) - { - newfile.DOSName = newfile.Name.ToUpper().Replace("*", "").Replace("+", "").Replace(":", "").Replace(";", "").Replace(" ", ""); - if (newfile.DOSName.Contains(".")) - { - string[] dos = newfile.DOSName.Split('.'); - - if (dos.Count() > 2) - { - List dosb = dos.ToList(); - dosb.RemoveRange(1, dos.Count() - 2); - dos = dosb.ToArray(); - } - dos[1] = dos[1].Substring(0, 3); - if (dos[0].Length > 8) dos[0] = dos[0].Substring(0, 6) + "~1"; - - newfile.DOSName = dos[0] + "." + dos[1]; - } - else if (newfile.DOSName.Length > 8) newfile.DOSName = newfile.DOSName.Substring(0, 6) + "~1"; - - if (File.ReadAllText(Path.Combine(path, "_data.info")).Contains(newfile.DOSName)) return; - FileSystemFolderInfo fsfi = JsonConvert.DeserializeObject(File.ReadAllText(Path.Combine(path, "_data.info"))); - fsfi.Files.Add(newfile); - fsfi.ByteSize += newfile.ByteSize; - - string toWrite = JsonConvert.SerializeObject(fsfi, Formatting.Indented); - - File.WriteAllText(Path.Combine(path, "_data.info"), toWrite); - } - - public static void UpgradeFileSystem(string oldOS, string newOS) - { - switch (oldOS) - { - case "95": - if (newOS == "98" || newOS == "2000" || newOS == "ME") - { - // We are upgrading from the old WinClassic file System to the new WinClassic filesystem! - // All the above OSes share basically the same file layout! - // (Excluding Documents And Settings) which is 2000 and ME only - - // Add Address Book into existance! - - SaveDirectoryInfo(ProfileProgramsDirectory, "Outlook Express", false, "Outlook Express", true); - CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "Outlook Express"), "WAB.exe", "addressbook", 8, 512); - - // There is no "The Microsoft Network" folder! - - if (Directory.Exists(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"))) Directory.Delete(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"), true); - FileSystemFolderInfo fsfi = JsonConvert.DeserializeObject(File.ReadAllText(Path.Combine(ProfileProgramsDirectory, "_data.info"))); - foreach (THDirInfo dir in fsfi.SubDirs) - { - if (dir.Name == "The Microsoft Network") - { - fsfi.SubDirs.Remove(dir); - break; - } - } - } - break; - } - } - - public static void SaveDirectoryInfo(string parent, string dirname, bool isProtected, string label, bool allowback) - { - if (File.Exists(Path.Combine(parent, dirname, "_data.info")) && Path.Combine(parent, dirname) != ProfileFileSystemDirectory) return; - Directory.CreateDirectory(Path.Combine(parent, dirname)); - - FileSystemFolderInfo info = new FileSystemFolderInfo(); - - info.IsProtected = isProtected; - info.Label = label; - - info.DOSLabel = info.Label.ToUpper().Replace("*", "").Replace("+", "").Replace(":", "").Replace(";", "").Replace(".", "").Replace(" ", ""); - if (info.DOSLabel.Length > 8) info.DOSLabel = info.DOSLabel.Substring(0, 6) + "~1"; - if (label == "C:") info.DOSLabel = "C:"; - info.AllowBack = allowback; - info.Files = new List(256); - info.SubDirs = new List(256); - info.ByteSize = 0; - - if (parent != ProfileDirectory) - { - FileSystemFolderInfo fsfi = JsonConvert.DeserializeObject(File.ReadAllText(Path.Combine(parent, "_data.info"))); - THDirInfo thd = new THDirInfo(); - thd.Name = info.Label; - thd.DOSName = info.DOSLabel; - fsfi.SubDirs.Add(thd); - - File.WriteAllText(Path.Combine(parent, "_data.info"), JsonConvert.SerializeObject(fsfi, Formatting.Indented)); - } - - string toWrite = JsonConvert.SerializeObject(info, Formatting.Indented); - - File.WriteAllText(Path.Combine(Path.Combine(parent, dirname), "_data.info"), toWrite); - } - -#if BINARY_SAVE - // Be careful with this... it trusts that the calling code has already checked - // that T can be written by BinaryWriter. - // No generics, because that'd be near-impossible to read back. - private static void WriteList(BinaryWriter write, List list) - { - if (list == null) - write.Write(0); - else - { - write.Write(list.Count); - foreach (T obj in list) - ((dynamic)write).Write(obj); - } - } - - private static List ReadList(BinaryReader read, string reader) - { - int count = read.ReadInt32(); - var ret = new List(count); - var function = typeof(BinaryReader).GetMethod(reader); - for (int i = 0; i < count; i++) - ret.Add((T) function.Invoke(read, new object[] { })); - return ret; - } - - private static void WriteBitfield(Stream fobj, IEnumerable bools) - { - sbyte bit = 7; - int cur = 0; - var bitfields = new byte[bools.Count() / 8 + 1]; - foreach (bool mybool in bools) - { - if (mybool) - bitfields[cur] |= (byte) (1 << bit); - bit--; - if (bit < 0) - { - bit = 7; - cur++; - } - } - fobj.Write(bitfields, 0, bitfields.Length); - } - - private static List ReadBitfield(Stream fobj, int count) - { - sbyte bit = 7; - int cur = 0; - var bitfields = new byte[count / 8 + 1]; - var bools = new List(count); - byte val = (byte) fobj.ReadByte(); - fobj.Read(bitfields, 0, bitfields.Length); - for (int i = 0; i < count; i++) - { - bools.Add(((val >> bit) & 1) == 1); - bit--; - if (bit < 0) - { - bit = 7; - cur++; - } - } - return bools; - } -#endif - - public static Save ReadSave(string fname) - { -#if BINARY_SAVE - using (var fobj = File.OpenRead(fname)) - { - var save = new Save(); - var header = new byte[magic.Length]; - var read = new BinaryReader(fobj); - fobj.Read(header, 0, magic.Length); - if (!magic.SequenceEqual(header)) - throw new InvalidDataException("This is not a TimeHACK binary save"); - int numprops = read.ReadInt32(); - var bools = new List(); - // Holy code duplication, Batman. - // If you know a better way to get C# to do this, I'm all ears. - foreach (var property in properties.Take(numprops)) - { - if (property.PropertyType == typeof(string)) - property.SetValue(save, read.ReadString()); - else if (property.PropertyType == typeof(int)) - property.SetValue(save, read.ReadInt32()); - else if (property.PropertyType == typeof(uint)) - property.SetValue(save, read.ReadUInt32()); - else if (property.PropertyType == typeof(long)) - property.SetValue(save, read.ReadInt64()); - else if (property.PropertyType == typeof(ulong)) - property.SetValue(save, read.ReadUInt64()); - else if (property.PropertyType == typeof(short)) - property.SetValue(save, read.ReadInt16()); - else if (property.PropertyType == typeof(ushort)) - property.SetValue(save, read.ReadUInt16()); - else if (property.PropertyType == typeof(byte)) - property.SetValue(save, read.ReadByte()); - else if (property.PropertyType == typeof(sbyte)) - property.SetValue(save, read.ReadSByte()); - else if (property.PropertyType == typeof(char)) - property.SetValue(save, read.ReadChar()); - else if (property.PropertyType == typeof(float)) - property.SetValue(save, read.ReadSingle()); - else if (property.PropertyType == typeof(double)) - property.SetValue(save, read.ReadDouble()); - else if (property.PropertyType == typeof(decimal)) - property.SetValue(save, read.ReadDecimal()); - - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadString")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadInt32")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadUInt32")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadInt64")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadUInt64")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadInt16")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadUInt16")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadByte")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadSByte")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadChar")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadSingle")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadDouble")); - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadList(read, "ReadDecimal")); - - // Remember to read this boolean from the bitfield at the end. - else if (property.PropertyType == typeof(bool)) - bools.Add(property); - - else if (property.PropertyType == typeof(List)) - property.SetValue(save, ReadBitfield(fobj, read.ReadInt32())); - - // RIP - else - throw new InvalidDataException("There is no deserialisation method specified for " + property.PropertyType.ToString()); - } - - // Let's read the ultra tiny bitfield. - var loaded = ReadBitfield(fobj, bools.Count); - foreach (var item in bools.Zip(loaded, (p, b) => new { Property = p, Value = b })) - item.Property.SetValue(save, item.Value); - - return save; - } -#else - return JsonConvert.DeserializeObject(File.ReadAllText(fname)); -#endif - } - - public static void WriteSave(string fname, Save save) - { -#if BINARY_SAVE - using (var fobj = File.OpenWrite(fname)) - { - var write = new BinaryWriter(fobj); - var bools = new List(); - fobj.Write(magic, 0, magic.Length); - write.Write(properties.Count()); // The number of properties basically acts as the version number. - - foreach (var property in properties) - { - if (property == null) - continue; - - // Types that can be written by BinaryWriter, except booleans. - if (property.PropertyType == typeof(string)) - { - var val = property.GetValue(save) as string; - if (val == null) - write.Write(""); - else - write.Write(val); - } - else if (property.PropertyType == typeof(int)) - write.Write((int) property.GetValue(save)); - else if (property.PropertyType == typeof(uint)) - write.Write((uint) property.GetValue(save)); - else if (property.PropertyType == typeof(long)) - write.Write((long) property.GetValue(save)); - else if (property.PropertyType == typeof(ulong)) - write.Write((ulong) property.GetValue(save)); - else if (property.PropertyType == typeof(short)) - write.Write((short) property.GetValue(save)); - else if (property.PropertyType == typeof(ushort)) - write.Write((ushort) property.GetValue(save)); - else if (property.PropertyType == typeof(byte)) - write.Write((byte) property.GetValue(save)); - else if (property.PropertyType == typeof(sbyte)) - write.Write((sbyte) property.GetValue(save)); - else if (property.PropertyType == typeof(char)) - write.Write((char) property.GetValue(save)); - else if (property.PropertyType == typeof(float)) - write.Write((float) property.GetValue(save)); - else if (property.PropertyType == typeof(double)) - write.Write((double) property.GetValue(save)); - else if (property.PropertyType == typeof(decimal)) - write.Write((double) property.GetValue(save)); - - // ... and their lists. - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - else if (property.PropertyType == typeof(List)) - WriteList(write, property.GetValue(save) as List); - - // Booleans - they go in the bitfield at the end. - else if (property.PropertyType == typeof(bool)) - bools.Add((bool) property.GetValue(save)); - - // List of booleans - it gets its own bitfield. - else if (property.PropertyType == typeof(List)) - { - var val = property.GetValue(save) as List; - if (val == null) - write.Write(0); - else - { - write.Write(val.Count()); - WriteBitfield(fobj, val); - } - } - - // Now what? - else - throw new InvalidDataException("There is no serialisation method specified for " + property.PropertyType.ToString()); - } - - // In order to save space, we store bools in a bitfield at the end. - // One byte can store 8 bools, saving a whopping 7 bytes which can then be used for - // extremely short text documents or something. - WriteBitfield(fobj, bools); - } -#else - // Serialize the save to JSON. - File.WriteAllText(fname, JsonConvert.SerializeObject(save, Formatting.Indented)); -#endif - } - - public static void SaveGame() - { - WriteSave(Path.Combine(ProfileDirectory, ProfileFile), CurrentSave); - } - - public static bool LoadSave() - { - string savefile = Path.Combine(ProfileDirectory, ProfileFile); - try - { - CurrentSave = ReadSave(savefile); - } - catch - { - MessageBox.Show("WARNING! It looks like this save is corrupt! We will now open the Save troubleshooter"); - - troubleshooter.ShowDialog(); - } - return true; - } - - public static byte[] GetAchievements() - { - byte[] byt = new byte[] { 0, // Piracy Ending - 0, // End of Internet Ending - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; - if (DevMode) File.WriteAllBytes(Path.Combine(DataDirectory, "achieved.thack"), byt); - - if (File.Exists(Path.Combine(DataDirectory, "achieved.thack"))) byt = File.ReadAllBytes(Path.Combine(DataDirectory, "achieved.thack")); - else File.WriteAllBytes(Path.Combine(DataDirectory, "achieved.thack"), byt); - - return byt; - } - - public static void SaveAchievement(int achievementID) - { - if (!File.Exists(Path.Combine(DataDirectory, "achieved.thack"))) File.WriteAllBytes(Path.Combine(DataDirectory, "achieved.thack"), new byte[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }); - - byte[] byt = File.ReadAllBytes(Path.Combine(DataDirectory, "achieved.thack")); - byt[achievementID] = 1; - File.WriteAllBytes(Path.Combine(DataDirectory, "achieved.thack"), byt); - } - - public static void SetTheme() - { - switch (CurrentSave.ThemeName) - { - case "default95": - currentTheme = new Default95Theme(); - break; - case "default98": - currentTheme = new Default98Theme(); - break; - case "dangeranimals": - currentTheme = new DangerousCreaturesTheme(); - break; - case "insidepc": - currentTheme = new InsideComputerTheme(); - break; - } - } - } - - - // This lets us preserve the order of properties. - // Thanks to "ghord" from StackOverflow. - public sealed class OrderAttribute : Attribute - { - private readonly int order_; - public OrderAttribute([CallerLineNumber]int order = 0) - { - order_ = order; - } - public int Order { get { return order_; } } - } - - public class Save - { - // To maintain binary save compatibility, - // add all new properties to the end and don't remove any. - // Also, every property needs an "Order" attribute. - - [Order] - public string Username { get; set; } - - [Order] - public string CurrentOS { get; set; } - - // public Dictionary InstalledPrograms { get; set; } InstallProgram is no longer needed... we have that data in the FileSystem - - [Order] - public List ExperiencedStories { get; set; } - - [Order] - public bool FTime95 { get; set; } - - [Order] - public int mineSweepE { get; set; } = 999; - - [Order] - public int mineSweepI { get; set; } = 999; - - [Order] - public int mineSweepH { get; set; } = 999; - - [Order] - public string ThemeName { get; set; } - - [Order] - public int BytesLeft { get; set; } - - [Order] - public Theme customTheme { get; set; } - } - - public class FileSystemFolderInfo - { - public bool IsProtected { get; set; } - public string Label { get; set; } - public string DOSLabel { get; set; } - public bool AllowBack { get; set; } - public int ByteSize { get; set; } - public List Files { get; set; } - public List SubDirs { get; set; } - } - - public class THFileInfo - { - public string Name { get; set; } - public string DOSName { get; set; } - public int FileIcon { get; set; } - public int ByteSize { get; set; } - } - - public class THDirInfo - { - public string Name { get; set; } - public string DOSName { get; set; } - } -} diff --git a/TimeHACK.Engine/TaskBarController.cs b/TimeHACK.Engine/TaskBarController.cs deleted file mode 100644 index 8bd1694..0000000 --- a/TimeHACK.Engine/TaskBarController.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System.Collections.Generic; -using System.Windows.Forms; -using System.Drawing; - -namespace TimeHACK.Engine -{ - public class TaskBarController - { - - public static int AvalibleApplicationID = 0; - - public Panel AddTaskbarItem95(string ApplicationID, string ApplicationName, Image ApplicationIcon, UserControl taskbar_item, Panel oldPanel) - { - Panel returnPanel = oldPanel; - - AvalibleApplicationID++; - - taskbar_item.BackgroundImage = ApplicationIcon; - taskbar_item.Tag = ApplicationName; - if (AvalibleApplicationID == 1) taskbar_item.Dock = DockStyle.Left; - taskbar_item.Location = new Point(160 * returnPanel.Controls.Count, 0); - returnPanel.Controls.Add(taskbar_item); - - return returnPanel; - } - - public List
GetAllOpenApps() - { - List AppsList = new List(); - foreach (Form form in Application.OpenForms) - { - try - { - if (form.Tag.ToString() != "ignoreFormOnTaskbar") - { - AppsList.Add(form); - } - } catch { - AppsList.Add(form); - } - } - return AppsList; - } - - public void FocusAppFromID(string ApplicationID) - { - - foreach (Form form in Application.OpenForms) - { - if (form.Tag.ToString() == ApplicationID) - { - form.Show(); - form.BringToFront(); - form.Focus(); - return; - } - } - } - } -} diff --git a/TimeHACK.Engine/Template/AboutBox95.Designer.cs b/TimeHACK.Engine/Template/AboutBox95.Designer.cs deleted file mode 100644 index 0606d2c..0000000 --- a/TimeHACK.Engine/Template/AboutBox95.Designer.cs +++ /dev/null @@ -1,144 +0,0 @@ -namespace TimeHACK.Engine.Template -{ - partial class AboutBox95 - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.button1 = new System.Windows.Forms.Button(); - this.textBox2 = new System.Windows.Forms.TextBox(); - this.pictureBox2 = new System.Windows.Forms.PictureBox(); - this.textBox3 = new System.Windows.Forms.Label(); - this.textBox4 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); - this.SuspendLayout(); - // - // pictureBox1 - // - this.pictureBox1.Location = new System.Drawing.Point(7, 7); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(64, 64); - this.pictureBox1.TabIndex = 5; - this.pictureBox1.TabStop = false; - // - // textBox1 - // - this.textBox1.BackColor = System.Drawing.Color.Silver; - this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.textBox1.Location = new System.Drawing.Point(78, 16); - this.textBox1.Multiline = true; - this.textBox1.Name = "textBox1"; - this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(193, 42); - this.textBox1.TabIndex = 4; - this.textBox1.Text = "@SOFTWARENAME\r\nWindows 95\r\nCopyright © 1981-1995 Microsoft Corp."; - // - // button1 - // - this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Silver; - this.button1.Location = new System.Drawing.Point(251, 223); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 0; - this.button1.Text = "OK"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // textBox2 - // - this.textBox2.BackColor = System.Drawing.Color.Silver; - this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.textBox2.Location = new System.Drawing.Point(78, 106); - this.textBox2.Multiline = true; - this.textBox2.Name = "textBox2"; - this.textBox2.ReadOnly = true; - this.textBox2.Size = new System.Drawing.Size(185, 42); - this.textBox2.TabIndex = 3; - this.textBox2.Text = "This product is licensed to:\r\n@ACTUALUSER\r\n@COMPANYNAME"; - // - // pictureBox2 - // - this.pictureBox2.Image = global::TimeHACK.Engine.Properties.Resources.WinAboutSeparator95; - this.pictureBox2.Location = new System.Drawing.Point(76, 154); - this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(250, 2); - this.pictureBox2.TabIndex = 2; - this.pictureBox2.TabStop = false; - // - // textBox3 - // - this.textBox3.BackColor = System.Drawing.Color.Silver; - this.textBox3.Location = new System.Drawing.Point(76, 162); - this.textBox3.Name = "textBox3"; - this.textBox3.Size = new System.Drawing.Size(250, 16); - this.textBox3.TabIndex = 1; - this.textBox3.Text = "Physical Memory Available to Windows: 64,992 KB"; - // - // textBox4 - // - this.textBox4.BackColor = System.Drawing.Color.Silver; - this.textBox4.Location = new System.Drawing.Point(76, 184); - this.textBox4.Name = "textBox4"; - this.textBox4.Size = new System.Drawing.Size(250, 16); - this.textBox4.TabIndex = 0; - this.textBox4.Text = "System Resources: 97% Free"; - // - // AboutBox95 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Silver; - this.Controls.Add(this.textBox4); - this.Controls.Add(this.textBox3); - this.Controls.Add(this.pictureBox2); - this.Controls.Add(this.textBox2); - this.Controls.Add(this.button1); - this.Controls.Add(this.textBox1); - this.Controls.Add(this.pictureBox1); - this.Name = "AboutBox95"; - this.Size = new System.Drawing.Size(335, 255); - this.Tag = "gnoreFormOnTaskbar"; - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - internal System.Windows.Forms.PictureBox pictureBox1; - internal System.Windows.Forms.TextBox textBox1; - private System.Windows.Forms.Button button1; - internal System.Windows.Forms.TextBox textBox2; - private System.Windows.Forms.PictureBox pictureBox2; - private System.Windows.Forms.Label textBox3; - private System.Windows.Forms.Label textBox4; - } -} diff --git a/TimeHACK.Engine/Template/AboutBox95.cs b/TimeHACK.Engine/Template/AboutBox95.cs deleted file mode 100644 index 33c40e4..0000000 --- a/TimeHACK.Engine/Template/AboutBox95.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Windows.Forms; - -namespace TimeHACK.Engine.Template -{ - public partial class AboutBox95 : UserControl - { - public AboutBox95() - { - InitializeComponent(); - this.textBox2.Text = "This product is licensed to:\r\n" + Environment.UserName + "\r\n"; - } - - private void button1_Click(object sender, EventArgs e) - { - this.ParentForm.Close(); - } - } -} diff --git a/TimeHACK.Engine/Template/AboutBox95.resx b/TimeHACK.Engine/Template/AboutBox95.resx deleted file mode 100644 index 1af7de1..0000000 --- a/TimeHACK.Engine/Template/AboutBox95.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs deleted file mode 100644 index f9d89c7..0000000 --- a/TimeHACK.Engine/Template/Infobox95.Designer.cs +++ /dev/null @@ -1,152 +0,0 @@ -namespace TimeHACK.Engine.Template -{ - partial class Infobox95 - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.programContent = new System.Windows.Forms.Panel(); - this.button1 = new System.Windows.Forms.Button(); - this.button3 = new System.Windows.Forms.Button(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.panel1 = new System.Windows.Forms.Panel(); - this.infoText = new System.Windows.Forms.Label(); - this.button2 = new System.Windows.Forms.Button(); - this.programContent.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.panel1.SuspendLayout(); - this.SuspendLayout(); - // - // programContent - // - this.programContent.BackColor = System.Drawing.Color.Silver; - this.programContent.Controls.Add(this.button1); - this.programContent.Controls.Add(this.button3); - this.programContent.Controls.Add(this.pictureBox1); - this.programContent.Controls.Add(this.panel1); - this.programContent.Controls.Add(this.button2); - this.programContent.Dock = System.Windows.Forms.DockStyle.Fill; - this.programContent.Location = new System.Drawing.Point(0, 0); - this.programContent.Name = "programContent"; - this.programContent.Size = new System.Drawing.Size(413, 118); - this.programContent.TabIndex = 10; - this.programContent.Tag = "gnoreFormOnTaskbar"; - // - // button1 - // - this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button1.Location = new System.Drawing.Point(150, 84); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(80, 23); - this.button1.TabIndex = 5; - this.button1.Text = "Yes"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // button3 - // - this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button3.Location = new System.Drawing.Point(323, 84); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(80, 23); - this.button3.TabIndex = 4; - this.button3.Text = "Cancel"; - this.button3.UseVisualStyleBackColor = true; - this.button3.Click += new System.EventHandler(this.button3_Click); - // - // pictureBox1 - // - this.pictureBox1.ErrorImage = null; - this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.Win95Warning; - this.pictureBox1.InitialImage = null; - this.pictureBox1.Location = new System.Drawing.Point(15, 16); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(32, 32); - this.pictureBox1.TabIndex = 3; - this.pictureBox1.TabStop = false; - // - // panel1 - // - this.panel1.Controls.Add(this.infoText); - this.panel1.Location = new System.Drawing.Point(62, 16); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(341, 62); - this.panel1.TabIndex = 2; - // - // infoText - // - this.infoText.Dock = System.Windows.Forms.DockStyle.Fill; - this.infoText.Location = new System.Drawing.Point(0, 0); - this.infoText.Name = "infoText"; - this.infoText.Size = new System.Drawing.Size(341, 62); - this.infoText.TabIndex = 0; - this.infoText.Text = "label1"; - // - // button2 - // - this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button2.Location = new System.Drawing.Point(236, 84); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(80, 23); - this.button2.TabIndex = 1; - this.button2.Text = "No"; - this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click); - // - // Infobox95 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.programContent); - this.Name = "Infobox95"; - this.Size = new System.Drawing.Size(413, 118); - this.programContent.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.panel1.ResumeLayout(false); - this.ResumeLayout(false); - - } - - #endregion - - public System.Windows.Forms.Panel programContent; - private System.Windows.Forms.PictureBox pictureBox1; - private System.Windows.Forms.Panel panel1; - public System.Windows.Forms.Label infoText; - private System.Windows.Forms.Button button2; - private System.Windows.Forms.Button button3; - private System.Windows.Forms.Button button1; - } -} \ No newline at end of file diff --git a/TimeHACK.Engine/Template/Infobox95.cs b/TimeHACK.Engine/Template/Infobox95.cs deleted file mode 100644 index 314d8d3..0000000 --- a/TimeHACK.Engine/Template/Infobox95.cs +++ /dev/null @@ -1,87 +0,0 @@ -using System; -using System.Drawing; -using System.Media; -using System.Runtime.InteropServices; -using System.Windows.Forms; - -namespace TimeHACK.Engine.Template -{ - public partial class Infobox95 : UserControl - { - int btnStatus = 0; - - public Infobox95(InfoboxType type, InfoboxButtons btns) - { - InitializeComponent(); - button1.Paint += (sender, args) => Paintbrush.PaintClassicBorders(sender, args, 2); - button2.Paint += (sender, args) => Paintbrush.PaintClassicBorders(sender, args, 2); - button3.Paint += (sender, args) => Paintbrush.PaintClassicBorders(sender, args, 2); - - switch (type) - { - case InfoboxType.Info: - pictureBox1.Image = Properties.Resources.Win95Info; - SoundPlayer spa = new SoundPlayer(SaveSystem.currentTheme.asteriskSound); - spa.Play(); - break; - case InfoboxType.Question: - pictureBox1.Image = Properties.Resources.Win95Question; - SoundPlayer spq = new SoundPlayer(SaveSystem.currentTheme.questionSound); - spq.Play(); - break; - case InfoboxType.Warning: - pictureBox1.Image = Properties.Resources.Win95Warning; - SoundPlayer spw = new SoundPlayer(SaveSystem.currentTheme.exclamationSound); - spw.Play(); - break; - case InfoboxType.Error: - pictureBox1.Image = Properties.Resources.Win95Error; - SoundPlayer spe = new SoundPlayer(SaveSystem.currentTheme.critStopSound); - spe.Play(); - break; - } - - btnStatus = (int)btns; - switch (btns) - { - case InfoboxButtons.OK: - button1.Text = "OK"; - button2.Hide(); - button3.Hide(); - break; - } - } - - private void button2_Click(object sender, EventArgs e) - { - this.ParentForm.Close(); - } - - private void button3_Click(object sender, EventArgs e) - { - - } - - private void button1_Click(object sender, EventArgs e) - { - if (btnStatus == 0) this.ParentForm.Close(); - } - } - - public enum InfoboxType - { - Info, - Question, - Warning, - Error - } - - public enum InfoboxButtons - { - OK, - OKCancel, - YesNo, - YesNoCancel, - AbortRetryFail - } -} diff --git a/TimeHACK.Engine/Template/Infobox95.resx b/TimeHACK.Engine/Template/Infobox95.resx deleted file mode 100644 index 1af7de1..0000000 --- a/TimeHACK.Engine/Template/Infobox95.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs b/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs deleted file mode 100644 index 67f596a..0000000 --- a/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs +++ /dev/null @@ -1,141 +0,0 @@ -namespace TimeHACK.Engine.Template -{ - partial class Win9XBSOD - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.label1 = new System.Windows.Forms.Label(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.textBox2 = new System.Windows.Forms.TextBox(); - this.textBox3 = new System.Windows.Forms.TextBox(); - this.panel1 = new System.Windows.Forms.Panel(); - this.panel1.SuspendLayout(); - this.SuspendLayout(); - // - // label1 - // - this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; - this.label1.AutoSize = true; - this.label1.BackColor = System.Drawing.Color.Silver; - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.ForeColor = System.Drawing.Color.Blue; - this.label1.Location = new System.Drawing.Point(549, 185); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(138, 31); - this.label1.TabIndex = 0; - this.label1.Text = " Windows "; - // - // textBox1 - // - this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.None; - this.textBox1.BackColor = System.Drawing.Color.Blue; - this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox1.ForeColor = System.Drawing.Color.White; - this.textBox1.Location = new System.Drawing.Point(186, 272); - this.textBox1.Multiline = true; - this.textBox1.Name = "textBox1"; - this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(947, 81); - this.textBox1.TabIndex = 0; - this.textBox1.TabStop = false; - this.textBox1.Text = "A fatal exception 0E has occured at 0028:C0034B23. The current application will " + - "be terminated."; - // - // textBox2 - // - this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.None; - this.textBox2.BackColor = System.Drawing.Color.Blue; - this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox2.ForeColor = System.Drawing.Color.White; - this.textBox2.Location = new System.Drawing.Point(205, 377); - this.textBox2.Multiline = true; - this.textBox2.Name = "textBox2"; - this.textBox2.ReadOnly = true; - this.textBox2.Size = new System.Drawing.Size(947, 101); - this.textBox2.TabIndex = 1; - this.textBox2.TabStop = false; - this.textBox2.Text = "* Press any key to rewind time to before the crash.\r\n* Press ESC to shutdown yo" + - "ur computer. You will lose any\r\n unsaved data in all applications."; - // - // textBox3 - // - this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.None; - this.textBox3.BackColor = System.Drawing.Color.Blue; - this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox3.ForeColor = System.Drawing.Color.White; - this.textBox3.Location = new System.Drawing.Point(439, 506); - this.textBox3.Multiline = true; - this.textBox3.Name = "textBox3"; - this.textBox3.ReadOnly = true; - this.textBox3.Size = new System.Drawing.Size(382, 34); - this.textBox3.TabIndex = 2; - this.textBox3.TabStop = false; - this.textBox3.Text = "Press any key to rewind _"; - // - // panel1 - // - this.panel1.Controls.Add(this.label1); - this.panel1.Controls.Add(this.textBox3); - this.panel1.Controls.Add(this.textBox1); - this.panel1.Controls.Add(this.textBox2); - this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1280, 720); - this.panel1.TabIndex = 3; - // - // Win9XBSOD - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Blue; - this.ClientSize = new System.Drawing.Size(1280, 720); - this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Name = "Win9XBSOD"; - this.Tag = "ignoreFormOnTaskbar"; - this.Text = "Win9XBSOD"; - this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Win9XBSOD_FormClosed); - this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Win9XBSOD_KeyDown); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.ResumeLayout(false); - - } - - #endregion - - internal System.Windows.Forms.Label label1; - internal System.Windows.Forms.TextBox textBox1; - internal System.Windows.Forms.TextBox textBox2; - internal System.Windows.Forms.TextBox textBox3; - private System.Windows.Forms.Panel panel1; - } -} \ No newline at end of file diff --git a/TimeHACK.Engine/Template/Win9XBSOD.cs b/TimeHACK.Engine/Template/Win9XBSOD.cs deleted file mode 100644 index acf5e07..0000000 --- a/TimeHACK.Engine/Template/Win9XBSOD.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.Engine.Template -{ - public partial class Win9XBSOD : Form - { - public bool reset = false; - - public Win9XBSOD() - { - InitializeComponent(); - this.panel1.Location = new Point(this.ClientSize.Width / 2 - 475, this.ClientSize.Height / 2 - 141); - } - - private void Win9XBSOD_KeyDown(object sender, KeyEventArgs e) - { - if (e.KeyCode == Keys.Escape) Environment.Exit(0); - else - { - reset = true; - this.Close(); - } - } - - private void Win9XBSOD_FormClosed(object sender, FormClosedEventArgs e) - { - - } - } -} diff --git a/TimeHACK.Engine/Template/Win9XBSOD.resx b/TimeHACK.Engine/Template/Win9XBSOD.resx deleted file mode 100644 index 29dcb1b..0000000 --- a/TimeHACK.Engine/Template/Win9XBSOD.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs deleted file mode 100644 index 2dd94e5..0000000 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ /dev/null @@ -1,292 +0,0 @@ -namespace TimeHACK.Engine.Template -{ - partial class WinClassic - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassic)); - this.program = new System.Windows.Forms.Panel(); - this.programContent = new System.Windows.Forms.Panel(); - this.programtopbar = new System.Windows.Forms.Panel(); - this.programIcon = new System.Windows.Forms.PictureBox(); - this.maximizebutton = new System.Windows.Forms.PictureBox(); - this.minimizebutton = new System.Windows.Forms.PictureBox(); - this.Title = new System.Windows.Forms.Label(); - this.closebutton = new System.Windows.Forms.PictureBox(); - this.toprightcorner = new System.Windows.Forms.Panel(); - this.bottomrightcorner = new System.Windows.Forms.Panel(); - this.bottomleftcorner = new System.Windows.Forms.Panel(); - this.topleftcorner = new System.Windows.Forms.Panel(); - this.left = new System.Windows.Forms.Panel(); - this.bottom = new System.Windows.Forms.Panel(); - this.right = new System.Windows.Forms.Panel(); - this.top = new System.Windows.Forms.Panel(); - this.program.SuspendLayout(); - this.programtopbar.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.programIcon)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.maximizebutton)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.minimizebutton)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.closebutton)).BeginInit(); - this.SuspendLayout(); - // - // program - // - this.program.BackColor = System.Drawing.Color.Silver; - this.program.Controls.Add(this.programContent); - this.program.Controls.Add(this.programtopbar); - this.program.Controls.Add(this.toprightcorner); - this.program.Controls.Add(this.bottomrightcorner); - this.program.Controls.Add(this.bottomleftcorner); - this.program.Controls.Add(this.topleftcorner); - this.program.Controls.Add(this.left); - this.program.Controls.Add(this.bottom); - this.program.Controls.Add(this.right); - this.program.Controls.Add(this.top); - this.program.Dock = System.Windows.Forms.DockStyle.Fill; - this.program.Location = new System.Drawing.Point(0, 0); - this.program.Name = "program"; - this.program.Size = new System.Drawing.Size(300, 300); - this.program.TabIndex = 8; - // - // programContent - // - this.programContent.Dock = System.Windows.Forms.DockStyle.Fill; - this.programContent.Location = new System.Drawing.Point(4, 22); - this.programContent.Name = "programContent"; - this.programContent.Size = new System.Drawing.Size(292, 274); - this.programContent.TabIndex = 9; - // - // programtopbar - // - this.programtopbar.BackColor = System.Drawing.Color.Navy; - this.programtopbar.Controls.Add(this.programIcon); - this.programtopbar.Controls.Add(this.maximizebutton); - this.programtopbar.Controls.Add(this.minimizebutton); - this.programtopbar.Controls.Add(this.Title); - this.programtopbar.Controls.Add(this.closebutton); - this.programtopbar.Dock = System.Windows.Forms.DockStyle.Top; - this.programtopbar.Location = new System.Drawing.Point(4, 4); - this.programtopbar.Name = "programtopbar"; - this.programtopbar.Size = new System.Drawing.Size(292, 18); - this.programtopbar.TabIndex = 0; - this.programtopbar.Tag = ""; - this.programtopbar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); - // - // programIcon - // - this.programIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.programIcon.ErrorImage = null; - this.programIcon.InitialImage = null; - this.programIcon.Location = new System.Drawing.Point(2, 1); - this.programIcon.Name = "programIcon"; - this.programIcon.Size = new System.Drawing.Size(16, 16); - this.programIcon.TabIndex = 0; - this.programIcon.TabStop = false; - // - // maximizebutton - // - this.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.maximizebutton.Image = ((System.Drawing.Image)(resources.GetObject("maximizebutton.Image"))); - this.maximizebutton.Location = new System.Drawing.Point(257, 2); - this.maximizebutton.Name = "maximizebutton"; - 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); - // - // minimizebutton - // - this.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.minimizebutton.Image = ((System.Drawing.Image)(resources.GetObject("minimizebutton.Image"))); - this.minimizebutton.Location = new System.Drawing.Point(241, 2); - this.minimizebutton.Name = "minimizebutton"; - this.minimizebutton.Size = new System.Drawing.Size(16, 14); - this.minimizebutton.TabIndex = 5; - this.minimizebutton.TabStop = false; - // - // Title - // - this.Title.AutoSize = true; - this.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Title.ForeColor = System.Drawing.Color.White; - this.Title.Location = new System.Drawing.Point(18, 1); - this.Title.Name = "Title"; - this.Title.Size = new System.Drawing.Size(99, 13); - this.Title.TabIndex = 3; - this.Title.Text = "Application Title"; - this.Title.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); - // - // closebutton - // - this.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.closebutton.Image = ((System.Drawing.Image)(resources.GetObject("closebutton.Image"))); - this.closebutton.Location = new System.Drawing.Point(275, 2); - this.closebutton.Name = "closebutton"; - 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); - // - // toprightcorner - // - this.toprightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.toprightcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toprightcorner.BackgroundImage"))); - this.toprightcorner.Cursor = System.Windows.Forms.Cursors.SizeNESW; - this.toprightcorner.Location = new System.Drawing.Point(296, 0); - this.toprightcorner.Name = "toprightcorner"; - this.toprightcorner.Size = new System.Drawing.Size(4, 4); - this.toprightcorner.TabIndex = 6; - this.toprightcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.toprightcorner.MouseMove += new System.Windows.Forms.MouseEventHandler(this.toprightcorner_MouseMove); - // - // bottomrightcorner - // - this.bottomrightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.bottomrightcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottomrightcorner.BackgroundImage"))); - this.bottomrightcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE; - this.bottomrightcorner.Location = new System.Drawing.Point(296, 296); - this.bottomrightcorner.Name = "bottomrightcorner"; - this.bottomrightcorner.Size = new System.Drawing.Size(4, 4); - this.bottomrightcorner.TabIndex = 4; - this.bottomrightcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.bottomrightcorner.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bottomrightcorner_MouseMove); - // - // bottomleftcorner - // - this.bottomleftcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.bottomleftcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottomleftcorner.BackgroundImage"))); - this.bottomleftcorner.Cursor = System.Windows.Forms.Cursors.SizeNESW; - this.bottomleftcorner.Location = new System.Drawing.Point(0, 296); - this.bottomleftcorner.Name = "bottomleftcorner"; - this.bottomleftcorner.Size = new System.Drawing.Size(4, 4); - this.bottomleftcorner.TabIndex = 2; - this.bottomleftcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.bottomleftcorner.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bottomleftcorner_MouseMove); - // - // topleftcorner - // - this.topleftcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topleftcorner.BackgroundImage"))); - this.topleftcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE; - this.topleftcorner.Location = new System.Drawing.Point(0, 0); - this.topleftcorner.Name = "topleftcorner"; - this.topleftcorner.Size = new System.Drawing.Size(4, 4); - this.topleftcorner.TabIndex = 1; - this.topleftcorner.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.topleftcorner.MouseMove += new System.Windows.Forms.MouseEventHandler(this.topleftcorner_MouseMove); - // - // left - // - this.left.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("left.BackgroundImage"))); - this.left.Cursor = System.Windows.Forms.Cursors.SizeWE; - this.left.Dock = System.Windows.Forms.DockStyle.Left; - this.left.Location = new System.Drawing.Point(0, 4); - this.left.Name = "left"; - this.left.Size = new System.Drawing.Size(4, 292); - this.left.TabIndex = 3; - this.left.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.left.MouseMove += new System.Windows.Forms.MouseEventHandler(this.left_MouseMove); - // - // bottom - // - this.bottom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottom.BackgroundImage"))); - this.bottom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.bottom.Cursor = System.Windows.Forms.Cursors.SizeNS; - this.bottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.bottom.Location = new System.Drawing.Point(0, 296); - this.bottom.Name = "bottom"; - this.bottom.Size = new System.Drawing.Size(296, 4); - this.bottom.TabIndex = 5; - this.bottom.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.bottom.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bottom_MouseMove); - // - // right - // - this.right.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("right.BackgroundImage"))); - this.right.Cursor = System.Windows.Forms.Cursors.SizeWE; - this.right.Dock = System.Windows.Forms.DockStyle.Right; - this.right.Location = new System.Drawing.Point(296, 4); - this.right.Name = "right"; - this.right.Size = new System.Drawing.Size(4, 296); - this.right.TabIndex = 7; - this.right.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.right.MouseMove += new System.Windows.Forms.MouseEventHandler(this.right_MouseMove); - // - // top - // - this.top.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("top.BackgroundImage"))); - this.top.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.top.Cursor = System.Windows.Forms.Cursors.SizeNS; - this.top.Dock = System.Windows.Forms.DockStyle.Top; - this.top.Location = new System.Drawing.Point(0, 0); - this.top.Name = "top"; - this.top.Size = new System.Drawing.Size(300, 4); - this.top.TabIndex = 8; - this.top.MouseDown += new System.Windows.Forms.MouseEventHandler(this.border_MouseDown); - this.top.MouseMove += new System.Windows.Forms.MouseEventHandler(this.top_MouseMove); - // - // WinClassic - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(300, 300); - this.Controls.Add(this.program); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Name = "WinClassic"; - this.Text = "WinClassic"; - this.Activated += new System.EventHandler(this.WinClassic_Activated); - this.Deactivate += new System.EventHandler(this.WinClassic_Deactivate); - this.program.ResumeLayout(false); - this.programtopbar.ResumeLayout(false); - this.programtopbar.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.programIcon)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.maximizebutton)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.minimizebutton)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.closebutton)).EndInit(); - this.ResumeLayout(false); - - } - - #endregion - - public System.Windows.Forms.Panel program; - public System.Windows.Forms.Panel programtopbar; - public System.Windows.Forms.Label Title; - public System.Windows.Forms.PictureBox closebutton; - public System.Windows.Forms.Panel toprightcorner; - public System.Windows.Forms.Panel bottomrightcorner; - public System.Windows.Forms.Panel bottomleftcorner; - public System.Windows.Forms.Panel topleftcorner; - public System.Windows.Forms.Panel left; - public System.Windows.Forms.Panel bottom; - public System.Windows.Forms.Panel right; - public System.Windows.Forms.Panel top; - public System.Windows.Forms.Panel programContent; - public System.Windows.Forms.PictureBox maximizebutton; - public System.Windows.Forms.PictureBox minimizebutton; - public System.Windows.Forms.PictureBox programIcon; - } -} \ No newline at end of file diff --git a/TimeHACK.Engine/Template/WinClassic.cs b/TimeHACK.Engine/Template/WinClassic.cs deleted file mode 100644 index 75398dd..0000000 --- a/TimeHACK.Engine/Template/WinClassic.cs +++ /dev/null @@ -1,235 +0,0 @@ -using System; -using System.Drawing; -using System.Runtime.InteropServices; -using System.Windows.Forms; - -namespace TimeHACK.Engine.Template -{ - public partial class WinClassic : Form - { - public WinClassic() - { - InitializeComponent(); - DoubleBuffered = true; - } - - public Font fnt; - - public bool resizable = true; - public bool closeDisabled = false; - public bool isActive = true; - - public const int WM_NCLBUTTONDOWN = 0xA1; - public const int WM_SYSCOMMAND = 0x0112; - public const int HT_CAPTION = 0x2; - - private const int - HTLEFT = 10, - HTRIGHT = 11, - HTTOP = 12, - HTTOPLEFT = 13, - HTTOPRIGHT = 14, - HTBOTTOM = 15, - HTBOTTOMLEFT = 16, - HTBOTTOMRIGHT = 17; - - [DllImportAttribute("user32.dll")] - public static extern int SendMessage(IntPtr hWnd, - int Msg, int wParam, int lParam); - [DllImportAttribute("user32.dll")] - public static extern bool ReleaseCapture(); - - private void Programtopbar_drag(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left && max == false) - { - ReleaseCapture(); - SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0); - } - } - - private void closebutton_Click(object sender, EventArgs e) - { - if (!closeDisabled) this.Close(); - } - - private void WinClassic_Activated(object sender, EventArgs e) - { - isActive = true; - programtopbar.BackColor = SaveSystem.currentTheme.activeTitleBarColor; - Title.ForeColor = SaveSystem.currentTheme.activeTitleTextColor; - } - - private void WinClassic_Deactivate(object sender, EventArgs e) - { - isActive = false; - programtopbar.BackColor = SaveSystem.currentTheme.inactiveTitleBarColor; - Title.ForeColor = SaveSystem.currentTheme.inactiveTitleTextColor; - } - - - private void right_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Size = new Size(MousePosition.X - this.Location.X, this.Size.Height); - } - } - - private void left_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Width = ((this.Width + this.Location.X) - Cursor.Position.X); - if (resizable)this.Location = new Point(Cursor.Position.X, this.Location.Y); - } - } - - private void bottom_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Size = new Size(this.Size.Width, MousePosition.Y - this.Location.Y); - } - } - - private void bottomrightcorner_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Size = new Size(MousePosition.X - this.Location.X, MousePosition.Y - this.Location.Y); - } - } - - private void bottomleftcorner_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Width = ((this.Width + this.Location.X) - Cursor.Position.X); - if (resizable) this.Height = (Cursor.Position.Y - this.Location.Y); - if (resizable) this.Location = new Point(Cursor.Position.X, this.Location.Y); - } - } - - private void topleftcorner_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Width = ((this.Width + this.Location.X) - Cursor.Position.X); - if (resizable) this.Location = new Point(Cursor.Position.X, this.Location.Y); - if (resizable) this.Height = ((this.Height + this.Location.Y) - Cursor.Position.Y); - if (resizable) this.Location = new Point(this.Location.X, Cursor.Position.Y); - } - } - - private void top_MouseMove(object sender, MouseEventArgs e) - { - if(e.Button == MouseButtons.Left) - { - if(resizable) this.Height = ((this.Height + this.Location.Y) - Cursor.Position.Y); - if(resizable) this.Location = new Point(this.Location.X, Cursor.Position.Y); - } - } - - private void toprightcorner_MouseMove(object sender, MouseEventArgs e) - { - if (e.Button == MouseButtons.Left) - { - if (resizable) this.Width = (Cursor.Position.X - this.Location.X); - if (resizable) this.Height = ((this.Location.Y - Cursor.Position.Y) + this.Height); - if (resizable) this.Location = new Point(this.Location.X, Cursor.Position.Y); - } - } - - public bool max = false; - - private void maximizebutton_Click(object sender, EventArgs e) - { - if (max == false) - { - this.right.Hide(); - this.left.Hide(); - this.bottom.Hide(); - this.top.Hide(); - this.bottomleftcorner.Hide(); - this.bottomrightcorner.Hide(); - this.topleftcorner.Hide(); - this.toprightcorner.Hide(); - this.Dock = DockStyle.Fill; - this.WindowState = FormWindowState.Maximized; - max = true; - maximizebutton.Image = Engine.Properties.Resources.WinClassicRestore; - } - else - { - this.right.Show(); - this.left.Show(); - this.bottom.Show(); - this.top.Show(); - this.bottomleftcorner.Show(); - this.bottomrightcorner.Show(); - this.topleftcorner.Show(); - this.toprightcorner.Show(); - this.Dock = DockStyle.None; - this.WindowState = FormWindowState.Normal; - max = false; - maximizebutton.Image = Engine.Properties.Resources.WinClassicMax; - } - - } - - // The rest of this code will automatically style the buttons on the form! - - protected override void OnControlAdded(ControlEventArgs e) - { - base.OnControlAdded(e); - - if (e.Control.GetType() == typeof(Button)) - { - e.Control.MouseEnter += button_MouseEnter; - e.Control.MouseLeave += button_MouseLeave; - - ((Button)e.Control).FlatStyle = FlatStyle.Popup; - } - } - - protected override void OnControlRemoved(ControlEventArgs e) - { - base.OnControlRemoved(e); - - if (e.Control.GetType() == typeof(Button)) - { - e.Control.MouseEnter -= button_MouseEnter; - e.Control.MouseLeave -= button_MouseLeave; - } - } - - private void button_MouseEnter(object sender, EventArgs e) - { - var c = (Button)sender; - c.UseVisualStyleBackColor = false; - c.BackColor = Color.GhostWhite; - } - - private void button_MouseLeave(object sender, EventArgs e) - { - var c = (Button)sender; - c.UseVisualStyleBackColor = true; - } - - private void border_MouseDown(object sender, EventArgs e) - { - var cursor = this.PointToClient(Cursor.Position); - - if (topleftcorner.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF004, 0); - else if (toprightcorner.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF005, 0); - else if (bottomleftcorner.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF007, 0); - else if (bottomrightcorner.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF008, 0); - - else if (top.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF003, 0); - else if (left.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF001, 0); - else if (right.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF002, 0); - else if (bottom.ClientRectangle.Contains(cursor)) SendMessage(Handle, WM_SYSCOMMAND, 0xF006, 0); - } - } -} diff --git a/TimeHACK.Engine/Template/WinClassic.resx b/TimeHACK.Engine/Template/WinClassic.resx deleted file mode 100644 index 394031d..0000000 --- a/TimeHACK.Engine/Template/WinClassic.resx +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAIAAACpTQvdAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAA+SURBVChTY/hP - CmAAAiB1nzjQ0NCA0HDgwAEQBwcAygIBNTRAJNDAqAY0DbgAdg0EAUIDkEUkAGkgDTAwAACYPGiagsMD - PwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAIAAACpTQvdAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAA5SURBVChTY/hP - CmAAAiB1nzjQ0NCA0HCACDCqASqGF2DRAOKjAog4BFBDA36A0ABkEQlAGkgDDAwAKPmlWmNluNoAAAAA - SUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAIAAACpTQvdAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAABcSURBVChTrY/R - DcAgCERvdEbrJh2lPU+SYkINRt+PSN6J4FkBhMddw8y+wFUgCbQ70OtO7OQTJLgRa/L7JWmOt8RsB8mD - TQ5NkFbeQcLwauzMdkjZCLAq0gJrAC8niIXaIK89FAAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAdSURBVBhXYzh8 - /DQEMQDBfzBo6+oDcSDCGBwGBgAJoRsoKGRD1QAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAdSURBVBhXYzh8 - /DQQtXX1MQABCgdIQRCIgwAMDABm/hFrLt/K7gAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAdSURBVBhXYzh8 - /PT///+BJBBhcNq6+iCIAQEYGACcHRsocGQwIQAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAaSURBVBhXYzh8 - /DQcgTj/YQDKQZEBcY6fBgAaSCiZEc9BxAAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8 - /PT///+B5OHjpwFB1wn9nx9JYgAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAIAAADAusJtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAVSURBVBhXYzh8 - /DQYt3X1MTAwMAAAQaQGSbsObiQAAAAASUVORK5CYII= - - - - - iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8 - /DQQtXX1MTAwAAA0WgZJrWm8iAAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAIAAADAusJtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAVSURBVBhXYzh8 - /DTD////wfTh46cBUSgJ/bC/izUAAAAASUVORK5CYII= - - - \ No newline at end of file diff --git a/TimeHACK.Engine/Theme.cs b/TimeHACK.Engine/Theme.cs deleted file mode 100644 index 43d9661..0000000 --- a/TimeHACK.Engine/Theme.cs +++ /dev/null @@ -1,114 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Drawing; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace TimeHACK.Engine -{ - public class Theme - { - public Stream startSound { get; set; } - public Stream stopSound { get; set; } - - public Stream asteriskSound { get; set; } - public Stream critStopSound { get; set; } - public Stream exclamationSound { get; set; } - public Stream progErrorSound { get; set; } - public Stream questionSound { get; set; } - - public Color activeTitleBarColor { get; set; } - public Color activeTitleTextColor { get; set; } - public Color inactiveTitleBarColor { get; set; } - public Color inactiveTitleTextColor { get; set; } - - public Image defaultWallpaper { get; set; } - - public string themeName { get; set; } - } - - public class Default95Theme: Theme - { - public Default95Theme() - { - startSound = Properties.Resources.Win95Start; - stopSound = Properties.Resources.Win95Stop; - - asteriskSound = Properties.Resources.CHORD; - critStopSound = Properties.Resources.CHORD; - exclamationSound = Properties.Resources.CHORD; - progErrorSound = Properties.Resources.CHORD; - questionSound = Properties.Resources.CHORD; - - activeTitleBarColor = Color.Navy; - activeTitleTextColor = Color.White; - inactiveTitleBarColor = Color.Gray; - inactiveTitleTextColor = Color.Silver; - - defaultWallpaper = null; - themeName = "default95"; - } - } - - public class Default98Theme : Theme - { - public Default98Theme() - { - startSound = Properties.Resources.Win98Start; - stopSound = Properties.Resources.Win98Stop; - - asteriskSound = Properties.Resources.CHORD; - critStopSound = Properties.Resources.CHORD; - exclamationSound = Properties.Resources.CHORD; - progErrorSound = Properties.Resources.CHORD; - questionSound = Properties.Resources.CHORD; - - defaultWallpaper = null; - themeName = "default98"; - } - } - - public class DangerousCreaturesTheme: Theme - { - public DangerousCreaturesTheme() - { - startSound = Properties.Resources.Win95PlusDangerousCreaturesStart; - stopSound = Properties.Resources.Win95PlusDangerousCreaturesStart; - - asteriskSound = Properties.Resources.Win95PlusDangerousCreaturesAsterisk; - critStopSound = Properties.Resources.Win95PlusDangerousCreaturesCritStop; - exclamationSound = Properties.Resources.Win95PlusDangerousCreaturesExclamation; - progErrorSound = Properties.Resources.Win95PlusDangerousCreaturesProgError; - questionSound = Properties.Resources.Win95PlusDangerousCreaturesQuestion; - - activeTitleBarColor = Color.Teal; - activeTitleTextColor = Color.White; - inactiveTitleBarColor = Color.FromArgb(72, 72, 72); - inactiveTitleTextColor = Color.Gray; - - defaultWallpaper = Properties.Resources.Win95PlusDangerousCreaturesWallpaper; - themeName = "dangeranimals"; - } - } - - public class InsideComputerTheme: Theme - { - public InsideComputerTheme() - { - startSound = Properties.Resources.Win95PlusInsideComputerStart; - stopSound = Properties.Resources.Win95PlusInsideComputerStop; - - asteriskSound = Properties.Resources.Win95PlusInsideComputerAsterisk; - - activeTitleBarColor = Color.FromArgb(224, 0, 0); - activeTitleTextColor = Color.White; - inactiveTitleBarColor = Color.FromArgb(96, 168, 128); - inactiveTitleTextColor = Color.FromArgb(216, 224, 216); - - defaultWallpaper = Properties.Resources.Win95PlusInsideComputerWallpaper; - themeName = "insidepc"; - } - } -} diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj deleted file mode 100644 index 056d4dc..0000000 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - AnyCPU - {9477B70F-2D32-4E1D-857B-4624A1DEEB1B} - Library - Properties - TimeHACK.Engine - TimeHACK.Engine - v4.5.2 - 512 - - - true - full - true - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - - - - - - - - - - - - - Form - - - Win9XBSOD.cs - - - UserControl - - - AboutBox95.cs - - - UserControl - - - Infobox95.cs - - - Form - - - WinClassic.cs - - - - UserControl - - - ClassicButton.cs - - - Component - - - - - - True - True - Resources.resx - - - - - PublicResXFileCodeGenerator - Resources.Designer.cs - - - Win9XBSOD.cs - - - AboutBox95.cs - - - Infobox95.cs - - - WinClassic.cs - - - ClassicButton.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/TimeHACK.Engine/UI/ClassicButton.Designer.cs b/TimeHACK.Engine/UI/ClassicButton.Designer.cs deleted file mode 100644 index b6033b2..0000000 --- a/TimeHACK.Engine/UI/ClassicButton.Designer.cs +++ /dev/null @@ -1,91 +0,0 @@ -namespace TimeHACK.Engine.UI -{ - partial class ClassicButton - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.borderpart = new System.Windows.Forms.Panel(); - this.graystuff = new System.Windows.Forms.Panel(); - this.lessgraystuff = new System.Windows.Forms.Label(); - this.borderpart.SuspendLayout(); - this.graystuff.SuspendLayout(); - this.SuspendLayout(); - // - // borderpart - // - this.borderpart.BackColor = System.Drawing.Color.White; - this.borderpart.Controls.Add(this.graystuff); - this.borderpart.Location = new System.Drawing.Point(0, 0); - this.borderpart.Name = "borderpart"; - this.borderpart.Size = new System.Drawing.Size(99, 24); - this.borderpart.TabIndex = 0; - // - // graystuff - // - this.graystuff.BackColor = System.Drawing.Color.Gray; - this.graystuff.Controls.Add(this.lessgraystuff); - this.graystuff.Location = new System.Drawing.Point(1, 1); - this.graystuff.Name = "graystuff"; - this.graystuff.Size = new System.Drawing.Size(98, 23); - this.graystuff.TabIndex = 0; - // - // lessgraystuff - // - this.lessgraystuff.BackColor = System.Drawing.Color.Silver; - this.lessgraystuff.Location = new System.Drawing.Point(0, 0); - this.lessgraystuff.Margin = new System.Windows.Forms.Padding(0); - this.lessgraystuff.Name = "lessgraystuff"; - this.lessgraystuff.Size = new System.Drawing.Size(97, 22); - this.lessgraystuff.TabIndex = 0; - this.lessgraystuff.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.lessgraystuff.Paint += new System.Windows.Forms.PaintEventHandler(this.lessgraystuff_Paint); - // - // ClassicButton - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Black; - this.Controls.Add(this.borderpart); - this.Name = "ClassicButton"; - this.Size = new System.Drawing.Size(100, 25); - this.Paint += new System.Windows.Forms.PaintEventHandler(this.ClassicButton_Paint); - this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ClassicButton_MouseDown); - this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ClassicButton_MouseUp); - this.Resize += new System.EventHandler(this.ClassicButton_Resize); - this.borderpart.ResumeLayout(false); - this.graystuff.ResumeLayout(false); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.Panel borderpart; - private System.Windows.Forms.Panel graystuff; - private System.Windows.Forms.Label lessgraystuff; - } -} diff --git a/TimeHACK.Engine/UI/ClassicButton.cs b/TimeHACK.Engine/UI/ClassicButton.cs deleted file mode 100644 index e61b564..0000000 --- a/TimeHACK.Engine/UI/ClassicButton.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.Engine.UI -{ - public partial class ClassicButton : UserControl - { - public ClassicButton() - { - InitializeComponent(); - } - - private void ClassicButton_SizeChanged(object sender, EventArgs e) - { - - } - - private void ClassicButton_MouseDown(object sender, MouseEventArgs e) - { - this.BackColor = Color.White; - borderpart.BackColor = Color.Black; - lessgraystuff.Location = new Point(1, 1); - } - - private void ClassicButton_Paint(object sender, PaintEventArgs e) - { - e.Graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit; - base.OnPaint(e); - } - - private void lessgraystuff_Paint(object sender, PaintEventArgs e) - { - e.Graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit; - base.OnPaint(e); - } - - private void ClassicButton_MouseUp(object sender, MouseEventArgs e) - { - this.BackColor = Color.Black; - borderpart.BackColor = Color.White; - lessgraystuff.Location = new Point(0, 0); - } - - private void ClassicButton_Resize(object sender, EventArgs e) - { - borderpart.Size = new Size(this.Width - 1, this.Height - 1); - graystuff.Size = new Size(this.Width - 2, this.Height - 2); - lessgraystuff.Size = new Size(this.Width - 3, this.Height - 3); - } - } -} \ No newline at end of file diff --git a/TimeHACK.Engine/UI/ClassicButton.resx b/TimeHACK.Engine/UI/ClassicButton.resx deleted file mode 100644 index 1af7de1..0000000 --- a/TimeHACK.Engine/UI/ClassicButton.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/TimeHACK.Engine/UI/IProgressBar.cs b/TimeHACK.Engine/UI/IProgressBar.cs deleted file mode 100644 index d16debf..0000000 --- a/TimeHACK.Engine/UI/IProgressBar.cs +++ /dev/null @@ -1,234 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TimeHACK.UI -{ - public class ProgressBar : Control - { - private Color _pColor = Color.DarkBlue; - private ProgressBarStyle _style = ProgressBarStyle.Continuous; - - private Timer RedrawTimer = null; - - public Color ProgressColor - { - get - { - return _pColor; - } - set - { - _pColor = value; Refresh(); - } - } - - - public ProgressBarStyle Style - { - get - { - return _style; - } - set - { - _style = value; Refresh(); - } - } - - - private double _max = 100.0; - private double _min = 0.0; - - public double Maximum - { - get - { - return _max; - } - set - { - _max = value; Refresh(); - } - } - public double Minimum - { - get - { - return _min; - } - set - { - _min = value; Refresh(); - } - } - - - private int _blockWidth = 14; - - public int BlockWidth - { - get - { - return _blockWidth; - } - set - { - _blockWidth = value; - Refresh(); - } - } - - private int _blockSpacing = 2; - - public int BlockSpacing - { - get - { - return _blockSpacing; - } - set - { - _blockSpacing = value; - Refresh(); - } - } - - public ProgressBar() : base() - { - MarqueeWidth = 125; - BlockWidth = 20; - BlockSpacing = 5; - Minimum = 0.00; - Maximum = 100.0; - Style = ProgressBarStyle.Continuous; - ProgressColor = Color.DarkBlue; - RedrawTimer = new Timer(); - RedrawTimer.Tick += (o, a) => - { - if (this.Style == ProgressBarStyle.Marquee) - { - if (_marqueePos >= this.Width) - _marqueePos = 0; - else - _marqueePos++; - this.Refresh(); - } - }; - RedrawTimer.Interval = 50; - } - - private double _value = 0.00; - - public double Value - { - get - { - return _value; - } - set - { - if (value < Minimum || value > Maximum) - throw new ArgumentOutOfRangeException("The value is outside the minimum and maximum range."); - this.Refresh(); - _value = value; - } - } - - private int _marqueeWidth = 14; - - public int MarqueeWidth - { - get - { - return _marqueeWidth; - } - set - { - _marqueeWidth = value; - Refresh(); - } - } - - private bool _showText = false; - - public bool ShowText - { - get - { - return _showText; - } - set - { - _showText = value; - Refresh(); - } - } - - protected override void OnVisibleChanged(EventArgs e) - { - if (Visible) - RedrawTimer.Start(); - else - RedrawTimer.Stop(); - } - - private int _marqueePos = 0; - - protected override void OnPaint(PaintEventArgs e) - { - base.OnPaint(e); - var g = e.Graphics; - g.Clear(BackColor); - //Stolen from the ShiftOS code :3 - switch (Style) - { - case ProgressBarStyle.Continuous: - double width = linear(this.Value, this.Minimum, this.Maximum, 0, this.Width); - g.FillRectangle(new SolidBrush(ProgressColor), new RectangleF(0, 0, (float)width, this.Height)); - break; - case ProgressBarStyle.Blocks: - int block_count = this.Width / (this.BlockWidth + this.BlockSpacing); - int blocks = (int)linear(this.Value, this.Minimum, this.Maximum, 0, block_count); - for (int i = 0; i < blocks - 1; i++) - { - int position = i * (BlockWidth + BlockSpacing); - g.FillRectangle(new SolidBrush(ProgressColor), new Rectangle(position, 0, BlockWidth, this.Height)); - } - break; - case ProgressBarStyle.Marquee: - g.FillRectangle(new SolidBrush(ProgressColor), new Rectangle(_marqueePos, 0, MarqueeWidth, this.Height)); - break; - } - if (ShowText) - { - var f = this.Font; - var t = this.Text; - var size = g.MeasureString(t, f); - var loc = new PointF( - (this.Width - size.Width) / 2, - (this.Height - size.Height) / 2 - ); - var color = this.ForeColor; - g.DrawString(t, f, new SolidBrush(color), loc); - } - - } - - /// - /// Simple linear interpolation algorithm. (http://stackoverflow.com/questions/12838007/c-sharp-linear-interpolation) - /// - private double linear(double x, double x0, double x1, double y0, double y1) - { - if ((x1 - x0) == 0) - { - return (y0 + y1) / 2; - } - return y0 + (x - x0) * (y1 - y0) / (x1 - x0); - } - } -} diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs deleted file mode 100644 index e206303..0000000 --- a/TimeHACK.Engine/WindowManager.cs +++ /dev/null @@ -1,100 +0,0 @@ -using System; -using System.Windows.Forms; -using System.Drawing; -using TimeHACK.Engine.Template; -using System.Media; - -namespace TimeHACK.Engine -{ - public class WindowManager - { - public static System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection(); - - public WinClassic StartWin95(UserControl content, string title, Image icon, bool MaxButton, bool MinButton, bool ShowApplicationAsDialog = false, bool resize = true) - { - // Setup Window - WinClassic app = new WinClassic(); - app.Text = title; - app.Title.Text = title; - app.Width = content.Width + 8; - app.Height = content.Height + 26; - // Initialize Font - pfc.AddFontFile(SaveSystem.GameDirectory + "\\Data\\LeviWindows.ttf"); - Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); - app.fnt = fnt; - app.Title.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, ((0))); - // Setup UC - content.Parent = app.programContent; - content.BringToFront(); - content.Dock = DockStyle.Fill; - - // Check if icon is null - if (icon == null) - { - app.programIcon.Hide(); - app.programIcon.Image = Engine.Properties.Resources.nullIcon; - app.Title.Location = new Point(2, 1); - } - else app.programIcon.Image = icon; - - // Check if Max button is enabled and set proper X for Min button - if (MaxButton == false) - { - app.maximizebutton.Visible = false; - app.minimizebutton.Location = new Point(app.closebutton.Location.X - 14, app.minimizebutton.Location.Y); - } - - // Check if Min button is enabled - if (MinButton == false) - { - app.minimizebutton.Visible = false; - app.minimizebutton.Location = new Point(app.minimizebutton.Location.X, app.minimizebutton.Location.Y); - } - - //Resize - app.resizable = resize; - - // Time for the colors - app.programtopbar.BackColor = SaveSystem.currentTheme.activeTitleBarColor; - app.Title.ForeColor = SaveSystem.currentTheme.activeTitleTextColor; - - // Convert an image to an icon (for the taskbar) - if (icon != null) - { - Bitmap theBitmap = new Bitmap(icon, new Size(icon.Width, icon.Height)); - IntPtr Hicon = theBitmap.GetHicon(); // Get an Hicon for myBitmap. - Icon newIcon = Icon.FromHandle(Hicon); // Create a new icon from the handle. - app.Icon = newIcon; - } - - // Set some values (for the taskbar) - app.Tag = TaskBarController.AvalibleApplicationID; - app.Text = title; - - // Show the app - app.TopMost = true; - if (ShowApplicationAsDialog == false) { app.Show(); } else { app.ShowDialog(); } - return app; - } - - public WinClassic StartInfobox95(string title, string text, InfoboxType type, InfoboxButtons btns) - { - pfc.AddFontFile(SaveSystem.GameDirectory + "\\Data\\LeviWindows.ttf"); - Infobox95 app = new Infobox95(type, btns); - app.infoText.Text = text; - app.infoText.Font = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); - - return StartWin95(app, title, null, false, false, resize: false); - } - - public WinClassic StartAboutBox95(string shortname, string longname, Image appicon) - { - AboutBox95 uc = new AboutBox95(); - uc.pictureBox1.Image = appicon; - uc.textBox1.Text = longname + "\r\nWindows 95\r\nCopyright © 1981-1995 Microsoft Corp."; - uc.Font = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); - - return StartWin95(uc, "About " + shortname, null, false, false, resize: false); - } - } -} diff --git a/TimeHACK.Engine/packages.config b/TimeHACK.Engine/packages.config deleted file mode 100644 index 810e559..0000000 --- a/TimeHACK.Engine/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file -- cgit v1.2.3