diff options
| author | lempamo <[email protected]> | 2017-04-29 12:10:34 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-29 12:10:34 -0400 |
| commit | 7f780587c46e9bd5ef1764d18285c8bc47003802 (patch) | |
| tree | 850d95ba58f67e415edc6ada51bcf6dfb0f69583 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 18b10c1d62896c67e82e4a358f9ccfb45c32b5dc (diff) | |
| download | histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.tar.gz histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.tar.bz2 histacom2-7f780587c46e9bd5ef1764d18285c8bc47003802.zip | |
fixed crashing apps
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index d3e1e6a..de33587 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -296,6 +296,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95IconIE4 { + get { + object obj = ResourceManager.GetObject("Win95IconIE4", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95IconNotepad { get { object obj = ResourceManager.GetObject("Win95IconNotepad", resourceCulture); @@ -306,6 +316,26 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95IconNotepad_2 { + get { + object obj = ResourceManager.GetObject("Win95IconNotepad_2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap Win95IconWordpad { + get { + object obj = ResourceManager.GetObject("Win95IconWordpad", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95Info { get { object obj = ResourceManager.GetObject("Win95Info", resourceCulture); |
