diff options
| author | lempamo <[email protected]> | 2017-10-29 19:37:56 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-29 19:37:56 -0400 |
| commit | 508cde015e4fd3e2c5842e665c1de184ecb86e31 (patch) | |
| tree | 8aefb6b50d0334765ae69fbe25de6b42f3e4ddf0 /Histacom2/Properties | |
| parent | 4083f6792dd1414312afbcf8f7924590e037b339 (diff) | |
| download | histacom2-508cde015e4fd3e2c5842e665c1de184ecb86e31.tar.gz histacom2-508cde015e4fd3e2c5842e665c1de184ecb86e31.tar.bz2 histacom2-508cde015e4fd3e2c5842e665c1de184ecb86e31.zip | |
fixed up the windows 98 welcome
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 2ae17b9..a3ef0f7 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -2110,4 +2110,7 @@ <data name="WinXPIE6Icon" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\WinXPIE6Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="Win98Welcome" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Win98Welcome.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 af3cf47..9167764 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -1566,6 +1566,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap Win98Welcome { + get { + object obj = ResourceManager.GetObject("Win98Welcome", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinAboutSeparator95 { get { object obj = ResourceManager.GetObject("WinAboutSeparator95", resourceCulture); |
