diff options
| author | lempamo <[email protected]> | 2017-08-24 10:53:32 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-24 10:53:32 -0400 |
| commit | 24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f (patch) | |
| tree | 79db295b73890523d29518ad1456e3fb3b07d2c2 /Histacom2/Properties/Resources1.Designer.cs | |
| parent | e88b2da2e398f78cc56728ab7ef53ef590f536dd (diff) | |
| download | histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.tar.gz histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.tar.bz2 histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.zip | |
completed guess the number and other things
Diffstat (limited to 'Histacom2/Properties/Resources1.Designer.cs')
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 100 |
1 files changed, 100 insertions, 0 deletions
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); |
