From 085ae85fd59c87df05e8f58009f04cdfc2bd7d8d Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 18 Aug 2017 19:18:17 -0400 Subject: got rid of excess returntype things and did a thing to IE3 --- TimeHACK.Main/Properties/Resources.Designer.cs | 10 ++++++++++ TimeHACK.Main/Properties/Resources.resx | 3 +++ 2 files changed, 13 insertions(+) (limited to 'TimeHACK.Main/Properties') diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 8f67f81..cbdc265 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -254,6 +254,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap IE3_RefreshHover { + get { + object obj = ResourceManager.GetObject("IE3_RefreshHover", 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 6605b13..b86487a 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -801,6 +801,9 @@ ..\Resources\IE3\IE3_Refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\IE3\IE3_RefreshHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\IE3\IE3_StopHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -- cgit v1.2.3