init
This commit is contained in:
279
DataPRO/Modules/Channels/ChannelCodes/Resources/StringResources.Designer.cs
generated
Normal file
279
DataPRO/Modules/Channels/ChannelCodes/Resources/StringResources.Designer.cs
generated
Normal file
@@ -0,0 +1,279 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ChannelCodes.Resources {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// 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() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[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("ChannelCodes.Resources.StringResources", typeof(StringResources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All.
|
||||
/// </summary>
|
||||
internal static string All {
|
||||
get {
|
||||
return ResourceManager.GetString("All", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Channel code.
|
||||
/// </summary>
|
||||
internal static string ChannelCode {
|
||||
get {
|
||||
return ResourceManager.GetString("ChannelCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Type.
|
||||
/// </summary>
|
||||
internal static string ChannelType {
|
||||
get {
|
||||
return ResourceManager.GetString("ChannelType", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Display name.
|
||||
/// </summary>
|
||||
internal static string DisplayName {
|
||||
get {
|
||||
return ResourceManager.GetString("DisplayName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: ISO channel {0} is duplicated.
|
||||
/// </summary>
|
||||
internal static string DuplicateISOChannelCode {
|
||||
get {
|
||||
return ResourceManager.GetString("DuplicateISOChannelCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} does not have a unique ISO channel name.
|
||||
/// </summary>
|
||||
internal static string DuplicateISOChannelName {
|
||||
get {
|
||||
return ResourceManager.GetString("DuplicateISOChannelName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} does not have a unique ISO code.
|
||||
/// </summary>
|
||||
internal static string DuplicateISOCode {
|
||||
get {
|
||||
return ResourceManager.GetString("DuplicateISOCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: User channel {0} is duplicated.
|
||||
/// </summary>
|
||||
internal static string DuplicateUserChannelCode {
|
||||
get {
|
||||
return ResourceManager.GetString("DuplicateUserChannelCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} does not have a unique user channel name.
|
||||
/// </summary>
|
||||
internal static string DuplicateUserChannelName {
|
||||
get {
|
||||
return ResourceManager.GetString("DuplicateUserChannelName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Warning: {0} does not have a unique user code.
|
||||
/// </summary>
|
||||
internal static string DuplicateUserCode {
|
||||
get {
|
||||
return ResourceManager.GetString("DuplicateUserCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Invalid pasted channel code, line: {0}.
|
||||
/// </summary>
|
||||
internal static string InvalidLine {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidLine", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ISO 13499.
|
||||
/// </summary>
|
||||
internal static string ISO {
|
||||
get {
|
||||
return ResourceManager.GetString("ISO", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ISO 13499 channel name.
|
||||
/// </summary>
|
||||
internal static string ISOChannelName {
|
||||
get {
|
||||
return ResourceManager.GetString("ISOChannelName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ISO 13499 code.
|
||||
/// </summary>
|
||||
internal static string ISOCode {
|
||||
get {
|
||||
return ResourceManager.GetString("ISOCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Warning: {0} has an ISO code that is not unique.
|
||||
/// </summary>
|
||||
internal static string ISOConflict {
|
||||
get {
|
||||
return ResourceManager.GetString("ISOConflict", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} missing ISO channel name.
|
||||
/// </summary>
|
||||
internal static string MissingISOChannelName {
|
||||
get {
|
||||
return ResourceManager.GetString("MissingISOChannelName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} is missing an ISO code.
|
||||
/// </summary>
|
||||
internal static string MissingISOCode {
|
||||
get {
|
||||
return ResourceManager.GetString("MissingISOCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} is missing a user channel name.
|
||||
/// </summary>
|
||||
internal static string MissingUserChannelName {
|
||||
get {
|
||||
return ResourceManager.GetString("MissingUserChannelName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error: {0} is missing a user code.
|
||||
/// </summary>
|
||||
internal static string MissingUserCode {
|
||||
get {
|
||||
return ResourceManager.GetString("MissingUserCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Remove.
|
||||
/// </summary>
|
||||
internal static string Remove {
|
||||
get {
|
||||
return ResourceManager.GetString("Remove", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to User.
|
||||
/// </summary>
|
||||
internal static string User {
|
||||
get {
|
||||
return ResourceManager.GetString("User", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to User channel name.
|
||||
/// </summary>
|
||||
internal static string UserChannelName {
|
||||
get {
|
||||
return ResourceManager.GetString("UserChannelName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to User code.
|
||||
/// </summary>
|
||||
internal static string UserCode {
|
||||
get {
|
||||
return ResourceManager.GetString("UserCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are multiple entries with the same user code and channel name.
|
||||
/// </summary>
|
||||
internal static string UserConflict {
|
||||
get {
|
||||
return ResourceManager.GetString("UserConflict", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user