//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3607 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Nullstack.ClearCanvas.ImageViewerTools { 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 SR { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal SR() { } /// /// 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("Nullstack.ClearCanvas.ImageViewerTools.SR", typeof(SR).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 &Debug. /// internal static string mnDebug { get { return ResourceManager.GetString("mnDebug", resourceCulture); } } /// /// Looks up a localized string similar to &Dump Overlays. /// internal static string mnDumpOverlays { get { return ResourceManager.GetString("mnDumpOverlays", resourceCulture); } } /// /// Looks up a localized string similar to &Export Presentation State. /// internal static string mnExportPresentationState { get { return ResourceManager.GetString("mnExportPresentationState", resourceCulture); } } /// /// Looks up a localized string similar to &ImageViewer. /// internal static string mnImageViewer { get { return ResourceManager.GetString("mnImageViewer", resourceCulture); } } /// /// Looks up a localized string similar to &Import Presentation State. /// internal static string mnImportPresentationState { get { return ResourceManager.GetString("mnImportPresentationState", resourceCulture); } } /// /// Looks up a localized string similar to All Files (*.*). /// internal static string szAllFilesDescription { get { return ResourceManager.GetString("szAllFilesDescription", resourceCulture); } } /// /// Looks up a localized string similar to DICOM Files (*.dcm). /// internal static string szDicomFileTypeDescription { get { return ResourceManager.GetString("szDicomFileTypeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Fluid Jet. /// internal static string szFluidJet { get { return ResourceManager.GetString("szFluidJet", resourceCulture); } } /// /// Looks up a localized string similar to Hot Iron. /// internal static string szHotIron { get { return ResourceManager.GetString("szHotIron", resourceCulture); } } /// /// Looks up a localized string similar to Hot Metal. /// internal static string szHotMetal { get { return ResourceManager.GetString("szHotMetal", resourceCulture); } } /// /// Looks up a localized string similar to Hot Metal Blue. /// internal static string szHotMetalBlue { get { return ResourceManager.GetString("szHotMetalBlue", resourceCulture); } } /// /// Looks up a localized string similar to PET. /// internal static string szPET { get { return ResourceManager.GetString("szPET", resourceCulture); } } /// /// Looks up a localized string similar to PET 20 Step. /// internal static string szPET20Step { get { return ResourceManager.GetString("szPET20Step", resourceCulture); } } /// /// Looks up a localized string similar to Presentation State Files (*.pre, *.gsps, *.csps). /// internal static string szPresentationStateFileTypeDescription { get { return ResourceManager.GetString("szPresentationStateFileTypeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Spectrum. /// internal static string szSpectrum { get { return ResourceManager.GetString("szSpectrum", resourceCulture); } } } }