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 | |
| 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')
| -rw-r--r-- | Histacom2/Properties/Resources.resx | 3 | ||||
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index 366c7a9..16044e5 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -1954,6 +1954,9 @@ <data name="IE4Home_WinTechLogo" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE4\IE4Home_WinTechLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinClassicInstallIcon" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\WinClassicInstallIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="WinClassicInstallSidebar" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\WinClassicInstallSidebar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> 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); |
