From 4af9777601e85fa948bf2e246798f60f6eae2f49 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 1 Jul 2017 15:49:09 -0400 Subject: improved launcher --- TimeHACK.Main/Properties/Resources.Designer.cs | 20 ++++++++++++++++++++ TimeHACK.Main/Properties/Resources.resx | 6 ++++++ 2 files changed, 26 insertions(+) (limited to 'TimeHACK.Main/Properties') 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 @@ -155,6 +155,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap LauncherSideBar { + get { + object obj = ResourceManager.GetObject("LauncherSideBar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Byte[]. /// @@ -433,6 +443,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Win98SideBar { + get { + object obj = ResourceManager.GetObject("Win98SideBar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index e2ac293..f865599 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -501,4 +501,10 @@ } } + + ..\Resources\WinClassic\Win98SideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\WinClassic\LauncherSideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file -- cgit v1.2.3