d61d6e68afdc890276056c3914c656ddc0c79ee6
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Core.Presentation / SR.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:4.0.30319.235
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace System.Activities.Core.Presentation {
12     using System;
13     
14     
15     /// <summary>
16     ///   A strongly-typed resource class, for looking up localized strings, etc.
17     /// </summary>
18     // This class was auto-generated by the StronglyTypedResourceBuilder
19     // class via a tool like ResGen or Visual Studio.
20     // To add or remove a member, edit your .ResX file then rerun ResGen
21     // with the /str option, or rebuild your VS project.
22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25     internal class SR {
26         
27         private static global::System.Resources.ResourceManager resourceMan;
28         
29         private static global::System.Globalization.CultureInfo resourceCulture;
30         
31         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32         internal SR() {
33         }
34         
35         /// <summary>
36         ///   Returns the cached ResourceManager instance used by this class.
37         /// </summary>
38         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39         internal static global::System.Resources.ResourceManager ResourceManager {
40             get {
41                 if (object.ReferenceEquals(resourceMan, null)) {
42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Core.Presentation.SR", typeof(SR).Assembly);
43                     resourceMan = temp;
44                 }
45                 return resourceMan;
46             }
47         }
48         
49         /// <summary>
50         ///   Overrides the current thread's CurrentUICulture property for all
51         ///   resource lookups using this strongly typed resource class.
52         /// </summary>
53         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54         internal static global::System.Globalization.CultureInfo Culture {
55             get {
56                 return resourceCulture;
57             }
58             set {
59                 resourceCulture = value;
60             }
61         }
62         
63         /// <summary>
64         ///   Looks up a localized string similar to Add an activity.
65         /// </summary>
66         internal static string AddActivityHintText {
67             get {
68                 return ResourceManager.GetString("AddActivityHintText", resourceCulture);
69             }
70         }
71         
72         /// <summary>
73         ///   Looks up a localized string similar to Add new case.
74         /// </summary>
75         internal static string AddNewCase {
76             get {
77                 return ResourceManager.GetString("AddNewCase", resourceCulture);
78             }
79         }
80         
81         /// <summary>
82         ///   Looks up a localized string similar to Connect items automatically.
83         /// </summary>
84         internal static string AutoConnect {
85             get {
86                 return ResourceManager.GetString("AutoConnect", resourceCulture);
87             }
88         }
89         
90         /// <summary>
91         ///   Looks up a localized string similar to Split connector automatically.
92         /// </summary>
93         internal static string AutoSplit {
94             get {
95                 return ResourceManager.GetString("AutoSplit", resourceCulture);
96             }
97         }
98         
99         /// <summary>
100         ///   Looks up a localized string similar to Cannot construct line segment between point {0} and point {1}..
101         /// </summary>
102         internal static string CannotConstructConnectionSegment {
103             get {
104                 return ResourceManager.GetString("CannotConstructConnectionSegment", resourceCulture);
105             }
106         }
107         
108         /// <summary>
109         ///   Looks up a localized string similar to Cannot create link..
110         /// </summary>
111         internal static string CannotCreateLink {
112             get {
113                 return ResourceManager.GetString("CannotCreateLink", resourceCulture);
114             }
115         }
116         
117         /// <summary>
118         ///   Looks up a localized string similar to Cannot create transition from a state to its descendant..
119         /// </summary>
120         internal static string CannotCreateTransitionFromAncestorToDescendant {
121             get {
122                 return ResourceManager.GetString("CannotCreateTransitionFromAncestorToDescendant", resourceCulture);
123             }
124         }
125         
126         /// <summary>
127         ///   Looks up a localized string similar to Cannot create transition to a composite state..
128         /// </summary>
129         internal static string CannotCreateTransitionToCompositeState {
130             get {
131                 return ResourceManager.GetString("CannotCreateTransitionToCompositeState", resourceCulture);
132             }
133         }
134         
135         /// <summary>
136         ///   Looks up a localized string similar to {0} activity is copied to the clipboard. Please paste it in your workflow as appropriate..
137         /// </summary>
138         internal static string CannotPasteSendReplyOrReceiveReply {
139             get {
140                 return ResourceManager.GetString("CannotPasteSendReplyOrReceiveReply", resourceCulture);
141             }
142         }
143         
144         /// <summary>
145         ///   Looks up a localized string similar to Cannot set a composite state as the initial state..
146         /// </summary>
147         internal static string CannotSetCompositeStateAsInitialState {
148             get {
149                 return ResourceManager.GetString("CannotSetCompositeStateAsInitialState", resourceCulture);
150             }
151         }
152         
153         /// <summary>
154         ///   Looks up a localized string similar to Cannot set a final state as the initial state..
155         /// </summary>
156         internal static string CannotSetFinalStateAsInitialState {
157             get {
158                 return ResourceManager.GetString("CannotSetFinalStateAsInitialState", resourceCulture);
159             }
160         }
161         
162         /// <summary>
163         ///   Looks up a localized string similar to Case{0}.
164         /// </summary>
165         internal static string CaseFormat {
166             get {
167                 return ResourceManager.GetString("CaseFormat", resourceCulture);
168             }
169         }
170         
171         /// <summary>
172         ///   Looks up a localized string similar to Change Case Value.
173         /// </summary>
174         internal static string ChangeCaseValue {
175             get {
176                 return ResourceManager.GetString("ChangeCaseValue", resourceCulture);
177             }
178         }
179         
180         /// <summary>
181         ///   Looks up a localized string similar to Change type collection.
182         /// </summary>
183         internal static string ChangeTypeCollectionEditingScopeDesc {
184             get {
185                 return ResourceManager.GetString("ChangeTypeCollectionEditingScopeDesc", resourceCulture);
186             }
187         }
188         
189         /// <summary>
190         ///   Looks up a localized string similar to Clear initial state.
191         /// </summary>
192         internal static string ClearInitialState {
193             get {
194                 return ResourceManager.GetString("ClearInitialState", resourceCulture);
195             }
196         }
197         
198         /// <summary>
199         ///   Looks up a localized string similar to Transition.
200         /// </summary>
201         internal static string ConnectionAutomationPropertiesName {
202             get {
203                 return ResourceManager.GetString("ConnectionAutomationPropertiesName", resourceCulture);
204             }
205         }
206         
207         /// <summary>
208         ///   Looks up a localized string similar to ConnectionConfigurationName &apos;{0}&apos; does not exist in configuration file..
209         /// </summary>
210         internal static string ConnectionNotFoundInConfig {
211             get {
212                 return ResourceManager.GetString("ConnectionNotFoundInConfig", resourceCulture);
213             }
214         }
215         
216         /// <summary>
217         ///   Looks up a localized string similar to Select and press Ctrl-C to copy the transition..
218         /// </summary>
219         internal static string CopyTransitionToolTip {
220             get {
221                 return ResourceManager.GetString("CopyTransitionToolTip", resourceCulture);
222             }
223         }
224         
225         /// <summary>
226         ///   Looks up a localized string similar to Cannot use a query correlation initializer when a message is XmlSerializable..
227         /// </summary>
228         internal static string CorrelationInitializerNotSupported {
229             get {
230                 return ResourceManager.GetString("CorrelationInitializerNotSupported", resourceCulture);
231             }
232         }
233         
234         /// <summary>
235         ///   Looks up a localized string similar to Add parameter.
236         /// </summary>
237         internal static string CreateParameter {
238             get {
239                 return ResourceManager.GetString("CreateParameter", resourceCulture);
240             }
241         }
242         
243         /// <summary>
244         ///   Looks up a localized string similar to Create transition.
245         /// </summary>
246         internal static string CreateTransition {
247             get {
248                 return ResourceManager.GetString("CreateTransition", resourceCulture);
249             }
250         }
251         
252         /// <summary>
253         ///   Looks up a localized string similar to (Custom).
254         /// </summary>
255         internal static string CustomConnectionStringLabel {
256             get {
257                 return ResourceManager.GetString("CustomConnectionStringLabel", resourceCulture);
258             }
259         }
260         
261         /// <summary>
262         ///   Looks up a localized string similar to Default case already exists..
263         /// </summary>
264         internal static string DefaultCaseExists {
265             get {
266                 return ResourceManager.GetString("DefaultCaseExists", resourceCulture);
267             }
268         }
269         
270         /// <summary>
271         ///   Looks up a localized string similar to Define....
272         /// </summary>
273         internal static string DefineContent {
274             get {
275                 return ResourceManager.GetString("DefineContent", resourceCulture);
276             }
277         }
278         
279         /// <summary>
280         ///   Looks up a localized string similar to Expected argument named &apos;{0}&apos; was not found.
281         ///.
282         /// </summary>
283         internal static string DelegateArgumentMissing {
284             get {
285                 return ResourceManager.GetString("DelegateArgumentMissing", resourceCulture);
286             }
287         }
288         
289         /// <summary>
290         ///   Looks up a localized string similar to The directionality of activity delegate argument &apos;{0}&apos; in DelegateArguments dictionary is &apos;{1}&apos;. The expected directionality is &apos;{2}&apos;.
291         ///.
292         /// </summary>
293         internal static string DelegateArgumentsDirectionalityMismatch {
294             get {
295                 return ResourceManager.GetString("DelegateArgumentsDirectionalityMismatch", resourceCulture);
296             }
297         }
298         
299         /// <summary>
300         ///   Looks up a localized string similar to The argument provided for the delegate input named &apos;{0}&apos; had an invalid type.  The delegate input is of type &apos;{1}&apos; and the argument is of type &apos;{2}&apos;.  The argument&apos;s type must be coercible to the delegate input&apos;s type.
301         ///.
302         /// </summary>
303         internal static string DelegateInArgumentTypeMismatch {
304             get {
305                 return ResourceManager.GetString("DelegateInArgumentTypeMismatch", resourceCulture);
306             }
307         }
308         
309         /// <summary>
310         ///   Looks up a localized string similar to The argument provided for the delegate output named &apos;{0}&apos; had an invalid type.  The delegate output is of type &apos;{1}&apos; and the argument is of type &apos;{2}&apos;.  The delegate output&apos;s type must be coercible to the argument&apos;s type.
311         ///.
312         /// </summary>
313         internal static string DelegateOutArgumentTypeMismatch {
314             get {
315                 return ResourceManager.GetString("DelegateOutArgumentTypeMismatch", resourceCulture);
316             }
317         }
318         
319         /// <summary>
320         ///   Looks up a localized string similar to A switch case with the key &apos;{0}&apos; already exists. Choose a different key..
321         /// </summary>
322         internal static string DuplicateCaseKey {
323             get {
324                 return ResourceManager.GetString("DuplicateCaseKey", resourceCulture);
325             }
326         }
327         
328         /// <summary>
329         ///   Looks up a localized string similar to The collection already contains the key &apos;{0}&apos;. Please choose a different key..
330         /// </summary>
331         internal static string DuplicateKeyName {
332             get {
333                 return ResourceManager.GetString("DuplicateKeyName", resourceCulture);
334             }
335         }
336         
337         /// <summary>
338         ///   Looks up a localized string similar to Editing Command.
339         /// </summary>
340         internal static string EditingCommand {
341             get {
342                 return ResourceManager.GetString("EditingCommand", resourceCulture);
343             }
344         }
345         
346         /// <summary>
347         ///   Looks up a localized string similar to Editing Connection Settings.
348         /// </summary>
349         internal static string EditingConnectionSettings {
350             get {
351                 return ResourceManager.GetString("EditingConnectionSettings", resourceCulture);
352             }
353         }
354         
355         /// <summary>
356         ///   Looks up a localized string similar to Editing Parameters.
357         /// </summary>
358         internal static string EditingParameters {
359             get {
360                 return ResourceManager.GetString("EditingParameters", resourceCulture);
361             }
362         }
363         
364         /// <summary>
365         ///   Looks up a localized string similar to Edit Parameters.
366         /// </summary>
367         internal static string EditParametersUndoUnitName {
368             get {
369                 return ResourceManager.GetString("EditParametersUndoUnitName", resourceCulture);
370             }
371         }
372         
373         /// <summary>
374         ///   Looks up a localized string similar to Double-click to edit state details..
375         /// </summary>
376         internal static string EditStateToolTip {
377             get {
378                 return ResourceManager.GetString("EditStateToolTip", resourceCulture);
379             }
380         }
381         
382         /// <summary>
383         ///   Looks up a localized string similar to Double-click to edit transition details.
384         /// </summary>
385         internal static string EditTransitionTooltip {
386             get {
387                 return ResourceManager.GetString("EditTransitionTooltip", resourceCulture);
388             }
389         }
390         
391         /// <summary>
392         ///   Looks up a localized string similar to (empty).
393         /// </summary>
394         internal static string EmptyName {
395             get {
396                 return ResourceManager.GetString("EmptyName", resourceCulture);
397             }
398         }
399         
400         /// <summary>
401         ///   Looks up a localized string similar to Equals() and/or GetHashCode() on type &apos;{0}&apos; were not overridden correctly..
402         /// </summary>
403         internal static string EqualityError {
404             get {
405                 return ResourceManager.GetString("EqualityError", resourceCulture);
406             }
407         }
408         
409         /// <summary>
410         ///   Looks up a localized string similar to Workflow Designer.
411         /// </summary>
412         internal static string ErrorMessageBoxTitle {
413             get {
414                 return ResourceManager.GetString("ErrorMessageBoxTitle", resourceCulture);
415             }
416         }
417         
418         /// <summary>
419         ///   Looks up a localized string similar to &lt;Enter an expression&gt;.
420         /// </summary>
421         internal static string ExpressionDefaultText {
422             get {
423                 return ResourceManager.GetString("ExpressionDefaultText", resourceCulture);
424             }
425         }
426         
427         /// <summary>
428         ///   Looks up a localized string similar to Create Link(s).
429         /// </summary>
430         internal static string FCCreateLink {
431             get {
432                 return ResourceManager.GetString("FCCreateLink", resourceCulture);
433             }
434         }
435         
436         /// <summary>
437         ///   Looks up a localized string similar to Delete Link(s).
438         /// </summary>
439         internal static string FCDeleteLink {
440             get {
441                 return ResourceManager.GetString("FCDeleteLink", resourceCulture);
442             }
443         }
444         
445         /// <summary>
446         ///   Looks up a localized string similar to Delete Flowchart node.
447         /// </summary>
448         internal static string FCDeleteShape {
449             get {
450                 return ResourceManager.GetString("FCDeleteShape", resourceCulture);
451             }
452         }
453         
454         /// <summary>
455         ///   Looks up a localized string similar to False branch already exists..
456         /// </summary>
457         internal static string FCFalseBranchExists {
458             get {
459                 return ResourceManager.GetString("FCFalseBranchExists", resourceCulture);
460             }
461         }
462         
463         /// <summary>
464         ///   Looks up a localized string similar to Connection can only be from True or False branch..
465         /// </summary>
466         internal static string FCFlowConditionLinkError {
467             get {
468                 return ResourceManager.GetString("FCFlowConditionLinkError", resourceCulture);
469             }
470         }
471         
472         /// <summary>
473         ///   Looks up a localized string similar to The True and False branches have already been defined..
474         /// </summary>
475         internal static string FCFlowConditionLinksExist {
476             get {
477                 return ResourceManager.GetString("FCFlowConditionLinksExist", resourceCulture);
478             }
479         }
480         
481         /// <summary>
482         ///   Looks up a localized string similar to False.
483         /// </summary>
484         internal static string FCFlowDecisionFalseMarker {
485             get {
486                 return ResourceManager.GetString("FCFlowDecisionFalseMarker", resourceCulture);
487             }
488         }
489         
490         /// <summary>
491         ///   Looks up a localized string similar to True.
492         /// </summary>
493         internal static string FCFlowDecisionTrueMarker {
494             get {
495                 return ResourceManager.GetString("FCFlowDecisionTrueMarker", resourceCulture);
496             }
497         }
498         
499         /// <summary>
500         ///   Looks up a localized string similar to Cannot connect to the connection point..
501         /// </summary>
502         internal static string FCInvalidLink {
503             get {
504                 return ResourceManager.GetString("FCInvalidLink", resourceCulture);
505             }
506         }
507         
508         /// <summary>
509         ///   Looks up a localized string similar to Move Flowchart Link.
510         /// </summary>
511         internal static string FCLinkMove {
512             get {
513                 return ResourceManager.GetString("FCLinkMove", resourceCulture);
514             }
515         }
516         
517         /// <summary>
518         ///   Looks up a localized string similar to Cannot create more than one outgoing connection for this activity..
519         /// </summary>
520         internal static string FCNextLinkDefined {
521             get {
522                 return ResourceManager.GetString("FCNextLinkDefined", resourceCulture);
523             }
524         }
525         
526         /// <summary>
527         ///   Looks up a localized string similar to Resize Flowchart.
528         /// </summary>
529         internal static string FCResizeUndoUnitName {
530             get {
531                 return ResourceManager.GetString("FCResizeUndoUnitName", resourceCulture);
532             }
533         }
534         
535         /// <summary>
536         ///   Looks up a localized string similar to True branch already exists..
537         /// </summary>
538         internal static string FCTrueBranchExists {
539             get {
540                 return ResourceManager.GetString("FCTrueBranchExists", resourceCulture);
541             }
542         }
543         
544         /// <summary>
545         ///   Looks up a localized string similar to Fill Delegate Arguments.
546         /// </summary>
547         internal static string FillDelegateArguments {
548             get {
549                 return ResourceManager.GetString("FillDelegateArguments", resourceCulture);
550             }
551         }
552         
553         /// <summary>
554         ///   Looks up a localized string similar to FlowSwitch case rename.
555         /// </summary>
556         internal static string FlowSwitchCaseRenameEditingScopeDesc {
557             get {
558                 return ResourceManager.GetString("FlowSwitchCaseRenameEditingScopeDesc", resourceCulture);
559             }
560         }
561         
562         /// <summary>
563         ///   Looks up a localized string similar to FlowSwitch DefaultCaseDisplayName change.
564         /// </summary>
565         internal static string FlowSwitchDefaultCaseDisplayNameEditingScopeDesc {
566             get {
567                 return ResourceManager.GetString("FlowSwitchDefaultCaseDisplayNameEditingScopeDesc", resourceCulture);
568             }
569         }
570         
571         /// <summary>
572         ///   Looks up a localized string similar to Drag a line to connect to the initial state.
573         /// </summary>
574         internal static string InitialStateConnectionPointTooltip {
575             get {
576                 return ResourceManager.GetString("InitialStateConnectionPointTooltip", resourceCulture);
577             }
578         }
579         
580         /// <summary>
581         ///   Looks up a localized string similar to FlowSwitch cases must be unique..
582         /// </summary>
583         internal static string InvalidFlowSwitchCaseMessage {
584             get {
585                 return ResourceManager.GetString("InvalidFlowSwitchCaseMessage", resourceCulture);
586             }
587         }
588         
589         /// <summary>
590         ///   Looks up a localized string similar to Item Move.
591         /// </summary>
592         internal static string ItemMove {
593             get {
594                 return ResourceManager.GetString("ItemMove", resourceCulture);
595             }
596         }
597         
598         /// <summary>
599         ///   Looks up a localized string similar to Move link.
600         /// </summary>
601         internal static string MoveLink {
602             get {
603                 return ResourceManager.GetString("MoveLink", resourceCulture);
604             }
605         }
606         
607         /// <summary>
608         ///   Looks up a localized string similar to &lt;Input case here&gt;.
609         /// </summary>
610         internal static string NewCaseHint {
611             get {
612                 return ResourceManager.GetString("NewCaseHint", resourceCulture);
613             }
614         }
615         
616         /// <summary>
617         ///   Looks up a localized string similar to Case key value cannot be converted from/to type string..
618         /// </summary>
619         internal static string NotSupportedCaseKeyStringConversion {
620             get {
621                 return ResourceManager.GetString("NotSupportedCaseKeyStringConversion", resourceCulture);
622             }
623         }
624         
625         /// <summary>
626         ///   Looks up a localized string similar to The Encoding with code page &apos;{0}&apos; is not supported..
627         /// </summary>
628         internal static string NotSupportedEncoding {
629             get {
630                 return ResourceManager.GetString("NotSupportedEncoding", resourceCulture);
631             }
632         }
633         
634         /// <summary>
635         ///   Looks up a localized string similar to (null).
636         /// </summary>
637         internal static string NullName {
638             get {
639                 return ResourceManager.GetString("NullName", resourceCulture);
640             }
641         }
642         
643         /// <summary>
644         ///   Looks up a localized string similar to The entered key is invalid.
645         /// </summary>
646         internal static string NullOrEmptyKeyName {
647             get {
648                 return ResourceManager.GetString("NullOrEmptyKeyName", resourceCulture);
649             }
650         }
651         
652         /// <summary>
653         ///   Looks up a localized string similar to Parameters.
654         /// </summary>
655         internal static string ParameterDialogTitle {
656             get {
657                 return ResourceManager.GetString("ParameterDialogTitle", resourceCulture);
658             }
659         }
660         
661         /// <summary>
662         ///   Looks up a localized string similar to Cannot paste the transition if one of the selected source states is a Final state..
663         /// </summary>
664         internal static string PasteTransitionOnFinalState {
665             get {
666                 return ResourceManager.GetString("PasteTransitionOnFinalState", resourceCulture);
667             }
668         }
669         
670         /// <summary>
671         ///   Looks up a localized string similar to Cannot paste the transition if the selection contains any item that is not a State..
672         /// </summary>
673         internal static string PasteTransitionOnNonStateItem {
674             get {
675                 return ResourceManager.GetString("PasteTransitionOnNonStateItem", resourceCulture);
676             }
677         }
678         
679         /// <summary>
680         ///   Looks up a localized string similar to Select and press Ctrl-V to paste the transition..
681         /// </summary>
682         internal static string PasteTransitionToolTip {
683             get {
684                 return ResourceManager.GetString("PasteTransitionToolTip", resourceCulture);
685             }
686         }
687         
688         /// <summary>
689         ///   Looks up a localized string similar to Cannot paste the transition because &apos;{0}&apos; has all connection points occupied..
690         /// </summary>
691         internal static string PasteTransitionWithoutAvailableConnectionPoints {
692             get {
693                 return ResourceManager.GetString("PasteTransitionWithoutAvailableConnectionPoints", resourceCulture);
694             }
695         }
696         
697         /// <summary>
698         ///   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..
699         /// </summary>
700         internal static string PasteTransitionWithoutDestinationState {
701             get {
702                 return ResourceManager.GetString("PasteTransitionWithoutDestinationState", resourceCulture);
703             }
704         }
705         
706         /// <summary>
707         ///   Looks up a localized string similar to &apos;{0}&apos; is not a concrete type of ActivityDelegate..
708         /// </summary>
709         internal static string PropertyIsNotAConcreteActivityDelegate {
710             get {
711                 return ResourceManager.GetString("PropertyIsNotAConcreteActivityDelegate", resourceCulture);
712             }
713         }
714         
715         /// <summary>
716         ///   Looks up a localized string similar to &apos;{0}&apos; is not an ActivityDelegate..
717         /// </summary>
718         internal static string PropertyIsNotAnActivityDelegate {
719             get {
720                 return ResourceManager.GetString("PropertyIsNotAnActivityDelegate", resourceCulture);
721             }
722         }
723         
724         /// <summary>
725         ///   Looks up a localized string similar to Property Reference Change.
726         /// </summary>
727         internal static string PropertyReferenceChange {
728             get {
729                 return ResourceManager.GetString("PropertyReferenceChange", resourceCulture);
730             }
731         }
732         
733         /// <summary>
734         ///   Looks up a localized string similar to &apos;{0}&apos; cannot be resolved..
735         /// </summary>
736         internal static string PropertyReferenceNotResolved {
737             get {
738                 return ResourceManager.GetString("PropertyReferenceNotResolved", resourceCulture);
739             }
740         }
741         
742         /// <summary>
743         ///   Looks up a localized string similar to Reorder items.
744         /// </summary>
745         internal static string ReorderItems {
746             get {
747                 return ResourceManager.GetString("ReorderItems", resourceCulture);
748             }
749         }
750         
751         /// <summary>
752         ///   Looks up a localized string similar to Set initial state.
753         /// </summary>
754         internal static string SetInitialState {
755             get {
756                 return ResourceManager.GetString("SetInitialState", resourceCulture);
757             }
758         }
759         
760         /// <summary>
761         ///   Looks up a localized string similar to Drag a line to create a new transition that shares the same trigger.
762         /// </summary>
763         internal static string SharedTriggerToolTip {
764             get {
765                 return ResourceManager.GetString("SharedTriggerToolTip", resourceCulture);
766             }
767         }
768         
769         /// <summary>
770         ///   Looks up a localized string similar to Go to {0}.
771         /// </summary>
772         internal static string StateLinkButtonToolTip {
773             get {
774                 return ResourceManager.GetString("StateLinkButtonToolTip", resourceCulture);
775             }
776         }
777         
778         /// <summary>
779         ///   Looks up a localized string similar to Resize StateMachine.
780         /// </summary>
781         internal static string StateMachineResize {
782             get {
783                 return ResourceManager.GetString("StateMachineResize", resourceCulture);
784             }
785         }
786         
787         /// <summary>
788         ///   Looks up a localized string similar to Resize State.
789         /// </summary>
790         internal static string StateResize {
791             get {
792                 return ResourceManager.GetString("StateResize", resourceCulture);
793             }
794         }
795         
796         /// <summary>
797         ///   Looks up a localized string similar to Drag a line to create a transition.
798         /// </summary>
799         internal static string TransitionConnectionPointTooltip {
800             get {
801                 return ResourceManager.GetString("TransitionConnectionPointTooltip", resourceCulture);
802             }
803         }
804         
805         /// <summary>
806         ///   Looks up a localized string similar to Request in ReceiveReply &apos;{0}&apos; does not belong to the workflow..
807         /// </summary>
808         internal static string UnrootedRequestInReceiveReply {
809             get {
810                 return ResourceManager.GetString("UnrootedRequestInReceiveReply", resourceCulture);
811             }
812         }
813         
814         /// <summary>
815         ///   Looks up a localized string similar to Request in SendReply &apos;{0}&apos; does not belong to the workflow..
816         /// </summary>
817         internal static string UnrootedRequestInSendReply {
818             get {
819                 return ResourceManager.GetString("UnrootedRequestInSendReply", resourceCulture);
820             }
821         }
822         
823         /// <summary>
824         ///   Looks up a localized string similar to View message....
825         /// </summary>
826         internal static string ViewMessageContent {
827             get {
828                 return ResourceManager.GetString("ViewMessageContent", resourceCulture);
829             }
830         }
831         
832         /// <summary>
833         ///   Looks up a localized string similar to View parameter....
834         /// </summary>
835         internal static string ViewParameterContent {
836             get {
837                 return ResourceManager.GetString("ViewParameterContent", resourceCulture);
838             }
839         }
840         
841         /// <summary>
842         ///   Looks up a localized string similar to ActivityDelegate arguments don&apos;t match. Check your activity configuration to make sure it is in [....] with the declared ActivityDelegate..
843         /// </summary>
844         internal static string WrongNumberOfArgumentsForActivityDelegate {
845             get {
846                 return ResourceManager.GetString("WrongNumberOfArgumentsForActivityDelegate", resourceCulture);
847             }
848         }
849     }
850 }