diff options
| author | lempamo <[email protected]> | 2017-10-20 16:35:53 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-20 16:35:53 -0400 |
| commit | 70c63256ccab2b3cfc6a0dc1b0591b26932a2d10 (patch) | |
| tree | 565afabbe71dc50d943f318647686f0d0152852a /Histacom2.Engine/Properties | |
| parent | be4b7bf58fae3c0c430c25c5a110e8aa41b6b52c (diff) | |
| download | histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.tar.gz histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.tar.bz2 histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.zip | |
badxp start menu stuff
Diffstat (limited to 'Histacom2.Engine/Properties')
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.Designer.cs | 19 | ||||
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.resx | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/Histacom2.Engine/Properties/Resources.Designer.cs b/Histacom2.Engine/Properties/Resources.Designer.cs index 949a91c..cef46fa 100644 --- a/Histacom2.Engine/Properties/Resources.Designer.cs +++ b/Histacom2.Engine/Properties/Resources.Designer.cs @@ -287,6 +287,15 @@ namespace Histacom2.Engine.Properties { } /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + public static System.IO.UnmanagedMemoryStream WinBadXPStart { + get { + return ResourceManager.GetStream("WinBadXPStart", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> public static System.Drawing.Bitmap WinClassicBottomLeft { @@ -535,5 +544,15 @@ namespace Histacom2.Engine.Properties { return ((System.Drawing.Bitmap)(obj)); } } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPWallpaper { + get { + object obj = ResourceManager.GetObject("WinXPWallpaper", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } diff --git a/Histacom2.Engine/Properties/Resources.resx b/Histacom2.Engine/Properties/Resources.resx index a6faf66..61982fa 100644 --- a/Histacom2.Engine/Properties/Resources.resx +++ b/Histacom2.Engine/Properties/Resources.resx @@ -265,4 +265,10 @@ <data name="WinXP_TopRight" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\winxp\window\winxp_trcorner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinBadXPStart" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinBadXPStart.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> + <data name="WinXPWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinXPWallpaper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
