From 0c00b5f33c37427228c53794732d513adc862261 Mon Sep 17 00:00:00 2001 From: AShifter Date: Fri, 17 Mar 2017 17:31:41 -0600 Subject: HUGE OVERHAUL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added TimeHACK.Engine - Starting a new engine system to render Operating System borders Made more changes ( ͡° ͜ʖ ͡°) --- TimeHACK.Engine/Properties/AssemblyInfo.cs | 36 +++ TimeHACK.Engine/Properties/Resources.Designer.cs | 183 +++++++++++++++ TimeHACK.Engine/Properties/Resources.resx | 157 +++++++++++++ TimeHACK.Engine/Resources/Icon128x.ico | Bin 0 -> 99678 bytes .../Resources/WinClassic/Window/BottomLeft.png | Bin 0 -> 173 bytes .../Resources/WinClassic/Window/BottomRight.png | Bin 0 -> 173 bytes .../Resources/WinClassic/Window/BottomSide.png | Bin 0 -> 165 bytes .../Resources/WinClassic/Window/LeftSide.png | Bin 0 -> 164 bytes .../Resources/WinClassic/Window/RightSide.png | Bin 0 -> 164 bytes .../Resources/WinClassic/Window/TopLeft.png | Bin 0 -> 170 bytes .../Resources/WinClassic/Window/TopRight.png | Bin 0 -> 173 bytes .../Resources/WinClassic/Window/TopSide.png | Bin 0 -> 165 bytes .../WinClassic/Window/WinClassicClose.png | Bin 0 -> 236 bytes .../Resources/WinClassic/Window/WinClassicMax.png | Bin 0 -> 206 bytes .../Resources/WinClassic/Window/WinClassicMin.png | Bin 0 -> 201 bytes .../WinClassic/Window/WinClassicRestore.png | Bin 0 -> 229 bytes TimeHACK.Engine/Resources/WinClassic/desktop.ini | 3 + TimeHACK.Engine/Template/WinClassic.Designer.cs | 248 +++++++++++++++++++++ TimeHACK.Engine/Template/WinClassic.cs | 20 ++ TimeHACK.Engine/Template/WinClassic.resx | 163 ++++++++++++++ TimeHACK.Engine/TimeHACK.Engine.csproj | 84 +++++++ TimeHACK.Engine/WindowManager.cs | 16 ++ ...tedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs | 0 ...tedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs | 0 ...tedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs | 0 ....Engine.OSProgramTemplates.WinClassic.resources | Bin 0 -> 2609 bytes .../TimeHACK.Engine.Properties.Resources.resources | Bin 0 -> 4715 bytes .../TimeHACK.Engine.csproj.FileListAbsolute.txt | 8 + 28 files changed, 918 insertions(+) create mode 100644 TimeHACK.Engine/Properties/AssemblyInfo.cs create mode 100644 TimeHACK.Engine/Properties/Resources.Designer.cs create mode 100644 TimeHACK.Engine/Properties/Resources.resx create mode 100644 TimeHACK.Engine/Resources/Icon128x.ico create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png create mode 100644 TimeHACK.Engine/Resources/WinClassic/desktop.ini create mode 100644 TimeHACK.Engine/Template/WinClassic.Designer.cs create mode 100644 TimeHACK.Engine/Template/WinClassic.cs create mode 100644 TimeHACK.Engine/Template/WinClassic.resx create mode 100644 TimeHACK.Engine/TimeHACK.Engine.csproj create mode 100644 TimeHACK.Engine/WindowManager.cs create mode 100644 TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs create mode 100644 TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs create mode 100644 TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs create mode 100644 TimeHACK.Engine/obj/Debug/TimeHACK.Engine.OSProgramTemplates.WinClassic.resources create mode 100644 TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Properties.Resources.resources create mode 100644 TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt (limited to 'TimeHACK.Engine') diff --git a/TimeHACK.Engine/Properties/AssemblyInfo.cs b/TimeHACK.Engine/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..85e2b5d --- /dev/null +++ b/TimeHACK.Engine/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +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 new file mode 100644 index 0000000..de94a30 --- /dev/null +++ b/TimeHACK.Engine/Properties/Resources.Designer.cs @@ -0,0 +1,183 @@ +//------------------------------------------------------------------------------ +// +// 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()] + internal 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)] + internal 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)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal 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. + /// + internal 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. + /// + internal 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.Drawing.Bitmap. + /// + internal 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.Drawing.Bitmap. + /// + internal 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. + /// + internal 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. + /// + internal 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. + /// + internal 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. + /// + internal 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. + /// + internal 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. + /// + internal 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. + /// + internal static System.Drawing.Bitmap WinClassicRestore { + get { + object obj = ResourceManager.GetObject("WinClassicRestore", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/TimeHACK.Engine/Properties/Resources.resx b/TimeHACK.Engine/Properties/Resources.resx new file mode 100644 index 0000000..f63b0e2 --- /dev/null +++ b/TimeHACK.Engine/Properties/Resources.resx @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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\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 + + \ No newline at end of file diff --git a/TimeHACK.Engine/Resources/Icon128x.ico b/TimeHACK.Engine/Resources/Icon128x.ico new file mode 100644 index 0000000..ceb4cff Binary files /dev/null and b/TimeHACK.Engine/Resources/Icon128x.ico differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png b/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png new file mode 100644 index 0000000..97e40c2 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png b/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png new file mode 100644 index 0000000..14a486d Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png new file mode 100644 index 0000000..97bbc89 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png new file mode 100644 index 0000000..205c2b1 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png new file mode 100644 index 0000000..d51dbd2 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png b/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png new file mode 100644 index 0000000..056f8d1 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png b/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png new file mode 100644 index 0000000..b8c78fb Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png b/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png new file mode 100644 index 0000000..01f5d79 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png new file mode 100644 index 0000000..f3900e9 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png new file mode 100644 index 0000000..fabb8ba Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png new file mode 100644 index 0000000..f6d3f73 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png new file mode 100644 index 0000000..d6083c6 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png differ diff --git a/TimeHACK.Engine/Resources/WinClassic/desktop.ini b/TimeHACK.Engine/Resources/WinClassic/desktop.ini new file mode 100644 index 0000000..00ae697 --- /dev/null +++ b/TimeHACK.Engine/Resources/WinClassic/desktop.ini @@ -0,0 +1,3 @@ +[LocalizedFileNames] +settings pic start.png=@settings pic start.png,0 +windows 95 sidemenustart.bmp=@windows 95 sidemenustart.bmp,0 diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs new file mode 100644 index 0000000..7df96b7 --- /dev/null +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -0,0 +1,248 @@ +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.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.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.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(170))))); + 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; + // + // maximizebutton + // + this.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.maximizebutton.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicMax; + 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; + // + // minimizebutton + // + this.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.minimizebutton.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicMin; + 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(3, 2); + this.Title.Name = "Title"; + this.Title.Size = new System.Drawing.Size(99, 13); + this.Title.TabIndex = 3; + this.Title.Text = "Application Title"; + // + // closebutton + // + this.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.closebutton.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicClose; + 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; + // + // 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.Location = new System.Drawing.Point(296, 0); + this.toprightcorner.Name = "toprightcorner"; + this.toprightcorner.Size = new System.Drawing.Size(4, 4); + this.toprightcorner.TabIndex = 6; + // + // 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; + // + // 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.Location = new System.Drawing.Point(0, 296); + this.bottomleftcorner.Name = "bottomleftcorner"; + this.bottomleftcorner.Size = new System.Drawing.Size(4, 4); + this.bottomleftcorner.TabIndex = 2; + // + // topleftcorner + // + this.topleftcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topleftcorner.BackgroundImage"))); + 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; + // + // left + // + this.left.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("left.BackgroundImage"))); + 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; + // + // bottom + // + this.bottom.BackgroundImage = global::TimeHACK.Engine.Properties.Resources.BottomSide; + 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; + // + // 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; + // + // top + // + this.top.BackgroundImage = global::TimeHACK.Engine.Properties.Resources.TopSide; + this.top.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + 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; + // + // 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.program.ResumeLayout(false); + this.programtopbar.ResumeLayout(false); + this.programtopbar.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.maximizebutton)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.minimizebutton)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.closebutton)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + internal System.Windows.Forms.Panel program; + private System.Windows.Forms.Panel programContent; + internal System.Windows.Forms.Panel programtopbar; + internal System.Windows.Forms.PictureBox maximizebutton; + internal System.Windows.Forms.PictureBox minimizebutton; + internal System.Windows.Forms.Label Title; + internal System.Windows.Forms.PictureBox closebutton; + internal System.Windows.Forms.Panel toprightcorner; + internal System.Windows.Forms.Panel bottomrightcorner; + internal System.Windows.Forms.Panel bottomleftcorner; + internal System.Windows.Forms.Panel topleftcorner; + internal System.Windows.Forms.Panel left; + internal System.Windows.Forms.Panel bottom; + internal System.Windows.Forms.Panel right; + internal System.Windows.Forms.Panel top; + } +} \ No newline at end of file diff --git a/TimeHACK.Engine/Template/WinClassic.cs b/TimeHACK.Engine/Template/WinClassic.cs new file mode 100644 index 0000000..aa72263 --- /dev/null +++ b/TimeHACK.Engine/Template/WinClassic.cs @@ -0,0 +1,20 @@ +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 WinClassic : Form + { + public WinClassic() + { + InitializeComponent(); + } + } +} diff --git a/TimeHACK.Engine/Template/WinClassic.resx b/TimeHACK.Engine/Template/WinClassic.resx new file mode 100644 index 0000000..cd30725 --- /dev/null +++ b/TimeHACK.Engine/Template/WinClassic.resx @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + 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== + + + + + iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8 + /DQQtXX1MTAwAAA0WgZJrWm8iAAAAABJRU5ErkJggg== + + + \ No newline at end of file diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj new file mode 100644 index 0000000..e2889be --- /dev/null +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -0,0 +1,84 @@ + + + + + Debug + AnyCPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B} + Library + Properties + TimeHACK.Engine + TimeHACK.Engine + v4.5.2 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + Form + + + WinClassic.cs + + + + + True + True + Resources.resx + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + WinClassic.cs + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs new file mode 100644 index 0000000..534f2f3 --- /dev/null +++ b/TimeHACK.Engine/WindowManager.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace TimeHACK.Engine +{ + class WindowManager + { + private void startWinClassic(String title, int width, int height) + { + + } + } +} diff --git a/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.OSProgramTemplates.WinClassic.resources b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.OSProgramTemplates.WinClassic.resources new file mode 100644 index 0000000..2a79d99 Binary files /dev/null and b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.OSProgramTemplates.WinClassic.resources differ diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Properties.Resources.resources b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Properties.Resources.resources new file mode 100644 index 0000000..f78bd37 Binary files /dev/null and b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Properties.Resources.resources differ diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f497351 --- /dev/null +++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\bin\Debug\TimeHACK.Engine.dll +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\bin\Debug\TimeHACK.Engine.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.csprojResolveAssemblyReference.cache +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.OSProgramTemplates.WinClassic.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.Properties.Resources.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.csproj.GenerateResource.Cache +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.dll +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.pdb -- cgit v1.2.3 From 7fc231784e3b8e705581765932389fdc75f24d93 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sat, 18 Mar 2017 15:26:56 -0600 Subject: Continuing work on the Engine The WindowManager WinClassic is almost done! --- TimeHACK.Engine/TimeHACK.Engine.csproj | 3 +++ TimeHACK.Engine/WindowManager.cs | 6 +++++- .../TimeHACK.Engine.Template.WinClassic.resources | Bin 0 -> 2609 bytes .../TimeHACK.Engine.csproj.FileListAbsolute.txt | 2 +- TimeHACK.Main/Properties/Resources.Designer.cs | 17 ----------------- TimeHACK.Main/Properties/Resources.resx | 3 --- TimeHACK.Main/WinClassicForms/TestApp.cs | 4 ++-- TimeHACK.Main/bin/Release/TimeHACK.application | 4 ++-- TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 20 ++++++++++++++++---- .../TimeHACK.Main.csproj.FileListAbsolute.txt | 19 +++++++++++++++++++ .../TimeHACK.Properties.Resources.resources | Bin 2251742 -> 2251742 bytes TimeHACK.Main/obj/Release/TimeHACK.application | 4 ++-- TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 20 ++++++++++++++++---- 13 files changed, 66 insertions(+), 36 deletions(-) create mode 100644 TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt (limited to 'TimeHACK.Engine') diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index e2889be..c691b41 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -80,5 +80,8 @@ + + + \ No newline at end of file diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 534f2f3..540dddd 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using TimeHACK.Engine.Template; namespace TimeHACK.Engine { @@ -10,7 +11,10 @@ namespace TimeHACK.Engine { private void startWinClassic(String title, int width, int height) { - + WinClassic app = new WinClassic(); + app.Title.Text = title; + app.Width = width + 8; + app.Height = height + 26; } } } diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources new file mode 100644 index 0000000..2a79d99 Binary files /dev/null and b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources differ diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt index f497351..4612c54 100644 --- a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt +++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt @@ -1,8 +1,8 @@ D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\bin\Debug\TimeHACK.Engine.dll D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\bin\Debug\TimeHACK.Engine.pdb D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.csprojResolveAssemblyReference.cache -D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.OSProgramTemplates.WinClassic.resources D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.Properties.Resources.resources D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.csproj.GenerateResource.Cache D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.dll D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.Template.WinClassic.resources diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 44d2a93..f9d88d5 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -110,23 +110,6 @@ namespace TimeHACK.Properties { } } - /// - /// Looks up a localized string similar to By Installing this software you agree to the following terms: - /// - ///You agree that you will not try to try to reverse engineer it in anyway or take it as your own work. - /// - ///You agree that you will not try to spread this software or any of its components to other companies without rightful permission from the owner. - /// - ///You agree that if you bought this program that you own it and that nobody else is allowed to use it on your computer or on their computer. - /// - ///You agree that you will not use this software to launch and [rest of string was truncated]";. - /// - internal static string EULA { - get { - return ResourceManager.GetString("EULA", resourceCulture); - } - } - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index ed871d8..033b11d 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -127,9 +127,6 @@ ..\resources\winclassic\window\bottomside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\resources\eula.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - ..\Resources\TitleScreen\Exit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/TimeHACK.Main/WinClassicForms/TestApp.cs b/TimeHACK.Main/WinClassicForms/TestApp.cs index 71c1668..4a5d762 100644 --- a/TimeHACK.Main/WinClassicForms/TestApp.cs +++ b/TimeHACK.Main/WinClassicForms/TestApp.cs @@ -6,7 +6,7 @@ using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; -using TimeHACK.Engine.Template; +using TimeHACK.Engine; using System.Windows.Forms; namespace TimeHACK.WinClassicForms @@ -18,7 +18,7 @@ namespace TimeHACK.WinClassicForms InitializeComponent(); } - + } } diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application index 13ccb91..9d78120 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.application @@ -7,14 +7,14 @@ - + - GD8XlnSWaDiXSGt9pl2gtfmChUFznDOUESNo5VfikJM= + upFkvdZK36rg1FWca4BSvHwXV63/GDCDNb2QOYOYy8w= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest index c5f140b..88dd47b 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest @@ -1,7 +1,7 @@  - + @@ -44,18 +44,30 @@ - + - mQ5SvjhazCCR0JAGICxe7IZrFcTS5h7cgBLmLxBGH2Q= + XJa2cVv4n4uEJV5zXQWET+z/fIJjkr7FbbPrbRHzlwY= - + + + + + + + + + tJhKWU6EkutKR1COauYOPZu5o8tSv/xIej1pic9JCus= + + + + diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..af17b61 --- /dev/null +++ b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Main.csprojResolveAssemblyReference.cache +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicIE4.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicForms.WinClassicTerminal.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Windows95.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.TitleScreen.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicNotepad.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicTemplate.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Main.csproj.GenerateResource.Cache +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.exe +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.exe.manifest +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.application +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.exe +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.Engine.dll +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.Engine.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Properties.Resources.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.exe.manifest +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.application diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources index 3a8129e..25dec51 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources and b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application index 13ccb91..9d78120 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.application +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -7,14 +7,14 @@ - + - GD8XlnSWaDiXSGt9pl2gtfmChUFznDOUESNo5VfikJM= + upFkvdZK36rg1FWca4BSvHwXV63/GDCDNb2QOYOYy8w= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest index c5f140b..88dd47b 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest @@ -1,7 +1,7 @@  - + @@ -44,18 +44,30 @@ - + - mQ5SvjhazCCR0JAGICxe7IZrFcTS5h7cgBLmLxBGH2Q= + XJa2cVv4n4uEJV5zXQWET+z/fIJjkr7FbbPrbRHzlwY= - + + + + + + + + + tJhKWU6EkutKR1COauYOPZu5o8tSv/xIej1pic9JCus= + + + + -- cgit v1.2.3