HUGE OVERHAUL
Added TimeHACK.Engine - Starting a new engine system to render Operating System borders Made more changes ( ͡° ͜ʖ ͡°)
36
TimeHACK.Engine/Properties/AssemblyInfo.cs
Normal file
|
@ -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")]
|
183
TimeHACK.Engine/Properties/Resources.Designer.cs
generated
Normal file
|
@ -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));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
157
TimeHACK.Engine/Properties/Resources.resx
Normal file
|
@ -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>
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 229 B |
248
TimeHACK.Engine/Template/WinClassic.Designer.cs
generated
Normal file
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
20
TimeHACK.Engine/Template/WinClassic.cs
Normal file
|
@ -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();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
84
TimeHACK.Engine/TimeHACK.Engine.csproj
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
<?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>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
</Project>
|
16
TimeHACK.Engine/WindowManager.cs
Normal file
|
@ -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)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -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
|
3
TimeHACK.Main/.vs/ProjectSettings.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"CurrentProjectSetting": null
|
||||||
|
}
|
7
TimeHACK.Main/.vs/VSWorkspaceState.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"ExpandedNodes": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"SelectedNode": "\\TitleScreen.Designer.cs",
|
||||||
|
"PreviewInSolutionExplorer": false
|
||||||
|
}
|
BIN
TimeHACK.Main/.vs/slnx.sqlite
Normal file
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 859 KiB After Width: | Height: | Size: 859 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 835 B After Width: | Height: | Size: 835 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 439 B After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 461 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |
3
TimeHACK.Main/Resources/WinClassic/desktop.ini
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[LocalizedFileNames]
|
||||||
|
settings pic start.png=@settings pic start.png,0
|
||||||
|
windows 95 sidemenustart.bmp=@windows 95 sidemenustart.bmp,0
|
|
@ -91,7 +91,8 @@
|
||||||
<SignManifests>false</SignManifests>
|
<SignManifests>false</SignManifests>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>Resources\Icon128x.ico</ApplicationIcon>
|
<ApplicationIcon>
|
||||||
|
</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignAssembly>false</SignAssembly>
|
<SignAssembly>false</SignAssembly>
|
||||||
|
@ -114,12 +115,17 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="ExtraEntry.cs" />
|
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="WinClassicForms\TestApp.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="WinClassicForms\TestApp.Designer.cs">
|
||||||
|
<DependentUpon>TestApp.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="WinClassicForms\WinClassicTemplate.cs">
|
<Compile Include="WinClassicForms\WinClassicTemplate.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -204,7 +210,7 @@
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Resources\EULA.txt" />
|
<Content Include="Resources\12padams_EULA.txt" />
|
||||||
<Content Include="Resources\Icon128x.ico" />
|
<Content Include="Resources\Icon128x.ico" />
|
||||||
<Content Include="Resources\TitleScreen\Exit.png" />
|
<Content Include="Resources\TitleScreen\Exit.png" />
|
||||||
<Content Include="Resources\TitleScreen\LoadGame.png" />
|
<Content Include="Resources\TitleScreen\LoadGame.png" />
|
||||||
|
@ -253,6 +259,12 @@
|
||||||
<Content Include="Resources\WinClassic\Window\WinClassicMax.png" />
|
<Content Include="Resources\WinClassic\Window\WinClassicMax.png" />
|
||||||
<Content Include="Resources\WinClassic\Window\WinClassicMin.png" />
|
<Content Include="Resources\WinClassic\Window\WinClassicMin.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\TimeHACK.Engine\TimeHACK.Engine.csproj">
|
||||||
|
<Project>{9477b70f-2d32-4e1d-857b-4624a1deeb1b}</Project>
|
||||||
|
<Name>TimeHACK.Engine</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
37
TimeHACK.Main/WinClassicForms/TestApp.Designer.cs
generated
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
namespace TimeHACK.WinClassicForms
|
||||||
|
{
|
||||||
|
partial class TestApp
|
||||||
|
{
|
||||||
|
/// <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 Component 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()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
25
TimeHACK.Main/WinClassicForms/TestApp.cs
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Data;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using TimeHACK.Engine.Template;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace TimeHACK.WinClassicForms
|
||||||
|
{
|
||||||
|
public partial class TestApp : UserControl
|
||||||
|
{
|
||||||
|
public TestApp()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
113
TimeHACK.Main/WinClassicForms/WinClassicIE4.cs
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
using System;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace TimeHACK
|
||||||
|
{
|
||||||
|
public partial class WinClassicIE4 : Form
|
||||||
|
{
|
||||||
|
public WinClassicIE4()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public const int WM_NCLBUTTONDOWN = 0xA1;
|
||||||
|
public const int HT_CAPTION = 0x2;
|
||||||
|
|
||||||
|
[DllImportAttribute("user32.dll")]
|
||||||
|
public static extern int SendMessage(IntPtr hWnd,
|
||||||
|
int Msg, int wParam, int lParam);
|
||||||
|
[DllImportAttribute("user32.dll")]
|
||||||
|
public static extern bool ReleaseCapture();
|
||||||
|
|
||||||
|
private void programtopbar_drag(object sender, MouseEventArgs e)
|
||||||
|
{
|
||||||
|
if (e.Button == MouseButtons.Left)
|
||||||
|
{
|
||||||
|
ReleaseCapture();
|
||||||
|
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void WinClassicIE4_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
welcomeinternetscreen.Show();
|
||||||
|
welcomeinternetscreen.Dock = DockStyle.Fill;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void hidePrograms()
|
||||||
|
{
|
||||||
|
googlemain.Hide();
|
||||||
|
welcomeinternetscreen.Hide();
|
||||||
|
googleprototype.Hide();
|
||||||
|
googlealpha.Hide();
|
||||||
|
padamsmain.Hide();
|
||||||
|
hotmailmain.Hide();
|
||||||
|
padamsbackgrounds.Hide();
|
||||||
|
skindows95advertisment.Hide();
|
||||||
|
secretwebsite.Hide();
|
||||||
|
padamshidden.Hide();
|
||||||
|
email1.Hide();
|
||||||
|
email2.Hide();
|
||||||
|
email3.Hide();
|
||||||
|
hotmailpadams.Hide();
|
||||||
|
webBrowser1.Hide();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LinkLabel15_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
googlemain.Dock = DockStyle.Fill;
|
||||||
|
googlemain.Show();
|
||||||
|
addressbar.Text = "www.google.com";
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LinkLabel16_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
padamsmain.Dock = DockStyle.Fill;
|
||||||
|
padamsmain.Show();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void closebutton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.Close();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void googleprototypelink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
googleprototype.Dock = DockStyle.Fill;
|
||||||
|
googleprototype.Show();
|
||||||
|
addressbar.Text = "www.google.stanford.edu";
|
||||||
|
}
|
||||||
|
|
||||||
|
private void googlebetalink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
googlealpha.Dock = DockStyle.Fill;
|
||||||
|
googlealpha.Show();
|
||||||
|
addressbar.Text = "www.alpha.google.com";
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Label20_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
padamshidden.Dock = DockStyle.Fill;
|
||||||
|
padamshidden.Show();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void linkLabel19_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
hidePrograms();
|
||||||
|
webBrowser1.Dock = DockStyle.Fill;
|
||||||
|
webBrowser1.Show();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Button12_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|