System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (20)
200Exception ex = new NotSupportedException(SR.CodeDomDesignerLoaderNoLanguageSupport)
202HelpLink = SR.CodeDomDesignerLoaderNoLanguageSupport
241failures.Add(string.Format(SR.CodeDomDesignerLoaderDocumentFailureTypeNotFound, typeDeclaration.Name, typeReference.BaseType));
282throw new InvalidOperationException(string.Format(SR.CodeDomDesignerLoaderSerializerTypeNotFirstType, typeDeclaration.Name));
300throw new InvalidOperationException(string.Format(SR.CodeDomDesignerLoaderSerializerTypeNotFirstType, typeDeclaration.Name));
311failures.Add(string.Format(SR.CodeDomDesignerLoaderDocumentFailureTypeDesignerNotInstalled, typeDeclaration.Name, baseType.FullName));
315failures.Add(string.Format(SR.CodeDomDesignerLoaderDocumentFailureTypeNotDesignable, typeDeclaration.Name, baseType.FullName));
353ex = new InvalidOperationException(string.Format(SR.CodeDomDesignerLoaderNoRootSerializerWithFailures, builder))
355HelpLink = SR.CodeDomDesignerLoaderNoRootSerializer
360ex = new InvalidOperationException(SR.CodeDomDesignerLoaderNoRootSerializer)
362HelpLink = SR.CodeDomDesignerLoaderNoRootSerializer
596typeResolutionService = TypeResolutionService ?? throw new InvalidOperationException(SR.CodeDomDesignerLoaderNoTypeResolution);
962Exception ex = new ArgumentException(SR.CodeDomDesignerLoaderBadSerializationObject)
964HelpLink = SR.CodeDomDesignerLoaderBadSerializationObject
1176Exception ex = new ArgumentException(SR.CodeDomDesignerLoaderInvalidBlankIdentifier)
1178HelpLink = SR.CodeDomDesignerLoaderInvalidIdentifier
1209Exception ex = new ArgumentException(string.Format(SR.CodeDomDesignerLoaderInvalidIdentifier, name))
1211HelpLink = SR.CodeDomDesignerLoaderInvalidIdentifier
1252Exception ex = new ArgumentException(string.Format(SR.CodeDomDesignerLoaderDupComponentName, name))
1254HelpLink = SR.CodeDomDesignerLoaderDupComponentName
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (37)
131Error(manager, string.Format(SR.TypeNotFoundInTargetFramework, instance.GetType().FullName), SR.SerializerUndeclaredName);
156Error(manager, string.Format(SR.TypeNotFoundInTargetFramework, type.FullName), SR.SerializerUndeclaredName);
317Error(manager, string.Format(SR.TypeNotFoundInTargetFramework, type.FullName), SR.SerializerUndeclaredName);
507Error(manager, string.Format(SR.SerializerNoSuchEvent, targetObject.GetType().FullName, statement.Event.EventName), SR.SerializerNoSuchEvent);
600Error(manager, string.Format(SR.SerializerNoSuchField, lhs.GetType().FullName, fieldReferenceEx.FieldName), SR.SerializerNoSuchField);
692Error(manager, SR.SerializerNoRootExpression, SR.SerializerNoRootExpression);
765Error(manager, string.Format(SR.SerializerTypeNotFound, objectCreateEx.CreateType.BaseType), SR.SerializerTypeNotFound);
775Error(manager, string.Format(SR.SerializerUndeclaredName, argumentReferenceEx.ParameterName), SR.SerializerUndeclaredName);
796Error(manager, string.Format(SR.SerializerUndeclaredName, fieldReferenceEx.FieldName), SR.SerializerUndeclaredName);
830Error(manager, string.Format(SR.SerializerUndeclaredName, fieldReferenceEx.FieldName), SR.SerializerUndeclaredName);
837Error(manager, string.Format(SR.SerializerFieldTargetEvalFailed, fieldReferenceEx.FieldName), SR.SerializerFieldTargetEvalFailed);
924Error(manager, string.Format(SR.SerializerUndeclaredName, variableReferenceEx.VariableName), SR.SerializerUndeclaredName);
1009Error(manager, string.Format(SR.SerializerTypeNotFound, arrayCreateEx.CreateType.BaseType), SR.SerializerTypeNotFound);
1150Error(manager, string.Format(SR.SerializerTypeNotFound, type), SR.SerializerTypeNotFound);
1242Error(manager, string.Format(SR.SerializerNoSuchEvent, targetObject.GetType().FullName, eventName), SR.SerializerNoSuchEvent);
1531Error(manager, string.Format(SR.SerializerNoSuchProperty, typeName, propertyReferenceEx.PropertyName), SR.SerializerNoSuchProperty);
1628Error(manager, string.Format(SR.SerializerNoSuchProperty, lhs.GetType().FullName, propertyReferenceEx.PropertyName), SR.SerializerNoSuchProperty);
2414manager.ReportError(string.Format(SR.SerializerLostStatements, valueName));
2420manager.ReportError(string.Format(SR.SerializerNoSerializerForComponent, value is null ? "(null)" : value.GetType().FullName));
2761manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerUndeclaredName, variableReferenceEx.VariableName), manager));
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (4)
57manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerPropertyGenFailed, property.Name, e.Message), manager));
123manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerPropertyGenFailed, propertyToSerialize.Name, e.Message), manager));
141manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerNullNestedProperty, name, property.Name), manager));
217manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerNoSerializerForComponent, property.PropertyType.FullName), manager));
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (6)
71Error(manager, string.Format(SR.SerializerTypeNotFound, baseTypeName), SR.SerializerTypeNotFound);
76Error(manager, string.Format(SR.SerializerTypeAbstract, baseType.FullName), SR.SerializerTypeAbstract);
280manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerTypeNotFound, typeName), manager));
296manager.ReportError(new CodeDomSerializerException(string.Format(SR.SerializerNoSerializerForComponent, type.FullName), manager));
System\ComponentModel\Design\ToolStripContainerActionList.cs (18)
144DesignerTransaction? changeParent = _designerHost.CreateTransaction(string.Format(SR._0_reparent_controls_transaction, nameof(ToolStripContainer)));
294new DesignerActionHeaderItem(SR.ToolStripContainerActionList_Visible, SR.ToolStripContainerActionList_Show),
296SR.ToolStripContainerActionList_Top,
297SR.ToolStripContainerActionList_Show,
298SR.ToolStripContainerActionList_TopDesc),
301SR.ToolStripContainerActionList_Bottom,
302SR.ToolStripContainerActionList_Show,
303SR.ToolStripContainerActionList_BottomDesc),
306SR.ToolStripContainerActionList_Left,
307SR.ToolStripContainerActionList_Show,
308SR.ToolStripContainerActionList_LeftDesc),
311SR.ToolStripContainerActionList_Right,
312SR.ToolStripContainerActionList_Show,
313SR.ToolStripContainerActionList_RightDesc)
319? SR.DesignerShortcutDockInUserControl
320: SR.DesignerShortcutDockInForm;
330items.Add(new DesignerActionMethodItem(this, nameof(ReparentControls), SR.DesignerShortcutReparentControls));
System\ComponentModel\Design\UndoEngine.cs (10)
288Exception ex = new InvalidOperationException(string.Format(SR.UndoEngineMissingService, serviceType.Name))
290HelpLink = SR.UndoEngineMissingService
338name = string.Format(SR.UndoEngineComponentAdd1, GetName(e.Component, true));
342name = SR.UndoEngineComponentAdd0;
378name = SR.UndoEngineComponentChange0;
382name = string.Format(SR.UndoEngineComponentChange1, GetName(e.Component, true));
386name = string.Format(SR.UndoEngineComponentChange2, GetName(e.Component, true), e.Member.Name);
430name = string.Format(SR.UndoEngineComponentRemove1, GetName(e.Component, true));
434name = SR.UndoEngineComponentRemove0;
502string name = string.Format(SR.UndoEngineComponentRename, e.OldName, e.NewName);
System\Resources\Tools\StronglyTypedResourceBuilder.cs (14)
174throw new ArgumentException(string.Format(SR.MismatchedResourceName, keyname, node.Name));
339throw new ArgumentException(string.Format(SR.InvalidIdentifier, className));
376classType.Comments.Add(new(SR.ClassDocComment, docComment: true));
485classDeclaration.Comments.Add(new(SR.ClassComments1));
486classDeclaration.Comments.Add(new(SR.ClassComments2));
487classDeclaration.Comments.Add(new(SR.ClassComments3));
488classDeclaration.Comments.Add(new(SR.ClassComments4));
626resourceManagerProperty.Comments.Add(new(SR.ResMgrPropertyComment, docComment: true));
638culture.Comments.Add(new(SR.CulturePropertyComment1, docComment: true));
639culture.Comments.Add(new(SR.CulturePropertyComment2, docComment: true));
654commentString = string.Format(SR.StringPropertyTruncatedComment, commentString[..DocCommentLengthThreshold]);
767text = string.Format(SR.StringPropertyComment, valueAsString);
775text = string.Format(SR.NonStringPropertyComment, typeName);
779text = string.Format(SR.NonStringPropertyDetailedComment, typeName, valueAsString);
System\Windows\Forms\Design\BaseContextMenuStrip.cs (13)
33StandardCommandToolStripMenuItem codeMenuItem = new(StandardCommands.ViewCode, SR.ContextMenuViewCode, "viewcode", _serviceProvider);
42StandardCommandToolStripMenuItem ZOrderMenuItem = new(StandardCommands.BringToFront, SR.ContextMenuBringToFront, "bringToFront", _serviceProvider);
44ZOrderMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.SendToBack, SR.ContextMenuSendToBack, "sendToBack", _serviceProvider);
53StandardCommandToolStripMenuItem gridMenuItem = new(StandardCommands.AlignToGrid, SR.ContextMenuAlignToGrid, "alignToGrid", _serviceProvider);
62StandardCommandToolStripMenuItem lockMenuItem = new(StandardCommands.LockControls, SR.ContextMenuLockControls, "lockControls", _serviceProvider);
133_selectionMenuItem.Text = SR.ContextMenuSelect;
172StandardCommandToolStripMenuItem stdMenuItem = new(StandardCommands.Cut, SR.ContextMenuCut, "cut", _serviceProvider);
174stdMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.Copy, SR.ContextMenuCopy, "copy", _serviceProvider);
176stdMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.Paste, SR.ContextMenuPaste, "paste", _serviceProvider);
178stdMenuItem = new StandardCommandToolStripMenuItem(StandardCommands.Delete, SR.ContextMenuDelete, "delete", _serviceProvider);
187StandardCommandToolStripMenuItem stdMenuItem = new(StandardCommands.DocumentOutline, SR.ContextMenuDocumentOutline, "", _serviceProvider);
189stdMenuItem = new StandardCommandToolStripMenuItem(MenuCommands.DesignerProperties, SR.ContextMenuProperties, "properties", _serviceProvider);
283Text = string.Format(SR.ToolStripSelectMenuItem, compName);
System\Windows\Forms\Design\CommandSet.cs (17)
778? host.CreateTransaction(string.Format(SR.DragDropMoveComponents, SelectionService.SelectionCount))
779: host.CreateTransaction(string.Format(SR.DragDropMoveComponent, comp.Site?.Name));
984trans = host?.CreateTransaction(string.Format(SR.CommandSetAlignByPrimary, comps.Count));
1132trans = host.CreateTransaction(string.Format(SR.CommandSetAlignToGrid, selectedComponents.Count));
1256? string.Format(SR.WindowsFormsCommandCenterX, selectedComponents.Count)
1257: string.Format(SR.WindowsFormsCommandCenterY, selectedComponents.Count);
1412_uiService?.ShowError(SR.ClipboardError);
1468trans = host.CreateTransaction(string.Format(SR.CommandSetCutMultiple, cutCount));
1562_uiService?.ShowError(SR.ClipboardError);
1590string desc = string.Format(SR.CommandSetDelete, comps.Count);
1854using DesignerTransaction trans = host.CreateTransaction(SR.CommandSetPaste);
2171_uiService?.ShowError(SR.ClipboardError);
2314trans = host?.CreateTransaction(string.Format(SR.CommandSetSize, selectedObjects.Length));
2393trans = host.CreateTransaction(string.Format(SR.CommandSetSizeToGrid, selectedObjects.Length));
2477trans = host.CreateTransaction(string.Format(SR.CommandSetPaste, 0));
2530trans = host.CreateTransaction(string.Format(SR.CommandSetFormatSpacing, selectedObjects.Length));
2573: throw new ArgumentException(SR.CommandSetUnknownSpacingCommand);
System\Windows\Forms\Design\DataGridViewDesigner.cs (20)
171designerVerbs.Add(new DesignerVerb(SR.DataGridViewEditColumnsVerb, OnEditColumns));
172designerVerbs.Add(new DesignerVerb(SR.DataGridViewAddColumnVerb, OnAddColumn));
386throw new InvalidOperationException(SR.DataGridViewDataSourceNoLongerValid, ex);
563throw new InvalidOperationException(SR.DataGridViewDataSourceNoLongerValid, ex);
738DesignerTransaction? transaction = host?.CreateTransaction(SR.DataGridViewEditColumnsTransactionString);
761DesignerTransaction? transaction = host?.CreateTransaction(SR.DataGridViewAddColumnTransactionString);
812displayName: SR.DataGridViewEditColumnsVerb,
816displayName: SR.DataGridViewAddColumnVerb,
839new DesignerActionPropertyItem(nameof(AllowUserToAddRows), SR.DataGridViewEnableAdding),
840new DesignerActionPropertyItem(nameof(ReadOnly), SR.DataGridViewEnableEditing),
841new DesignerActionPropertyItem(nameof(AllowUserToDeleteRows), SR.DataGridViewEnableDeleting),
842new DesignerActionPropertyItem(nameof(AllowUserToOrderColumns), SR.DataGridViewEnableColumnReordering)
862transaction = host?.CreateTransaction(SR.DataGridViewEnableAddingTransactionString);
866transaction = host?.CreateTransaction(SR.DataGridViewDisableAddingTransactionString);
905transaction = host?.CreateTransaction(SR.DataGridViewEnableDeletingTransactionString);
909transaction = host?.CreateTransaction(SR.DataGridViewDisableDeletingTransactionString);
948transaction = host?.CreateTransaction(SR.DataGridViewEnableColumnReorderingTransactionString);
952transaction = host?.CreateTransaction(SR.DataGridViewDisableColumnReorderingTransactionString);
991transaction = host?.CreateTransaction(SR.DataGridViewEnableEditingTransactionString);
995transaction = host?.CreateTransaction(SR.DataGridViewDisableEditingTransactionString);
System\Windows\Forms\Design\DesignBindingPicker.cs (19)
149Text = SR.DesignBindingPickerAddProjDataSourceLabel,
246_treeViewCtrl.AccessibleName = (SR.DesignBindingPickerTreeViewAccessibleName);
276Text = (SR.DesignBindingPickerAddProjDataSourceLabel),
346AccessibleName = SR.DesignBindingPickerAccessibleName;
1277DesignerTransaction? trans = _designerHost.CreateTransaction(string.Format(SR.DesignerBatchCreateTool, uniqueSiteName));
1603_helpTextCtrl.Text = string.Format(CultureInfo.CurrentCulture, (SR.DesignBindingPickerHelpGenCurrentBinding), _selectedNode.Text);
1608_helpTextCtrl.Text = (_treeViewCtrl?.Nodes.Count > 1) ? (SR.DesignBindingPickerHelpGenPickMember) : "";
1613_helpTextCtrl.Text = (SR.DesignBindingPickerHelpGenPickBindSrc);
1618_helpTextCtrl.Text = (SR.DesignBindingPickerHelpGenPickDataSrc);
1623_helpTextCtrl.Text = (SR.DesignBindingPickerHelpGenAddDataSrc);
2435public NoneNode() : base(null, (SR.DesignBindingPickerNodeNone), BindingImage.None)
2456return (SR.DesignBindingPickerHelpNodeNone);
2466public OtherNode() : base(null, (SR.DesignBindingPickerNodeOther), BindingImage.Other)
2474return (SR.DesignBindingPickerHelpNodeOther);
2484public InstancesNode(string? rootComponentName) : base(null, string.Format(CultureInfo.CurrentCulture, (SR.DesignBindingPickerNodeInstances), rootComponentName), BindingImage.Instances)
2492return (SR.DesignBindingPickerHelpNodeInstances);
2502public ProjectNode(DesignBindingPicker picker) : base(picker, (SR.DesignBindingPickerNodeProject), BindingImage.Project)
2510return (SR.DesignBindingPickerHelpNodeProject);
2532return SR.DesignBindingPickerHelpNodeProjectGroup;
System\Windows\Forms\Design\ImageListActionList.cs (9)
50new DesignerActionPropertyItem(nameof(ImageSize), SR.ImageListActionList_ImageSizeDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ImageSizeDescription),
51new DesignerActionPropertyItem(nameof(ColorDepth), SR.ImageListActionList_ColorDepthDisplayName, SR.PropertiesCategoryName, SR.ImageListActionList_ColorDepthDescription),
52new DesignerActionMethodItem(this, nameof(ChooseImages), SR.ImageListActionList_ChooseImagesDisplayName, SR.LinksCategoryName, SR.ImageListActionList_ChooseImagesDescription, true)
System\Windows\Forms\Design\ListViewActionList.cs (18)
51SR.ListViewActionListEditItemsDisplayName,
52SR.PropertiesCategoryName,
53SR.ListViewActionListEditItemsDescription, true),
55SR.ListViewActionListEditColumnsDisplayName,
56SR.PropertiesCategoryName,
57SR.ListViewActionListEditColumnsDescription, true),
59SR.ListViewActionListEditGroupsDisplayName,
60SR.PropertiesCategoryName,
61SR.ListViewActionListEditGroupsDescription, true),
63SR.ListViewActionListViewDisplayName,
64SR.PropertiesCategoryName,
65SR.ListViewActionListViewDescription),
67SR.ListViewActionListSmallImagesDisplayName,
68SR.PropertiesCategoryName,
69SR.ListViewActionListSmallImagesDescription),
71SR.ListViewActionListLargeImagesDisplayName,
72SR.PropertiesCategoryName,
73SR.ListViewActionListLargeImagesDescription),
System\Windows\Forms\Design\StandardMenuStripVerb.cs (33)
71[SR.StandardMenuFile, SR.StandardMenuNew, SR.StandardMenuOpen, "-", SR.StandardMenuSave, SR.StandardMenuSaveAs, "-", SR.StandardMenuPrint, SR.StandardMenuPrintPreview, "-", SR.StandardMenuExit],
72[SR.StandardMenuEdit, SR.StandardMenuUndo, SR.StandardMenuRedo, "-", SR.StandardMenuCut, SR.StandardMenuCopy, SR.StandardMenuPaste, "-", SR.StandardMenuSelectAll],
73[SR.StandardMenuTools, SR.StandardMenuCustomize, SR.StandardMenuOptions],
74[SR.StandardMenuHelp, SR.StandardMenuContents, SR.StandardMenuIndex, SR.StandardMenuSearch, "-", SR.StandardMenuAbout]
104DesignerTransaction createMenu = _host.CreateTransaction(SR.StandardMenuCreateDesc);
257string[] menuItemNames = [SR.StandardMenuNew, SR.StandardMenuOpen, SR.StandardMenuSave, SR.StandardMenuPrint, "-", SR.StandardToolCut, SR.StandardMenuCopy, SR.StandardMenuPaste, "-", SR.StandardToolHelp];
272DesignerTransaction createMenu = _host.CreateTransaction(SR.StandardMenuCreateDesc);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (43)
66throw new ArgumentException(string.Format(SR.TableLayoutPanelDesignerInvalidColumnRowCount, "RowCount"));
82throw new ArgumentException(string.Format(SR.TableLayoutPanelDesignerInvalidColumnRowCount, "ColumnCount"));
132if (verb.Text.Equals(string.Format(SR.TableLayoutPanelDesignerEditRowAndCol)))
154Text = SR.TableLayoutPanelDesignerRowMenu
160Text = SR.TableLayoutPanelDesignerColMenu
169if (item.Text.Equals(SR.ContextMenuCut))
171item.Text = SR.TableLayoutPanelDesignerContextMenuCut;
173else if (item.Text.Equals(SR.ContextMenuCopy))
175item.Text = SR.TableLayoutPanelDesignerContextMenuCopy;
177else if (item.Text.Equals(SR.ContextMenuDelete))
179item.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));
316add.Text = SR.TableLayoutPanelDesignerAddMenu;
321insert.Text = SR.TableLayoutPanelDesignerInsertMenu;
326delete.Text = SR.TableLayoutPanelDesignerDeleteMenu;
331label.Text = SR.TableLayoutPanelDesignerLabelMenu;
332if (SR.TableLayoutPanelDesignerDontBoldLabel == "0")
339absolute.Text = SR.TableLayoutPanelDesignerAbsoluteMenu;
344percent.Text = SR.TableLayoutPanelDesignerPercentageMenu;
349autosize.Text = SR.TableLayoutPanelDesignerAutoSizeMenu;
403displayName: SR.TableLayoutPanelDesignerAddColumn,
407displayName: SR.TableLayoutPanelDesignerAddRow,
415displayName: SR.TableLayoutPanelDesignerRemoveColumn,
423displayName: SR.TableLayoutPanelDesignerRemoveRow,
429displayName: SR.TableLayoutPanelDesignerEditRowAndCol,
505trans = host.CreateTransaction(string.Format(SR.BehaviorServiceCopyControl, control.Site.Name));
524trans = host.CreateTransaction(string.Format(SR.TableLayoutPanelDesignerControlsSwapped, control.Site.Name, existingControl.Site.Name));
552trans = host.CreateTransaction(string.Format(SR.BehaviorServiceMoveControl, control.Site.Name));
771uiService.ShowError(SR.TableLayoutPanelFullDesc);
783uiService.ShowError(SR.TableLayoutPanelSpanDesc);
1626? SR.TableLayoutPanelDesignerAddRowUndoUnit
1627: SR.TableLayoutPanelDesignerAddColumnUndoUnit, Table.Site.Name));
1741isRow ? SR.TableLayoutPanelDesignerAddRowUndoUnit : SR.TableLayoutPanelDesignerAddColumnUndoUnit,
1864isRow ? SR.TableLayoutPanelDesignerRemoveRowUndoUnit : SR.TableLayoutPanelDesignerRemoveColumnUndoUnit,
1960using DesignerTransaction t = host.CreateTransaction(string.Format(SR.TableLayoutPanelDesignerChangeSizeTypeUndoUnit, Table.Site.Name));
2051bool isRow = ((DesignerVerb)sender).Text.Equals(ReplaceText(SR.TableLayoutPanelDesignerRemoveRow));
2058bool isRow = ((DesignerVerb)sender).Text.Equals(ReplaceText(SR.TableLayoutPanelDesignerAddRow));
System\Windows\Forms\Design\ToolStripActionList.cs (13)
142SR.ToolStripDesignerEmbedVerb,
144SR.ToolStripDesignerEmbedVerbDesc,
155SR.ToolStripDesignerStandardItemsVerb,
157SR.ToolStripDesignerStandardItemsVerbDesc,
163SR.ToolStripActionList_RenderMode,
164SR.ToolStripActionList_Layout,
165SR.ToolStripActionList_RenderModeDesc));
172SR.ToolStripActionList_Dock,
173SR.ToolStripActionList_Layout,
174SR.ToolStripActionList_DockDesc));
181SR.ToolStripActionList_GripStyle,
182SR.ToolStripActionList_Layout,
183SR.ToolStripActionList_GripStyleDesc));