diff options
| author | lempamo <[email protected]> | 2017-09-22 21:18:09 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-22 21:18:09 -0400 |
| commit | bd74f334cf0a2fcb4f98b1d33fa909bce766d02b (patch) | |
| tree | 6b92605494e319ae5f94f33a2d44742b935b8fe0 /Histacom2/Properties | |
| parent | 2968c39415d6f4ea4db275d1fc12861843616ae9 (diff) | |
| download | histacom2-bd74f334cf0a2fcb4f98b1d33fa909bce766d02b.tar.gz histacom2-bd74f334cf0a2fcb4f98b1d33fa909bce766d02b.tar.bz2 histacom2-bd74f334cf0a2fcb4f98b1d33fa909bce766d02b.zip | |
new installer prototype
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 465f30a..366c7a9 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -1954,4 +1954,7 @@ <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="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> </root>
\ No newline at end of file diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index d8580ec..465250d 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -1716,6 +1716,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap WinClassicInstallSidebar { + get { + object obj = ResourceManager.GetObject("WinClassicInstallSidebar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinClassicMinesweeper { get { object obj = ResourceManager.GetObject("WinClassicMinesweeper", resourceCulture); |
