From cc5a8d36ceac1567eebe946c3c6cbd0813a854c1 Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Wed, 26 Jul 2017 20:53:04 -0400 Subject: VERY VERY VERY BASIC Minsweeper Took me a ton of time to get the game and square files working. Now all thats left is the sad face, about box, difficulties, acheivements, and pixel perfect (tradmarked) --- TimeHACK.Main/Properties/Resources.Designer.cs | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (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 a06fbff..c4e9524 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -365,6 +365,46 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap minsweeper_flag { + get { + object obj = ResourceManager.GetObject("minsweeper_flag", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 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. + /// + internal static System.Drawing.Bitmap minsweeper_sad { + get { + object obj = ResourceManager.GetObject("minsweeper_sad", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap minsweeper_smile { + get { + object obj = ResourceManager.GetObject("minsweeper smile", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// -- cgit v1.2.3