aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/Properties
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-24 10:53:32 -0400
committerlempamo <[email protected]>2017-08-24 10:53:32 -0400
commit24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f (patch)
tree79db295b73890523d29518ad1456e3fb3b07d2c2 /Histacom2/Properties
parente88b2da2e398f78cc56728ab7ef53ef590f536dd (diff)
downloadhistacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.tar.gz
histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.tar.bz2
histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.zip
completed guess the number and other things
Diffstat (limited to 'Histacom2/Properties')
-rw-r--r--Histacom2/Properties/Resources.resx30
-rw-r--r--Histacom2/Properties/Resources1.Designer.cs100
2 files changed, 130 insertions, 0 deletions
diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx
index 7cdf3e4..c58cdda 100644
--- a/Histacom2/Properties/Resources.resx
+++ b/Histacom2/Properties/Resources.resx
@@ -1891,7 +1891,37 @@
<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="GTN95_Correct" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\GuessTheNumber\GTN95_Correct.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="GTN95_Error" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\GuessTheNumber\GTN95_Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="GTN95_Lower" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\GuessTheNumber\GTN95_Lower.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>
+ <data name="TimeDistorter1" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\TimeDistorter1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="TimeDistorter1Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\TimeDistorter1Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicFTP" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\WinClassicFTP.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicFTPIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\WinClassicFTPIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicGTN" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\WinClassicGTN.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicGTNIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\WinClassicGTNIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicWebchat" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\WinClassicWebchat.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 acc22e2..6b2342b 100644
--- a/Histacom2/Properties/Resources1.Designer.cs
+++ b/Histacom2/Properties/Resources1.Designer.cs
@@ -227,6 +227,26 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap GTN95_Correct {
+ get {
+ object obj = ResourceManager.GetObject("GTN95_Correct", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap GTN95_Error {
+ get {
+ object obj = ResourceManager.GetObject("GTN95_Error", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap GTN95_Higher {
get {
object obj = ResourceManager.GetObject("GTN95_Higher", resourceCulture);
@@ -237,6 +257,16 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap GTN95_Lower {
+ get {
+ object obj = ResourceManager.GetObject("GTN95_Lower", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap GTN95_Restart {
get {
object obj = ResourceManager.GetObject("GTN95_Restart", resourceCulture);
@@ -956,6 +986,26 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap TimeDistorter1 {
+ get {
+ object obj = ResourceManager.GetObject("TimeDistorter1", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap TimeDistorter1Icon {
+ get {
+ object obj = ResourceManager.GetObject("TimeDistorter1Icon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap TrueColor {
get {
object obj = ResourceManager.GetObject("TrueColor", resourceCulture);
@@ -1476,6 +1526,26 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap WinClassicFTP {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicFTP", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap WinClassicFTPIcon {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicFTPIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap WinClassicGENERALApplicationToolbarBackground {
get {
object obj = ResourceManager.GetObject("WinClassicGENERALApplicationToolbarBackground", resourceCulture);
@@ -1486,6 +1556,26 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap WinClassicGTN {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicGTN", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap WinClassicGTNIcon {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicGTNIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap WinClassicHelp {
get {
object obj = ResourceManager.GetObject("WinClassicHelp", resourceCulture);
@@ -1806,6 +1896,16 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap WinClassicWebchat {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicWebchat", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap WinClassicWordpad {
get {
object obj = ResourceManager.GetObject("WinClassicWordpad", resourceCulture);