//------------------------------------------------------------------------------ // // 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.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 Profiling { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Profiling() { } /// /// 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.Strings.Profiling", typeof(Profiling).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 Close. /// internal static string CloseButtonText { get { return ResourceManager.GetString("CloseButtonText", resourceCulture); } } /// /// Looks up a localized string similar to Failed while profiling LayerDefinition: {0}, ///Error message: {1}. /// internal static string LayerDefinitionProfilingError { get { return ResourceManager.GetString("LayerDefinitionProfilingError", resourceCulture); } } /// /// Looks up a localized string similar to *** Done ***. /// internal static string LogMessageDone { get { return ResourceManager.GetString("LogMessageDone", resourceCulture); } } /// /// Looks up a localized string similar to Profiling FeatureSource: {0}. /// internal static string LogMessageFeatureSource { get { return ResourceManager.GetString("LogMessageFeatureSource", resourceCulture); } } /// /// Looks up a localized string similar to Identity fetching:. /// internal static string LogMessageIdentifyFetching { get { return ResourceManager.GetString("LogMessageIdentifyFetching", resourceCulture); } } /// /// Looks up a localized string similar to Profiling LayerDefinition: {0}. /// internal static string LogMessageLayerDefinition { get { return ResourceManager.GetString("LogMessageLayerDefinition", resourceCulture); } } /// /// Looks up a localized string similar to Profiling MapDefinition: {0}. /// internal static string LogMessageMapDefinition { get { return ResourceManager.GetString("LogMessageMapDefinition", resourceCulture); } } /// /// Looks up a localized string similar to Full map rendering:. /// internal static string LogMessageRenderingMap { get { return ResourceManager.GetString("LogMessageRenderingMap", resourceCulture); } } /// /// Looks up a localized string similar to Rendering scales:. /// internal static string LogMessageRenderingScales { get { return ResourceManager.GetString("LogMessageRenderingScales", resourceCulture); } } /// /// Looks up a localized string similar to Runtime layer creation:. /// internal static string LogMessageRuntimeLayer { get { return ResourceManager.GetString("LogMessageRuntimeLayer", resourceCulture); } } /// /// Looks up a localized string similar to Total for runtime Map Generation:. /// internal static string LogMessageRuntimeMap { get { return ResourceManager.GetString("LogMessageRuntimeMap", resourceCulture); } } /// /// Looks up a localized string similar to Runtime map generation in one go:. /// internal static string LogMessageRuntimeMapTotal { get { return ResourceManager.GetString("LogMessageRuntimeMapTotal", resourceCulture); } } /// /// Looks up a localized string similar to Scalerange [{0} : {1}]:. /// internal static string LogMessageScaleRange { get { return ResourceManager.GetString("LogMessageScaleRange", resourceCulture); } } /// /// Looks up a localized string similar to The resource type is not supported for profiling. /// internal static string LogMessageUnsupportedResourceType { get { return ResourceManager.GetString("LogMessageUnsupportedResourceType", resourceCulture); } } /// /// Looks up a localized string similar to Failed while profiling MapDefinition rendering: {0}, ///Error message: {1}. /// internal static string MapRenderingError { get { return ResourceManager.GetString("MapRenderingError", resourceCulture); } } /// /// Looks up a localized string similar to Failed while profiling MapDefinition runtime: {0}, ///Error message: {1}. /// internal static string RuntimeMapProfilingError { get { return ResourceManager.GetString("RuntimeMapProfilingError", resourceCulture); } } } }