diff options
| author | lempamo <[email protected]> | 2017-07-05 09:51:37 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-05 09:51:37 -0400 |
| commit | 1babfac033b8add0dee2a8c9a4b34fd6f90ac222 (patch) | |
| tree | b0a444a969b1707a38c962f78362f54d87dd96bb /TimeHACK.Engine/Properties/Resources.Designer.cs | |
| parent | 6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (diff) | |
| download | histacom2-1babfac033b8add0dee2a8c9a4b34fd6f90ac222.tar.gz histacom2-1babfac033b8add0dee2a8c9a4b34fd6f90ac222.tar.bz2 histacom2-1babfac033b8add0dee2a8c9a4b34fd6f90ac222.zip | |
Some more theme things
Diffstat (limited to 'TimeHACK.Engine/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Engine/Properties/Resources.Designer.cs | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Properties/Resources.Designer.cs b/TimeHACK.Engine/Properties/Resources.Designer.cs index 0153858..e8b970e 100644 --- a/TimeHACK.Engine/Properties/Resources.Designer.cs +++ b/TimeHACK.Engine/Properties/Resources.Designer.cs @@ -200,6 +200,33 @@ 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 Win95PlusDangerousCreaturesStart { + get { + return ResourceManager.GetStream("Win95PlusDangerousCreaturesStart", resourceCulture); + } + } + + /// <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); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream Win95Stop { + get { + return ResourceManager.GetStream("Win95Stop", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap Win95Warning { @@ -210,6 +237,24 @@ 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 Win98Start { + get { + return ResourceManager.GetStream("Win98Start", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream Win98Stop { + get { + return ResourceManager.GetStream("Win98Stop", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap WinAboutSeparator95 { |
