aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-24 16:55:03 -0500
committerFloppyDiskDrive <[email protected]>2017-09-24 16:55:03 -0500
commitf5a78ea4169e1553204d908bfbc52ef7ca84b0e6 (patch)
tree66934ed62aa72e7254cde35985811d653ad2e964 /ShiftOS.Engine/Properties/Resources.Designer.cs
parent59721924f1992d8beea1c6366a4e907692de022a (diff)
downloadshiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.gz
shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.bz2
shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.zip
Fully added the infobox
Diffstat (limited to 'ShiftOS.Engine/Properties/Resources.Designer.cs')
-rw-r--r--ShiftOS.Engine/Properties/Resources.Designer.cs29
1 files changed, 29 insertions, 0 deletions
diff --git a/ShiftOS.Engine/Properties/Resources.Designer.cs b/ShiftOS.Engine/Properties/Resources.Designer.cs
index f42976a..db83dd9 100644
--- a/ShiftOS.Engine/Properties/Resources.Designer.cs
+++ b/ShiftOS.Engine/Properties/Resources.Designer.cs
@@ -63,11 +63,40 @@ namespace ShiftOS.Engine.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap iconInfoBox_fw {
+ get {
+ object obj = ResourceManager.GetObject("iconInfoBox_fw", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
+ /// </summary>
+ internal static System.IO.UnmanagedMemoryStream infobox {
+ get {
+ return ResourceManager.GetStream("infobox", resourceCulture);
+ }
+ }
+
+ /// <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 Symbolinfo {
+ get {
+ object obj = ResourceManager.GetObject("Symbolinfo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
}
}