aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-07-02 13:45:58 -0700
committerGitHub <[email protected]>2017-07-02 13:45:58 -0700
commitddbca5032ce763c43894088a5b5c0fba8f035daa (patch)
tree855e94fb60bbdaf1fbd3427ef8f46193fd22a4d7 /TimeHACK.Main/Properties/Resources.Designer.cs
parent3de51a2e1b9224e8a8355e3945e458e1651821a9 (diff)
parent71ec75dc79e2b5632216dc801dfeaf7510e25210 (diff)
downloadhistacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.tar.gz
histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.tar.bz2
histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.zip
Merge pull request #109 from jayxkanz666/master
Added lots of features to WinClassicTerminal.cs
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs80
1 files changed, 80 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index bb06f60..d0c0215 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -197,6 +197,16 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap MS_DOS {
+ get {
+ object obj = ResourceManager.GetObject("MS_DOS", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap MSExit {
get {
object obj = ResourceManager.GetObject("MSExit", resourceCulture);
@@ -327,6 +337,76 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap termCopy {
+ get {
+ object obj = ResourceManager.GetObject("termCopy", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap termFont {
+ get {
+ object obj = ResourceManager.GetObject("termFont", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap termMark {
+ get {
+ object obj = ResourceManager.GetObject("termMark", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap termMax {
+ get {
+ object obj = ResourceManager.GetObject("termMax", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap termNothing {
+ get {
+ object obj = ResourceManager.GetObject("termNothing", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap termPaste {
+ get {
+ object obj = ResourceManager.GetObject("termPaste", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap termSettings {
+ get {
+ object obj = ResourceManager.GetObject("termSettings", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap TimeHACK_Logo {
get {
object obj = ResourceManager.GetObject("TimeHACK_Logo", resourceCulture);