//------------------------------------------------------------------------------ // // 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.ResourceValidators.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 LayerDefinitionValidator { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal LayerDefinitionValidator() { } /// /// 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.ResourceValidators.Strings.LayerDefinitionValidator", typeof(LayerDefinitionValidator).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 Only vector layers and raster layers are currently validated. /// internal static string DrawingLayerDefinitionNotSupportedWarning { get { return ResourceManager.GetString("DrawingLayerDefinitionNotSupportedWarning", resourceCulture); } } /// /// Looks up a localized string similar to Maestro does not support DrawingLayers. /// internal static string DrawingLayerNotSupportedWarning { get { return ResourceManager.GetString("DrawingLayerNotSupportedWarning", resourceCulture); } } /// /// Looks up a localized string similar to Failed to load featuresource. /// internal static string FeatureSourceLoadError { get { return ResourceManager.GetString("FeatureSourceLoadError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to find geometry column {0} in schema {1} on featuresource {2}. /// internal static string GeometryMissingError { get { return ResourceManager.GetString("GeometryMissingError", resourceCulture); } } /// /// Looks up a localized string similar to Layer is missing core information. /// internal static string LayerNullError { get { return ResourceManager.GetString("LayerNullError", resourceCulture); } } /// /// Looks up a localized string similar to The minimum scale ({0}) is larger than the maximum scale ({1}). /// internal static string MinAndMaxScaleSwappedError { get { return ResourceManager.GetString("MinAndMaxScaleSwappedError", resourceCulture); } } /// /// Looks up a localized string similar to No FeatureSource is assigned to the layer. /// internal static string MissingFeatureSourceError { get { return ResourceManager.GetString("MissingFeatureSourceError", resourceCulture); } } /// /// Looks up a localized string similar to No Geometry is assigned to the layer. /// internal static string MissingGeometryError { get { return ResourceManager.GetString("MissingGeometryError", resourceCulture); } } /// /// Looks up a localized string similar to No scale ranges are defined, no data can be displayed. /// internal static string MissingScaleRangesError { get { return ResourceManager.GetString("MissingScaleRangesError", resourceCulture); } } /// /// Looks up a localized string similar to More than one scale ranges is defined, this is valid, but unsupported by Maestro. /// internal static string MultipleScaleRangesWarning { get { return ResourceManager.GetString("MultipleScaleRangesWarning", resourceCulture); } } /// /// Looks up a localized string similar to The scale range {0}-{1} overlaps the range {2}-{3}. /// internal static string ScaleRangesOverlapInformation { get { return ResourceManager.GetString("ScaleRangesOverlapInformation", resourceCulture); } } /// /// Looks up a localized string similar to Failed to validate column and schema. /// internal static string SchemaAndColumnReadFailedError { get { return ResourceManager.GetString("SchemaAndColumnReadFailedError", resourceCulture); } } /// /// Looks up a localized string similar to Failed to find schema {0} in featuresource {1}. /// internal static string SchemaMissingError { get { return ResourceManager.GetString("SchemaMissingError", resourceCulture); } } /// /// Looks up a localized string similar to The layer has no type, or the type is unsupported by Maestro. /// internal static string UnsupportedLayerTypeWarning { get { return ResourceManager.GetString("UnsupportedLayerTypeWarning", resourceCulture); } } } }