//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Activities.Presentation.Internal.Properties { 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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 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("System.Activities.Presentation.Properties." + "Resources", typeof(Resources).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 The argument '{0}' must be of type '{1}'.. /// internal static string Error_ArgIncorrectType { get { return ResourceManager.GetString("Error_ArgIncorrectType", resourceCulture); } } /// /// Looks up a localized string similar to Cannot convert Value to string.. /// internal static string Error_CannotConvertValueToString { get { return ResourceManager.GetString("Error_CannotConvertValueToString", resourceCulture); } } /// /// Looks up a localized string similar to Cannot update Value from StringValue.. /// internal static string Error_CannotUpdateValueFromStringValue { get { return ResourceManager.GetString("Error_CannotUpdateValueFromStringValue", resourceCulture); } } /// /// Looks up a localized string similar to The context item type '{0}' derives from the base item type of '{1}'. Always pass a the base context item type.. /// internal static string Error_DerivedContextItem { get { return ResourceManager.GetString("Error_DerivedContextItem", resourceCulture); } } /// /// Looks up a localized string similar to The service '{0}' has already been published by another object.. /// internal static string Error_DuplicateService { get { return ResourceManager.GetString("Error_DuplicateService", resourceCulture); } } /// /// Looks up a localized string similar to The ModelEditingScope has already been reverted.. /// internal static string Error_EditingScopeReverted { get { return ResourceManager.GetString("Error_EditingScopeReverted", resourceCulture); } } /// /// Looks up a localized string similar to The ModelEditingScope has already been completed.. /// internal static string Error_EdtingScopeCompleted { get { return ResourceManager.GetString("Error_EdtingScopeCompleted", resourceCulture); } } /// /// Looks up a localized string similar to The enumeration either has ended or has not yet been started.. /// internal static string Error_EnumerationNotReady { get { return ResourceManager.GetString("Error_EnumerationNotReady", resourceCulture); } } /// /// Looks up a localized string similar to An object '{0}' has published a service of type '{1}' but the service instance was returned as '{2}'.. /// internal static string Error_IncorrectServiceType { get { return ResourceManager.GetString("Error_IncorrectServiceType", resourceCulture); } } /// /// Looks up a localized string similar to The argument '{0}' must be of type '{1}'.. /// internal static string Error_InvalidArgumentType { get { return ResourceManager.GetString("Error_InvalidArgumentType", resourceCulture); } } /// /// Looks up a localized string similar to The index '{0}' is beyond the bounds of the array.. /// internal static string Error_InvalidArrayIndex { get { return ResourceManager.GetString("Error_InvalidArrayIndex", resourceCulture); } } /// /// Looks up a localized string similar to FactoryType must be set to a type that derives from NewItemFactory.. /// internal static string Error_InvalidFactoryType { get { return ResourceManager.GetString("Error_InvalidFactoryType", resourceCulture); } } /// /// Looks up a localized string similar to The method '{0}' has returned null, but that is not allowed in the implementation.. /// internal static string Error_NullImplementation { get { return ResourceManager.GetString("Error_NullImplementation", resourceCulture); } } /// /// Looks up a localized string similar to An object '{0}' has published a service of type '{1}' but the returned instance was null.. /// internal static string Error_NullService { get { return ResourceManager.GetString("Error_NullService", resourceCulture); } } /// /// Looks up a localized string similar to Expected e.Parameter to be non-null and to be a PropertyValue. CommandParameter should have a Binding to the PropertyValue.. /// internal static string Error_PropertyValueEditor_InvalidDialogValueEditorCommandInvocation { get { return ResourceManager.GetString("Error_PropertyValueEditor_InvalidDialogValueEditorCommandInvocation", resourceCulture); } } /// /// Looks up a localized string similar to Expected PropertyValue.OwningEditor to be non-null and to be a subclass of PropertyValueEditorDialogBase.. /// internal static string Error_PropertyValueEditor_InvalidDialogValueEditorEditorValue { get { return ResourceManager.GetString("Error_PropertyValueEditor_InvalidDialogValueEditorEditorValue", resourceCulture); } } /// /// Looks up a localized string similar to While resolving the service '{0}' a recursive request was made for the same service.. /// internal static string Error_RecursionResolvingService { get { return ResourceManager.GetString("Error_RecursionResolvingService", resourceCulture); } } /// /// Looks up a localized string similar to This feature requires service '{0}' to be present, but it could not be located.. /// internal static string Error_RequiredService { get { return ResourceManager.GetString("Error_RequiredService", resourceCulture); } } /// /// Looks up a localized string similar to Validation of the attribute table has failed.. /// internal static string Error_TableValidationFailed { get { return ResourceManager.GetString("Error_TableValidationFailed", resourceCulture); } } /// /// Looks up a localized string similar to The tool '{0}' is already active in this editing context. You cannot activate the same instance of a task tool more than once.. /// internal static string Error_ToolAlreadyActive { get { return ResourceManager.GetString("Error_ToolAlreadyActive", resourceCulture); } } /// /// Looks up a localized string similar to MemberDescriptors of type '{0}' are not supported.. /// internal static string Error_UnknownMemberDescriptor { get { return ResourceManager.GetString("Error_UnknownMemberDescriptor", resourceCulture); } } /// /// Looks up a localized string similar to The member named '{0}' was found as both a property and an event on type '{1}'. Members with the same name are not supported.. /// internal static string Error_ValidationAmbiguousMember { get { return ResourceManager.GetString("Error_ValidationAmbiguousMember", resourceCulture); } } /// /// Looks up a localized string similar to The member named '{0}' does not exist on type '{1}'.. /// internal static string Error_ValidationNoMatchingMember { get { return ResourceManager.GetString("Error_ValidationNoMatchingMember", resourceCulture); } } /// /// Looks up a localized string similar to Get of Value failed.. /// internal static string Error_ValueGetFailed { get { return ResourceManager.GetString("Error_ValueGetFailed", resourceCulture); } } /// /// Looks up a localized string similar to Set of Value failed.. /// internal static string Error_ValueSetFailed { get { return ResourceManager.GetString("Error_ValueSetFailed", resourceCulture); } } /// /// Looks up a localized string similar to Can only set FocusScopePriority on an element that is a FocusScope.. /// internal static string FromExpression_CanOnlySetFocusScopePriorityOnAnElementThatIsAFocusScope { get { return ResourceManager.GetString("FromExpression_CanOnlySetFocusScopePriorityOnAnElementThatIsAFocusScope", resourceCulture); } } /// /// Looks up a localized string similar to Loading CategoryEditor type threw an exception: {0}. /// internal static string FromExpression_CategoryEditorTypeLoadFailed { get { return ResourceManager.GetString("FromExpression_CategoryEditorTypeLoadFailed", resourceCulture); } } /// /// Looks up a localized string similar to Category {0} returned invalid category icon: {1}. /// internal static string FromExpression_CategoryIconLoadFailed { get { return ResourceManager.GetString("FromExpression_CategoryIconLoadFailed", resourceCulture); } } /// /// Looks up a localized string similar to CollectionItemFactory {0} threw an exception: {1}. /// internal static string FromExpression_CollectionDialogEditorCollectionItemFactoryInstantiateFailed { get { return ResourceManager.GetString("FromExpression_CollectionDialogEditorCollectionItemFactoryInstantiateFailed", resourceCulture); } } /// /// Looks up a localized string similar to The method or operation is not implemented.. /// internal static string FromExpression_MethodOrOperationIsNotImplemented { get { return ResourceManager.GetString("FromExpression_MethodOrOperationIsNotImplemented", resourceCulture); } } /// /// Looks up a localized string similar to NewItemFactory {0} GetImage() threw an exception: {1}. /// internal static string FromExpression_NewItemFactoryIconLoadFailed { get { return ResourceManager.GetString("FromExpression_NewItemFactoryIconLoadFailed", resourceCulture); } } /// /// Looks up a localized string similar to No ConvertBack for ValueToIcon converter.. /// internal static string FromExpression_NoConvertBackForValueToIconConverter { get { return ResourceManager.GetString("FromExpression_NoConvertBackForValueToIconConverter", resourceCulture); } } /// /// Looks up a localized string similar to A SwitchConverter cannot be used for a two-way bind.. /// internal static string FromExpression_SwitchConverterIsOneWay { get { return ResourceManager.GetString("FromExpression_SwitchConverterIsOneWay", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected brush type {0}.. /// internal static string FromExpression_UnexpectedBrushType { get { return ResourceManager.GetString("FromExpression_UnexpectedBrushType", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected drawing type {0}.. /// internal static string FromExpression_UnexpectedDrawingType { get { return ResourceManager.GetString("FromExpression_UnexpectedDrawingType", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected image source type {0}.. /// internal static string FromExpression_UnexpectedImageSourceType { get { return ResourceManager.GetString("FromExpression_UnexpectedImageSourceType", resourceCulture); } } /// /// Looks up a localized string similar to Loading ValueEditor threw an exception: {0}. /// internal static string FromExpression_ValueEditorLoadFailed { get { return ResourceManager.GetString("FromExpression_ValueEditorLoadFailed", resourceCulture); } } /// /// Looks up a localized string similar to Failed to load metadata assembly {0}. Exception message: {1}. Stack Trace: {2}. /// internal static string MetadataPluginLog_ErrorFailedToLoadMetadataAssembly { get { return ResourceManager.GetString("MetadataPluginLog_ErrorFailedToLoadMetadataAssembly", resourceCulture); } } /// /// Looks up a localized string similar to All Properties. /// internal static string PropertyCategoryAllProperties { get { return ResourceManager.GetString("PropertyCategoryAllProperties", resourceCulture); } } /// /// Looks up a localized string similar to Advanced Category Editors. /// internal static string PropertyEditing_AdvancedCategoryEditors { get { return ResourceManager.GetString("PropertyEditing_AdvancedCategoryEditors", resourceCulture); } } /// /// Looks up a localized string similar to Alphabetical. /// internal static string PropertyEditing_AlphabeticalCaption { get { return ResourceManager.GetString("PropertyEditing_AlphabeticalCaption", resourceCulture); } } /// /// Looks up a localized string similar to Basic Category Editors. /// internal static string PropertyEditing_BasicCategoryEditors { get { return ResourceManager.GetString("PropertyEditing_BasicCategoryEditors", resourceCulture); } } /// /// Looks up a localized string similar to Categorized. /// internal static string PropertyEditing_CategorizedCaption { get { return ResourceManager.GetString("PropertyEditing_CategorizedCaption", resourceCulture); } } /// /// Looks up a localized string similar to Category container contains properties associated with a specific categories, along with any of its editors.. /// internal static string PropertyEditing_CategoryContainerAutomationPeerHelp { get { return ResourceManager.GetString("PropertyEditing_CategoryContainerAutomationPeerHelp", resourceCulture); } } /// /// Looks up a localized string similar to Category List. /// internal static string PropertyEditing_CategoryList { get { return ResourceManager.GetString("PropertyEditing_CategoryList", resourceCulture); } } /// /// Looks up a localized string similar to Clear. /// internal static string PropertyEditing_ClearButtonCaption { get { return ResourceManager.GetString("PropertyEditing_ClearButtonCaption", resourceCulture); } } /// /// Looks up a localized string similar to Cannot clear the value of an item in a collection.. /// internal static string PropertyEditing_ClearIndexer { get { return ResourceManager.GetString("PropertyEditing_ClearIndexer", resourceCulture); } } /// /// Looks up a localized string similar to Collection Editor: {0}. /// internal static string PropertyEditing_CollectionEditorTitle { get { return ResourceManager.GetString("PropertyEditing_CollectionEditorTitle", resourceCulture); } } /// /// Looks up a localized string similar to {0}. /// internal static string PropertyEditing_CollectionItemDisplayFormatType { get { return ResourceManager.GetString("PropertyEditing_CollectionItemDisplayFormatType", resourceCulture); } } /// /// Looks up a localized string similar to {0} ({1}). /// internal static string PropertyEditing_CollectionItemDisplayFormatTypeAndName { get { return ResourceManager.GetString("PropertyEditing_CollectionItemDisplayFormatTypeAndName", resourceCulture); } } /// /// Looks up a localized string similar to (Array). /// internal static string PropertyEditing_DefaultArrayStringValue { get { return ResourceManager.GetString("PropertyEditing_DefaultArrayStringValue", resourceCulture); } } /// /// Looks up a localized string similar to (Collection). /// internal static string PropertyEditing_DefaultCollectionStringValue { get { return ResourceManager.GetString("PropertyEditing_DefaultCollectionStringValue", resourceCulture); } } /// /// Looks up a localized string similar to (Enumerable). /// internal static string PropertyEditing_DefaultEnumerableStringValue { get { return ResourceManager.GetString("PropertyEditing_DefaultEnumerableStringValue", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected error occurred in value dialog editor.. /// internal static string PropertyEditing_DialogError { get { return ResourceManager.GetString("PropertyEditing_DialogError", resourceCulture); } } /// /// Looks up a localized string similar to Property Editor: {0}. /// internal static string PropertyEditing_DialogValueEditorTitle { get { return ResourceManager.GetString("PropertyEditing_DialogValueEditorTitle", resourceCulture); } } /// /// Looks up a localized string similar to Collection cannot contain two or more items with the same name ('{0}').. /// internal static string PropertyEditing_DuplicateNameInCollection { get { return ResourceManager.GetString("PropertyEditing_DuplicateNameInCollection", resourceCulture); } } /// /// Looks up a localized string similar to Cannot abort a transaction because none have been opened.. /// internal static string PropertyEditing_ErrorAbort_NoTransactionsOpened { get { return ResourceManager.GetString("PropertyEditing_ErrorAbort_NoTransactionsOpened", resourceCulture); } } /// /// Looks up a localized string similar to Cannot commit a transaction because none have been opened.. /// internal static string PropertyEditing_ErrorCommit_NoTransactionsOpened { get { return ResourceManager.GetString("PropertyEditing_ErrorCommit_NoTransactionsOpened", resourceCulture); } } /// /// Looks up a localized string similar to PropertyValues in a collection are read-only. Use PropertyValueCollection APIs to manipulate the collection itself.. /// internal static string PropertyEditing_ErrorSetValueOnIndexer { get { return ResourceManager.GetString("PropertyEditing_ErrorSetValueOnIndexer", resourceCulture); } } /// /// Looks up a localized string similar to Cannot update PropertyValue because it is no longer part of a valid collection.. /// internal static string PropertyEditing_InvalidIndexer { get { return ResourceManager.GetString("PropertyEditing_InvalidIndexer", resourceCulture); } } /// /// Looks up a localized string similar to Multiple objects selected. /// internal static string PropertyEditing_MultipleObjectsSelected { get { return ResourceManager.GetString("PropertyEditing_MultipleObjectsSelected", resourceCulture); } } /// /// Looks up a localized string similar to Multiple types selected. /// internal static string PropertyEditing_MultipleTypesSelected { get { return ResourceManager.GetString("PropertyEditing_MultipleTypesSelected", resourceCulture); } } /// /// Looks up a localized string similar to Element rename. /// internal static string PropertyEditing_NameChangeUndoText { get { return ResourceManager.GetString("PropertyEditing_NameChangeUndoText", resourceCulture); } } /// /// Looks up a localized string similar to {0}:. /// internal static string PropertyEditing_NamePropertyDisplayFormat { get { return ResourceManager.GetString("PropertyEditing_NamePropertyDisplayFormat", resourceCulture); } } /// /// Looks up a localized string similar to The specified name could not be set.. /// internal static string PropertyEditing_NameSetError { get { return ResourceManager.GetString("PropertyEditing_NameSetError", resourceCulture); } } /// /// Looks up a localized string similar to Property '{0}' does not support String to Value conversion.. /// internal static string PropertyEditing_NoStringToValueConversion { get { return ResourceManager.GetString("PropertyEditing_NoStringToValueConversion", resourceCulture); } } /// /// Looks up a localized string similar to Properties Window. /// internal static string PropertyEditing_PropertyInspector { get { return ResourceManager.GetString("PropertyEditing_PropertyInspector", resourceCulture); } } /// /// Looks up a localized string similar to PropertyInspector lists properties of all selected objects and allows the user to view and change them as needed.. /// internal static string PropertyEditing_PropertyInspectorAutomationPeerHelp { get { return ResourceManager.GetString("PropertyEditing_PropertyInspectorAutomationPeerHelp", resourceCulture); } } /// /// Looks up a localized string similar to Selected Category: {0} (advanced properties). /// internal static string PropertyEditing_SelectionStatus_AdvancedCategory { get { return ResourceManager.GetString("PropertyEditing_SelectionStatus_AdvancedCategory", resourceCulture); } } /// /// Looks up a localized string similar to Selected Category: {0}. /// internal static string PropertyEditing_SelectionStatus_Category { get { return ResourceManager.GetString("PropertyEditing_SelectionStatus_Category", resourceCulture); } } /// /// Looks up a localized string similar to Selected Category Editor: {0}. /// internal static string PropertyEditing_SelectionStatus_CategoryEditor { get { return ResourceManager.GetString("PropertyEditing_SelectionStatus_CategoryEditor", resourceCulture); } } /// /// Looks up a localized string similar to Nothing Selected. /// internal static string PropertyEditing_SelectionStatus_Empty { get { return ResourceManager.GetString("PropertyEditing_SelectionStatus_Empty", resourceCulture); } } /// /// Looks up a localized string similar to Selected Property: {0}. /// internal static string PropertyEditing_SelectionStatus_Property { get { return ResourceManager.GetString("PropertyEditing_SelectionStatus_Property", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Selection: {0}. /// internal static string PropertyEditing_SelectionStatus_Unknown { get { return ResourceManager.GetString("PropertyEditing_SelectionStatus_Unknown", resourceCulture); } } /// /// Looks up a localized string similar to Property value is not valid. /// internal static string PropertyEditing_SetError { get { return ResourceManager.GetString("PropertyEditing_SetError", resourceCulture); } } /// /// Looks up a localized string similar to SubPropertyEditor. /// internal static string PropertyEditing_SubPropertyEditorAutomationName { get { return ResourceManager.GetString("PropertyEditing_SubPropertyEditorAutomationName", resourceCulture); } } /// /// Looks up a localized string similar to Change to {0} property.. /// internal static string PropertyEditing_UndoText { get { return ResourceManager.GetString("PropertyEditing_UndoText", resourceCulture); } } /// /// Looks up a localized string similar to Invalid value for property '{0}': '{1}'. /// internal static string PropertyEditing_ValidationFailed { get { return ResourceManager.GetString("PropertyEditing_ValidationFailed", resourceCulture); } } /// /// Looks up a localized string similar to Create new '{0}'. /// internal static string ToolDescription_CreateInstance { get { return ResourceManager.GetString("ToolDescription_CreateInstance", resourceCulture); } } } }