//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Maestro.AddIn.GeoRest.Properties { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 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.GeoRest.Properties.Resources", typeof(Resources).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 resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap application_list { get { object obj = ResourceManager.GetObject("application-list", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap arrow_circle_045_left { get { object obj = ResourceManager.GetObject("arrow-circle-045-left", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap disk { get { object obj = ResourceManager.GetObject("disk", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap document_task { get { object obj = ResourceManager.GetObject("document-task", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Only files named restcfg.xml can be edited. /// internal static string ErrCanOnlyEditRestCfg { get { return ResourceManager.GetString("ErrCanOnlyEditRestCfg", resourceCulture); } } /// /// Looks up a localized string similar to The specified configuration root directory does not exist. /// internal static string ErrConfigRootDoesNotExist { get { return ResourceManager.GetString("ErrConfigRootDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to GeoRest URL not specified. /// internal static string ErrGeoRestUrlNotSpecified { get { return ResourceManager.GetString("ErrGeoRestUrlNotSpecified", resourceCulture); } } /// /// Looks up a localized string similar to Could not find any previewable representations in this file. /// internal static string ErrNoPreviewableRepresentations { get { return ResourceManager.GetString("ErrNoPreviewableRepresentations", resourceCulture); } } /// /// Looks up a localized string similar to File is not restcfg.xml. Cannot extract previewable representations. /// internal static string ErrPreviewNotRestCfg { get { return ResourceManager.GetString("ErrPreviewNotRestCfg", resourceCulture); } } /// /// Looks up a localized string similar to The specified restcfg.xml is missing the top-level <Resource> node. This is probably an invalid document. /// internal static string ErrRestCfgMissingResourceNode { get { return ResourceManager.GetString("ErrRestCfgMissingResourceNode", resourceCulture); } } /// /// Looks up a localized string similar to The specified restcfg.xml is missing a uripart attribute in its <Resource> element. Previewable representations cannot be determined without this attribute. /// internal static string ErrRestCfgMissingUriPart { get { return ResourceManager.GetString("ErrRestCfgMissingUriPart", resourceCulture); } } /// /// Looks up a localized string similar to File saved to: {0}. /// internal static string FileSaved { get { return ResourceManager.GetString("FileSaved", resourceCulture); } } /// /// Looks up a localized string similar to GeoREST Explorer. /// internal static string GeoRestExplorer { get { return ResourceManager.GetString("GeoRestExplorer", resourceCulture); } } /// /// Looks up a localized string similar to Maestro Config Saved to {0}. /// internal static string MaestroConfigSaved { get { return ResourceManager.GetString("MaestroConfigSaved", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap magnifier { get { object obj = ResourceManager.GetObject("magnifier", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap plug { get { object obj = ResourceManager.GetObject("plug", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to HTML (Many template) - {0}. /// internal static string PreviewTypeHtmlMany { get { return ResourceManager.GetString("PreviewTypeHtmlMany", resourceCulture); } } /// /// Looks up a localized string similar to KML (Many template) - {0}. /// internal static string PreviewTypeKmlMany { get { return ResourceManager.GetString("PreviewTypeKmlMany", resourceCulture); } } /// /// Looks up a localized string similar to KMZ (Many template) - {0}. /// internal static string PreviewTypeKmzMany { get { return ResourceManager.GetString("PreviewTypeKmzMany", resourceCulture); } } /// /// Looks up a localized string similar to OData (Raw) - {0}. /// internal static string PreviewTypeODataRaw { get { return ResourceManager.GetString("PreviewTypeODataRaw", resourceCulture); } } /// /// Looks up a localized string similar to Choose a Representation to Preview. /// internal static string PromptSelectPreview { get { return ResourceManager.GetString("PromptSelectPreview", resourceCulture); } } /// /// Looks up a localized string similar to Select Representation Preview. /// internal static string TitleSelectPreview { get { return ResourceManager.GetString("TitleSelectPreview", resourceCulture); } } /// /// Looks up a localized string similar to XML Document is well-formed. /// internal static string XmlWellFormed { get { return ResourceManager.GetString("XmlWellFormed", resourceCulture); } } } }