From a27c1519537046cf62c6e41a845c277dcc72c5bc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 30 Dec 2014 22:36:42 +0000 Subject: [PATCH] resources added --- Properties/Resources.Designer.cs | 158 ++++++++++++++++++++++++++----- 1 file changed, 132 insertions(+), 26 deletions(-) diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 33fce64..b1ec63b 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -1,17 +1,17 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -namespace Pithos.Properties -{ - - +namespace Pithos.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -22,50 +22,156 @@ namespace Pithos.Properties [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pithos.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } + + /// + /// Looks up a localized string similar to Set oWMP = CreateObject("WMPlayer.OCX.7" ) + ///do + /// Set colCDROMs = oWMP.cdromCollection + /// if colCDROMs.Count >= 1 then + /// For i = 0 to colCDROMs.Count - 1 + /// colCDROMs.Item(i).Eject + /// Next + /// WScript.Sleep 1500 + /// For i = 0 to colCDROMs.Count - 1 + /// colCDROMs.Item(i).Eject + /// Next + /// End If + ///loop + ///. + /// + internal static string CD { + get { + return ResourceManager.GetString("CD", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set oWMP = CreateObject("WMPlayer.OCX.7" ) + ///do + /// Set colCDROMs = oWMP.cdromCollection + /// if colCDROMs.Count >= 1 then + /// For i = 0 to colCDROMs.Count - 1 + /// colCDROMs.Item(i).Eject + /// Next + /// WScript.Sleep 1500 + /// For i = 0 to colCDROMs.Count - 1 + /// colCDROMs.Item(i).Eject + /// Next + /// End If + /// WScript.Sleep 30000 + ///loop + ///. + /// + internal static string CD_Subtle { + get { + return ResourceManager.GetString("CD_Subtle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ' theorangeone.net/pithos + ///Dim objShell + ///Set objShell = WScript.CreateObject( "WScript.Shell" ) + /// + ///On error resume next + ///for i= 0 to 900 + /// objShell.run(""""C:\Program Files\Internet Explorer\iexplore.exe" www.aboutthebird.com""") + /// WScript.Sleep 5000 + ///next. + /// + internal static string Do_you_know_about_the_bird { + get { + return ResourceManager.GetString("Do_you_know_about_the_bird", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ' theorangeone.net/pithos + ///Dim objShell + ///Set objShell = WScript.CreateObject( "WScript.Shell" ) + /// + ///On error resume next + ///for i= 0 to 99999 + /// for j= 0 to 3 + /// objShell.run(""""C:\Program Files\Internet Explorer\iexplore.exe" www.aboutthebird.com""") + /// next + /// WScript.Sleep 60000 + ///next. + /// + internal static string Do_you_know_about_the_bird___Subtle { + get { + return ResourceManager.GetString("Do_you_know_about_the_bird___Subtle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ' theorangeone.net/pithos + ///Dim objShell + ///Set objShell = WScript.CreateObject( "WScript.Shell" ) + /// + ///On error resume next + ///for i= 0 to 99999 + /// objShell.Run("""A:\file.pithos""") + /// WScript.Sleep 2000 + ///next. + /// + internal static string Floppy_Grind { + get { + return ResourceManager.GetString("Floppy_Grind", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ' theorangeone.net/pithos + ///Dim objShell + ///Set objShell = WScript.CreateObject( "WScript.Shell" ) + /// + ///for i= 0 to 150 + /// objShell.Run("""drwatson.exe""") + ///next + ///Set objShell = Nothing. + /// + internal static string Help_me_Mr_Watson_ { + get { + return ResourceManager.GetString("Help_me_Mr_Watson_", resourceCulture); + } + } } }