//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Sicentury.Localization { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class lang_terms { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal lang_terms() { } /// /// 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 (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Sicentury.Localization.lang_terms", typeof(lang_terms).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 { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Align. /// internal static string Align { get { return ResourceManager.GetString("Align", resourceCulture); } } /// /// Looks up a localized string similar to AtmIdle. /// internal static string AtmIdle { get { return ResourceManager.GetString("AtmIdle", resourceCulture); } } /// /// Looks up a localized string similar to Auto. /// internal static string Auto { get { return ResourceManager.GetString("Auto", resourceCulture); } } /// /// Looks up a localized string similar to AutoIdle. /// internal static string AutoIdle { get { return ResourceManager.GetString("AutoIdle", resourceCulture); } } /// /// Looks up a localized string similar to AutoRunning. /// internal static string AutoRunning { get { return ResourceManager.GetString("AutoRunning", resourceCulture); } } /// /// Looks up a localized string similar to Cass AL. /// internal static string CassAL { get { return ResourceManager.GetString("CassAL", resourceCulture); } } /// /// Looks up a localized string similar to Cass AR. /// internal static string CassAR { get { return ResourceManager.GetString("CassAR", resourceCulture); } } /// /// Looks up a localized string similar to Cass BL. /// internal static string CassBL { get { return ResourceManager.GetString("CassBL", resourceCulture); } } /// /// Looks up a localized string similar to Clamp. /// internal static string Clamp { get { return ResourceManager.GetString("Clamp", resourceCulture); } } /// /// Looks up a localized string similar to Down. /// internal static string Down { get { return ResourceManager.GetString("Down", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// internal static string Error { get { return ResourceManager.GetString("Error", resourceCulture); } } /// /// Looks up a localized string similar to Homing. /// internal static string Homing { get { return ResourceManager.GetString("Homing", resourceCulture); } } /// /// Looks up a localized string similar to Idle. /// internal static string Idle { get { return ResourceManager.GetString("Idle", resourceCulture); } } /// /// Looks up a localized string similar to Init. /// internal static string Init { get { return ResourceManager.GetString("Init", resourceCulture); } } /// /// Looks up a localized string similar to Initializing. /// internal static string Initializing { get { return ResourceManager.GetString("Initializing", resourceCulture); } } /// /// Looks up a localized string similar to Manual. /// internal static string Manual { get { return ResourceManager.GetString("Manual", resourceCulture); } } /// /// Looks up a localized string similar to Open. /// internal static string Open { get { return ResourceManager.GetString("Open", resourceCulture); } } /// /// Looks up a localized string similar to Opened. /// internal static string Opened { get { return ResourceManager.GetString("Opened", resourceCulture); } } /// /// Looks up a localized string similar to Pick. /// internal static string Pick { get { return ResourceManager.GetString("Pick", resourceCulture); } } /// /// Looks up a localized string similar to Place. /// internal static string Place { get { return ResourceManager.GetString("Place", resourceCulture); } } /// /// Looks up a localized string similar to ProcessIdle. /// internal static string ProcessIdle { get { return ResourceManager.GetString("ProcessIdle", resourceCulture); } } /// /// Looks up a localized string similar to Pump. /// internal static string Pump { get { return ResourceManager.GetString("Pump", resourceCulture); } } /// /// Looks up a localized string similar to Purge. /// internal static string Purge { get { return ResourceManager.GetString("Purge", resourceCulture); } } /// /// Looks up a localized string similar to Recipe. /// internal static string Recipe { get { return ResourceManager.GetString("Recipe", resourceCulture); } } /// /// Looks up a localized string similar to Sequence. /// internal static string Sequence { get { return ResourceManager.GetString("Sequence", resourceCulture); } } /// /// Looks up a localized string similar to ShutDown. /// internal static string ShutDown { get { return ResourceManager.GetString("ShutDown", resourceCulture); } } /// /// Looks up a localized string similar to ToAtmIdle. /// internal static string ToAtmIdle { get { return ResourceManager.GetString("ToAtmIdle", resourceCulture); } } /// /// Looks up a localized string similar to ToProcessIdle. /// internal static string ToProcessIdle { get { return ResourceManager.GetString("ToProcessIdle", resourceCulture); } } /// /// Looks up a localized string similar to ToVacIdle. /// internal static string ToVacIdle { get { return ResourceManager.GetString("ToVacIdle", resourceCulture); } } /// /// Looks up a localized string similar to Unknown. /// internal static string Unknown { get { return ResourceManager.GetString("Unknown", resourceCulture); } } /// /// Looks up a localized string similar to Up. /// internal static string Up { get { return ResourceManager.GetString("Up", resourceCulture); } } /// /// Looks up a localized string similar to VacIdle. /// internal static string VacIdle { get { return ResourceManager.GetString("VacIdle", resourceCulture); } } } }