//------------------------------------------------------------------------------
//
// 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 ISOSettings.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("ISOSettings.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 Support Non-ISO Mode.
///
internal static string AllowNonISO {
get {
return ResourceManager.GetString("AllowNonISO", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show channel names only.
///
internal static string ChannelNamesOnly {
get {
return ResourceManager.GetString("ChannelNamesOnly", resourceCulture);
}
}
///
/// Looks up a localized string similar to ISO 13499.
///
internal static string ISOOnly {
get {
return ResourceManager.GetString("ISOOnly", resourceCulture);
}
}
///
/// Looks up a localized string similar to ISO Level.
///
internal static string ISOSupportLevel {
get {
return ResourceManager.GetString("ISOSupportLevel", resourceCulture);
}
}
///
/// Looks up a localized string similar to No ISO.
///
internal static string NoISO {
get {
return ResourceManager.GetString("NoISO", resourceCulture);
}
}
///
/// Looks up a localized string similar to Require unique ISO codes.
///
internal static string RequireUniqueISOCodes {
get {
return ResourceManager.GetString("RequireUniqueISOCodes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Display channel code lookup table UI.
///
internal static string ShowChannelCodeLookupHelper {
get {
return ResourceManager.GetString("ShowChannelCodeLookupHelper", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show ISO codes.
///
internal static string ShowISOCodes {
get {
return ResourceManager.GetString("ShowISOCodes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Display ISO string builder UI.
///
internal static string ShowISOStringBuilder {
get {
return ResourceManager.GetString("ShowISOStringBuilder", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show user codes.
///
internal static string ShowUserCodes {
get {
return ResourceManager.GetString("ShowUserCodes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Support Transitional Mode.
///
internal static string SupportTransitional {
get {
return ResourceManager.GetString("SupportTransitional", resourceCulture);
}
}
///
/// Looks up a localized string similar to User specified channel codes.
///
internal static string Transitory {
get {
return ResourceManager.GetString("Transitory", resourceCulture);
}
}
///
/// Looks up a localized string similar to Use ISO Code Filter Mapping.
///
internal static string UseISOCodeFilterMapping {
get {
return ResourceManager.GetString("UseISOCodeFilterMapping", resourceCulture);
}
}
///
/// Looks up a localized string similar to Use user codes (instead of ISO).
///
internal static string UseUserCodes {
get {
return ResourceManager.GetString("UseUserCodes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Validate test object and position.
///
internal static string ValidateTestObjectAndPositionFields {
get {
return ResourceManager.GetString("ValidateTestObjectAndPositionFields", resourceCulture);
}
}
}
}