From b56050694f6473b13807a10d39881591e0f0f469 Mon Sep 17 00:00:00 2001 From: lempamo Date: Thu, 27 Jul 2017 00:25:37 -0400 Subject: the files thing, will fix in morning --- TimeHACK.Main/Properties/Resources.Designer.cs | 42 +++++++++++++++++++------- 1 file changed, 31 insertions(+), 11 deletions(-) (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs') diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index c4e9524..4abab30 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -375,16 +375,6 @@ namespace TimeHACK.Properties { } } - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap minsweeper_logo { - get { - object obj = ResourceManager.GetObject("minsweeper logo", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -400,7 +390,7 @@ namespace TimeHACK.Properties { /// internal static System.Drawing.Bitmap minsweeper_smile { get { - object obj = ResourceManager.GetObject("minsweeper smile", resourceCulture); + object obj = ResourceManager.GetObject("minsweeper_smile", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -784,6 +774,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Win95File { + get { + object obj = ResourceManager.GetObject("Win95File", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -1021,6 +1021,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicApp { + get { + object obj = ResourceManager.GetObject("WinClassicApp", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -1201,6 +1211,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicMinesweeper { + get { + object obj = ResourceManager.GetObject("WinClassicMinesweeper", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// -- cgit v1.2.3