diff options
| author | JayXKanz666 <[email protected]> | 2017-07-06 00:50:51 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-06 00:50:51 +0200 |
| commit | 17e80216f78d9985361e7a735647ac36bce1bdd7 (patch) | |
| tree | 23fb10b6a8c698bc5d6381ef9fd6bf0e8139c0c9 /TimeHACK.Engine/Properties/Resources.Designer.cs | |
| parent | 2e5b33db38b34c87c30e512eac849dd64ffc6cf1 (diff) | |
| parent | 497b5cf0971964c7dac407cb97b695d28be0c90d (diff) | |
| download | histacom2-17e80216f78d9985361e7a735647ac36bce1bdd7.tar.gz histacom2-17e80216f78d9985361e7a735647ac36bce1bdd7.tar.bz2 histacom2-17e80216f78d9985361e7a735647ac36bce1bdd7.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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); |
