diff options
| author | lempamo <[email protected]> | 2017-08-18 19:18:17 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-18 19:18:17 -0400 |
| commit | 085ae85fd59c87df05e8f58009f04cdfc2bd7d8d (patch) | |
| tree | 0fa2fcd816b289461478c320725912778afe7018 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 3399ab978ca11faee44803d2b7c5f0f06855504a (diff) | |
| download | histacom2-085ae85fd59c87df05e8f58009f04cdfc2bd7d8d.tar.gz histacom2-085ae85fd59c87df05e8f58009f04cdfc2bd7d8d.tar.bz2 histacom2-085ae85fd59c87df05e8f58009f04cdfc2bd7d8d.zip | |
got rid of excess returntype things and did a thing to IE3
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -257,6 +257,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap IE3_RefreshHover { + get { + object obj = ResourceManager.GetObject("IE3_RefreshHover", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap IE3_Stop { get { object obj = ResourceManager.GetObject("IE3_Stop", resourceCulture); |
