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 | |
| 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')
| -rw-r--r-- | TimeHACK.Engine/Properties/Resources.Designer.cs | 40 | ||||
| -rw-r--r-- | TimeHACK.Engine/Properties/Resources.resx | 10 |
2 files changed, 38 insertions, 12 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)); } } diff --git a/TimeHACK.Engine/Properties/Resources.resx b/TimeHACK.Engine/Properties/Resources.resx index 2763fc4..aa281d1 100644 --- a/TimeHACK.Engine/Properties/Resources.resx +++ b/TimeHACK.Engine/Properties/Resources.resx @@ -163,7 +163,13 @@ <data name="WinClassicRestore" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\winclassic\window\winclassicrestore.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="WinClassicWarning" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\resources\winclassic\window\winclassicwarning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + <data name="Win95Error" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Window\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="Win95Info" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Window\Win95Info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="Win95Warning" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Window\Win95Warning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> </root>
\ No newline at end of file |
