aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Properties
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-26 11:28:05 -0600
committerAShifter <[email protected]>2017-03-26 11:28:24 -0600
commitf16f3a8a3df33f46c4ec6c864447cced97c0f034 (patch)
tree6c06d045bd7afa16c89b63c01c41b2ace019ff8b /TimeHACK.Engine/Properties
parenta7128e18c33b39b6253f9af3022fb1a47b1ac5f1 (diff)
downloadhistacom2-f16f3a8a3df33f46c4ec6c864447cced97c0f034.tar.gz
histacom2-f16f3a8a3df33f46c4ec6c864447cced97c0f034.tar.bz2
histacom2-f16f3a8a3df33f46c4ec6c864447cced97c0f034.zip
Finished WindowManager.cs
I HOPE YOU LIKE IT HONEYFRY
Diffstat (limited to 'TimeHACK.Engine/Properties')
-rw-r--r--TimeHACK.Engine/Properties/Resources.Designer.cs10
-rw-r--r--TimeHACK.Engine/Properties/Resources.resx3
2 files changed, 13 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Properties/Resources.Designer.cs b/TimeHACK.Engine/Properties/Resources.Designer.cs
index de94a30..a5a90ba 100644
--- a/TimeHACK.Engine/Properties/Resources.Designer.cs
+++ b/TimeHACK.Engine/Properties/Resources.Designer.cs
@@ -103,6 +103,16 @@ namespace TimeHACK.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap nullIcon {
+ get {
+ object obj = ResourceManager.GetObject("nullIcon", 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);
diff --git a/TimeHACK.Engine/Properties/Resources.resx b/TimeHACK.Engine/Properties/Resources.resx
index f63b0e2..ff58fbd 100644
--- a/TimeHACK.Engine/Properties/Resources.resx
+++ b/TimeHACK.Engine/Properties/Resources.resx
@@ -130,6 +130,9 @@
<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="nullIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\resources\winclassic\window\nullicon.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>