From e88b2da2e398f78cc56728ab7ef53ef590f536dd Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 23 Aug 2017 19:20:25 -0400 Subject: new title screen --- Histacom2/Properties/Resources.resx | 6 ++++++ Histacom2/Properties/Resources1.Designer.cs | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) (limited to 'Histacom2/Properties') diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index 3631718..7cdf3e4 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -1888,4 +1888,10 @@ ] } + + ..\Resources\TitleScreen\CopyrightNotice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\HistacomIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 63d2917..acc22e2 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -145,6 +145,16 @@ namespace Histacom2.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + public static System.Drawing.Bitmap CopyrightNotice { + get { + object obj = ResourceManager.GetObject("CopyrightNotice", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -254,6 +264,16 @@ namespace Histacom2.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + public static System.Drawing.Icon HistacomIcon { + get { + object obj = ResourceManager.GetObject("HistacomIcon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// -- cgit v1.2.3