From bb7118496a7e10c7aa34a4818a9b27d19bcf053d Mon Sep 17 00:00:00 2001 From: lempamo Date: Thu, 3 Aug 2017 14:04:33 -0400 Subject: minesweeper lcd font --- TimeHACK.Main/Properties/Resources.Designer.cs | 20 ++++++++++++++++++++ 1 file changed, 20 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 d69258f..fb32fc2 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -345,6 +345,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] Lemon_s_LCD { + get { + object obj = ResourceManager.GetObject("Lemon_s_LCD", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.Byte[]. /// @@ -365,6 +375,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap MinesweepNumBox { + get { + object obj = ResourceManager.GetObject("MinesweepNumBox", 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