//------------------------------------------------------------------------------ // // 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 VSMerlin32.Resources { 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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class directives { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal directives() { } /// /// 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("VSMerlin32.Resources.directives", typeof(directives).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 ???. /// internal static string ANOP { get { return ResourceManager.GetString("ANOP", resourceCulture); } } /// /// Looks up a localized string similar to Send a line of ASTerisks. /// internal static string AST { get { return ResourceManager.GetString("AST", resourceCulture); } } /// /// Looks up a localized string similar to Calculate and print CYCle times for the code. /// internal static string CYC { get { return ResourceManager.GetString("CYC", resourceCulture); } } /// /// Looks up a localized string similar to DATe stamp assembly listing. /// internal static string DAT { get { return ResourceManager.GetString("DAT", resourceCulture); } } /// /// Looks up a localized string similar to Dummy section END. /// internal static string DEND { get { return ResourceManager.GetString("DEND", resourceCulture); } } /// /// Looks up a localized string similar to DO directive. /// internal static string DO { get { return ResourceManager.GetString("DO", resourceCulture); } } /// /// Looks up a localized string similar to Define the name of the output binary after the directive. /// internal static string DSK { get { return ResourceManager.GetString("DSK", resourceCulture); } } /// /// Looks up a localized string similar to DUMmy section start. /// internal static string DUM { get { return ResourceManager.GetString("DUM", resourceCulture); } } /// /// Looks up a localized string similar to ELSE condition. /// internal static string ELSE { get { return ResourceManager.GetString("ELSE", resourceCulture); } } /// /// Looks up a localized string similar to End of LUP. /// internal static string ELUP { get { return ResourceManager.GetString("ELUP", resourceCulture); } } /// /// Looks up a localized string similar to (^|\s)(?<ELUP>--\^)(\s|$). /// internal static string ELUPRegex { get { return ResourceManager.GetString("ELUPRegex", resourceCulture); } } /// /// Looks up a localized string similar to --^. /// internal static string ELUPValue { get { return ResourceManager.GetString("ELUPValue", resourceCulture); } } /// /// Looks up a localized string similar to END of source file. /// internal static string END { get { return ResourceManager.GetString("END", resourceCulture); } } /// /// Looks up a localized string similar to Define constant values (same as =). /// internal static string EQU { get { return ResourceManager.GetString("EQU", resourceCulture); } } /// /// Looks up a localized string similar to Force ERRor. /// internal static string ERR { get { return ResourceManager.GetString("ERR", resourceCulture); } } /// /// Looks up a localized string similar to Macro EXPand control. /// internal static string EXP { get { return ResourceManager.GetString("EXP", resourceCulture); } } /// /// Looks up a localized string similar to Mandatory ENDdirective for IF and DO . /// internal static string FIN { get { return ResourceManager.GetString("FIN", resourceCulture); } } /// /// Looks up a localized string similar to IF condition. /// internal static string IF { get { return ResourceManager.GetString("IF", resourceCulture); } } /// /// Looks up a localized string similar to Define label from KeyBoarD. /// internal static string KBD { get { return ResourceManager.GetString("KBD", resourceCulture); } } /// /// Looks up a localized string similar to Relocate code (same as DSK in Merlin 32). /// internal static string LNK { get { return ResourceManager.GetString("LNK", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string LONGA { get { return ResourceManager.GetString("LONGA", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string LONGI { get { return ResourceManager.GetString("LONGI", resourceCulture); } } /// /// Looks up a localized string similar to LiSTing control. /// internal static string LST { get { return ResourceManager.GetString("LST", resourceCulture); } } /// /// Looks up a localized string similar to LiSTDO OFF areas of code. /// internal static string LSTDO { get { return ResourceManager.GetString("LSTDO", resourceCulture); } } /// /// Looks up a localized string similar to Repeat portions of the code (until the --^ directive). /// internal static string LUP { get { return ResourceManager.GetString("LUP", resourceCulture); } } /// /// Looks up a localized string similar to Set the size for M (Accumulator) and X (X and Y Registers). /// internal static string MX { get { return ResourceManager.GetString("MX", resourceCulture); } } /// /// Looks up a localized string similar to Must be followed by the program's origin, e.g. org $800. /// internal static string ORG { get { return ResourceManager.GetString("ORG", resourceCulture); } } /// /// Looks up a localized string similar to New PAGe. /// internal static string PAG { get { return ResourceManager.GetString("PAG", resourceCulture); } } /// /// Looks up a localized string similar to PAUse. /// internal static string PAU { get { return ResourceManager.GetString("PAU", resourceCulture); } } /// /// Looks up a localized string similar to Insert the content of a source file. /// internal static string PUT { get { return ResourceManager.GetString("PUT", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string PUTBIN { get { return ResourceManager.GetString("PUTBIN", resourceCulture); } } /// /// Looks up a localized string similar to Use at the start of the program to write 16 bit relocatable code. /// internal static string REL { get { return ResourceManager.GetString("REL", resourceCulture); } } /// /// Looks up a localized string similar to Define the name of the output binary before the directive. /// internal static string SAV { get { return ResourceManager.GetString("SAV", resourceCulture); } } /// /// Looks up a localized string similar to SKiP lines. /// internal static string SKP { get { return ResourceManager.GetString("SKP", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string START { get { return ResourceManager.GetString("START", resourceCulture); } } /// /// Looks up a localized string similar to SWeet16 opcodes. /// internal static string SW { get { return ResourceManager.GetString("SW", resourceCulture); } } /// /// Looks up a localized string similar to TRuncate control. /// internal static string TR { get { return ResourceManager.GetString("TR", resourceCulture); } } /// /// Looks up a localized string similar to TiTLe heading. /// internal static string TTL { get { return ResourceManager.GetString("TTL", resourceCulture); } } /// /// Looks up a localized string similar to Set the output file type (one byte: $00-$FF). /// internal static string TYP { get { return ResourceManager.GetString("TYP", resourceCulture); } } /// /// Looks up a localized string similar to Insert macros. /// internal static string USE { get { return ResourceManager.GetString("USE", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string USING { get { return ResourceManager.GetString("USING", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string USR { get { return ResourceManager.GetString("USR", resourceCulture); } } /// /// Looks up a localized string similar to ???. /// internal static string XC { get { return ResourceManager.GetString("XC", resourceCulture); } } } }