diff options
| author | lempamo <[email protected]> | 2017-07-04 00:15:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 00:15:01 -0400 |
| commit | 59c9e070258db893745f70862c4128b97a87c9fd (patch) | |
| tree | 7faf146028a29f1ad5336ea6373407e78409400f /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 34ecd67921e7205bf9f7e271458bde6d325d2753 (diff) | |
| download | histacom2-59c9e070258db893745f70862c4128b97a87c9fd.tar.gz histacom2-59c9e070258db893745f70862c4128b97a87c9fd.tar.bz2 histacom2-59c9e070258db893745f70862c4128b97a87c9fd.zip | |
some work on fixing up windows explorer
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index d0c0215..934b958 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -437,6 +437,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95DesktopIcon { + get { + object obj = ResourceManager.GetObject("Win95DesktopIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95Error { get { object obj = ResourceManager.GetObject("Win95Error", resourceCulture); @@ -447,6 +457,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95HardDiskIcon { + get { + object obj = ResourceManager.GetObject("Win95HardDiskIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <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); |
