diff options
| author | lempamo <[email protected]> | 2017-07-05 18:41:55 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-05 18:41:55 -0400 |
| commit | 497b5cf0971964c7dac407cb97b695d28be0c90d (patch) | |
| tree | 23fb10b6a8c698bc5d6381ef9fd6bf0e8139c0c9 /TimeHACK.Engine/Properties/Resources.Designer.cs | |
| parent | fa18e32a23d001d75afdc550742eeb89e1608328 (diff) | |
| download | histacom2-497b5cf0971964c7dac407cb97b695d28be0c90d.tar.gz histacom2-497b5cf0971964c7dac407cb97b695d28be0c90d.tar.bz2 histacom2-497b5cf0971964c7dac407cb97b695d28be0c90d.zip | |
Added "Inside Your Computer" Theme
Diffstat (limited to 'TimeHACK.Engine/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Engine/Properties/Resources.Designer.cs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Properties/Resources.Designer.cs b/TimeHACK.Engine/Properties/Resources.Designer.cs index b0186e9..6801231 100644 --- a/TimeHACK.Engine/Properties/Resources.Designer.cs +++ b/TimeHACK.Engine/Properties/Resources.Designer.cs @@ -221,6 +221,34 @@ namespace TimeHACK.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// </summary> + internal static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStart { + get { + return ResourceManager.GetStream("Win95PlusInsideComputerStart", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStop { + get { + return ResourceManager.GetStream("Win95PlusInsideComputerStop", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap Win95PlusInsideComputerWallpaper { + get { + object obj = ResourceManager.GetObject("Win95PlusInsideComputerWallpaper", 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 Win95Start { get { return ResourceManager.GetStream("Win95Start", resourceCulture); |
