//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace AddEditHardware.Resources { 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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class StringResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal StringResources() { } /// /// 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("AddEditHardware.Resources.StringResources", typeof(StringResources).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 Add. /// internal static string Add { get { return ResourceManager.GetString("Add", resourceCulture); } } /// /// Looks up a localized string similar to Warning: Couldn't check for unique serial number: . /// internal static string CheckUniqueSNError { get { return ResourceManager.GetString("CheckUniqueSNError", resourceCulture); } } /// /// Looks up a localized string similar to Configuration. /// internal static string Configuration { get { return ResourceManager.GetString("Configuration", resourceCulture); } } /// /// Looks up a localized string similar to Type. /// internal static string DAS_Type { get { return ResourceManager.GetString("DAS_Type", resourceCulture); } } /// /// Looks up a localized string similar to Generic/Stand-in hardware. /// internal static string DummyHardware { get { return ResourceManager.GetString("DummyHardware", resourceCulture); } } /// /// Looks up a localized string similar to Firmware. /// internal static string Firmware { get { return ResourceManager.GetString("Firmware", resourceCulture); } } /// /// Looks up a localized string similar to Empty. /// internal static string HardwareType_EMPTY { get { return ResourceManager.GetString("HardwareType_EMPTY", resourceCulture); } } /// /// Looks up a localized string similar to IP address. /// internal static string IPAddress { get { return ResourceManager.GetString("IPAddress", resourceCulture); } } /// /// Looks up a localized string similar to Rack size. /// internal static string RackSize { get { return ResourceManager.GetString("RackSize", resourceCulture); } } /// /// Looks up a localized string similar to Remove. /// internal static string Remove { get { return ResourceManager.GetString("Remove", resourceCulture); } } /// /// Looks up a localized string similar to Serial number. /// internal static string SerialNumber { get { return ResourceManager.GetString("SerialNumber", resourceCulture); } } /// /// Looks up a localized string similar to Error: Serial number is not unique, please provide a unique serial number when adding hardware. /// internal static string UniqueSNCheckFail { get { return ResourceManager.GetString("UniqueSNCheckFail", resourceCulture); } } /// /// Looks up a localized string similar to X-Module 1. /// internal static string XModule1 { get { return ResourceManager.GetString("XModule1", resourceCulture); } } /// /// Looks up a localized string similar to X-Module 2. /// internal static string XModule2 { get { return ResourceManager.GetString("XModule2", resourceCulture); } } /// /// Looks up a localized string similar to X-Module 3. /// internal static string XModule3 { get { return ResourceManager.GetString("XModule3", resourceCulture); } } } }