Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port ToolStripPanelDesigner, ToolStripContainerDesigner, ToolStripCon… #9750

3 changes: 3 additions & 0 deletions src/System.Design/src/System.Design.Forwards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.TabControlDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.TableLayoutPanelDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.TabPageDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ToolStripContainerDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ToolStripContentPanelDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ToolStripPanelDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.TextBoxBaseDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.TextBoxDesigner))]
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ToolStripDesigner))]
Expand Down
45 changes: 45 additions & 0 deletions src/System.Windows.Forms.Design/src/Resources/SR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@
<data name="PlatformNotSupported_WinformsDesigner" xml:space="preserve">
<value>Winforms Designer is not supported on this platform.</value>
</data>
<data name="DesignerShortcutDockInForm" xml:space="preserve">
<value>Dock Fill in Form</value>
</data>
<data name="DesignerShortcutDockInUserControl" xml:space="preserve">
<value>Dock Fill in UserControl</value>
</data>
<data name="DesignerShortcutReparentControls" xml:space="preserve">
<value>Re-parent Controls</value>
</data>
<data name="DesignerOptions_LayoutSettings" xml:space="preserve">
<value>Layout Settings</value>
</data>
Expand Down Expand Up @@ -564,6 +573,39 @@
<data name="ToolStripActionList_GripStyleDesc" xml:space="preserve">
<value>Changes the GripStyle property</value>
</data>
<data name="ToolStripContainerActionList_Show" xml:space="preserve">
<value>Show</value>
</data>
<data name="ToolStripContainerActionList_Visible" xml:space="preserve">
<value>Panel Visibility</value>
</data>
<data name="ToolStripContainerActionList_Top" xml:space="preserve">
<value>Top</value>
</data>
<data name="ToolStripContainerActionList_TopDesc" xml:space="preserve">
<value>Toggles the participation of TopToolStripPanel in runtime dragging of ToolStrip.</value>
</data>
<data name="ToolStripContainerActionList_Bottom" xml:space="preserve">
<value>Bottom</value>
</data>
<data name="ToolStripContainerActionList_BottomDesc" xml:space="preserve">
<value>Toggles the participation of BottomToolStripPanel in runtime dragging of ToolStrip.</value>
</data>
<data name="ToolStripContainerActionList_Left" xml:space="preserve">
<value>Left</value>
</data>
<data name="ToolStripContainerActionList_LeftDesc" xml:space="preserve">
<value>Toggles the participation of LeftToolStripPanel in runtime dragging of ToolStrip.</value>
</data>
<data name="ToolStripContainerActionList_Right" xml:space="preserve">
<value>Right</value>
</data>
<data name="ToolStripContainerActionList_RightDesc" xml:space="preserve">
<value>Toggles the participation of RightToolStripPanel in runtime dragging of ToolStrip.</value>
</data>
<data name="0_reparent_controls_transaction" xml:space="preserve">
<value>{0} Reparent Controls Transaction.</value>
</data>
<data name="ToolStripActionList_Layout" xml:space="preserve">
<value>Layout &amp;&amp; Appearance</value>
</data>
Expand All @@ -579,6 +621,9 @@
<data name="ToolStripAllowItemReorderAndAllowDropCannotBeSetToTrue" xml:space="preserve">
<value>AllowItemReorder and AllowDrop cannot both be true.</value>
</data>
<data name="ToolStripPanelGlyphUnsupportedDock" xml:space="preserve">
<value>Unsupported Dock</value>
</data>
<data name="ToolStripCreatingNewItemTransaction" xml:space="preserve">
<value>ToolStrip New Item create Transaction.</value>
</data>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
77 changes: 76 additions & 1 deletion src/System.Windows.Forms.Design/src/Resources/xlf/SR.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 76 additions & 1 deletion src/System.Windows.Forms.Design/src/Resources/xlf/SR.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading