From 29fdc4c04f031f88159d8d300329208d44ce7b9e Mon Sep 17 00:00:00 2001 From: JayXKanz666 Date: Thu, 6 Jul 2017 01:59:15 +0200 Subject: Made the Welcome screen look MUCH better Next time, Justin, do it right. ;) --- TimeHACK.Main/Properties/Resources.Designer.cs | 30 ++++++++++++++++++++++++++ 1 file changed, 30 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 abdd38c..610ce9c 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -454,6 +454,36 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap win95_splitter { + get { + object obj = ResourceManager.GetObject("win95_splitter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap win95_welcome { + get { + object obj = ResourceManager.GetObject("win95_welcome", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap win95_welcometip { + get { + object obj = ResourceManager.GetObject("win95_welcometip", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// -- cgit v1.2.3