//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.235 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Activities.Core.Presentation { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class SR { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal SR() { } /// /// 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.Core.Presentation.SR", typeof(SR).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 an activity. /// internal static string AddActivityHintText { get { return ResourceManager.GetString("AddActivityHintText", resourceCulture); } } /// /// Looks up a localized string similar to Add new case. /// internal static string AddNewCase { get { return ResourceManager.GetString("AddNewCase", resourceCulture); } } /// /// Looks up a localized string similar to Connect items automatically. /// internal static string AutoConnect { get { return ResourceManager.GetString("AutoConnect", resourceCulture); } } /// /// Looks up a localized string similar to Split connector automatically. /// internal static string AutoSplit { get { return ResourceManager.GetString("AutoSplit", resourceCulture); } } /// /// Looks up a localized string similar to Cannot construct line segment between point {0} and point {1}.. /// internal static string CannotConstructConnectionSegment { get { return ResourceManager.GetString("CannotConstructConnectionSegment", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create link.. /// internal static string CannotCreateLink { get { return ResourceManager.GetString("CannotCreateLink", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create transition from a state to its descendant.. /// internal static string CannotCreateTransitionFromAncestorToDescendant { get { return ResourceManager.GetString("CannotCreateTransitionFromAncestorToDescendant", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create transition to a composite state.. /// internal static string CannotCreateTransitionToCompositeState { get { return ResourceManager.GetString("CannotCreateTransitionToCompositeState", resourceCulture); } } /// /// Looks up a localized string similar to {0} activity is copied to the clipboard. Please paste it in your workflow as appropriate.. /// internal static string CannotPasteSendReplyOrReceiveReply { get { return ResourceManager.GetString("CannotPasteSendReplyOrReceiveReply", resourceCulture); } } /// /// Looks up a localized string similar to Cannot set a composite state as the initial state.. /// internal static string CannotSetCompositeStateAsInitialState { get { return ResourceManager.GetString("CannotSetCompositeStateAsInitialState", resourceCulture); } } /// /// Looks up a localized string similar to Cannot set a final state as the initial state.. /// internal static string CannotSetFinalStateAsInitialState { get { return ResourceManager.GetString("CannotSetFinalStateAsInitialState", resourceCulture); } } /// /// Looks up a localized string similar to Case{0}. /// internal static string CaseFormat { get { return ResourceManager.GetString("CaseFormat", resourceCulture); } } /// /// Looks up a localized string similar to Change Case Value. /// internal static string ChangeCaseValue { get { return ResourceManager.GetString("ChangeCaseValue", resourceCulture); } } /// /// Looks up a localized string similar to Change type collection. /// internal static string ChangeTypeCollectionEditingScopeDesc { get { return ResourceManager.GetString("ChangeTypeCollectionEditingScopeDesc", resourceCulture); } } /// /// Looks up a localized string similar to Clear initial state. /// internal static string ClearInitialState { get { return ResourceManager.GetString("ClearInitialState", resourceCulture); } } /// /// Looks up a localized string similar to Transition. /// internal static string ConnectionAutomationPropertiesName { get { return ResourceManager.GetString("ConnectionAutomationPropertiesName", resourceCulture); } } /// /// Looks up a localized string similar to ConnectionConfigurationName '{0}' does not exist in configuration file.. /// internal static string ConnectionNotFoundInConfig { get { return ResourceManager.GetString("ConnectionNotFoundInConfig", resourceCulture); } } /// /// Looks up a localized string similar to Select and press Ctrl-C to copy the transition.. /// internal static string CopyTransitionToolTip { get { return ResourceManager.GetString("CopyTransitionToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Cannot use a query correlation initializer when a message is XmlSerializable.. /// internal static string CorrelationInitializerNotSupported { get { return ResourceManager.GetString("CorrelationInitializerNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Add parameter. /// internal static string CreateParameter { get { return ResourceManager.GetString("CreateParameter", resourceCulture); } } /// /// Looks up a localized string similar to Create transition. /// internal static string CreateTransition { get { return ResourceManager.GetString("CreateTransition", resourceCulture); } } /// /// Looks up a localized string similar to (Custom). /// internal static string CustomConnectionStringLabel { get { return ResourceManager.GetString("CustomConnectionStringLabel", resourceCulture); } } /// /// Looks up a localized string similar to Default case already exists.. /// internal static string DefaultCaseExists { get { return ResourceManager.GetString("DefaultCaseExists", resourceCulture); } } /// /// Looks up a localized string similar to Define.... /// internal static string DefineContent { get { return ResourceManager.GetString("DefineContent", resourceCulture); } } /// /// Looks up a localized string similar to Expected argument named '{0}' was not found. ///. /// internal static string DelegateArgumentMissing { get { return ResourceManager.GetString("DelegateArgumentMissing", resourceCulture); } } /// /// Looks up a localized string similar to The directionality of activity delegate argument '{0}' in DelegateArguments dictionary is '{1}'. The expected directionality is '{2}'. ///. /// internal static string DelegateArgumentsDirectionalityMismatch { get { return ResourceManager.GetString("DelegateArgumentsDirectionalityMismatch", resourceCulture); } } /// /// Looks up a localized string similar to The argument provided for the delegate input named '{0}' had an invalid type. The delegate input is of type '{1}' and the argument is of type '{2}'. The argument's type must be coercible to the delegate input's type. ///. /// internal static string DelegateInArgumentTypeMismatch { get { return ResourceManager.GetString("DelegateInArgumentTypeMismatch", resourceCulture); } } /// /// Looks up a localized string similar to The argument provided for the delegate output named '{0}' had an invalid type. The delegate output is of type '{1}' and the argument is of type '{2}'. The delegate output's type must be coercible to the argument's type. ///. /// internal static string DelegateOutArgumentTypeMismatch { get { return ResourceManager.GetString("DelegateOutArgumentTypeMismatch", resourceCulture); } } /// /// Looks up a localized string similar to A switch case with the key '{0}' already exists. Choose a different key.. /// internal static string DuplicateCaseKey { get { return ResourceManager.GetString("DuplicateCaseKey", resourceCulture); } } /// /// Looks up a localized string similar to The collection already contains the key '{0}'. Please choose a different key.. /// internal static string DuplicateKeyName { get { return ResourceManager.GetString("DuplicateKeyName", resourceCulture); } } /// /// Looks up a localized string similar to Editing Command. /// internal static string EditingCommand { get { return ResourceManager.GetString("EditingCommand", resourceCulture); } } /// /// Looks up a localized string similar to Editing Connection Settings. /// internal static string EditingConnectionSettings { get { return ResourceManager.GetString("EditingConnectionSettings", resourceCulture); } } /// /// Looks up a localized string similar to Editing Parameters. /// internal static string EditingParameters { get { return ResourceManager.GetString("EditingParameters", resourceCulture); } } /// /// Looks up a localized string similar to Edit Parameters. /// internal static string EditParametersUndoUnitName { get { return ResourceManager.GetString("EditParametersUndoUnitName", resourceCulture); } } /// /// Looks up a localized string similar to Double-click to edit state details.. /// internal static string EditStateToolTip { get { return ResourceManager.GetString("EditStateToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Double-click to edit transition details. /// internal static string EditTransitionTooltip { get { return ResourceManager.GetString("EditTransitionTooltip", resourceCulture); } } /// /// Looks up a localized string similar to (empty). /// internal static string EmptyName { get { return ResourceManager.GetString("EmptyName", resourceCulture); } } /// /// Looks up a localized string similar to Equals() and/or GetHashCode() on type '{0}' were not overridden correctly.. /// internal static string EqualityError { get { return ResourceManager.GetString("EqualityError", resourceCulture); } } /// /// Looks up a localized string similar to Workflow Designer. /// internal static string ErrorMessageBoxTitle { get { return ResourceManager.GetString("ErrorMessageBoxTitle", resourceCulture); } } /// /// Looks up a localized string similar to <Enter an expression>. /// internal static string ExpressionDefaultText { get { return ResourceManager.GetString("ExpressionDefaultText", resourceCulture); } } /// /// Looks up a localized string similar to Create Link(s). /// internal static string FCCreateLink { get { return ResourceManager.GetString("FCCreateLink", resourceCulture); } } /// /// Looks up a localized string similar to Delete Link(s). /// internal static string FCDeleteLink { get { return ResourceManager.GetString("FCDeleteLink", resourceCulture); } } /// /// Looks up a localized string similar to Delete Flowchart node. /// internal static string FCDeleteShape { get { return ResourceManager.GetString("FCDeleteShape", resourceCulture); } } /// /// Looks up a localized string similar to False branch already exists.. /// internal static string FCFalseBranchExists { get { return ResourceManager.GetString("FCFalseBranchExists", resourceCulture); } } /// /// Looks up a localized string similar to Connection can only be from True or False branch.. /// internal static string FCFlowConditionLinkError { get { return ResourceManager.GetString("FCFlowConditionLinkError", resourceCulture); } } /// /// Looks up a localized string similar to The True and False branches have already been defined.. /// internal static string FCFlowConditionLinksExist { get { return ResourceManager.GetString("FCFlowConditionLinksExist", resourceCulture); } } /// /// Looks up a localized string similar to False. /// internal static string FCFlowDecisionFalseMarker { get { return ResourceManager.GetString("FCFlowDecisionFalseMarker", resourceCulture); } } /// /// Looks up a localized string similar to True. /// internal static string FCFlowDecisionTrueMarker { get { return ResourceManager.GetString("FCFlowDecisionTrueMarker", resourceCulture); } } /// /// Looks up a localized string similar to Cannot connect to the connection point.. /// internal static string FCInvalidLink { get { return ResourceManager.GetString("FCInvalidLink", resourceCulture); } } /// /// Looks up a localized string similar to Move Flowchart Link. /// internal static string FCLinkMove { get { return ResourceManager.GetString("FCLinkMove", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create more than one outgoing connection for this activity.. /// internal static string FCNextLinkDefined { get { return ResourceManager.GetString("FCNextLinkDefined", resourceCulture); } } /// /// Looks up a localized string similar to Resize Flowchart. /// internal static string FCResizeUndoUnitName { get { return ResourceManager.GetString("FCResizeUndoUnitName", resourceCulture); } } /// /// Looks up a localized string similar to True branch already exists.. /// internal static string FCTrueBranchExists { get { return ResourceManager.GetString("FCTrueBranchExists", resourceCulture); } } /// /// Looks up a localized string similar to Fill Delegate Arguments. /// internal static string FillDelegateArguments { get { return ResourceManager.GetString("FillDelegateArguments", resourceCulture); } } /// /// Looks up a localized string similar to FlowSwitch case rename. /// internal static string FlowSwitchCaseRenameEditingScopeDesc { get { return ResourceManager.GetString("FlowSwitchCaseRenameEditingScopeDesc", resourceCulture); } } /// /// Looks up a localized string similar to FlowSwitch DefaultCaseDisplayName change. /// internal static string FlowSwitchDefaultCaseDisplayNameEditingScopeDesc { get { return ResourceManager.GetString("FlowSwitchDefaultCaseDisplayNameEditingScopeDesc", resourceCulture); } } /// /// Looks up a localized string similar to Drag a line to connect to the initial state. /// internal static string InitialStateConnectionPointTooltip { get { return ResourceManager.GetString("InitialStateConnectionPointTooltip", resourceCulture); } } /// /// Looks up a localized string similar to FlowSwitch cases must be unique.. /// internal static string InvalidFlowSwitchCaseMessage { get { return ResourceManager.GetString("InvalidFlowSwitchCaseMessage", resourceCulture); } } /// /// Looks up a localized string similar to Item Move. /// internal static string ItemMove { get { return ResourceManager.GetString("ItemMove", resourceCulture); } } /// /// Looks up a localized string similar to Move link. /// internal static string MoveLink { get { return ResourceManager.GetString("MoveLink", resourceCulture); } } /// /// Looks up a localized string similar to <Input case here>. /// internal static string NewCaseHint { get { return ResourceManager.GetString("NewCaseHint", resourceCulture); } } /// /// Looks up a localized string similar to Case key value cannot be converted from/to type string.. /// internal static string NotSupportedCaseKeyStringConversion { get { return ResourceManager.GetString("NotSupportedCaseKeyStringConversion", resourceCulture); } } /// /// Looks up a localized string similar to The Encoding with code page '{0}' is not supported.. /// internal static string NotSupportedEncoding { get { return ResourceManager.GetString("NotSupportedEncoding", resourceCulture); } } /// /// Looks up a localized string similar to (null). /// internal static string NullName { get { return ResourceManager.GetString("NullName", resourceCulture); } } /// /// Looks up a localized string similar to The entered key is invalid. /// internal static string NullOrEmptyKeyName { get { return ResourceManager.GetString("NullOrEmptyKeyName", resourceCulture); } } /// /// Looks up a localized string similar to Parameters. /// internal static string ParameterDialogTitle { get { return ResourceManager.GetString("ParameterDialogTitle", resourceCulture); } } /// /// Looks up a localized string similar to Cannot paste the transition if one of the selected source states is a Final state.. /// internal static string PasteTransitionOnFinalState { get { return ResourceManager.GetString("PasteTransitionOnFinalState", resourceCulture); } } /// /// Looks up a localized string similar to Cannot paste the transition if the selection contains any item that is not a State.. /// internal static string PasteTransitionOnNonStateItem { get { return ResourceManager.GetString("PasteTransitionOnNonStateItem", resourceCulture); } } /// /// Looks up a localized string similar to Select and press Ctrl-V to paste the transition.. /// internal static string PasteTransitionToolTip { get { return ResourceManager.GetString("PasteTransitionToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Cannot paste the transition because '{0}' has all connection points occupied.. /// internal static string PasteTransitionWithoutAvailableConnectionPoints { get { return ResourceManager.GetString("PasteTransitionWithoutAvailableConnectionPoints", resourceCulture); } } /// /// Looks up a localized string similar to Cannot paste the transition if the destination state of the copied transition is removed or not in the StateMachine.. /// internal static string PasteTransitionWithoutDestinationState { get { return ResourceManager.GetString("PasteTransitionWithoutDestinationState", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a concrete type of ActivityDelegate.. /// internal static string PropertyIsNotAConcreteActivityDelegate { get { return ResourceManager.GetString("PropertyIsNotAConcreteActivityDelegate", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not an ActivityDelegate.. /// internal static string PropertyIsNotAnActivityDelegate { get { return ResourceManager.GetString("PropertyIsNotAnActivityDelegate", resourceCulture); } } /// /// Looks up a localized string similar to Property Reference Change. /// internal static string PropertyReferenceChange { get { return ResourceManager.GetString("PropertyReferenceChange", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' cannot be resolved.. /// internal static string PropertyReferenceNotResolved { get { return ResourceManager.GetString("PropertyReferenceNotResolved", resourceCulture); } } /// /// Looks up a localized string similar to Reorder items. /// internal static string ReorderItems { get { return ResourceManager.GetString("ReorderItems", resourceCulture); } } /// /// Looks up a localized string similar to Set initial state. /// internal static string SetInitialState { get { return ResourceManager.GetString("SetInitialState", resourceCulture); } } /// /// Looks up a localized string similar to Drag a line to create a new transition that shares the same trigger. /// internal static string SharedTriggerToolTip { get { return ResourceManager.GetString("SharedTriggerToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Go to {0}. /// internal static string StateLinkButtonToolTip { get { return ResourceManager.GetString("StateLinkButtonToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Resize StateMachine. /// internal static string StateMachineResize { get { return ResourceManager.GetString("StateMachineResize", resourceCulture); } } /// /// Looks up a localized string similar to Resize State. /// internal static string StateResize { get { return ResourceManager.GetString("StateResize", resourceCulture); } } /// /// Looks up a localized string similar to Drag a line to create a transition. /// internal static string TransitionConnectionPointTooltip { get { return ResourceManager.GetString("TransitionConnectionPointTooltip", resourceCulture); } } /// /// Looks up a localized string similar to Request in ReceiveReply '{0}' does not belong to the workflow.. /// internal static string UnrootedRequestInReceiveReply { get { return ResourceManager.GetString("UnrootedRequestInReceiveReply", resourceCulture); } } /// /// Looks up a localized string similar to Request in SendReply '{0}' does not belong to the workflow.. /// internal static string UnrootedRequestInSendReply { get { return ResourceManager.GetString("UnrootedRequestInSendReply", resourceCulture); } } /// /// Looks up a localized string similar to View message.... /// internal static string ViewMessageContent { get { return ResourceManager.GetString("ViewMessageContent", resourceCulture); } } /// /// Looks up a localized string similar to View parameter.... /// internal static string ViewParameterContent { get { return ResourceManager.GetString("ViewParameterContent", resourceCulture); } } /// /// Looks up a localized string similar to ActivityDelegate arguments don't match. Check your activity configuration to make sure it is in [....] with the declared ActivityDelegate.. /// internal static string WrongNumberOfArgumentsForActivityDelegate { get { return ResourceManager.GetString("WrongNumberOfArgumentsForActivityDelegate", resourceCulture); } } } }