aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Properties
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-22 11:29:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-22 11:29:48 +0100
commit64aba62685ea387b0637560b225d80cdc14629e9 (patch)
tree4b1b86d70e9f9fdcf09a3d160a4bd5376db87ab9 /TimeHACK.Main/Properties
parent294592d1bcb6886863fd1d9a4b21936e98cd7f46 (diff)
downloadhistacom2-64aba62685ea387b0637560b225d80cdc14629e9.tar.gz
histacom2-64aba62685ea387b0637560b225d80cdc14629e9.tar.bz2
histacom2-64aba62685ea387b0637560b225d80cdc14629e9.zip
Fully working Web View Part 1
Diffstat (limited to 'TimeHACK.Main/Properties')
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs20
-rw-r--r--TimeHACK.Main/Properties/Resources.resx6
2 files changed, 26 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index 3603469..a06fbff 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -657,6 +657,16 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap Win2000WebBackground {
+ get {
+ object obj = ResourceManager.GetObject("Win2000WebBackground", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap win95_splitter {
get {
object obj = ResourceManager.GetObject("win95_splitter", resourceCulture);
@@ -904,6 +914,16 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap Win98WebBackground {
+ get {
+ object obj = ResourceManager.GetObject("Win98WebBackground", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap WinAboutSeparator95 {
get {
object obj = ResourceManager.GetObject("WinAboutSeparator95", resourceCulture);
diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx
index e8ffa48..0ac8d00 100644
--- a/TimeHACK.Main/Properties/Resources.resx
+++ b/TimeHACK.Main/Properties/Resources.resx
@@ -660,6 +660,12 @@
<data name="WinClassicGENERALApplicationToolbarBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\WinClassicGENERALApplicationToolBoxBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="Win2000WebBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Win2000WebBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win98WebBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\Win98WebBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
<data name="XCross" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\XCross.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>