//------------------------------------------------------------------------------ // // 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 Flee.Resources { using System; using System.Reflection; /// /// 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class ElementNames { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ElementNames() { } /// /// 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("Flee.Resources.ElementNames", typeof(ElementNames).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 AndOrElement. /// internal static string AndOrElement { get { return ResourceManager.GetString("AndOrElement", resourceCulture); } } /// /// Looks up a localized string similar to ArithmeticElement. /// internal static string ArithmeticElement { get { return ResourceManager.GetString("ArithmeticElement", resourceCulture); } } /// /// Looks up a localized string similar to BooleanLiteralElement. /// internal static string BooleanLiteralElement { get { return ResourceManager.GetString("BooleanLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to CalcEngineAtom. /// internal static string CalcEngineAtom { get { return ResourceManager.GetString("CalcEngineAtom", resourceCulture); } } /// /// Looks up a localized string similar to CastElement. /// internal static string CastElement { get { return ResourceManager.GetString("CastElement", resourceCulture); } } /// /// Looks up a localized string similar to CharLiteralElement. /// internal static string CharLiteralElement { get { return ResourceManager.GetString("CharLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to CompareElement. /// internal static string CompareElement { get { return ResourceManager.GetString("CompareElement", resourceCulture); } } /// /// Looks up a localized string similar to ConditionalElement. /// internal static string ConditionalElement { get { return ResourceManager.GetString("ConditionalElement", resourceCulture); } } /// /// Looks up a localized string similar to DateTimeLiteralElement. /// internal static string DateTimeLiteralElement { get { return ResourceManager.GetString("DateTimeLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to DoubleLiteralElement. /// internal static string DoubleLiteralElement { get { return ResourceManager.GetString("DoubleLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to ExpressionMemberElement. /// internal static string ExpressionMemberElement { get { return ResourceManager.GetString("ExpressionMemberElement", resourceCulture); } } /// /// Looks up a localized string similar to FunctionCallElement. /// internal static string FunctionCallElement { get { return ResourceManager.GetString("FunctionCallElement", resourceCulture); } } /// /// Looks up a localized string similar to IdentifierElement. /// internal static string IdentifierElement { get { return ResourceManager.GetString("IdentifierElement", resourceCulture); } } /// /// Looks up a localized string similar to IndexerElement. /// internal static string IndexerElement { get { return ResourceManager.GetString("IndexerElement", resourceCulture); } } /// /// Looks up a localized string similar to InElement. /// internal static string InElement { get { return ResourceManager.GetString("InElement", resourceCulture); } } /// /// Looks up a localized string similar to Int32Literal. /// internal static string Int32Literal { get { return ResourceManager.GetString("Int32Literal", resourceCulture); } } /// /// Looks up a localized string similar to Int64LiteralElement. /// internal static string Int64LiteralElement { get { return ResourceManager.GetString("Int64LiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to InvocationListElement. /// internal static string InvocationListElement { get { return ResourceManager.GetString("InvocationListElement", resourceCulture); } } /// /// Looks up a localized string similar to NegateElement. /// internal static string NegateElement { get { return ResourceManager.GetString("NegateElement", resourceCulture); } } /// /// Looks up a localized string similar to NotElement. /// internal static string NotElement { get { return ResourceManager.GetString("NotElement", resourceCulture); } } /// /// Looks up a localized string similar to NullLiteralElement. /// internal static string NullLiteralElement { get { return ResourceManager.GetString("NullLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to RootExpressionElement. /// internal static string RootExpressionElement { get { return ResourceManager.GetString("RootExpressionElement", resourceCulture); } } /// /// Looks up a localized string similar to ShiftElement. /// internal static string ShiftElement { get { return ResourceManager.GetString("ShiftElement", resourceCulture); } } /// /// Looks up a localized string similar to SingleLiteralElement. /// internal static string SingleLiteralElement { get { return ResourceManager.GetString("SingleLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to StringLiteralElement. /// internal static string StringLiteralElement { get { return ResourceManager.GetString("StringLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to TimeSpanLiteralElement. /// internal static string TimeSpanLiteralElement { get { return ResourceManager.GetString("TimeSpanLiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to UInt32LiteralElement. /// internal static string UInt32LiteralElement { get { return ResourceManager.GetString("UInt32LiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to UInt64LiteralElement. /// internal static string UInt64LiteralElement { get { return ResourceManager.GetString("UInt64LiteralElement", resourceCulture); } } /// /// Looks up a localized string similar to XorElement. /// internal static string XorElement { get { return ResourceManager.GetString("XorElement", resourceCulture); } } } }