//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Maestro.AddIn.Rest { /// /// 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 Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// 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("Maestro.AddIn.Rest.Strings", typeof(Strings).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 Configuration saved. /// internal static string ConfigurationSaved { get { return ResourceManager.GetString("ConfigurationSaved", resourceCulture); } } /// /// Looks up a localized string similar to Delete configuration. /// internal static string DeleteConfiguration { get { return ResourceManager.GetString("DeleteConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to Delete file. /// internal static string DeleteFile { get { return ResourceManager.GetString("DeleteFile", resourceCulture); } } /// /// Looks up a localized string similar to Delete this file?. /// internal static string DeleteFilePrompt { get { return ResourceManager.GetString("DeleteFilePrompt", resourceCulture); } } /// /// Looks up a localized string similar to Error saving configuration: {0}. /// internal static string ErrorSavingConfiguration { get { return ResourceManager.GetString("ErrorSavingConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to FDO Class. /// internal static string FdoClass { get { return ResourceManager.GetString("FdoClass", resourceCulture); } } /// /// Looks up a localized string similar to Configuration has a missing or invalid source configuration. /// internal static string InvalidSourceConfiguration { get { return ResourceManager.GetString("InvalidSourceConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to No source specified. Please specify a source from a Feature Source or Layer Definition first. /// internal static string NoSourceInConfiguration { get { return ResourceManager.GetString("NoSourceInConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to Not a vector layer: {0}. /// internal static string NotAVectorLayer { get { return ResourceManager.GetString("NotAVectorLayer", resourceCulture); } } /// /// Looks up a localized string similar to Delete this configuration?. /// internal static string PromptDeleteConfiguration { get { return ResourceManager.GetString("PromptDeleteConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to REST Explorer. /// internal static string RestExplorer { get { return ResourceManager.GetString("RestExplorer", resourceCulture); } } /// /// Looks up a localized string similar to Select class name. /// internal static string SelectClassName { get { return ResourceManager.GetString("SelectClassName", resourceCulture); } } /// /// Looks up a localized string similar to Please enter the URI part for this configuration. If the URI part already exists, saving will overwrite the existing configuration. /// internal static string UriPartRequrired { get { return ResourceManager.GetString("UriPartRequrired", resourceCulture); } } } }