aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-18 17:19:13 -0600
committerGitHub <[email protected]>2017-03-18 17:19:13 -0600
commitcfc3cde2a0bae77ddabc12e80aea2461d5ae1514 (patch)
treebe4d185709c92b2b58956762791dcdc6bc3540cf /TimeHACK.Engine
parent2ef1e277a54e698f0d96cc87ab5523c2471d0ef4 (diff)
parente3dea4fcfb2c04688e4b734260621dc61df5fc34 (diff)
downloadhistacom2-cfc3cde2a0bae77ddabc12e80aea2461d5ae1514.tar.gz
histacom2-cfc3cde2a0bae77ddabc12e80aea2461d5ae1514.tar.bz2
histacom2-cfc3cde2a0bae77ddabc12e80aea2461d5ae1514.zip
Merge pull request #1 from AShifter/master
I shouldn't make a pull request but okay
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/Properties/AssemblyInfo.cs36
-rw-r--r--TimeHACK.Engine/Properties/Resources.Designer.cs183
-rw-r--r--TimeHACK.Engine/Properties/Resources.resx157
-rw-r--r--TimeHACK.Engine/Resources/Icon128x.icobin0 -> 99678 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.pngbin0 -> 173 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.pngbin0 -> 173 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.pngbin0 -> 165 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.pngbin0 -> 164 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/RightSide.pngbin0 -> 164 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.pngbin0 -> 170 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/TopRight.pngbin0 -> 173 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/TopSide.pngbin0 -> 165 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.pngbin0 -> 236 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.pngbin0 -> 206 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.pngbin0 -> 201 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.pngbin0 -> 229 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/desktop.ini3
-rw-r--r--TimeHACK.Engine/Template/WinClassic.Designer.cs248
-rw-r--r--TimeHACK.Engine/Template/WinClassic.cs20
-rw-r--r--TimeHACK.Engine/Template/WinClassic.resx163
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj87
-rw-r--r--TimeHACK.Engine/WindowManager.cs20
-rw-r--r--TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs0
-rw-r--r--TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs0
-rw-r--r--TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs0
-rw-r--r--TimeHACK.Engine/obj/Debug/TimeHACK.Engine.OSProgramTemplates.WinClassic.resourcesbin0 -> 2609 bytes
-rw-r--r--TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Properties.Resources.resourcesbin0 -> 4715 bytes
-rw-r--r--TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resourcesbin0 -> 2609 bytes
-rw-r--r--TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt8
29 files changed, 925 insertions, 0 deletions
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 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// 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.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace TimeHACK.Engine.Properties {
+ using System;
+
+
+ /// <summary>
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ /// </summary>
+ // 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() {
+ }
+
+ /// <summary>
+ /// Returns the cached ResourceManager instance used by this class.
+ /// </summary>
+ [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;
+ }
+ }
+
+ /// <summary>
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap BottomLeft {
+ get {
+ object obj = ResourceManager.GetObject("BottomLeft", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap BottomRight {
+ get {
+ object obj = ResourceManager.GetObject("BottomRight", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap BottomSide {
+ get {
+ object obj = ResourceManager.GetObject("BottomSide", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap LeftSide {
+ get {
+ object obj = ResourceManager.GetObject("LeftSide", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap RightSide {
+ get {
+ object obj = ResourceManager.GetObject("RightSide", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap TopLeft {
+ get {
+ object obj = ResourceManager.GetObject("TopLeft", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap TopRight {
+ get {
+ object obj = ResourceManager.GetObject("TopRight", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap TopSide {
+ get {
+ object obj = ResourceManager.GetObject("TopSide", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap WinClassicClose {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicClose", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap WinClassicMax {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicMax", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap WinClassicMin {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicMin", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ 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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <data name="BottomLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\bottomleft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="BottomRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\bottomright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="BottomSide" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\bottomside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="LeftSide" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\leftside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="RightSide" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\rightside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="TopLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\topleft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="TopRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\topright.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="TopSide" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\topside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicClose" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\winclassicclose.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicMax" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\winclassicmax.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicMin" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\winclassicmin.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicRestore" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\winclassicrestore.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+</root> \ 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/Icon128x.ico
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/BottomLeft.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/BottomRight.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/BottomSide.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/LeftSide.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/RightSide.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/TopLeft.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/TopRight.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/TopSide.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicClose.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMax.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicMin.png
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicRestore.png
Binary files 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
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ 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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="toprightcorner.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAdSURBVBhXYzh8
+ /DQEMQDBfzBo6+oDcSDCGBwGBgAJoRsoKGRD1QAAAABJRU5ErkJggg==
+</value>
+ </data>
+ <data name="bottomrightcorner.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAdSURBVBhXYzh8
+ /DQQtXX1MQABCgdIQRCIgwAMDABm/hFrLt/K7gAAAABJRU5ErkJggg==
+</value>
+ </data>
+ <data name="bottomleftcorner.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAdSURBVBhXYzh8
+ /PT///+BJBBhcNq6+iCIAQEYGACcHRsocGQwIQAAAABJRU5ErkJggg==
+</value>
+ </data>
+ <data name="topleftcorner.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAaSURBVBhXYzh8
+ /DQcgTj/YQDKQZEBcY6fBgAaSCiZEc9BxAAAAABJRU5ErkJggg==
+</value>
+ </data>
+ <data name="left.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8
+ /PT///+B5OHjpwFB1wn9nx9JYgAAAABJRU5ErkJggg==
+</value>
+ </data>
+ <data name="right.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8
+ /DQQtXX1MTAwAAA0WgZJrWm8iAAAAABJRU5ErkJggg==
+</value>
+ </data>
+</root> \ 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..c691b41
--- /dev/null
+++ b/TimeHACK.Engine/TimeHACK.Engine.csproj
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{9477B70F-2D32-4E1D-857B-4624A1DEEB1B}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>TimeHACK.Engine</RootNamespace>
+ <AssemblyName>TimeHACK.Engine</AssemblyName>
+ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml.Linq" />
+ <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Template\WinClassic.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Template\WinClassic.Designer.cs">
+ <DependentUpon>WinClassic.cs</DependentUpon>
+ </Compile>
+ <Compile Include="WindowManager.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Template\WinClassic.resx">
+ <DependentUpon>WinClassic.cs</DependentUpon>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Resources\Icon128x.ico" />
+ <Content Include="Resources\WinClassic\Window\BottomLeft.png" />
+ <Content Include="Resources\WinClassic\Window\BottomRight.png" />
+ <Content Include="Resources\WinClassic\Window\BottomSide.png" />
+ <Content Include="Resources\WinClassic\Window\LeftSide.png" />
+ <Content Include="Resources\WinClassic\Window\RightSide.png" />
+ <Content Include="Resources\WinClassic\Window\TopLeft.png" />
+ <Content Include="Resources\WinClassic\Window\TopRight.png" />
+ <Content Include="Resources\WinClassic\Window\TopSide.png" />
+ <Content Include="Resources\WinClassic\Window\WinClassicClose.png" />
+ <Content Include="Resources\WinClassic\Window\WinClassicMax.png" />
+ <Content Include="Resources\WinClassic\Window\WinClassicMin.png" />
+ <Content Include="Resources\WinClassic\Window\WinClassicRestore.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="NewFolder1\" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project> \ No newline at end of file
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
new file mode 100644
index 0000000..540dddd
--- /dev/null
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using TimeHACK.Engine.Template;
+
+namespace TimeHACK.Engine
+{
+ class WindowManager
+ {
+ 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/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
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
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
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
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
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
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
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.OSProgramTemplates.WinClassic.resources
Binary files 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
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Properties.Resources.resources
Binary files differ
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
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources
Binary files 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..4612c54
--- /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.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