diff options
| author | lempamo <[email protected]> | 2017-09-23 10:29:27 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-23 10:29:27 -0400 |
| commit | 245a7c360bf2b6a6892abd32d3693847103d1132 (patch) | |
| tree | 7f1bd8cd32dfe6ec350ff5685b41582323b9e376 /Histacom2/Properties/Resources1.Designer.cs | |
| parent | bd74f334cf0a2fcb4f98b1d33fa909bce766d02b (diff) | |
| download | histacom2-245a7c360bf2b6a6892abd32d3693847103d1132.tar.gz histacom2-245a7c360bf2b6a6892abd32d3693847103d1132.tar.bz2 histacom2-245a7c360bf2b6a6892abd32d3693847103d1132.zip | |
added directory pane to installer
Diffstat (limited to 'Histacom2/Properties/Resources1.Designer.cs')
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 465250d..8c290f0 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -1706,6 +1706,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap WinClassicInstallIcon { + get { + object obj = ResourceManager.GetObject("WinClassicInstallIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinClassicInstallPic { get { object obj = ResourceManager.GetObject("WinClassicInstallPic", resourceCulture); |
