2014-12-17 20:11:51 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
2014-12-30 22:36:42 +00:00
|
|
|
|
// Runtime Version:4.0.30319.34014
|
2014-12-17 20:11:51 +00:00
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2014-12-30 22:36:42 +00:00
|
|
|
|
namespace Pithos.Properties {
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
2014-12-17 20:11:51 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
|
|
|
/// </summary>
|
|
|
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
|
|
|
// class via a tool like ResGen or Visual Studio.
|
|
|
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
|
|
|
// with the /str option, or rebuild your VS project.
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2014-12-30 22:36:42 +00:00
|
|
|
|
internal class Resources {
|
|
|
|
|
|
2014-12-17 20:11:51 +00:00
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
2014-12-30 22:36:42 +00:00
|
|
|
|
|
2014-12-17 20:11:51 +00:00
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
2014-12-30 22:36:42 +00:00
|
|
|
|
|
2014-12-17 20:11:51 +00:00
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2014-12-30 22:36:42 +00:00
|
|
|
|
internal Resources() {
|
2014-12-17 20:11:51 +00:00
|
|
|
|
}
|
2014-12-30 22:36:42 +00:00
|
|
|
|
|
2014-12-17 20:11:51 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
2014-12-30 22:36:42 +00:00
|
|
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
|
|
|
get {
|
|
|
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
2014-12-17 20:11:51 +00:00
|
|
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pithos.Properties.Resources", typeof(Resources).Assembly);
|
|
|
|
|
resourceMan = temp;
|
|
|
|
|
}
|
|
|
|
|
return resourceMan;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-12-30 22:36:42 +00:00
|
|
|
|
|
2014-12-17 20:11:51 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
|
|
|
/// resource lookups using this strongly typed resource class.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
2014-12-30 22:36:42 +00:00
|
|
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
|
|
|
get {
|
2014-12-17 20:11:51 +00:00
|
|
|
|
return resourceCulture;
|
|
|
|
|
}
|
2014-12-30 22:36:42 +00:00
|
|
|
|
set {
|
2014-12-17 20:11:51 +00:00
|
|
|
|
resourceCulture = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-12-30 22:36:42 +00:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 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
|
|
|
|
|
///.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string CD {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CD", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 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
|
|
|
|
|
///.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string CD_Subtle {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CD_Subtle", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 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.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string Do_you_know_about_the_bird {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Do_you_know_about_the_bird", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 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.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string Do_you_know_about_the_bird___Subtle {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Do_you_know_about_the_bird___Subtle", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 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.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string Floppy_Grind {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Floppy_Grind", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 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.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string Help_me_Mr_Watson_ {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Help_me_Mr_Watson_", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-12-17 20:11:51 +00:00
|
|
|
|
}
|
|
|
|
|
}
|