734 references to SR
System.Windows.Forms.Design (734)
artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.SR.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
SR
)));
src\Common\src\RTLAwareMessageBox.cs (1)
40
return
SR
.RTL != "RTL_False";
SRCategoryAttribute.cs (1)
16
protected override string GetLocalizedString(string value) =>
SR
.GetResourceString(value);
SRDescriptionAttribute.cs (1)
25
DescriptionValue =
SR
.GetResourceString(base.Description);
SRDisplayNameAttribute.cs (1)
24
DisplayNameValue =
SR
.GetResourceString(base.DisplayName);
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (5)
108
FileName =
SR
.BinaryEditorFileName,
109
Title =
SR
.BinaryEditorSaveFile,
110
Filter =
SR
.BinaryEditorAllFiles + " (*.*)|*.*"
121
RTLAwareMessageBox.Show(null, string.Format(
SR
.BinaryEditorFileError, x.Message),
122
SR
.BinaryEditorTitle, MessageBoxButtons.OK,
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (7)
59
Text = string.Format(
SR
.CollectionEditorCaption, CollectionItemType.Name);
864
_propertiesLabel.Text = string.Format(
SR
.CollectionEditorProperties, GetDisplayText((ListItem?)_listBox.SelectedItem));
897
throw new InvalidOperationException(string.Format(
SR
.CollectionEditorCantRemoveItem, GetDisplayText(item)));
1061
_propertiesLabel.Text = string.Format(
SR
.CollectionEditorProperties, GetDisplayText((ListItem)_listBox.SelectedItem));
1065
_propertiesLabel.Text =
SR
.CollectionEditorPropertiesMultiSelect;
1075
_propertiesLabel.Text =
SR
.CollectionEditorInheritedReadOnlySelection;
1085
_propertiesLabel.Text =
SR
.CollectionEditorPropertiesNone;
System\ComponentModel\Design\CollectionEditor.cs (2)
123
SR
.CollectionEditorCreateInstanceError,
244
transaction = host?.CreateTransaction(string.Format(
SR
.CollectionEditorUndoBatchDesc, CollectionItemType.Name));
System\ComponentModel\Design\ComponentDesigner.cs (2)
132
=> throw new NotImplementedException(
SR
.NotImplementedByDesign);
291
t = host.CreateTransaction(string.Format(
SR
.ComponentDesignerAddEvent, defaultEvent.Name));
System\ComponentModel\Design\DesignerActionMethodItem.cs (1)
120
throw new InvalidOperationException(string.Format(
SR
.DesignerActionPanel_CouldNotFindMethod, MemberName));
System\ComponentModel\Design\DesignerActionPanel.cs (3)
671
SR
.DesignerActionPanel_CouldNotFindProperty,
734
if (
SR
.RTL != "RTL_False")
739
MessageBox.Show(this, errorMessage,
SR
.UIServiceHelper_ErrorCaption, MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, options);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
46
ActionPanel.ShowError(string.Format(
SR
.DesignerActionPanel_ErrorActivatingDropDown, ex.Message));
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
76
ActionPanel.ShowError(string.Format(
SR
.DesignerActionPanel_ErrorInvokingAction, _methodItem!.DisplayName, Environment.NewLine + ex.Message));
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
59
ActionPanel.ShowError(string.Format(
SR
.DesignerActionPanel_CouldNotConvertValue, newValue, PropertyDescriptor.PropertyType));
85
ActionPanel.ShowError(string.Format(
SR
.DesignerActionPanel_ErrorSettingValue, newValue, PropertyDescriptor.Name, e.Message));
System\ComponentModel\Design\DesignerActionUI.cs (3)
340
string.Format(
SR
.DesignerActionPanel_DefaultPanelTitle, behaviorWithPanelToRegen.RelatedComponent.GetType().Name),
708
_designerActionHost.AccessibleName = string.Format(
SR
.DesignerActionPanel_DefaultPanelTitle, relatedComponent.GetType().Name);
709
panel.AccessibleName = string.Format(
SR
.DesignerActionPanel_DefaultPanelTitle, relatedComponent.GetType().Name);
System\ComponentModel\Design\DesignerHost.cs (20)
187
throw new InvalidOperationException(
SR
.DesignerHostUnloading)
189
HelpLink =
SR
.DesignerHostUnloading
197
SR
.DesignerHostCyclicAdd,
201
HelpLink =
SR
.DesignerHostCyclicAdd
250
throw new InvalidOperationException(string.Format(
SR
.DesignerHostNoTopLevelDesigner, component.GetType().FullName))
252
HelpLink =
SR
.DesignerHostNoTopLevelDesigner
277
throw new InvalidOperationException(
SR
.DesignerHostDesignerNeedsComponent);
310
throw new InvalidOperationException(
SR
.DesignerHostLoaderSpecified)
312
HelpLink =
SR
.DesignerHostLoaderSpecified
352
e = new InvalidOperationException(string.Format(
SR
.DesignSurfaceFatalError, e), e);
425
throw new InvalidOperationException(
SR
.DesignSurfaceContainerDispose);
964
throw new InvalidOperationException(string.Format(
SR
.DesignerHostFailedComponentCreate, componentType.Name))
966
HelpLink =
SR
.DesignerHostFailedComponentCreate
989
((IDesignerHost)this).CreateTransaction(
SR
.DesignerHostGenericTransactionName);
992
new DesignerHostTransaction(this, description ??
SR
.DesignerHostGenericTransactionName);
1003
throw new InvalidOperationException(string.Format(
SR
.DesignerHostCantDestroyInheritedComponent, name))
1005
HelpLink =
SR
.DesignerHostCantDestroyInheritedComponent
1017
using (t = ((IDesignerHost)this).CreateTransaction(string.Format(
SR
.DesignerHostDestroyComponentTransaction, name)))
1067
new InvalidOperationException(
SR
.DesignerHostNoBaseClass)
1069
HelpLink =
SR
.DesignerHostNoBaseClass
System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs (2)
40
throw new InvalidOperationException(string.Format(
SR
.DesignerHostNestedTransaction, Description, nestedDescription));
73
throw new InvalidOperationException(string.Format(
SR
.DesignerHostNestedTransaction, Description, nestedDescription));
System\ComponentModel\Design\DesignerHost.Site.cs (2)
241
throw new InvalidOperationException(string.Format(
SR
.DesignerHostDuplicateName, value))
243
HelpLink =
SR
.DesignerHostDuplicateName
System\ComponentModel\Design\DesignSurface.cs (8)
150
throw new InvalidOperationException(
SR
.DesignSurfaceNoRootComponent)
152
HelpLink =
SR
.DesignSurfaceNoRootComponent
158
throw new InvalidOperationException(
SR
.DesignSurfaceDesignerNotLoaded)
160
HelpLink =
SR
.DesignSurfaceDesignerNotLoaded
167
throw new NotSupportedException(
SR
.DesignSurfaceNoSupportedTechnology)
169
HelpLink =
SR
.DesignSurfaceNoSupportedTechnology
447
Exception ex = new InvalidOperationException(
SR
.DesignSurfaceNoRootComponent)
449
HelpLink =
SR
.DesignSurfaceNoRootComponent
System\ComponentModel\Design\DesignSurfaceServiceContainer.cs (1)
46
throw new InvalidOperationException(string.Format(
SR
.DesignSurfaceServiceIsFixed, serviceType.Name));
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (9)
136
throw new InvalidOperationException(string.Format(
SR
.EventBindingServiceEventReadOnly, Name))
138
HelpLink =
SR
.EventBindingServiceEventReadOnly
146
throw new ArgumentException(string.Format(
SR
.EventBindingServiceBadArgType, Name, nameof(String)))
148
HelpLink =
SR
.EventBindingServiceBadArgType
173
throw new InvalidOperationException(
SR
.EventBindingServiceNoSite)
175
HelpLink =
SR
.EventBindingServiceNoSite
182
throw new InvalidOperationException(string.Format(
SR
.EventBindingServiceMissingService, nameof(IDictionaryService)))
184
HelpLink =
SR
.EventBindingServiceMissingService
215
transaction = host.CreateTransaction(string.Format(
SR
.EventBindingServiceSetValue, site.Name, name));
System\ComponentModel\Design\ExceptionCollection.cs (1)
22
throw new ArgumentException(string.Format(
SR
.ExceptionCollectionInvalidArgument, nameof(Exception)), nameof(exceptions));
System\ComponentModel\Design\ExtenderProviderService.cs (1)
36
throw new ArgumentException(string.Format(
SR
.ExtenderProviderServiceDuplicateProvider, provider), nameof(provider));
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (2)
298
return
SR
.GetResourceString(
SR
.InheritanceServiceReadOnlyCollection);
System\ComponentModel\Design\MenuCommandService.cs (1)
84
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture,
SR
.MenuCommandService_DuplicateCommand, commandId.ToString()));
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (2)
363
size = g.MeasureString(
SR
.MultilineStringEditorWatermark, Font);
414
SR
.MultilineStringEditorWatermark,
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (9)
87
throw new InvalidOperationException(
SR
.BasicDesignerLoaderNotInitialized);
109
throw new InvalidOperationException(
SR
.BasicDesignerLoaderNotInitialized);
118
throw new InvalidOperationException(
SR
.BasicDesignerLoaderNotInitialized);
144
Exception ex = new InvalidOperationException(
SR
.BasicDesignerLoaderAlreadyLoaded)
146
HelpLink =
SR
.BasicDesignerLoaderAlreadyLoaded
154
Exception ex = new InvalidOperationException(
SR
.BasicDesignerLoaderDifferentHost)
156
HelpLink =
SR
.BasicDesignerLoaderDifferentHost
372
throw new InvalidOperationException(string.Format(
SR
.BasicDesignerLoaderMissingService, typeof(T).Name))
374
HelpLink =
SR
.BasicDesignerLoaderMissingService
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (3)
299
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerTypeNotFound, typeName), manager));
309
string.Format(
SR
.SerializerNoSerializerForComponent, type.FullName), manager));
395
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.CodeDomComponentSerializationServiceDeserializationError, name), manager));
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (1)
92
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceClosedStore);
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs (7)
65
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
82
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
101
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
125
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
141
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
158
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
179
throw new InvalidOperationException(
SR
.CodeDomComponentSerializationServiceUnknownStore);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (20)
200
Exception ex = new NotSupportedException(
SR
.CodeDomDesignerLoaderNoLanguageSupport)
202
HelpLink =
SR
.CodeDomDesignerLoaderNoLanguageSupport
241
failures.Add(string.Format(
SR
.CodeDomDesignerLoaderDocumentFailureTypeNotFound, typeDeclaration.Name, typeReference.BaseType));
282
throw new InvalidOperationException(string.Format(
SR
.CodeDomDesignerLoaderSerializerTypeNotFirstType, typeDeclaration.Name));
300
throw new InvalidOperationException(string.Format(
SR
.CodeDomDesignerLoaderSerializerTypeNotFirstType, typeDeclaration.Name));
311
failures.Add(string.Format(
SR
.CodeDomDesignerLoaderDocumentFailureTypeDesignerNotInstalled, typeDeclaration.Name, baseType.FullName));
315
failures.Add(string.Format(
SR
.CodeDomDesignerLoaderDocumentFailureTypeNotDesignable, typeDeclaration.Name, baseType.FullName));
353
ex = new InvalidOperationException(string.Format(
SR
.CodeDomDesignerLoaderNoRootSerializerWithFailures, builder))
355
HelpLink =
SR
.CodeDomDesignerLoaderNoRootSerializer
360
ex = new InvalidOperationException(
SR
.CodeDomDesignerLoaderNoRootSerializer)
362
HelpLink =
SR
.CodeDomDesignerLoaderNoRootSerializer
600
throw new InvalidOperationException(
SR
.CodeDomDesignerLoaderNoTypeResolution);
968
Exception ex = new ArgumentException(
SR
.CodeDomDesignerLoaderBadSerializationObject)
970
HelpLink =
SR
.CodeDomDesignerLoaderBadSerializationObject
1182
Exception ex = new ArgumentException(
SR
.CodeDomDesignerLoaderInvalidBlankIdentifier)
1184
HelpLink =
SR
.CodeDomDesignerLoaderInvalidIdentifier
1215
Exception ex = new ArgumentException(string.Format(
SR
.CodeDomDesignerLoaderInvalidIdentifier, name))
1217
HelpLink =
SR
.CodeDomDesignerLoaderInvalidIdentifier
1258
Exception ex = new ArgumentException(string.Format(
SR
.CodeDomDesignerLoaderDupComponentName, name))
1260
HelpLink =
SR
.CodeDomDesignerLoaderDupComponentName
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersExtenderProvider.cs (2)
64
[SRDescription(nameof(
SR
.CodeDomDesignerLoaderPropGenerateMember))]
89
[SRDescription(nameof(
SR
.CodeDomDesignerLoaderPropModifiers))]
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.cs (1)
72
[SRDescription(nameof(
SR
.CodeDomDesignerLoaderPropModifiers))]
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.cs (1)
76
?? throw new NotSupportedException(string.Format(
SR
.LocalizationProviderMissingService, nameof(IExtenderProviderService)));
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageExtenders.cs (1)
169
uis?.ShowMessage(
SR
.LocalizationProviderManualReload);
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (2)
88
throw new ArgumentException(string.Format(
SR
.SerializerBadElementTypes, codeObject.GetType().Name, supportedTypes));
254
throw new NotSupportedException(string.Format(
SR
.SerializerMemberTypeNotSerializable, member.GetType().FullName));
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (37)
131
Error(manager, string.Format(
SR
.TypeNotFoundInTargetFramework, instance.GetType().FullName),
SR
.SerializerUndeclaredName);
156
Error(manager, string.Format(
SR
.TypeNotFoundInTargetFramework, type.FullName),
SR
.SerializerUndeclaredName);
317
Error(manager, string.Format(
SR
.TypeNotFoundInTargetFramework, type.FullName),
SR
.SerializerUndeclaredName);
507
Error(manager, string.Format(
SR
.SerializerNoSuchEvent, targetObject.GetType().FullName, statement.Event.EventName),
SR
.SerializerNoSuchEvent);
600
Error(manager, string.Format(
SR
.SerializerNoSuchField, lhs.GetType().FullName, fieldReferenceEx.FieldName),
SR
.SerializerNoSuchField);
692
Error(manager,
SR
.SerializerNoRootExpression,
SR
.SerializerNoRootExpression);
765
Error(manager, string.Format(
SR
.SerializerTypeNotFound, objectCreateEx.CreateType.BaseType),
SR
.SerializerTypeNotFound);
775
Error(manager, string.Format(
SR
.SerializerUndeclaredName, argumentReferenceEx.ParameterName),
SR
.SerializerUndeclaredName);
796
Error(manager, string.Format(
SR
.SerializerUndeclaredName, fieldReferenceEx.FieldName),
SR
.SerializerUndeclaredName);
830
Error(manager, string.Format(
SR
.SerializerUndeclaredName, fieldReferenceEx.FieldName),
SR
.SerializerUndeclaredName);
837
Error(manager, string.Format(
SR
.SerializerFieldTargetEvalFailed, fieldReferenceEx.FieldName),
SR
.SerializerFieldTargetEvalFailed);
924
Error(manager, string.Format(
SR
.SerializerUndeclaredName, variableReferenceEx.VariableName),
SR
.SerializerUndeclaredName);
1009
Error(manager, string.Format(
SR
.SerializerTypeNotFound, arrayCreateEx.CreateType.BaseType),
SR
.SerializerTypeNotFound);
1150
Error(manager, string.Format(
SR
.SerializerTypeNotFound, type),
SR
.SerializerTypeNotFound);
1242
Error(manager, string.Format(
SR
.SerializerNoSuchEvent, targetObject.GetType().FullName, eventName),
SR
.SerializerNoSuchEvent);
1531
Error(manager, string.Format(
SR
.SerializerNoSuchProperty, typeName, propertyReferenceEx.PropertyName),
SR
.SerializerNoSuchProperty);
1628
Error(manager, string.Format(
SR
.SerializerNoSuchProperty, lhs.GetType().FullName, propertyReferenceEx.PropertyName),
SR
.SerializerNoSuchProperty);
2414
manager.ReportError(string.Format(
SR
.SerializerLostStatements, valueName));
2420
manager.ReportError(string.Format(
SR
.SerializerNoSerializerForComponent, value is null ? "(null)" : value.GetType().FullName));
2761
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerUndeclaredName, variableReferenceEx.VariableName), manager));
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (1)
392
manager.ReportError(string.Format(
SR
.SerializerInvalidArrayRank, array.Rank.ToString(CultureInfo.InvariantCulture)));
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (9)
196
throw new InvalidOperationException(
SR
.SerializationManagerWithinSession);
207
throw new InvalidOperationException(
SR
.SerializationManagerNoSession);
392
SerializationException ex = new(string.Format(
SR
.SerializationManagerNoMatchingCtor, type.FullName, argTypes))
394
HelpLink =
SR
.SerializationManagerNoMatchingCtor
411
throw new InvalidOperationException(
SR
.SerializationManagerAlreadyInSession);
751
Exception ex = new SerializationException(string.Format(
SR
.SerializationManagerDuplicateComponentDecl, name))
753
HelpLink =
SR
.SerializationManagerDuplicateComponentDecl
931
throw new ArgumentException(string.Format(
SR
.SerializationManagerNameInUse, name), nameof(name));
936
throw new ArgumentException(string.Format(
SR
.SerializationManagerObjectHasName, name, instanceName), nameof(instance));
System\ComponentModel\Design\Serialization\EventMemberCodeDomSerializer.cs (1)
69
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerPropertyGenFailed, eventToSerialize.Name, e.Message), manager));
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (4)
57
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerPropertyGenFailed, property.Name, e.Message), manager));
123
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerPropertyGenFailed, propertyToSerialize.Name, e.Message), manager));
141
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerNullNestedProperty, name, property.Name), manager));
217
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerNoSerializerForComponent, property.PropertyType.FullName), manager));
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs (1)
112
throw new ArgumentException(string.Format(
SR
.SerializerBadElementTypes, codeObject.GetType().Name, supportedTypes));
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (2)
262
? new SerializationException(string.Format(
SR
.SerializerResourceExceptionInvariant, message), e)
263
: (Exception)new SerializationException(string.Format(
SR
.SerializerResourceException, culture.ToString(), message), e);
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (6)
71
Error(manager, string.Format(
SR
.SerializerTypeNotFound, baseTypeName),
SR
.SerializerTypeNotFound);
76
Error(manager, string.Format(
SR
.SerializerTypeAbstract, baseType.FullName),
SR
.SerializerTypeAbstract);
280
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerTypeNotFound, typeName), manager));
296
manager.ReportError(new CodeDomSerializerException(string.Format(
SR
.SerializerNoSerializerForComponent, type.FullName), manager));
System\ComponentModel\Design\ToolStripContainerActionList.cs (18)
144
DesignerTransaction? changeParent = _designerHost.CreateTransaction(string.Format(
SR
._0_reparent_controls_transaction, nameof(ToolStripContainer)));
300
new DesignerActionHeaderItem(
SR
.ToolStripContainerActionList_Visible,
SR
.ToolStripContainerActionList_Show),
302
SR
.ToolStripContainerActionList_Top,
303
SR
.ToolStripContainerActionList_Show,
304
SR
.ToolStripContainerActionList_TopDesc),
307
SR
.ToolStripContainerActionList_Bottom,
308
SR
.ToolStripContainerActionList_Show,
309
SR
.ToolStripContainerActionList_BottomDesc),
312
SR
.ToolStripContainerActionList_Left,
313
SR
.ToolStripContainerActionList_Show,
314
SR
.ToolStripContainerActionList_LeftDesc),
317
SR
.ToolStripContainerActionList_Right,
318
SR
.ToolStripContainerActionList_Show,
319
SR
.ToolStripContainerActionList_RightDesc)
325
?
SR
.DesignerShortcutDockInUserControl
326
:
SR
.DesignerShortcutDockInForm;
336
items.Add(new DesignerActionMethodItem(this, nameof(ReparentControls),
SR
.DesignerShortcutReparentControls));
System\ComponentModel\Design\UndoEngine.cs (10)
288
Exception ex = new InvalidOperationException(string.Format(
SR
.UndoEngineMissingService, serviceType.Name))
290
HelpLink =
SR
.UndoEngineMissingService
338
name = string.Format(
SR
.UndoEngineComponentAdd1, GetName(e.Component, true));
342
name =
SR
.UndoEngineComponentAdd0;
378
name =
SR
.UndoEngineComponentChange0;
382
name = string.Format(
SR
.UndoEngineComponentChange1, GetName(e.Component, true));
386
name = string.Format(
SR
.UndoEngineComponentChange2, GetName(e.Component, true), e.Member.Name);
430
name = string.Format(
SR
.UndoEngineComponentRemove1, GetName(e.Component, true));
434
name =
SR
.UndoEngineComponentRemove0;
502
string name = string.Format(
SR
.UndoEngineComponentRename, e.OldName, e.NewName);
System\Drawing\Design\BitmapEditor.cs (1)
15
protected override string GetFileDialogDescription() =>
SR
.bitmapFileDescription;
System\Drawing\Design\ColorEditor.ColorUI.cs (4)
162
_paletteTabPage = new TabPage(
SR
.ColorEditorPaletteTab);
163
_commonTabPage = new TabPage(
SR
.ColorEditorStandardTab);
164
_systemTabPage = new TabPage(
SR
.ColorEditorSystemTab);
166
AccessibleName =
SR
.ColorEditorAccName;
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (10)
112
AccessibleName =
SR
.ContentAlignmentEditorAccName;
118
_topLeft.AccessibleName =
SR
.ContentAlignmentEditorTopLeftAccName;
124
_topCenter.AccessibleName =
SR
.ContentAlignmentEditorTopCenterAccName;
130
_topRight.AccessibleName =
SR
.ContentAlignmentEditorTopRightAccName;
136
_middleLeft.AccessibleName =
SR
.ContentAlignmentEditorMiddleLeftAccName;
142
_middleCenter.AccessibleName =
SR
.ContentAlignmentEditorMiddleCenterAccName;
148
_middleRight.AccessibleName =
SR
.ContentAlignmentEditorMiddleRightAccName;
154
_bottomLeft.AccessibleName =
SR
.ContentAlignmentEditorBottomLeftAccName;
160
_bottomCenter.AccessibleName =
SR
.ContentAlignmentEditorBottomCenterAccName;
166
_bottomRight.AccessibleName =
SR
.ContentAlignmentEditorBottomRightAccName;
System\Drawing\Design\IconEditor.cs (1)
100
protected virtual string GetFileDialogDescription() =>
SR
.iconFileDescription;
System\Drawing\Design\ImageEditor.cs (1)
124
protected virtual string GetFileDialogDescription() =>
SR
.imageFileDescription;
System\Drawing\Design\MetafileEditor.cs (1)
14
protected override string GetFileDialogDescription() =>
SR
.metafileFileDescription;
System\Drawing\Design\ToolboxItem.cs (4)
106
public virtual string ComponentType =>
SR
.DotNET_ComponentType;
208
throw new InvalidOperationException(
SR
.ToolboxItemLocked);
752
throw new ArgumentException(string.Format(
SR
.ToolboxItemInvalidPropertyType, propertyName, expectedType.FullName), nameof(value));
855
: throw new ArgumentException(
SR
.ToolboxItemInvalidKey, nameof(key));
System\Resources\Tools\StronglyTypedResourceBuilder.cs (14)
174
throw new ArgumentException(string.Format(
SR
.MismatchedResourceName, keyname, node.Name));
339
throw new ArgumentException(string.Format(
SR
.InvalidIdentifier, className));
376
classType.Comments.Add(new(
SR
.ClassDocComment, docComment: true));
485
classDeclaration.Comments.Add(new(
SR
.ClassComments1));
486
classDeclaration.Comments.Add(new(
SR
.ClassComments2));
487
classDeclaration.Comments.Add(new(
SR
.ClassComments3));
488
classDeclaration.Comments.Add(new(
SR
.ClassComments4));
626
resourceManagerProperty.Comments.Add(new(
SR
.ResMgrPropertyComment, docComment: true));
638
culture.Comments.Add(new(
SR
.CulturePropertyComment1, docComment: true));
639
culture.Comments.Add(new(
SR
.CulturePropertyComment2, docComment: true));
654
commentString = string.Format(
SR
.StringPropertyTruncatedComment, commentString[..DocCommentLengthThreshold]);
767
text = string.Format(
SR
.StringPropertyComment, valueAsString);
775
text = string.Format(
SR
.NonStringPropertyComment, typeName);
779
text = string.Format(
SR
.NonStringPropertyDetailedComment, typeName, valueAsString);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (7)
77
AccessibleName =
SR
.AnchorEditorAccName;
92
_right.AccessibleName =
SR
.AnchorEditorRightAccName;
99
_left.AccessibleName =
SR
.AnchorEditorLeftAccName;
106
_top.AccessibleName =
SR
.AnchorEditorTopAccName;
113
_bottom.AccessibleName =
SR
.AnchorEditorBottomAccName;
336
?
SR
.AccessibleActionUncheck
337
:
SR
.AccessibleActionCheck;
System\Windows\Forms\Design\AxImporter.cs (1)
13
throw new NotImplementedException(
SR
.NotImplementedByDesign);
System\Windows\Forms\Design\BaseContextMenuStrip.cs (13)
33
StandardCommandToolStripMenuItem codeMenuItem = new(StandardCommands.ViewCode,
SR
.ContextMenuViewCode, "viewcode", _serviceProvider);
42
StandardCommandToolStripMenuItem ZOrderMenuItem = new(StandardCommands.BringToFront,
SR
.ContextMenuBringToFront, "bringToFront", _serviceProvider);
44
ZOrderMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.SendToBack,
SR
.ContextMenuSendToBack, "sendToBack", _serviceProvider);
53
StandardCommandToolStripMenuItem gridMenuItem = new(StandardCommands.AlignToGrid,
SR
.ContextMenuAlignToGrid, "alignToGrid", _serviceProvider);
62
StandardCommandToolStripMenuItem lockMenuItem = new(StandardCommands.LockControls,
SR
.ContextMenuLockControls, "lockControls", _serviceProvider);
133
_selectionMenuItem.Text =
SR
.ContextMenuSelect;
172
StandardCommandToolStripMenuItem stdMenuItem = new(StandardCommands.Cut,
SR
.ContextMenuCut, "cut", _serviceProvider);
174
stdMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.Copy,
SR
.ContextMenuCopy, "copy", _serviceProvider);
176
stdMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.Paste,
SR
.ContextMenuPaste, "paste", _serviceProvider);
178
stdMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.Delete,
SR
.ContextMenuDelete, "delete", _serviceProvider);
187
StandardCommandToolStripMenuItem stdMenuItem = new(StandardCommands.DocumentOutline,
SR
.ContextMenuDocumentOutline, "", _serviceProvider);
189
stdMenuItem = new StandardCommandToolStripMenuItem(MenuCommands.DesignerProperties,
SR
.ContextMenuProperties, "properties", _serviceProvider);
283
Text = string.Format(
SR
.ToolStripSelectMenuItem, compName);
System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs (1)
64
dap.UpdateTasks(lists, [], string.Format(
SR
.DesignerActionPanel_DefaultPanelTitle, relatedComponent.GetType().Name), null);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (4)
371
transDesc = string.Format(performCopy ?
SR
.BehaviorServiceCopyControl :
SR
.BehaviorServiceMoveControl, name);
375
transDesc = string.Format(performCopy ?
SR
.BehaviorServiceCopyControls :
SR
.BehaviorServiceMoveControls, _dragComponents.Length);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
245
locString = string.Format(
SR
.BehaviorServiceResizeControl, name);
249
locString = string.Format(
SR
.BehaviorServiceResizeControls, _resizeComponents.Length);
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
119
_resizeTransaction = host.CreateTransaction(string.Format(
SR
.TableLayoutPanelRowColResize, (isColumn ? "Column" : "Row"), _designer.Control.Site.Name));
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (4)
204
copy ?
SR
.BehaviorServiceCopyControl :
SR
.BehaviorServiceMoveControl,
209
copy ?
SR
.BehaviorServiceCopyControls :
SR
.BehaviorServiceMoveControls,
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (2)
143
throw new NotSupportedException(
SR
.ToolStripPanelGlyphUnsupportedDock);
192
throw new InvalidOperationException(
SR
.ToolStripPanelGlyphUnsupportedDock);
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
42
text ??=
SR
.ToolStripItemCollectionEditorVerb;
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (1)
185
_uiService?.ShowError(e, string.Format(
SR
.CommandSetError, e.Message));
System\Windows\Forms\Design\CommandSet.cs (17)
784
? host.CreateTransaction(string.Format(
SR
.DragDropMoveComponents, SelectionService.SelectionCount))
785
: host.CreateTransaction(string.Format(
SR
.DragDropMoveComponent, comp.Site?.Name));
990
trans = host?.CreateTransaction(string.Format(
SR
.CommandSetAlignByPrimary, comps.Count));
1138
trans = host.CreateTransaction(string.Format(
SR
.CommandSetAlignToGrid, selectedComponents.Count));
1262
? string.Format(
SR
.WindowsFormsCommandCenterX, selectedComponents.Count)
1263
: string.Format(
SR
.WindowsFormsCommandCenterY, selectedComponents.Count);
1418
_uiService?.ShowError(
SR
.ClipboardError);
1474
trans = host.CreateTransaction(string.Format(
SR
.CommandSetCutMultiple, cutCount));
1568
_uiService?.ShowError(
SR
.ClipboardError);
1596
string desc = string.Format(
SR
.CommandSetDelete, comps.Count);
1860
using DesignerTransaction trans = host.CreateTransaction(
SR
.CommandSetPaste);
2177
_uiService?.ShowError(
SR
.ClipboardError);
2320
trans = host?.CreateTransaction(string.Format(
SR
.CommandSetSize, selectedObjects.Length));
2399
trans = host.CreateTransaction(string.Format(
SR
.CommandSetSizeToGrid, selectedObjects.Length));
2483
trans = host.CreateTransaction(string.Format(
SR
.CommandSetPaste, 0));
2536
trans = host.CreateTransaction(string.Format(
SR
.CommandSetFormatSpacing, selectedObjects.Length));
2579
: throw new ArgumentException(
SR
.CommandSetUnknownSpacingCommand);
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (11)
20
public Control Control => throw new NotImplementedException(
SR
.NotImplementedByDesign);
27
get => throw new NotImplementedException(
SR
.NotImplementedByDesign);
28
set => throw new NotImplementedException(
SR
.NotImplementedByDesign);
36
get => throw new NotImplementedException(
SR
.NotImplementedByDesign);
37
set => throw new NotImplementedException(
SR
.NotImplementedByDesign);
42
get => throw new NotImplementedException(
SR
.NotImplementedByDesign);
72
throw new NotImplementedException(
SR
.NotImplementedByDesign);
85
throw new NotImplementedException(
SR
.NotImplementedByDesign);
119
throw new NotImplementedException(
SR
.NotImplementedByDesign);
129
throw new NotImplementedException(
SR
.NotImplementedByDesign);
140
throw new NotImplementedException(
SR
.NotImplementedByDesign);
System\Windows\Forms\Design\ComponentTray.cs (4)
305
t = host.CreateTransaction(
SR
.TrayShowLargeIcons);
321
t = host.CreateTransaction(
SR
.TrayLineUpIcons);
410
t = host.CreateTransaction(
SR
.TrayAutoArrange);
2502
trans = host.CreateTransaction(string.Format(
SR
.WindowsFormsAddEvent, defaultEvent.Name));
System\Windows\Forms\Design\ContextMenuStripActionList.cs (9)
101
SR
.ToolStripActionList_RenderMode,
102
SR
.ToolStripActionList_Layout,
103
SR
.ToolStripActionList_RenderModeDesc)
110
SR
.ContextMenuStripActionList_ShowImageMargin,
111
SR
.ToolStripActionList_Layout,
112
SR
.ContextMenuStripActionList_ShowImageMarginDesc));
116
SR
.ContextMenuStripActionList_ShowCheckMargin,
117
SR
.ToolStripActionList_Layout,
118
SR
.ContextMenuStripActionList_ShowCheckMarginDesc));
System\Windows\Forms\Design\ControlCommandSet.cs (5)
600
trans = host.CreateTransaction(string.Format(
SR
.DragDropSizeComponents, selSvc.SelectionCount));
604
trans = host.CreateTransaction(string.Format(
SR
.DragDropSizeComponent, comp.Site.Name));
862
trans = host.CreateTransaction(string.Format(
SR
.CommandSetLockControls, components.Count));
998
batchString = string.Format(
SR
.CommandSetBringToFront, selectedComponents.Length);
1002
batchString = string.Format(
SR
.CommandSetSendToBack, selectedComponents.Length);
System\Windows\Forms\Design\ControlDesigner.cs (2)
1679
new SRDescriptionAttribute(
SR
.lockedDescr));
2505
string.Format(
SR
.ControlDesigner_WndProcException, typeName, exception.Message, stack),
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (2)
34
return
SR
.DesignerShortcutUndockInParent;
38
return
SR
.DesignerShortcutDockInParent;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (5)
609
_cancelButton.Text =
SR
.DataGridView_Cancel;
750
_cancelButton.Text = (
SR
.DataGridView_Close);
872
errorString = string.Format(
SR
.DataGridViewDuplicateColumnName, name);
880
errorString = string.Format(
SR
.DesignerHostDuplicateName, name);
889
errorString = string.Format(
SR
.CodeDomDesignerLoaderInvalidIdentifier, name);
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (4)
49
_sampleDataGridView.AccessibilityObject.Name =
SR
.CellStyleBuilderNormalPreviewAccName;
54
row.Cells[0].AccessibilityObject.Name =
SR
.CellStyleBuilderSelectedPreviewAccName;
59
_sampleDataGridViewSelected.AccessibilityObject.Name =
SR
.CellStyleBuilderSelectedPreviewAccName;
64
row.Cells[0].AccessibilityObject.Name =
SR
.CellStyleBuilderNormalPreviewAccName;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (7)
887
_propertyGridLabel.Text = string.Format(
SR
.DataGridViewProperties);
929
_propertyGridLabel.Text = (
SR
.DataGridViewUnboundColumnProperties);
933
_propertyGridLabel.Text = (
SR
.DataGridViewBoundColumnProperties);
1075
_propertyGridLabel.Text = (
SR
.DataGridViewUnboundColumnProperties);
1079
_propertyGridLabel.Text = (
SR
.DataGridViewBoundColumnProperties);
1084
_propertyGridLabel.Text = (
SR
.DataGridViewProperties);
1334
DescriptionAttribute descriptionAttr = new(
SR
.DataGridViewColumnTypePropertyDescription);
System\Windows\Forms\Design\DataGridViewColumnCollectionEditor.cs (1)
31
using DesignerTransaction transaction = host.CreateTransaction(
SR
.DataGridViewColumnCollectionTransaction);
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
253
new DescriptionAttribute(
SR
.DesignerPropName),
System\Windows\Forms\Design\DataGridViewDesigner.cs (20)
174
designerVerbs.Add(new DesignerVerb(
SR
.DataGridViewEditColumnsVerb, OnEditColumns));
175
designerVerbs.Add(new DesignerVerb(
SR
.DataGridViewAddColumnVerb, OnAddColumn));
395
throw new InvalidOperationException(
SR
.DataGridViewDataSourceNoLongerValid, ex);
572
throw new InvalidOperationException(
SR
.DataGridViewDataSourceNoLongerValid, ex);
747
DesignerTransaction? transaction = host?.CreateTransaction(
SR
.DataGridViewEditColumnsTransactionString);
770
DesignerTransaction? transaction = host?.CreateTransaction(
SR
.DataGridViewAddColumnTransactionString);
821
displayName:
SR
.DataGridViewEditColumnsVerb,
825
displayName:
SR
.DataGridViewAddColumnVerb,
848
new DesignerActionPropertyItem(nameof(AllowUserToAddRows),
SR
.DataGridViewEnableAdding),
849
new DesignerActionPropertyItem(nameof(ReadOnly),
SR
.DataGridViewEnableEditing),
850
new DesignerActionPropertyItem(nameof(AllowUserToDeleteRows),
SR
.DataGridViewEnableDeleting),
851
new DesignerActionPropertyItem(nameof(AllowUserToOrderColumns),
SR
.DataGridViewEnableColumnReordering)
871
transaction = host?.CreateTransaction(
SR
.DataGridViewEnableAddingTransactionString);
875
transaction = host?.CreateTransaction(
SR
.DataGridViewDisableAddingTransactionString);
914
transaction = host?.CreateTransaction(
SR
.DataGridViewEnableDeletingTransactionString);
918
transaction = host?.CreateTransaction(
SR
.DataGridViewDisableDeletingTransactionString);
957
transaction = host?.CreateTransaction(
SR
.DataGridViewEnableColumnReorderingTransactionString);
961
transaction = host?.CreateTransaction(
SR
.DataGridViewDisableColumnReorderingTransactionString);
1000
transaction = host?.CreateTransaction(
SR
.DataGridViewEnableEditingTransactionString);
1004
transaction = host?.CreateTransaction(
SR
.DataGridViewDisableEditingTransactionString);
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (2)
28
SR
.DataGridViewChooseDataSource)
50
DesignerTransaction? transaction = host?.CreateTransaction(string.Format(
SR
.DataGridViewChooseDataSourceTransactionString, dataGridView.Name));
System\Windows\Forms\Design\DataMemberFieldConverter.cs (2)
16
return value is not null && value.Equals(
SR
.None) ? string.Empty : value;
22
?
SR
.None_lc
System\Windows\Forms\Design\DesignBindingPicker.cs (19)
149
Text =
SR
.DesignBindingPickerAddProjDataSourceLabel,
246
_treeViewCtrl.AccessibleName = (
SR
.DesignBindingPickerTreeViewAccessibleName);
276
Text = (
SR
.DesignBindingPickerAddProjDataSourceLabel),
346
AccessibleName =
SR
.DesignBindingPickerAccessibleName;
1277
DesignerTransaction? trans = _designerHost.CreateTransaction(string.Format(
SR
.DesignerBatchCreateTool, uniqueSiteName));
1606
_helpTextCtrl.Text = string.Format(CultureInfo.CurrentCulture, (
SR
.DesignBindingPickerHelpGenCurrentBinding), _selectedNode.Text);
1611
_helpTextCtrl.Text = (_treeViewCtrl?.Nodes.Count > 1) ? (
SR
.DesignBindingPickerHelpGenPickMember) : "";
1616
_helpTextCtrl.Text = (
SR
.DesignBindingPickerHelpGenPickBindSrc);
1621
_helpTextCtrl.Text = (
SR
.DesignBindingPickerHelpGenPickDataSrc);
1626
_helpTextCtrl.Text = (
SR
.DesignBindingPickerHelpGenAddDataSrc);
2438
public NoneNode() : base(null, (
SR
.DesignBindingPickerNodeNone), BindingImage.None)
2459
return (
SR
.DesignBindingPickerHelpNodeNone);
2469
public OtherNode() : base(null, (
SR
.DesignBindingPickerNodeOther), BindingImage.Other)
2477
return (
SR
.DesignBindingPickerHelpNodeOther);
2487
public InstancesNode(string? rootComponentName) : base(null, string.Format(CultureInfo.CurrentCulture, (
SR
.DesignBindingPickerNodeInstances), rootComponentName), BindingImage.Instances)
2495
return (
SR
.DesignBindingPickerHelpNodeInstances);
2505
public ProjectNode(DesignBindingPicker picker) : base(picker, (
SR
.DesignBindingPickerNodeProject), BindingImage.Project)
2513
return (
SR
.DesignBindingPickerHelpNodeProject);
2535
return
SR
.DesignBindingPickerHelpNodeProjectGroup;
System\Windows\Forms\Design\DesignerExtenders.NameExtenderProvider.cs (1)
74
[SRDescription(nameof(
SR
.DesignerPropName))]
System\Windows\Forms\Design\DesignerOptions.cs (22)
21
[SRCategory(nameof(
SR
.DesignerOptions_LayoutSettings))]
22
[SRDisplayName(nameof(
SR
.DesignerOptions_GridSizeDisplayName))]
23
[SRDescription(nameof(
SR
.DesignerOptions_GridSizeDesc))]
57
[SRCategory(nameof(
SR
.DesignerOptions_LayoutSettings))]
58
[SRDisplayName(nameof(
SR
.DesignerOptions_ShowGridDisplayName))]
59
[SRDescription(nameof(
SR
.DesignerOptions_ShowGridDesc))]
65
[SRCategory(nameof(
SR
.DesignerOptions_LayoutSettings))]
66
[SRDisplayName(nameof(
SR
.DesignerOptions_SnapToGridDisplayName))]
67
[SRDescription(nameof(
SR
.DesignerOptions_SnapToGridDesc))]
73
[SRCategory(nameof(
SR
.DesignerOptions_LayoutSettings))]
74
[SRDescription(nameof(
SR
.DesignerOptions_UseSnapLines))]
80
[SRCategory(nameof(
SR
.DesignerOptions_LayoutSettings))]
81
[SRDescription(nameof(
SR
.DesignerOptions_UseSmartTags))]
87
[SRDisplayName(nameof(
SR
.DesignerOptions_ObjectBoundSmartTagAutoShowDisplayName))]
88
[SRCategory(nameof(
SR
.DesignerOptions_ObjectBoundSmartTagSettings))]
89
[SRDescription(nameof(
SR
.DesignerOptions_ObjectBoundSmartTagAutoShow))]
95
[SRDisplayName(nameof(
SR
.DesignerOptions_CodeGenDisplay))]
96
[SRCategory(nameof(
SR
.DesignerOptions_CodeGenSettings))]
97
[SRDescription(nameof(
SR
.DesignerOptions_OptimizedCodeGen))]
103
[SRDisplayName(nameof(
SR
.DesignerOptions_EnableInSituEditingDisplay))]
104
[SRCategory(nameof(
SR
.DesignerOptions_EnableInSituEditingCat))]
105
[SRDescription(nameof(
SR
.DesignerOptions_EnableInSituEditingDesc))]
System\Windows\Forms\Design\DockEditor.DockUI.cs (7)
50
AccessibleName =
SR
.DockEditorNoneAccName
62
AccessibleName =
SR
.DockEditorRightAccName
73
AccessibleName =
SR
.DockEditorLeftAccName
84
AccessibleName =
SR
.DockEditorTopAccName
95
AccessibleName =
SR
.DockEditorBottomAccName
106
AccessibleName =
SR
.DockEditorFillAccName
189
AccessibleName =
SR
.DockEditorAccName;
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (6)
40
public override string ComponentType =>
SR
.Ax_Control;
115
SR
.AxImportFailed,
124
uiSvc.ShowError(
SR
.AxImportFailed);
249
?? throw new ArgumentException(string.Format(
SR
.AXNotRegistered, controlKey));
317
throw new ArgumentException(string.Format(
SR
.AXNotRegistered, controlKey));
335
throw new ArgumentException(string.Format(
SR
.AXNotRegistered, controlKey));
System\Windows\Forms\Design\FileNameEditor.cs (2)
55
openFileDialog.Filter =
SR
.GenericFileFilter;
56
openFileDialog.Title =
SR
.GenericOpenFile;
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (4)
346
return string.Format(performCopy ?
SR
.BehaviorServiceCopyControl :
SR
.BehaviorServiceMoveControl, name);
349
return string.Format(performCopy ?
SR
.BehaviorServiceCopyControls :
SR
.BehaviorServiceMoveControls, _dragControls.Count);
System\Windows\Forms\Design\FormatControl.cs (13)
136
return
SR
.BindingFormattingDialogFormatTypeNoFormatting;
141
return
SR
.BindingFormattingDialogFormatTypeNumeric;
145
return
SR
.BindingFormattingDialogFormatTypeCurrency;
149
return
SR
.BindingFormattingDialogFormatTypeDateTime;
153
return
SR
.BindingFormattingDialogFormatTypeScientific;
157
return
SR
.BindingFormattingDialogFormatTypeCustom;
252
secondRowLabel.Text =
SR
.BindingFormattingDialogDecimalPlaces;
263
secondRowLabel.Text =
SR
.BindingFormattingDialogCustomFormat;
284
secondRowLabel.Text =
SR
.BindingFormattingDialogType;
310
AccessibleDescription =
SR
.BindingFormattingDialogCustomFormatAccessibleDescription,
372
nullValueLabel.Text =
SR
.BindingFormattingDialogNullValue;
376
secondRowLabel.Text =
SR
.BindingFormattingDialogDecimalPlaces;
380
secondRowLabel.Text =
SR
.BindingFormattingDialogCustomFormat;
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (2)
20
SR
.BindingFormattingDialogFormatTypeCurrencyExplanation;
107
SR
.BindingFormattingDialogFormatTypeCurrency;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (3)
20
SR
.BindingFormattingDialogFormatTypeCustomExplanation;
85
label =
SR
.BindingFormattingDialogFormatTypeCustomInvalidFormat;
108
SR
.BindingFormattingDialogFormatTypeCustom;
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (2)
20
SR
.BindingFormattingDialogFormatTypeDateTimeExplanation;
111
public override string ToString() =>
SR
.BindingFormattingDialogFormatTypeDateTime;
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (2)
11
SR
.BindingFormattingDialogFormatTypeNoFormattingExplanation;
32
public override string ToString() =>
SR
.BindingFormattingDialogFormatTypeNoFormatting;
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (2)
20
SR
.BindingFormattingDialogFormatTypeNumericExplanation;
105
public override string ToString() =>
SR
.BindingFormattingDialogFormatTypeNumeric;
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (2)
20
SR
.BindingFormattingDialogFormatTypeScientificExplanation;
107
SR
.BindingFormattingDialogFormatTypeScientific;
System\Windows\Forms\Design\FormatStringDialog.cs (5)
26
string rtlString =
SR
.RTL;
147
_formatControl1.FormatType =
SR
.BindingFormattingDialogFormatTypeNoFormatting;
186
_cancelButton.Text =
SR
.DataGridView_Cancel;
196
_okButton.Text =
SR
.DataGridView_OK;
218
Text =
SR
.FormatStringDialogTitle;
System\Windows\Forms\Design\FormDocumentDesigner.cs (1)
168
SR
.InvalidBoundArgument,
System\Windows\Forms\Design\HelpNamespaceEditor.cs (2)
15
openFileDialog.Filter =
SR
.HelpProviderEditorFilter;
16
openFileDialog.Title =
SR
.HelpProviderEditorTitle;
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
77
form.Text =
SR
.ImageCollectionEditorFormText;
System\Windows\Forms\Design\ImageListActionList.cs (9)
50
new DesignerActionPropertyItem(nameof(ImageSize),
SR
.ImageListActionList_ImageSizeDisplayName,
SR
.PropertiesCategoryName,
SR
.ImageListActionList_ImageSizeDescription),
51
new DesignerActionPropertyItem(nameof(ColorDepth),
SR
.ImageListActionList_ColorDepthDisplayName,
SR
.PropertiesCategoryName,
SR
.ImageListActionList_ColorDepthDescription),
52
new DesignerActionMethodItem(this, nameof(ChooseImages),
SR
.ImageListActionList_ChooseImagesDisplayName,
SR
.LinksCategoryName,
SR
.ImageListActionList_ChooseImagesDescription, true)
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
92
protected override string GetFileDialogDescription() =>
SR
.imageFileDescription;
System\Windows\Forms\Design\InheritanceUI.cs (2)
58
text =
SR
.DesignerInheritedReadOnly;
62
text =
SR
.DesignerInherited;
System\Windows\Forms\Design\InitialDirectoryEditor.cs (1)
13
folderBrowser.Description =
SR
.InitialDirectoryEditorLabel;
System\Windows\Forms\Design\ListControlStringCollectionEditor.cs (1)
25
throw new ArgumentException(
SR
.DataSourceLocksItems);
System\Windows\Forms\Design\ListControlUnboundActionList.cs (3)
28
SR
.ListControlUnboundActionListEditItemsDisplayName,
29
SR
.ItemsCategoryName,
30
SR
.ListControlUnboundActionListEditItemsDescription, true),
System\Windows\Forms\Design\ListViewActionList.cs (18)
51
SR
.ListViewActionListEditItemsDisplayName,
52
SR
.PropertiesCategoryName,
53
SR
.ListViewActionListEditItemsDescription, true),
55
SR
.ListViewActionListEditColumnsDisplayName,
56
SR
.PropertiesCategoryName,
57
SR
.ListViewActionListEditColumnsDescription, true),
59
SR
.ListViewActionListEditGroupsDisplayName,
60
SR
.PropertiesCategoryName,
61
SR
.ListViewActionListEditGroupsDescription, true),
63
SR
.ListViewActionListViewDisplayName,
64
SR
.PropertiesCategoryName,
65
SR
.ListViewActionListViewDescription),
67
SR
.ListViewActionListSmallImagesDisplayName,
68
SR
.PropertiesCategoryName,
69
SR
.ListViewActionListSmallImagesDescription),
71
SR
.ListViewActionListLargeImagesDisplayName,
72
SR
.PropertiesCategoryName,
73
SR
.ListViewActionListLargeImagesDescription),
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
34
item.Name =
SR
.ListViewSubItemBaseName + s_count++;
System\Windows\Forms\Design\MaskDescriptor.cs (2)
65
validationErrorDescription =
SR
.MaskDescriptorNull;
71
validationErrorDescription =
SR
.MaskDescriptorNullOrEmptyRequiredProperty;
System\Windows\Forms\Design\MaskDescriptorComparer.cs (2)
57
textA = maskDescriptorA.ValidatingType is null ?
SR
.MaskDescriptorValidatingTypeNone : maskDescriptorA.ValidatingType.Name;
58
textB = maskDescriptorB.ValidatingType is null ?
SR
.MaskDescriptorValidatingTypeNone : maskDescriptorB.ValidatingType.Name;
System\Windows\Forms\Design\MaskDesignerDialog.cs (5)
72
_maskDescriptionHeader.Text =
SR
.MaskDesignerDialogMaskDescription;
77
_dataFormatHeader.Text =
SR
.MaskDesignerDialogDataFormat;
82
_validatingTypeHeader.Text =
SR
.MaskDesignerDialogValidatingType;
324
_customMaskDescriptor = new MaskDescriptorTemplate(null,
SR
.MaskDesignerDialogCustomEntry, null, null, null, true);
507
string nullEntry =
SR
.MaskDescriptorValidatingTypeNone;
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (12)
95
rejectionHint =
SR
.MaskedTextBoxHintAsciiCharacterExpected;
98
rejectionHint =
SR
.MaskedTextBoxHintAlphanumericCharacterExpected;
101
rejectionHint =
SR
.MaskedTextBoxHintDigitExpected;
104
rejectionHint =
SR
.MaskedTextBoxHintLetterExpected;
107
rejectionHint =
SR
.MaskedTextBoxHintSignedDigitExpected;
110
rejectionHint =
SR
.MaskedTextBoxHintPromptCharNotAllowed;
113
rejectionHint =
SR
.MaskedTextBoxHintUnavailableEditPosition;
116
rejectionHint =
SR
.MaskedTextBoxHintNonEditPosition;
119
rejectionHint =
SR
.MaskedTextBoxHintPositionOutOfRange;
122
rejectionHint =
SR
.MaskedTextBoxHintInvalidInput;
130
return string.Format(CultureInfo.CurrentCulture,
SR
.MaskedTextBoxTextEditorErrorFormatString, e.Position, rejectionHint);
296
_verbs.Add(new DesignerVerb(
SR
.MaskedTextBoxDesignerVerbsSetMaskDesc, new EventHandler(OnVerbSetMask)));
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
60
DesignerActionItemCollection items = [new DesignerActionMethodItem(this, "SetMask",
SR
.MaskedTextBoxDesignerVerbsSetMaskDesc)];
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (1)
27
displayName:
SR
.ChooseIconDisplayName,
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (2)
231
trans = host.CreateTransaction(string.Format(
SR
.DragDropMoveComponents, _components.Length));
288
throw new InvalidOperationException(
SR
.DragDropSetDataError);
System\Windows\Forms\Design\OleDragDropHandler.cs (5)
155
trans = host?.CreateTransaction(string.Format(
SR
.DesignerBatchCreateTool, tool));
172
uiService?.ShowMessage(
SR
.LocalizingCannotAdd);
229
uiService.ShowError(ex, string.Format(
SR
.FailedToCreateComponent, tool.DisplayName, exceptionMessage));
524
trans = host.CreateTransaction(string.Format(
SR
.DragDropDragComponents, components.Length));
732
trans = host.CreateTransaction(
SR
.DragDropDropComponents);
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
255
throw new ArgumentException(string.Format(
SR
.InvalidArgument,
1276
ReParentControls(Control, selectedControls, string.Format(
SR
.ParentControlDesignerLassoShortcutRedo, Control.Site.Name), host);
2115
new SRDescriptionAttribute(
SR
.ParentControlDesignerGridSizeDescr),
2356
string error = string.Format(
SR
.DesignerCantParentType, component.GetType().Name, Component.GetType().Name);
System\Windows\Forms\Design\PictureBoxActionList.cs (6)
34
SR
.ChooseImageDisplayName,
35
SR
.PropertiesCategoryName,
36
SR
.ChooseImageDescription,
40
SR
.SizeModeDisplayName,
41
SR
.PropertiesCategoryName,
42
SR
.SizeModeDescription),
System\Windows\Forms\Design\RichTextBoxActionList.cs (3)
27
new DesignerActionMethodItem(this, "EditLines",
SR
.EditLinesDisplayName,
SR
.LinksCategoryName,
SR
.EditLinesDescription, true),
System\Windows\Forms\Design\SelectedPathEditor.cs (1)
13
folderBrowser.Description =
SR
.SelectedPathEditorLabel;
System\Windows\Forms\Design\SelectionUIService.cs (8)
260
transactionName = string.Format(
SR
.DragDropMoveComponents, objects.Length);
277
transactionName = string.Format(
SR
.DragDropMoveComponent, name);
284
transactionName = string.Format(
SR
.DragDropSizeComponents, objects.Length);
301
transactionName = string.Format(
SR
.DragDropSizeComponent, name);
306
transactionName = string.Format(
SR
.DragDropDragComponents, objects.Length);
1069
throw new InvalidOperationException(
SR
.DesignerBeginDragNotCalled);
1126
trans = _host.CreateTransaction(string.Format(
SR
.DragDropMoveComponents, components.Length));
1132
trans = _host.CreateTransaction(string.Format(
SR
.DragDropMoveComponent, comp.Site!.Name));
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
342
_keyComboBox.Items.Insert(0,
SR
.ShortcutKeys_InvalidKey);
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (5)
32
_actionName = needsVertical ?
SR
.DesignerShortcutVerticalOrientation :
SR
.DesignerShortcutHorizontalOrientation;
44
Orientation orientation = verb.Text.Equals(
SR
.DesignerShortcutHorizontalOrientation) ? Orientation.Horizontal : Orientation.Vertical;
47
_actionName = (orientation == Orientation.Horizontal) ?
SR
.DesignerShortcutVerticalOrientation :
SR
.DesignerShortcutHorizontalOrientation;
System\Windows\Forms\Design\StandardMenuStripVerb.cs (33)
72
[
SR
.StandardMenuFile,
SR
.StandardMenuNew,
SR
.StandardMenuOpen, "-",
SR
.StandardMenuSave,
SR
.StandardMenuSaveAs, "-",
SR
.StandardMenuPrint,
SR
.StandardMenuPrintPreview, "-",
SR
.StandardMenuExit],
73
[
SR
.StandardMenuEdit,
SR
.StandardMenuUndo,
SR
.StandardMenuRedo, "-",
SR
.StandardMenuCut,
SR
.StandardMenuCopy,
SR
.StandardMenuPaste, "-",
SR
.StandardMenuSelectAll],
74
[
SR
.StandardMenuTools,
SR
.StandardMenuCustomize,
SR
.StandardMenuOptions],
75
[
SR
.StandardMenuHelp,
SR
.StandardMenuContents,
SR
.StandardMenuIndex,
SR
.StandardMenuSearch, "-",
SR
.StandardMenuAbout]
105
DesignerTransaction createMenu = _host.CreateTransaction(
SR
.StandardMenuCreateDesc);
265
string[] menuItemNames = [
SR
.StandardMenuNew,
SR
.StandardMenuOpen,
SR
.StandardMenuSave,
SR
.StandardMenuPrint, "-",
SR
.StandardToolCut,
SR
.StandardMenuCopy,
SR
.StandardMenuPaste, "-",
SR
.StandardToolHelp];
280
DesignerTransaction createMenu = _host.CreateTransaction(
SR
.StandardMenuCreateDesc);
System\Windows\Forms\Design\TabControlDesigner.cs (5)
66
_removeVerb = new DesignerVerb(
SR
.TabControlRemove, new EventHandler(OnRemove));
69
_verbs.Add(new DesignerVerb(
SR
.TabControlAdd, new EventHandler(OnAdd)));
123
throw new ArgumentException(string.Format(
SR
.TabControlInvalidTabPageType, tool.DisplayName));
245
t = host.CreateTransaction(string.Format(
SR
.TabControlAddTab, Component.Site.Name));
340
t = host.CreateTransaction(string.Format(
SR
.TabControlRemoveTab, ((IComponent)tp).Site.Name, Component.Site.Name));
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (43)
66
throw new ArgumentException(string.Format(
SR
.TableLayoutPanelDesignerInvalidColumnRowCount, "RowCount"));
82
throw new ArgumentException(string.Format(
SR
.TableLayoutPanelDesignerInvalidColumnRowCount, "ColumnCount"));
132
if (verb.Text.Equals(string.Format(
SR
.TableLayoutPanelDesignerEditRowAndCol)))
154
Text =
SR
.TableLayoutPanelDesignerRowMenu
160
Text =
SR
.TableLayoutPanelDesignerColMenu
169
if (item.Text.Equals(
SR
.ContextMenuCut))
171
item.Text =
SR
.TableLayoutPanelDesignerContextMenuCut;
173
else if (item.Text.Equals(
SR
.ContextMenuCopy))
175
item.Text =
SR
.TableLayoutPanelDesignerContextMenuCopy;
177
else if (item.Text.Equals(
SR
.ContextMenuDelete))
179
item.Text =
SR
.TableLayoutPanelDesignerContextMenuDelete;
242
_removeColVerb = new DesignerVerb(
SR
.TableLayoutPanelDesignerRemoveColumn, OnVerbRemove);
243
_removeRowVerb = new DesignerVerb(
SR
.TableLayoutPanelDesignerRemoveRow, OnVerbRemove);
247
_verbs.Add(new DesignerVerb(
SR
.TableLayoutPanelDesignerAddColumn, OnVerbAdd));
248
_verbs.Add(new DesignerVerb(
SR
.TableLayoutPanelDesignerAddRow, OnVerbAdd));
251
_verbs.Add(new DesignerVerb(
SR
.TableLayoutPanelDesignerEditRowAndCol, OnVerbEdit));
316
add.Text =
SR
.TableLayoutPanelDesignerAddMenu;
321
insert.Text =
SR
.TableLayoutPanelDesignerInsertMenu;
326
delete.Text =
SR
.TableLayoutPanelDesignerDeleteMenu;
331
label.Text =
SR
.TableLayoutPanelDesignerLabelMenu;
332
if (
SR
.TableLayoutPanelDesignerDontBoldLabel == "0")
339
absolute.Text =
SR
.TableLayoutPanelDesignerAbsoluteMenu;
344
percent.Text =
SR
.TableLayoutPanelDesignerPercentageMenu;
349
autosize.Text =
SR
.TableLayoutPanelDesignerAutoSizeMenu;
403
displayName:
SR
.TableLayoutPanelDesignerAddColumn,
407
displayName:
SR
.TableLayoutPanelDesignerAddRow,
415
displayName:
SR
.TableLayoutPanelDesignerRemoveColumn,
423
displayName:
SR
.TableLayoutPanelDesignerRemoveRow,
429
displayName:
SR
.TableLayoutPanelDesignerEditRowAndCol,
505
trans = host.CreateTransaction(string.Format(
SR
.BehaviorServiceCopyControl, control.Site.Name));
524
trans = host.CreateTransaction(string.Format(
SR
.TableLayoutPanelDesignerControlsSwapped, control.Site.Name, existingControl.Site.Name));
552
trans = host.CreateTransaction(string.Format(
SR
.BehaviorServiceMoveControl, control.Site.Name));
774
uiService.ShowError(
SR
.TableLayoutPanelFullDesc);
786
uiService.ShowError(
SR
.TableLayoutPanelSpanDesc);
1641
?
SR
.TableLayoutPanelDesignerAddRowUndoUnit
1642
:
SR
.TableLayoutPanelDesignerAddColumnUndoUnit, Table.Site.Name));
1756
isRow ?
SR
.TableLayoutPanelDesignerAddRowUndoUnit :
SR
.TableLayoutPanelDesignerAddColumnUndoUnit,
1879
isRow ?
SR
.TableLayoutPanelDesignerRemoveRowUndoUnit :
SR
.TableLayoutPanelDesignerRemoveColumnUndoUnit,
1975
using DesignerTransaction t = host.CreateTransaction(string.Format(
SR
.TableLayoutPanelDesignerChangeSizeTypeUndoUnit, Table.Site.Name));
2066
bool isRow = ((DesignerVerb)sender).Text.Equals(ReplaceText(
SR
.TableLayoutPanelDesignerRemoveRow));
2073
bool isRow = ((DesignerVerb)sender).Text.Equals(ReplaceText(
SR
.TableLayoutPanelDesignerAddRow));
System\Windows\Forms\Design\TabOrder.cs (1)
251
_drawString.Append(
SR
.WindowsFormsTabOrderReadOnly);
System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs (2)
40
Text =
SR
.ToolStripItemContextMenuInsert,
69
DesignerTransaction newItemTransaction = designerHost.CreateTransaction(
SR
.ToolStripAddingItem);
System\Windows\Forms\Design\TextBoxActionList.cs (3)
29
string.Format(
SR
.MultiLineDisplayName,
SR
.PropertiesCategoryName,
SR
.MultiLineDescription)),
System\Windows\Forms\Design\ToolStripActionList.cs (13)
142
SR
.ToolStripDesignerEmbedVerb,
144
SR
.ToolStripDesignerEmbedVerbDesc,
155
SR
.ToolStripDesignerStandardItemsVerb,
157
SR
.ToolStripDesignerStandardItemsVerbDesc,
163
SR
.ToolStripActionList_RenderMode,
164
SR
.ToolStripActionList_Layout,
165
SR
.ToolStripActionList_RenderModeDesc));
172
SR
.ToolStripActionList_Dock,
173
SR
.ToolStripActionList_Layout,
174
SR
.ToolStripActionList_DockDesc));
181
SR
.ToolStripActionList_GripStyle,
182
SR
.ToolStripActionList_Layout,
183
SR
.ToolStripActionList_GripStyleDesc));
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (4)
913
label?.Text =
SR
.ToolStripItemCollectionEditorLabelNone;
915
e.Graphics.DrawString(
SR
.ToolStripItemCollectionEditorLabelNone, boldFont, SystemBrushes.WindowText, bounds, stringFormat);
920
label?.Text =
SR
.ToolStripItemCollectionEditorLabelMultipleItems;
922
e.Graphics.DrawString(
SR
.ToolStripItemCollectionEditorLabelMultipleItems, boldFont, SystemBrushes.WindowText, bounds, stringFormat);
System\Windows\Forms\Design\ToolStripDesigner.cs (12)
116
throw new ArgumentException(
SR
.ToolStripAllowItemReorderAndAllowDropCannotBeSetToTrue);
133
throw new ArgumentException(
SR
.ToolStripAllowItemReorderAndAllowDropCannotBeSetToTrue);
477
NewItemTransaction = _host.CreateTransaction(
SR
.ToolStripCreatingNewItemTransaction);
530
DesignerTransaction outerTransaction = _host.CreateTransaction(string.Format(
SR
.ToolStripAddingItem, t.Name));
692
_tn = new ToolStripTemplateNode(Component,
SR
.ToolStripDesignerTemplateNodeEnterText);
979
_insertMenuItemTransaction = _pendingTransaction = _host.CreateTransaction(
SR
.ToolStripDesignerTransactionAddingItem);
1093
_pendingTransaction = _host.CreateTransaction(
SR
.ToolStripDesignerTransactionRemovingItem);
1471
new EditorServiceContext(this, TypeDescriptor.GetProperties(Component)[nameof(Items)],
SR
.ToolStripItemCollectionEditorVerb);
1891
transDesc = string.Format(copy ?
SR
.BehaviorServiceCopyControl :
SR
.BehaviorServiceMoveControl, name);
1895
transDesc = string.Format(copy ?
SR
.BehaviorServiceCopyControls :
SR
.BehaviorServiceMoveControls, dragComponents.Count);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
408
new EditorServiceContext(this, TypeDescriptor.GetProperties(Component)["Items"],
SR
.ToolStripItemCollectionEditorVerb);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (4)
666
transDesc = string.Format(copy ?
SR
.BehaviorServiceCopyControl :
SR
.BehaviorServiceMoveControl, name);
670
transDesc = string.Format(copy ?
SR
.BehaviorServiceCopyControls :
SR
.BehaviorServiceMoveControls, dragComponents.Count);
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (9)
122
Text =
SR
.ToolStripItemContextMenuSetImage,
194
Text =
SR
.ToolStripItemContextMenuConvertTo,
199
Text =
SR
.ToolStripItemContextMenuInsert,
212
_verbManager = new CollectionEditVerbManager(
SR
.ToolStripDropDownItemCollectionEditorVerb, itemDesigner, TypeDescriptor.GetProperties(_currentItem)["DropDownItems"], false);
215
Text =
SR
.ToolStripDropDownItemCollectionEditorVerb
386
DesignerTransaction newItemTransaction = designerHost.CreateTransaction(
SR
.ToolStripAddingItem);
437
DesignerTransaction newItemTransaction = designerHost.CreateTransaction(
SR
.ToolStripAddingItem);
476
DesignerTransaction newItemTransaction = designerHost.CreateTransaction(
SR
.ToolStripAddingItem);
516
DesignerTransaction newItemTransaction = designerHost.CreateTransaction(
SR
.ToolStripAddingItem);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (3)
342
uiService.ShowError(
SR
.ToolStripSeparatorError);
370
DesignerTransaction designerTransaction = designerHost.CreateTransaction(
SR
.ToolStripItemPropertyChangeTransaction);
723
DesignerTransaction designerTransaction = host.CreateTransaction(
SR
.ToolStripMorphingItemTransaction);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (12)
126
throw new ArgumentException(string.Format(
SR
.InvalidArgument, "DropDown", value.ToString()));
375
_typeHereTemplateNode = new ToolStripTemplateNode(Component,
SR
.ToolStripDesignerTemplateNodeEnterText);
538
DesignerTransaction designerTransaction = _designerHost.CreateTransaction(
SR
.ToolStripItemPropertyChangeTransaction);
791
_newMenuItemTransaction ??= _designerHost.CreateTransaction(
SR
.ToolStripCreatingNewItemTransaction);
856
DesignerTransaction outerTransaction = _designerHost.CreateTransaction(
SR
.ToolStripCreatingNewItemTransaction);
1857
mainStripDesigner.InsertTransaction = _designerHost.CreateTransaction(
SR
.ToolStripInsertingIntoDropDownTransaction);
1866
_insertMenuItemTransaction = _designerHost.CreateTransaction(
SR
.ToolStripInsertingIntoDropDownTransaction);
1981
_pendingTransaction = _designerHost.CreateTransaction(
SR
.ToolStripDesignerTransactionRemovingItem);
2702
transDesc = string.Format(copy ?
SR
.BehaviorServiceCopyControl :
SR
.BehaviorServiceMoveControl, name);
2706
transDesc = string.Format(copy ?
SR
.BehaviorServiceCopyControls :
SR
.BehaviorServiceMoveControls, dragComponents.Count);
System\Windows\Forms\Design\ToolStripTemplateNode.cs (7)
915
_centerLabel.Text =
SR
.ToolStripDesignerTemplateNodeEnterText;
1332
AccessibleDescription =
SR
.ToolStripDesignerTemplateNodeLabelToolTip,
1346
_centerLabel.ToolTipText =
SR
.ToolStripDesignerTemplateNodeLabelToolTip;
1370
_addItemButton.ToolTipText =
SR
.ToolStripDesignerTemplateNodeSplitButtonStatusStripToolTip;
1374
_addItemButton.ToolTipText =
SR
.ToolStripDesignerTemplateNodeSplitButtonToolTip;
1394
_addItemButton.AccessibleName =
SR
.ToolStripDesignerTemplateNodeSplitButtonStatusStripAccessibleName;
1601
AccessibleName =
SR
.ToolStripDesignerToolStripAccessibleName;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (4)
155
string baseNodeName =
SR
.BaseNodeName;
451
_label2.Text = string.Format(
SR
.CollectionEditorProperties, _treeView1.SelectedNode.Text);
488
_label2.Text = string.Format(
SR
.CollectionEditorProperties, node.Name.ToString());
494
_label2.Text = string.Format(
SR
.CollectionEditorPropertiesNone);
System\Windows\Forms\Design\TreeViewActionList.cs (6)
34
SR
.InvokeNodesDialogDisplayName,
35
SR
.PropertiesCategoryName,
36
SR
.InvokeNodesDialogDescription,
40
SR
.ImageListDisplayName,
41
SR
.PropertiesCategoryName,
42
SR
.ImageListDescription),