diff options
| author | lempamo <[email protected]> | 2017-08-17 14:10:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-17 14:10:30 -0400 |
| commit | cba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch) | |
| tree | 9cb7d978a7085710680246e5b9b73276d69b5b09 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 48fb80e89674127f89508ed2293cc591aaf6af4b (diff) | |
| download | histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2 histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip | |
IE4 is now IE3
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 52ccfa1..8f67f81 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -207,6 +207,86 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap IE3_Back { + get { + object obj = ResourceManager.GetObject("IE3_Back", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap IE3_BackHover { + get { + object obj = ResourceManager.GetObject("IE3_BackHover", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap IE3_Forward { + get { + object obj = ResourceManager.GetObject("IE3_Forward", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap IE3_ForwardHover { + get { + object obj = ResourceManager.GetObject("IE3_ForwardHover", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap IE3_Refresh { + get { + object obj = ResourceManager.GetObject("IE3_Refresh", 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); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap IE3_StopHover { + get { + object obj = ResourceManager.GetObject("IE3_StopHover", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap IE3_SwirlyThings { + get { + object obj = ResourceManager.GetObject("IE3_SwirlyThings", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap ie4_back { get { object obj = ResourceManager.GetObject("ie4_back", resourceCulture); |
