diff options
| author | lempamo <[email protected]> | 2017-04-01 21:52:12 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-01 21:52:12 -0400 |
| commit | 21fe930cb2ad9fccdd304ab8b0b38fbcc79afb3a (patch) | |
| tree | ca55e2ad6e0c350982617dd73e20a3114b5a6ce0 /TimeHACK.Engine/Properties/Resources.Designer.cs | |
| parent | a0bb3219e3a015b0f9dfc7c0f4353a48b3b74b13 (diff) | |
| download | histacom2-21fe930cb2ad9fccdd304ab8b0b38fbcc79afb3a.tar.gz histacom2-21fe930cb2ad9fccdd304ab8b0b38fbcc79afb3a.tar.bz2 histacom2-21fe930cb2ad9fccdd304ab8b0b38fbcc79afb3a.zip | |
added error images for infobox
Diffstat (limited to 'TimeHACK.Engine/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Engine/Properties/Resources.Designer.cs | 40 |
1 files changed, 30 insertions, 10 deletions
diff --git a/TimeHACK.Engine/Properties/Resources.Designer.cs b/TimeHACK.Engine/Properties/Resources.Designer.cs index 334f428..b50683f 100644 --- a/TimeHACK.Engine/Properties/Resources.Designer.cs +++ b/TimeHACK.Engine/Properties/Resources.Designer.cs @@ -173,9 +173,9 @@ namespace TimeHACK.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicClose { + internal static System.Drawing.Bitmap Win95Error { get { - object obj = ResourceManager.GetObject("WinClassicClose", resourceCulture); + object obj = ResourceManager.GetObject("Win95Error", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -183,9 +183,9 @@ namespace TimeHACK.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicMax { + internal static System.Drawing.Bitmap Win95Info { get { - object obj = ResourceManager.GetObject("WinClassicMax", resourceCulture); + object obj = ResourceManager.GetObject("Win95Info", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -193,9 +193,9 @@ namespace TimeHACK.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicMin { + internal static System.Drawing.Bitmap Win95Warning { get { - object obj = ResourceManager.GetObject("WinClassicMin", resourceCulture); + object obj = ResourceManager.GetObject("Win95Warning", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -203,9 +203,29 @@ namespace TimeHACK.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicRestore { + internal static System.Drawing.Bitmap WinClassicClose { get { - object obj = ResourceManager.GetObject("WinClassicRestore", resourceCulture); + object obj = ResourceManager.GetObject("WinClassicClose", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinClassicMax { + get { + object obj = ResourceManager.GetObject("WinClassicMax", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinClassicMin { + get { + object obj = ResourceManager.GetObject("WinClassicMin", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -213,9 +233,9 @@ namespace TimeHACK.Engine.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicWarning { + internal static System.Drawing.Bitmap WinClassicRestore { get { - object obj = ResourceManager.GetObject("WinClassicWarning", resourceCulture); + object obj = ResourceManager.GetObject("WinClassicRestore", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } |
