aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/Properties/Resources.Designer.cs40
-rw-r--r--TimeHACK.Engine/Properties/Resources.resx10
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.pngbin0 -> 429 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.pngbin0 -> 384 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.pngbin0 -> 432 bytes
-rw-r--r--TimeHACK.Engine/Resources/WinClassic/Window/WinClassicWarning.pngbin562 -> 0 bytes
-rw-r--r--TimeHACK.Engine/Template/Infobox95.Designer.cs2
-rw-r--r--TimeHACK.Engine/WindowManager.cs2
-rw-r--r--TimeHACK.Engine/bin/Release/TimeHACK.Engine.dllbin126976 -> 126976 bytes
-rw-r--r--TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdbbin32256 -> 32256 bytes
-rw-r--r--TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cachebin8490 -> 9077 bytes
-rw-r--r--TimeHACK.Engine/obj/Release/TempPE/Properties.Resources.Designer.cs.dllbin5120 -> 5120 bytes
-rw-r--r--TimeHACK.Engine/obj/Release/TimeHACK.Engine.dllbin126976 -> 126976 bytes
-rw-r--r--TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdbbin32256 -> 32256 bytes
14 files changed, 40 insertions, 14 deletions
diff --git a/TimeHACK.Engine/Properties/Resources.Designer.cs b/TimeHACK.Engine/Properties/Resources.Designer.cs
index 334f428..b50683f 100644
--- a/TimeHACK.Engine/Properties/Resources.Designer.cs
+++ b/TimeHACK.Engine/Properties/Resources.Designer.cs
@@ -173,9 +173,9 @@ namespace TimeHACK.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap WinClassicClose {
+ internal static System.Drawing.Bitmap Win95Error {
get {
- object obj = ResourceManager.GetObject("WinClassicClose", resourceCulture);
+ object obj = ResourceManager.GetObject("Win95Error", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
@@ -183,9 +183,9 @@ namespace TimeHACK.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap WinClassicMax {
+ internal static System.Drawing.Bitmap Win95Info {
get {
- object obj = ResourceManager.GetObject("WinClassicMax", resourceCulture);
+ object obj = ResourceManager.GetObject("Win95Info", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
@@ -193,9 +193,9 @@ namespace TimeHACK.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap WinClassicMin {
+ internal static System.Drawing.Bitmap Win95Warning {
get {
- object obj = ResourceManager.GetObject("WinClassicMin", resourceCulture);
+ object obj = ResourceManager.GetObject("Win95Warning", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
@@ -203,9 +203,29 @@ namespace TimeHACK.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap WinClassicRestore {
+ internal static System.Drawing.Bitmap WinClassicClose {
get {
- object obj = ResourceManager.GetObject("WinClassicRestore", resourceCulture);
+ 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));
}
}
@@ -213,9 +233,9 @@ namespace TimeHACK.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
- internal static System.Drawing.Bitmap WinClassicWarning {
+ internal static System.Drawing.Bitmap WinClassicRestore {
get {
- object obj = ResourceManager.GetObject("WinClassicWarning", resourceCulture);
+ 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
index 2763fc4..aa281d1 100644
--- a/TimeHACK.Engine/Properties/Resources.resx
+++ b/TimeHACK.Engine/Properties/Resources.resx
@@ -163,7 +163,13 @@
<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>
- <data name="WinClassicWarning" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\resources\winclassic\window\winclassicwarning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ <data name="Win95Error" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Window\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95Info" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Window\Win95Info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95Warning" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Window\Win95Warning.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/WinClassic/Window/Win95Error.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.png
new file mode 100644
index 0000000..4667e9d
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Error.png
Binary files differ
diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png
new file mode 100644
index 0000000..5d2018a
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Info.png
Binary files differ
diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png
new file mode 100644
index 0000000..8e01535
--- /dev/null
+++ b/TimeHACK.Engine/Resources/WinClassic/Window/Win95Warning.png
Binary files differ
diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicWarning.png b/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicWarning.png
deleted file mode 100644
index 7e2e59c..0000000
--- a/TimeHACK.Engine/Resources/WinClassic/Window/WinClassicWarning.png
+++ /dev/null
Binary files differ
diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs
index cb69fac..d15dea3 100644
--- a/TimeHACK.Engine/Template/Infobox95.Designer.cs
+++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs
@@ -87,7 +87,7 @@
// pictureBox1
//
this.pictureBox1.ErrorImage = null;
- this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicWarning;
+ this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.Win95Warning;
this.pictureBox1.InitialImage = null;
this.pictureBox1.Location = new System.Drawing.Point(8, 33);
this.pictureBox1.Name = "pictureBox1";
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index be73ab2..65a0ec5 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -58,7 +58,7 @@ namespace TimeHACK.Engine
return app;
}
- public Infobox95 startInfobox95(String title, String text)
+ public Infobox95 startInfobox95(String title, String text, Image erroricon)
{
Infobox95 app = new Infobox95();
app.Title.Text = title;
diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll
index ef04c2a..0a13d8f 100644
--- a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll
+++ b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll
Binary files differ
diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb
index 01a4f90..80b705d 100644
--- a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb
+++ b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb
Binary files differ
diff --git a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 9381462..d960576 100644
--- a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ
diff --git a/TimeHACK.Engine/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Engine/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
index dbb0d34..eeaa15b 100644
--- a/TimeHACK.Engine/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
+++ b/TimeHACK.Engine/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
Binary files differ
diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll
index ef04c2a..0a13d8f 100644
--- a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll
+++ b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll
Binary files differ
diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb
index 01a4f90..80b705d 100644
--- a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb
+++ b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb
Binary files differ