diff options
| author | lempamo <[email protected]> | 2017-08-23 19:20:25 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-23 19:20:25 -0400 |
| commit | e88b2da2e398f78cc56728ab7ef53ef590f536dd (patch) | |
| tree | d9cbd87ac9d45edc4ee32118356299028c310e78 /Histacom2/Properties | |
| parent | 3306d36ecbc024775972e5cf7971b2a7a70671d0 (diff) | |
| download | histacom2-e88b2da2e398f78cc56728ab7ef53ef590f536dd.tar.gz histacom2-e88b2da2e398f78cc56728ab7ef53ef590f536dd.tar.bz2 histacom2-e88b2da2e398f78cc56728ab7ef53ef590f536dd.zip | |
new title screen
Diffstat (limited to 'Histacom2/Properties')
| -rw-r--r-- | Histacom2/Properties/Resources.resx | 6 | ||||
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 20 |
2 files changed, 26 insertions, 0 deletions
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 @@ ] }</value> </data> + <data name="CopyrightNotice" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\TitleScreen\CopyrightNotice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="HistacomIcon" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\HistacomIcon.ico;System.Drawing.Icon, 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 63d2917..acc22e2 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -148,6 +148,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap CopyrightNotice { + get { + object obj = ResourceManager.GetObject("CopyrightNotice", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap DCTheme_BG { get { object obj = ResourceManager.GetObject("DCTheme_BG", resourceCulture); @@ -257,6 +267,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// </summary> + public static System.Drawing.Icon HistacomIcon { + get { + object obj = ResourceManager.GetObject("HistacomIcon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// </summary> public static System.Drawing.Icon Icon128x { get { object obj = ResourceManager.GetObject("Icon128x", resourceCulture); |
