diff options
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index f05a298..9646755 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -156,6 +156,16 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap LauncherSideBar { + get { + object obj = ResourceManager.GetObject("LauncherSideBar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Byte[]. /// </summary> internal static byte[] LeviWindows { @@ -436,6 +446,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win98SideBar { + get { + object obj = ResourceManager.GetObject("Win98SideBar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicAbout95 { get { object obj = ResourceManager.GetObject("WinClassicAbout95", resourceCulture); |
