sl@4: //------------------------------------------------------------------------------
sl@4: //
sl@4: // This code was generated by a tool.
sl@4: // Runtime Version:4.0.30319.18444
sl@4: //
sl@4: // Changes to this file may cause incorrect behavior and will be lost if
sl@4: // the code is regenerated.
sl@4: //
sl@4: //------------------------------------------------------------------------------
sl@4:
sl@4: namespace IdwTest.Properties
sl@4: {
sl@4:
sl@4:
sl@4: ///
sl@4: /// A strongly-typed resource class, for looking up localized strings, etc.
sl@4: ///
sl@4: // This class was auto-generated by the StronglyTypedResourceBuilder
sl@4: // class via a tool like ResGen or Visual Studio.
sl@4: // To add or remove a member, edit your .ResX file then rerun ResGen
sl@4: // with the /str option, or rebuild your VS project.
sl@4: [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
sl@4: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@4: [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@4: internal class Resources
sl@4: {
sl@4:
sl@4: private static global::System.Resources.ResourceManager resourceMan;
sl@4:
sl@4: private static global::System.Globalization.CultureInfo resourceCulture;
sl@4:
sl@4: [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
sl@4: internal Resources()
sl@4: {
sl@4: }
sl@4:
sl@4: ///
sl@4: /// Returns the cached ResourceManager instance used by this class.
sl@4: ///
sl@4: [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@4: internal static global::System.Resources.ResourceManager ResourceManager
sl@4: {
sl@4: get
sl@4: {
sl@4: if ((resourceMan == null))
sl@4: {
sl@4: global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("IdwTest.Properties.Resources", typeof(Resources).Assembly);
sl@4: resourceMan = temp;
sl@4: }
sl@4: return resourceMan;
sl@4: }
sl@4: }
sl@4:
sl@4: ///
sl@4: /// Overrides the current thread's CurrentUICulture property for all
sl@4: /// resource lookups using this strongly typed resource class.
sl@4: ///
sl@4: [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@4: internal static global::System.Globalization.CultureInfo Culture
sl@4: {
sl@4: get
sl@4: {
sl@4: return resourceCulture;
sl@4: }
sl@4: set
sl@4: {
sl@4: resourceCulture = value;
sl@4: }
sl@4: }
sl@4: }
sl@4: }