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/Properties/Resources1.Designer.cs | |
| parent | be4b7bf58fae3c0c430c25c5a110e8aa41b6b52c (diff) | |
| download | histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.tar.gz histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.tar.bz2 histacom2-70c63256ccab2b3cfc6a0dc1b0591b26932a2d10.zip | |
badxp start menu stuff
Diffstat (limited to 'Histacom2/Properties/Resources1.Designer.cs')
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 16d362c..4a3cf7a 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -2046,6 +2046,136 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuBottomCenter { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuBottomCenter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuBottomCenter2 { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuBottomCenter2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuBottomLeft { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuBottomLeft", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuBottomLeft2 { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuBottomLeft2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuBottomRight { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuBottomRight", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuBottomRight2 { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuBottomRight2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuLeft { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuLeft", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuLeftGradient { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuLeftGradient", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuRight { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuRight", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuRightGradient { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuRightGradient", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuTopCenter { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuTopCenter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuTopLeft { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuTopLeft", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + public static System.Drawing.Bitmap WinXPStartMenuTopRight { + get { + object obj = ResourceManager.GetObject("WinXPStartMenuTopRight", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinXPTaskbarBG { get { object obj = ResourceManager.GetObject("WinXPTaskbarBG", resourceCulture); |
