File: src\runtime\artifacts\obj\System.ComponentModel.TypeConverter\Release\net11.0\System.SR.cs
Project: src\runtime\src\libraries\System.ComponentModel.TypeConverter\src\System.ComponentModel.TypeConverter.csproj (System.ComponentModel.TypeConverter)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.ComponentModel.TypeConverter
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.ComponentModel.TypeConverter.SR)));

        /// <summary>{0} Array</summary>
        internal static string @Array => GetResourceString("Array");
        /// <summary>(Collection)</summary>
        internal static string @Collection => GetResourceString("Collection");
        /// <summary>{0} cannot convert from {1}.</summary>
        internal static string @ConvertFromException => GetResourceString("ConvertFromException");
        /// <summary>{0} is not a valid value for {1}.</summary>
        internal static string @ConvertInvalidPrimitive => GetResourceString("ConvertInvalidPrimitive");
        /// <summary>'{0}' is unable to convert '{1}' to '{2}'.</summary>
        internal static string @ConvertToException => GetResourceString("ConvertToException");
        /// <summary>The value '{0}' is not a valid value for the enum '{1}'.</summary>
        internal static string @EnumConverterInvalidValue => GetResourceString("EnumConverterInvalidValue");
        /// <summary>Type provided must be an Enum.</summary>
        internal static string @EnumInvalidValue => GetResourceString("EnumInvalidValue");
        /// <summary>Invalid event handler for the {0} event.</summary>
        internal static string @ErrorInvalidEventHandler => GetResourceString("ErrorInvalidEventHandler");
        /// <summary>Invalid type for the {0} event.</summary>
        internal static string @ErrorInvalidEventType => GetResourceString("ErrorInvalidEventType");
        /// <summary>Invalid type for the {0} property</summary>
        internal static string @ErrorInvalidPropertyType => GetResourceString("ErrorInvalidPropertyType");
        /// <summary>Accessor methods for the {0} event are missing.</summary>
        internal static string @ErrorMissingEventAccessors => GetResourceString("ErrorMissingEventAccessors");
        /// <summary>Accessor methods for the {0} property are missing.</summary>
        internal static string @ErrorMissingPropertyAccessors => GetResourceString("ErrorMissingPropertyAccessors");
        /// <summary>Invalid member name</summary>
        internal static string @InvalidMemberName => GetResourceString("InvalidMemberName");
        /// <summary>(none)</summary>
        internal static string @none => GetResourceString("none");
        /// <summary>(null)</summary>
        internal static string @Null => GetResourceString("Null");
        /// <summary>The specified type is not a nullable type.</summary>
        internal static string @NullableConverterBadCtorArg => GetResourceString("NullableConverterBadCtorArg");
        /// <summary>Runtime instantiation of this attribute is not allowed.</summary>
        internal static string @RuntimeInstanceNotAllowed => GetResourceString("RuntimeInstanceNotAllowed");
        /// <summary>(Text)</summary>
        internal static string @Text => GetResourceString("Text");
        /// <summary>The primary and secondary objects are already associated with each other.</summary>
        internal static string @TypeDescriptorAlreadyAssociated => GetResourceString("TypeDescriptorAlreadyAssociated");
        /// <summary>The number of elements in the Type and Object arrays must match.</summary>
        internal static string @TypeDescriptorArgsCountMismatch => GetResourceString("TypeDescriptorArgsCountMismatch");
        /// <summary>The type description provider {0} has returned null from {1} which is illegal.</summary>
        internal static string @TypeDescriptorProviderError => GetResourceString("TypeDescriptorProviderError");
        /// <summary>Expected types in the collection to be of type {0}.</summary>
        internal static string @TypeDescriptorExpectedElementType => GetResourceString("TypeDescriptorExpectedElementType");
        /// <summary>Cannot create an association when the primary and secondary objects are the same.</summary>
        internal static string @TypeDescriptorSameAssociation => GetResourceString("TypeDescriptorSameAssociation");
        /// <summary>Color '{0}' is not valid.</summary>
        internal static string @InvalidColor => GetResourceString("InvalidColor");
        /// <summary>Text "{0}" cannot be parsed. The expected text format is "{1}".</summary>
        internal static string @TextParseFailedFormat => GetResourceString("TextParseFailedFormat");
        /// <summary>IDictionary parameter contains at least one entry that is not valid. Ensure all values are consistent with the object's properties.</summary>
        internal static string @PropertyValueInvalidEntry => GetResourceString("PropertyValueInvalidEntry");
        /// <summary>Invalid value '{1}' for parameter '{0}'.</summary>
        internal static string @InvalidParameter => GetResourceString("InvalidParameter");
        /// <summary>Indicates whether the timer will be restarted when it is enabled.</summary>
        internal static string @TimerAutoReset => GetResourceString("TimerAutoReset");
        /// <summary>Indicates whether the timer is enabled to fire events at a defined interval.</summary>
        internal static string @TimerEnabled => GetResourceString("TimerEnabled");
        /// <summary>The number of milliseconds between timer events.</summary>
        internal static string @TimerInterval => GetResourceString("TimerInterval");
        /// <summary>Occurs when the Interval has elapsed.</summary>
        internal static string @TimerIntervalElapsed => GetResourceString("TimerIntervalElapsed");
        /// <summary>'{0}' is not a valid value for 'Interval'. 'Interval' must be greater than {1}.</summary>
        internal static string @TimerInvalidInterval => GetResourceString("TimerInvalidInterval");
        /// <summary>The object used to marshal the event handler calls issued when an interval has elapsed.</summary>
        internal static string @TimerSynchronizingObject => GetResourceString("TimerSynchronizingObject");
        /// <summary>Failed to create ToolboxItem of type: {0}</summary>
        internal static string @ToolboxItemAttributeFailedGetType => GetResourceString("ToolboxItemAttributeFailedGetType");
        /// <summary>Scope must be PropertyTabScope.Document or PropertyTabScope.Component</summary>
        internal static string @PropertyTabAttributeBadPropertyTabScope => GetResourceString("PropertyTabAttributeBadPropertyTabScope");
        /// <summary>Couldn't find type {0}</summary>
        internal static string @PropertyTabAttributeTypeLoadException => GetResourceString("PropertyTabAttributeTypeLoadException");
        /// <summary>tabClasses must have the same number of items as tabScopes</summary>
        internal static string @PropertyTabAttributeArrayLengthMismatch => GetResourceString("PropertyTabAttributeArrayLengthMismatch");
        /// <summary>An array of tab type names or tab types must be specified</summary>
        internal static string @PropertyTabAttributeParamsBothNull => GetResourceString("PropertyTabAttributeParamsBothNull");
        /// <summary>COM object type descriptor functionality has been disabled in the app configuration and is not supported.</summary>
        internal static string @ComObjectDescriptorsNotSupported => GetResourceString("ComObjectDescriptorsNotSupported");
        /// <summary>(Default)</summary>
        internal static string @CultureInfoConverterDefaultCultureString => GetResourceString("CultureInfoConverterDefaultCultureString");
        /// <summary>The {0} culture cannot be converted to a CultureInfo object on this computer.</summary>
        internal static string @CultureInfoConverterInvalidCulture => GetResourceString("CultureInfoConverterInvalidCulture");
        /// <summary>Designer support has been disabled in the app configuration and is not supported.</summary>
        internal static string @IDesignerHostNotSupported => GetResourceString("IDesignerHostNotSupported");
        /// <summary>The service instance must derive from or implement {0}.</summary>
        internal static string @ErrorInvalidServiceInstance => GetResourceString("ErrorInvalidServiceInstance");
        /// <summary>The service {0} already exists in the service container.</summary>
        internal static string @ErrorServiceExists => GetResourceString("ErrorServiceExists");
        /// <summary>Value of '{0}' cannot be empty.</summary>
        internal static string @InvalidArgumentValue => GetResourceString("InvalidArgumentValue");
        /// <summary>Null is not a valid value for {0}.</summary>
        internal static string @InvalidNullArgument => GetResourceString("InvalidNullArgument");
        /// <summary>Duplicate component name '{0}'. Component names must be unique and case-insensitive.</summary>
        internal static string @DuplicateComponentName => GetResourceString("DuplicateComponentName");
        /// <summary>The PasswordChar and PromptChar values cannot be the same.</summary>
        internal static string @MaskedTextProviderPasswordAndPromptCharError => GetResourceString("MaskedTextProviderPasswordAndPromptCharError");
        /// <summary>The specified character value is not allowed for this property.</summary>
        internal static string @MaskedTextProviderInvalidCharError => GetResourceString("MaskedTextProviderInvalidCharError");
        /// <summary>The specified mask contains invalid characters.</summary>
        internal static string @MaskedTextProviderMaskInvalidChar => GetResourceString("MaskedTextProviderMaskInvalidChar");
        /// <summary>Parameter cannot be static.</summary>
        internal static string @InstanceDescriptorCannotBeStatic => GetResourceString("InstanceDescriptorCannotBeStatic");
        /// <summary>Parameter must be static.</summary>
        internal static string @InstanceDescriptorMustBeStatic => GetResourceString("InstanceDescriptorMustBeStatic");
        /// <summary>Parameter must be readable.</summary>
        internal static string @InstanceDescriptorMustBeReadable => GetResourceString("InstanceDescriptorMustBeReadable");
        /// <summary>Length mismatch.</summary>
        internal static string @InstanceDescriptorLengthMismatch => GetResourceString("InstanceDescriptorLengthMismatch");
        /// <summary>{0} on {1}</summary>
        internal static string @MetaExtenderName => GetResourceString("MetaExtenderName");
        /// <summary>Once a ListSortDescriptionCollection has been created it can't be modified.</summary>
        internal static string @CantModifyListSortDescriptionCollection => GetResourceString("CantModifyListSortDescriptionCollection");
        /// <summary>A valid license cannot be granted for the type {0}. Contact the manufacturer of the component for more information.</summary>
        internal static string @LicExceptionTypeOnly => GetResourceString("LicExceptionTypeOnly");
        /// <summary>An instance of type '{1}' was being created, and a valid license could not be granted for the type '{0}'. Please,  contact the manufacturer of the component for more information.</summary>
        internal static string @LicExceptionTypeAndInstance => GetResourceString("LicExceptionTypeAndInstance");
        /// <summary>The CurrentContext property of the LicenseManager is currently locked and cannot be changed.</summary>
        internal static string @LicMgrContextCannotBeChanged => GetResourceString("LicMgrContextCannotBeChanged");
        /// <summary>The CurrentContext property of the LicenseManager is already locked by another user.</summary>
        internal static string @LicMgrAlreadyLocked => GetResourceString("LicMgrAlreadyLocked");
        /// <summary>The CurrentContext property of the LicenseManager can only be unlocked with the same contextUser.</summary>
        internal static string @LicMgrDifferentUser => GetResourceString("LicMgrDifferentUser");
        /// <summary>(Collection)</summary>
        internal static string @CollectionConverterText => GetResourceString("CollectionConverterText");
        /// <summary>(New...)</summary>
        internal static string @InstanceCreationEditorDefaultText => GetResourceString("InstanceCreationEditorDefaultText");
        /// <summary>Property accessor '{0}' on object '{1}' threw the following exception:'{2}'</summary>
        internal static string @ErrorPropertyAccessorException => GetResourceString("ErrorPropertyAccessorException");
        /// <summary>The checkout was canceled by the user.</summary>
        internal static string @CHECKOUTCanceled => GetResourceString("CHECKOUTCanceled");
        /// <summary>(none)</summary>
        internal static string @toStringNone => GetResourceString("toStringNone");
        /// <summary>Relationships between {0}.{1} and {2}.{3} are not supported.</summary>
        internal static string @MemberRelationshipService_RelationshipNotSupported => GetResourceString("MemberRelationshipService_RelationshipNotSupported");
        /// <summary>BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.</summary>
        internal static string @BinaryFormatterMessage => GetResourceString("BinaryFormatterMessage");
        /// <summary>The type {0} is not registered. Call 'TypeDescriptor.RegisterType()' to register the type.</summary>
        internal static string @TypeIsNotRegistered => GetResourceString("TypeIsNotRegistered");
        /// <summary>Custom type providers must implement member {0}.</summary>
        internal static string @CustomTypeProviderNotImplemented => GetResourceString("CustomTypeProviderNotImplemented");

    }
}