//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace OSGeo.MapGuide.Maestro.ResourceEditors.Strings { 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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class ThemeCreator { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ThemeCreator() { } /// /// 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("OSGeo.MapGuide.Maestro.ResourceEditors.Strings.ThemeCreator", typeof(ThemeCreator).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 Between {0} and {1}. /// internal static string BetweenLabel { get { return ResourceManager.GetString("BetweenLabel", resourceCulture); } } /// /// Looks up a localized string similar to The selected column had no non-null values and cannot be used.. /// internal static string ColumnHasNoValidDataError { get { return ResourceManager.GetString("ColumnHasNoValidDataError", resourceCulture); } } /// /// Looks up a localized string similar to Unable to read data from the selected column: {0}. /// internal static string DataReadError { get { return ResourceManager.GetString("DataReadError", resourceCulture); } } /// /// Looks up a localized string similar to Invalid column name. /// internal static string InvalidColumnNameError { get { return ResourceManager.GetString("InvalidColumnNameError", resourceCulture); } } /// /// Looks up a localized string similar to Less than {0}. /// internal static string LessThanLabel { get { return ResourceManager.GetString("LessThanLabel", resourceCulture); } } /// /// Looks up a localized string similar to More than {0}. /// internal static string MoreThanLabel { get { return ResourceManager.GetString("MoreThanLabel", resourceCulture); } } /// /// Looks up a localized string similar to <Select column>. /// internal static string SelectColumnPlaceholder { get { return ResourceManager.GetString("SelectColumnPlaceholder", resourceCulture); } } /// /// Looks up a localized string similar to The selected column contains more than {0} different values, and thus cannot be used for theming with individual values. /// internal static string TooManyIndiviualValuesError { get { return ResourceManager.GetString("TooManyIndiviualValuesError", resourceCulture); } } /// /// Looks up a localized string similar to You are creating a large number of rules, this will likely result in Maestro becoming unresponsive. ///Do you want to continue?. /// internal static string TooManyRulesWarning { get { return ResourceManager.GetString("TooManyRulesWarning", resourceCulture); } } /// /// Looks up a localized string similar to The selected column contains more than {0} different values, and thus cannot be used for theming. /// internal static string TooManyValuesError { get { return ResourceManager.GetString("TooManyValuesError", resourceCulture); } } /// /// Looks up a localized string similar to The selected column contains more than {0} different values. ///The calculated averages only accounts for the first {0} distinct values.. /// internal static string TooMuchDataWarning { get { return ResourceManager.GetString("TooMuchDataWarning", resourceCulture); } } } }