Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / SR.Designer.cs / 1407647 / SR.Designer.cs
//------------------------------------------------------------------------------ //// This code was generated by a tool. // Runtime Version:4.0.21006.0 // // 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 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 {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 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 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 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 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 Edit Parameters. /// internal static string EditParametersUndoUnitName { get { return ResourceManager.GetString("EditParametersUndoUnitName", 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 <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 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 FlowSwitch case rename. /// internal static string FlowSwitchCaseRenameEditingScopeDesc { get { return ResourceManager.GetString("FlowSwitchCaseRenameEditingScopeDesc", 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 <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 entered key is invalid. /// internal static string NullOrEmptyKeyName { get { return ResourceManager.GetString("NullOrEmptyKeyName", 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); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateControlParser.cs
- MergeEnumerator.cs
- SafeRightsManagementPubHandle.cs
- TypeElementCollection.cs
- WindowsAltTab.cs
- Label.cs
- GridProviderWrapper.cs
- SemaphoreSecurity.cs
- ModelItemKeyValuePair.cs
- Keyboard.cs
- BitmapCodecInfo.cs
- DataGridViewCell.cs
- TypeExtensions.cs
- SecurityResources.cs
- ImageSourceValueSerializer.cs
- MethodMessage.cs
- ParserContext.cs
- SafeProcessHandle.cs
- InputBinding.cs
- StandardOleMarshalObject.cs
- DefaultAssemblyResolver.cs
- CompilerLocalReference.cs
- DefaultProxySection.cs
- Vector3DCollectionValueSerializer.cs
- RoleGroup.cs
- ThicknessAnimationBase.cs
- SystemTcpStatistics.cs
- ServiceHandle.cs
- TargetConverter.cs
- MouseWheelEventArgs.cs
- CultureNotFoundException.cs
- Exceptions.cs
- ContainerTracking.cs
- SslStream.cs
- CodeAccessSecurityEngine.cs
- SystemWebSectionGroup.cs
- DbConnectionOptions.cs
- StyleSheetRefUrlEditor.cs
- DataGridViewRowEventArgs.cs
- RequestCachePolicyConverter.cs
- HttpRequestCacheValidator.cs
- GatewayDefinition.cs
- FlowLayoutSettings.cs
- SystemDiagnosticsSection.cs
- SmtpCommands.cs
- Misc.cs
- XDRSchema.cs
- LazyTextWriterCreator.cs
- BitmapSizeOptions.cs
- InfoCardTraceRecord.cs
- WsdlBuildProvider.cs
- MatrixAnimationUsingKeyFrames.cs
- SystemIPInterfaceStatistics.cs
- Size3D.cs
- StringFreezingAttribute.cs
- SoapMessage.cs
- StandardMenuStripVerb.cs
- GenerateTemporaryTargetAssembly.cs
- JsonReader.cs
- ComboBoxAutomationPeer.cs
- NativeMethods.cs
- SchemaNotation.cs
- Privilege.cs
- XmlEncoding.cs
- ProgressBar.cs
- Expressions.cs
- CertificateManager.cs
- TextSearch.cs
- ModelTreeEnumerator.cs
- BindingExpressionBase.cs
- BooleanProjectedSlot.cs
- SqlConnection.cs
- ReaderWriterLockWrapper.cs
- InputLanguageManager.cs
- RegexRunner.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- ExpandableObjectConverter.cs
- OracleSqlParser.cs
- smtpconnection.cs
- DataSourceXmlClassAttribute.cs
- ObjectListGeneralPage.cs
- AssemblyAssociatedContentFileAttribute.cs
- Adorner.cs
- Expression.cs
- InfoCardCryptoHelper.cs
- BufferedGraphicsContext.cs
- ControlDesignerState.cs
- Wildcard.cs
- Item.cs
- returneventsaver.cs
- AssertSection.cs
- PrivilegedConfigurationManager.cs
- AsymmetricCryptoHandle.cs
- SecurityElement.cs
- IUnknownConstantAttribute.cs
- WebPartConnectionCollection.cs
- XmlIlGenerator.cs
- sqlstateclientmanager.cs
- SqlTypeConverter.cs
- ByteConverter.cs