From 07f916a21486c8278117850a07f79a6fae899a53 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Wed, 29 Jan 2020 17:25:00 +1100 Subject: [PATCH 1/2] Consolidate design projects The initial decision to split types previously located in System.Design led to a number of problems including cyclic dependencies. The percieved benefits of smaller assembly sizes has not realised as both assemblies (Design and Design.Editors) would often need to be references together. --- Winforms.sln | 14 - .../FrameworkListFiles.props | 1 - .../Microsoft.Private.Winforms.csproj | 1 - .../src/System.Design.Facade.csproj | 1 - .../src/System.Drawing.Design.Facade.csproj | 2 +- .../Directory.Build.props | 7 - .../src/Properties/InternalsVisibleTo.cs | 11 - .../src/PublicAPI.Shipped.txt | 205 ----- .../src/PublicAPI.Unshipped.txt | 80 -- .../src/Resources/SR.Designer.cs | 748 ------------------ .../src/Resources/SR.resx | 291 ------- .../src/Resources/xlf/SR.cs.xlf | 389 --------- .../src/Resources/xlf/SR.de.xlf | 389 --------- .../src/Resources/xlf/SR.es.xlf | 389 --------- .../src/Resources/xlf/SR.fr.xlf | 389 --------- .../src/Resources/xlf/SR.it.xlf | 389 --------- .../src/Resources/xlf/SR.ja.xlf | 389 --------- .../src/Resources/xlf/SR.ko.xlf | 389 --------- .../src/Resources/xlf/SR.pl.xlf | 389 --------- .../src/Resources/xlf/SR.pt-BR.xlf | 389 --------- .../src/Resources/xlf/SR.ru.xlf | 389 --------- .../src/Resources/xlf/SR.tr.xlf | 389 --------- .../src/Resources/xlf/SR.zh-Hans.xlf | 389 --------- .../src/Resources/xlf/SR.zh-Hant.xlf | 389 --------- ...System.Windows.Forms.Design.Editors.csproj | 71 -- ....Windows.Forms.Design.Editors.Tests.csproj | 29 - .../src/Properties/InternalsVisibleTo.cs | 1 - .../src/PublicAPI.Shipped.txt | 207 ++++- .../src/PublicAPI.Unshipped.txt | 82 +- .../src/Resources/BorderSidesEditor.resx | 0 .../src/Resources/CollectionEditor.resx | 0 .../src/Resources/FormatControl.resx | 0 .../src/Resources/LinkAreaEditor.resx | 0 .../src/Resources/SR.resx | 283 +++++-- .../src/Resources/ShortcutKeysEditor.resx | 0 .../src/Resources/StringCollectionEditor.resx | 0 .../src/Resources/colordlg.data | Bin .../Resources/xlf/BorderSidesEditor.cs.xlf | 0 .../Resources/xlf/BorderSidesEditor.de.xlf | 0 .../Resources/xlf/BorderSidesEditor.es.xlf | 0 .../Resources/xlf/BorderSidesEditor.fr.xlf | 0 .../Resources/xlf/BorderSidesEditor.it.xlf | 0 .../Resources/xlf/BorderSidesEditor.ja.xlf | 0 .../Resources/xlf/BorderSidesEditor.ko.xlf | 0 .../Resources/xlf/BorderSidesEditor.pl.xlf | 0 .../Resources/xlf/BorderSidesEditor.pt-BR.xlf | 0 .../Resources/xlf/BorderSidesEditor.ru.xlf | 0 .../Resources/xlf/BorderSidesEditor.tr.xlf | 0 .../xlf/BorderSidesEditor.zh-Hans.xlf | 0 .../xlf/BorderSidesEditor.zh-Hant.xlf | 0 .../src/Resources/xlf/CollectionEditor.cs.xlf | 0 .../src/Resources/xlf/CollectionEditor.de.xlf | 0 .../src/Resources/xlf/CollectionEditor.es.xlf | 0 .../src/Resources/xlf/CollectionEditor.fr.xlf | 0 .../src/Resources/xlf/CollectionEditor.it.xlf | 0 .../src/Resources/xlf/CollectionEditor.ja.xlf | 0 .../src/Resources/xlf/CollectionEditor.ko.xlf | 0 .../src/Resources/xlf/CollectionEditor.pl.xlf | 0 .../Resources/xlf/CollectionEditor.pt-BR.xlf | 0 .../src/Resources/xlf/CollectionEditor.ru.xlf | 0 .../src/Resources/xlf/CollectionEditor.tr.xlf | 0 .../xlf/CollectionEditor.zh-Hans.xlf | 0 .../xlf/CollectionEditor.zh-Hant.xlf | 0 .../src/Resources/xlf/FormatControl.cs.xlf | 0 .../src/Resources/xlf/FormatControl.de.xlf | 0 .../src/Resources/xlf/FormatControl.es.xlf | 0 .../src/Resources/xlf/FormatControl.fr.xlf | 0 .../src/Resources/xlf/FormatControl.it.xlf | 0 .../src/Resources/xlf/FormatControl.ja.xlf | 0 .../src/Resources/xlf/FormatControl.ko.xlf | 0 .../src/Resources/xlf/FormatControl.pl.xlf | 0 .../src/Resources/xlf/FormatControl.pt-BR.xlf | 0 .../src/Resources/xlf/FormatControl.ru.xlf | 0 .../src/Resources/xlf/FormatControl.tr.xlf | 0 .../Resources/xlf/FormatControl.zh-Hans.xlf | 0 .../Resources/xlf/FormatControl.zh-Hant.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.cs.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.de.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.es.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.fr.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.it.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.ja.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.ko.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.pl.xlf | 0 .../Resources/xlf/LinkAreaEditor.pt-BR.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.ru.xlf | 0 .../src/Resources/xlf/LinkAreaEditor.tr.xlf | 0 .../Resources/xlf/LinkAreaEditor.zh-Hans.xlf | 0 .../Resources/xlf/LinkAreaEditor.zh-Hant.xlf | 0 .../src/Resources/xlf/SR.cs.xlf | 372 +++++++++ .../src/Resources/xlf/SR.de.xlf | 372 +++++++++ .../src/Resources/xlf/SR.es.xlf | 372 +++++++++ .../src/Resources/xlf/SR.fr.xlf | 372 +++++++++ .../src/Resources/xlf/SR.it.xlf | 372 +++++++++ .../src/Resources/xlf/SR.ja.xlf | 372 +++++++++ .../src/Resources/xlf/SR.ko.xlf | 372 +++++++++ .../src/Resources/xlf/SR.pl.xlf | 372 +++++++++ .../src/Resources/xlf/SR.pt-BR.xlf | 372 +++++++++ .../src/Resources/xlf/SR.ru.xlf | 372 +++++++++ .../src/Resources/xlf/SR.tr.xlf | 372 +++++++++ .../src/Resources/xlf/SR.zh-Hans.xlf | 372 +++++++++ .../src/Resources/xlf/SR.zh-Hant.xlf | 372 +++++++++ .../Resources/xlf/ShortcutKeysEditor.cs.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.de.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.es.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.fr.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.it.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.ja.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.ko.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.pl.xlf | 0 .../xlf/ShortcutKeysEditor.pt-BR.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.ru.xlf | 0 .../Resources/xlf/ShortcutKeysEditor.tr.xlf | 0 .../xlf/ShortcutKeysEditor.zh-Hans.xlf | 0 .../xlf/ShortcutKeysEditor.zh-Hant.xlf | 0 .../xlf/StringCollectionEditor.cs.xlf | 0 .../xlf/StringCollectionEditor.de.xlf | 0 .../xlf/StringCollectionEditor.es.xlf | 0 .../xlf/StringCollectionEditor.fr.xlf | 0 .../xlf/StringCollectionEditor.it.xlf | 0 .../xlf/StringCollectionEditor.ja.xlf | 0 .../xlf/StringCollectionEditor.ko.xlf | 0 .../xlf/StringCollectionEditor.pl.xlf | 0 .../xlf/StringCollectionEditor.pt-BR.xlf | 0 .../xlf/StringCollectionEditor.ru.xlf | 0 .../xlf/StringCollectionEditor.tr.xlf | 0 .../xlf/StringCollectionEditor.zh-Hans.xlf | 0 .../xlf/StringCollectionEditor.zh-Hant.xlf | 0 .../src/System.Windows.Forms.Design.csproj | 39 +- .../ComponentModel/Design/ArrayEditor.cs | 0 .../ComponentModel/Design/CollectionEditor.cs | 0 .../ComponentModel/Design/DateTimeEditor.cs | 0 .../Design/MultilineStringEditor.cs | 0 .../Design/ObjectSelectorEditor.cs | 0 .../src/System/Drawing/Design/BitmapEditor.cs | 0 .../src/System/Drawing/Design/ColorEditor.cs | 0 .../ContentAlignmentEditor.ContentUI.cs | 0 .../Drawing/Design/ContentAlignmentEditor.cs | 0 .../src/System/Drawing/Design/CursorEditor.cs | 0 .../src/System/Drawing/Design/FontEditor.cs | 0 .../System/Drawing/Design/FontNameEditor.cs | 0 .../src/System/Drawing/Design/IconEditor.cs | 0 .../src/System/Drawing/Design/ImageEditor.cs | 0 .../System/Drawing/Design/MetafileEditor.cs | 0 .../Windows/Forms/Design/AnchorEditor.cs | 0 .../Windows/Forms/Design/BorderSidesEditor.cs | 0 .../Design/ColumnHeaderCollectionEditor.cs | 0 .../Design/DataGridViewCellStyleBuilder.cs | 0 .../Design/DataGridViewCellStyleEditor.cs | 0 .../DataGridViewComponentPropertyGridSite.cs | 0 .../System/Windows/Forms/Design/DockEditor.cs | 0 .../Windows/Forms/Design/FileNameEditor.cs | 0 .../Windows/Forms/Design/FolderNameEditor.cs | 0 .../Forms/Design/FormatControl.Designer.cs | 0 .../Windows/Forms/Design/FormatControl.cs | 0 .../Forms/Design/FormatStringDialog.cs | 0 .../Forms/Design/FormatStringEditor.cs | 0 .../Forms/Design/HelpNamespaceEditor.cs | 0 .../Forms/Design/ImageCollectionEditor.cs | 0 .../Windows/Forms/Design/ImageIndexEditor.cs | 0 .../Windows/Forms/Design/ImageListImage.cs | 0 .../Forms/Design/ImageListImageEditor.cs | 0 .../Windows/Forms/Design/LinkAreaEditor.cs | 0 .../ListControlStringCollectionEditor.cs | 0 .../Design/ListViewGroupCollectionEditor.cs | 0 .../Design/ListViewItemCollectionEditor.cs | 0 .../Design/ListViewSubItemCollectionEditor.cs | 0 .../Forms/Design/SelectedPathEditor.cs | 0 .../Forms/Design/ShortcutKeysEditor.cs | 0 .../Windows/Forms/Design/StringArrayEditor.cs | 0 .../Forms/Design/StringCollectionEditor.cs | 0 .../Forms/Design/TabPageCollectionEditor.cs | 0 .../tests/UnitTests/EnsureEditorsTests.cs | 0 .../UnitTests/Resources/telescope_01.wmf | Bin .../UnitTests/SerializableAttributeTest.cs | 0 .../System.Windows.Forms.Design.Tests.csproj | 11 + .../ComponentModel/Design/ArrayEditorTests.cs | 0 .../Design/CollectionEditorTests.cs | 0 .../Design/CollectionFormTests.cs | 0 .../Design/MultilineStringEditorTests.cs | 0 .../Design/ObjectSelectorEditorTests.cs | 0 .../Drawing/Design/BitmapEditorTests.cs | 0 .../System/Drawing/Design/ColorEditorTests.cs | 0 .../Drawing/Design/CursorEditorTests.cs | 0 .../System/Drawing/Design/FontEditorTests.cs | 0 .../Drawing/Design/FontNameEditorTests.cs | 0 .../System/Drawing/Design/ImageEditorTests.cs | 0 .../Drawing/Design/MetafileEditorTests.cs | 0 .../Windows/Forms/Design/AnchorEditorTests.cs | 0 .../Forms/Design/BorderSidesEditorTests.cs | 0 .../ColumnHeaderCollectionEditorTests .cs | 0 .../DataGridViewCellStyleEditorTests.cs | 0 .../Windows/Forms/Design/DockEditorTests.cs | 0 .../Forms/Design/FileNameEditorTests.cs | 0 .../Forms/Design/FolderNameEditorTests.cs | 0 .../Forms/Design/ShortcutKeysEditorTests.cs | 0 .../WinformsControlsTest.csproj | 1 - 197 files changed, 5397 insertions(+), 6581 deletions(-) delete mode 100644 src/System.Windows.Forms.Design.Editors/Directory.Build.props delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Properties/InternalsVisibleTo.cs delete mode 100644 src/System.Windows.Forms.Design.Editors/src/PublicAPI.Shipped.txt delete mode 100644 src/System.Windows.Forms.Design.Editors/src/PublicAPI.Unshipped.txt delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/SR.Designer.cs delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/SR.resx delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.cs.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.de.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.es.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.fr.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.it.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ja.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ko.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pl.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pt-BR.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ru.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.tr.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hans.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hant.xlf delete mode 100644 src/System.Windows.Forms.Design.Editors/src/System.Windows.Forms.Design.Editors.csproj delete mode 100644 src/System.Windows.Forms.Design.Editors/tests/UnitTests/System.Windows.Forms.Design.Editors.Tests.csproj rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/BorderSidesEditor.resx (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/CollectionEditor.resx (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/FormatControl.resx (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/LinkAreaEditor.resx (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/ShortcutKeysEditor.resx (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/StringCollectionEditor.resx (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/colordlg.data (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.cs.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.de.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.es.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.fr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.it.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.ja.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.ko.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.pl.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.pt-BR.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.ru.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.tr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.zh-Hans.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/BorderSidesEditor.zh-Hant.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.cs.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.de.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.es.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.fr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.it.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.ja.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.ko.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.pl.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.pt-BR.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.ru.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.tr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.zh-Hans.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/CollectionEditor.zh-Hant.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.cs.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.de.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.es.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.fr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.it.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.ja.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.ko.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.pl.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.pt-BR.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.ru.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.tr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.zh-Hans.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/FormatControl.zh-Hant.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.cs.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.de.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.es.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.fr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.it.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.ja.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.ko.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.pl.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.pt-BR.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.ru.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.tr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.zh-Hans.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/LinkAreaEditor.zh-Hant.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.cs.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.de.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.es.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.fr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.it.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.ja.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.ko.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.pl.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.pt-BR.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.ru.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.tr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.zh-Hans.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/ShortcutKeysEditor.zh-Hant.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.cs.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.de.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.es.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.fr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.it.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.ja.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.ko.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.pl.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.pt-BR.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.ru.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.tr.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.zh-Hans.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/Resources/xlf/StringCollectionEditor.zh-Hant.xlf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/ComponentModel/Design/ArrayEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/ComponentModel/Design/CollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/ComponentModel/Design/DateTimeEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/ComponentModel/Design/MultilineStringEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/ComponentModel/Design/ObjectSelectorEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/BitmapEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/ColorEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/ContentAlignmentEditor.ContentUI.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/ContentAlignmentEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/CursorEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/FontEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/FontNameEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/IconEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/ImageEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Drawing/Design/MetafileEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/AnchorEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/BorderSidesEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ColumnHeaderCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/DataGridViewCellStyleBuilder.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/DataGridViewCellStyleEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/DataGridViewComponentPropertyGridSite.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/DockEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/FileNameEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/FolderNameEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/FormatControl.Designer.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/FormatControl.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/FormatStringDialog.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/FormatStringEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/HelpNamespaceEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ImageCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ImageIndexEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ImageListImage.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ImageListImageEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/LinkAreaEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ListControlStringCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ListViewGroupCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ListViewItemCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ListViewSubItemCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/SelectedPathEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/ShortcutKeysEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/StringArrayEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/StringCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/src/System/Windows/Forms/Design/TabPageCollectionEditor.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/EnsureEditorsTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/Resources/telescope_01.wmf (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/SerializableAttributeTest.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/ComponentModel/Design/ArrayEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/ComponentModel/Design/CollectionEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/ComponentModel/Design/CollectionFormTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/ComponentModel/Design/MultilineStringEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/ComponentModel/Design/ObjectSelectorEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/BitmapEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/ColorEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/CursorEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/FontEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/FontNameEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/ImageEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Drawing/Design/MetafileEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/AnchorEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/BorderSidesEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/ColumnHeaderCollectionEditorTests .cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/DataGridViewCellStyleEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/DockEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/FileNameEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/FolderNameEditorTests.cs (100%) rename src/{System.Windows.Forms.Design.Editors => System.Windows.Forms.Design}/tests/UnitTests/System/Windows/Forms/Design/ShortcutKeysEditorTests.cs (100%) diff --git a/Winforms.sln b/Winforms.sln index 4ae8510a0b2..f5c03e611c3 100644 --- a/Winforms.sln +++ b/Winforms.sln @@ -9,10 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms", "src EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms.Tests", "src\System.Windows.Forms\tests\UnitTests\System.Windows.Forms.Tests.csproj", "{AB38E262-F206-4820-8F29-23C5F72A4A16}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms.Design.Editors", "src\System.Windows.Forms.Design.Editors\src\System.Windows.Forms.Design.Editors.csproj", "{B50AC96F-2655-4687-A404-16DF51882CBC}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms.Design.Editors.Tests", "src\System.Windows.Forms.Design.Editors\tests\UnitTests\System.Windows.Forms.Design.Editors.Tests.csproj", "{27F24D0C-5F0A-472E-AE12-98B386A13D50}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms.Design.Tests", "src\System.Windows.Forms.Design\tests\UnitTests\System.Windows.Forms.Design.Tests.csproj", "{F977CA8C-FBF9-4D82-80BA-FE5B2F33486E}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms.Design", "src\System.Windows.Forms.Design\src\System.Windows.Forms.Design.csproj", "{61D06BBD-B0CF-4CE1-9139-1CC4B82F0F9B}" @@ -144,14 +140,6 @@ Global {AB38E262-F206-4820-8F29-23C5F72A4A16}.Debug|Any CPU.Build.0 = Debug|Any CPU {AB38E262-F206-4820-8F29-23C5F72A4A16}.Release|Any CPU.ActiveCfg = Release|Any CPU {AB38E262-F206-4820-8F29-23C5F72A4A16}.Release|Any CPU.Build.0 = Release|Any CPU - {B50AC96F-2655-4687-A404-16DF51882CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B50AC96F-2655-4687-A404-16DF51882CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B50AC96F-2655-4687-A404-16DF51882CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B50AC96F-2655-4687-A404-16DF51882CBC}.Release|Any CPU.Build.0 = Release|Any CPU - {27F24D0C-5F0A-472E-AE12-98B386A13D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {27F24D0C-5F0A-472E-AE12-98B386A13D50}.Debug|Any CPU.Build.0 = Debug|Any CPU - {27F24D0C-5F0A-472E-AE12-98B386A13D50}.Release|Any CPU.ActiveCfg = Release|Any CPU - {27F24D0C-5F0A-472E-AE12-98B386A13D50}.Release|Any CPU.Build.0 = Release|Any CPU {F977CA8C-FBF9-4D82-80BA-FE5B2F33486E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F977CA8C-FBF9-4D82-80BA-FE5B2F33486E}.Debug|Any CPU.Build.0 = Debug|Any CPU {F977CA8C-FBF9-4D82-80BA-FE5B2F33486E}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -256,8 +244,6 @@ Global {657472B8-FDA3-49DF-B8BE-0246046A4348} = {680FB14C-7B0C-4D63-9F1A-18ACCDB0F52A} {0D23A41B-2626-4703-9E4A-87C07F69B0B2} = {77FEDB47-F7F6-490D-AF7C-ABB4A9E0B9D7} {AB38E262-F206-4820-8F29-23C5F72A4A16} = {583F1292-AE8D-4511-B8D8-A81FE4642DDC} - {B50AC96F-2655-4687-A404-16DF51882CBC} = {77FEDB47-F7F6-490D-AF7C-ABB4A9E0B9D7} - {27F24D0C-5F0A-472E-AE12-98B386A13D50} = {583F1292-AE8D-4511-B8D8-A81FE4642DDC} {F977CA8C-FBF9-4D82-80BA-FE5B2F33486E} = {583F1292-AE8D-4511-B8D8-A81FE4642DDC} {61D06BBD-B0CF-4CE1-9139-1CC4B82F0F9B} = {77FEDB47-F7F6-490D-AF7C-ABB4A9E0B9D7} {A2B1148A-1747-47BD-8048-416C2C2AF14C} = {434C00C3-E498-4BA7-9764-9F0FC8CFE457} diff --git a/pkg/Microsoft.Private.Winforms/FrameworkListFiles.props b/pkg/Microsoft.Private.Winforms/FrameworkListFiles.props index 469aad25f27..21e12efe2b7 100644 --- a/pkg/Microsoft.Private.Winforms/FrameworkListFiles.props +++ b/pkg/Microsoft.Private.Winforms/FrameworkListFiles.props @@ -7,7 +7,6 @@ - diff --git a/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj b/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj index 116c207afcc..d20d22c3a57 100644 --- a/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj +++ b/pkg/Microsoft.Private.Winforms/Microsoft.Private.Winforms.csproj @@ -81,7 +81,6 @@ - diff --git a/src/System.Design/src/System.Design.Facade.csproj b/src/System.Design/src/System.Design.Facade.csproj index b0f21729831..c2de9858a85 100644 --- a/src/System.Design/src/System.Design.Facade.csproj +++ b/src/System.Design/src/System.Design.Facade.csproj @@ -5,7 +5,6 @@ - diff --git a/src/System.Drawing.Design/src/System.Drawing.Design.Facade.csproj b/src/System.Drawing.Design/src/System.Drawing.Design.Facade.csproj index efac78016da..7fc13af427c 100644 --- a/src/System.Drawing.Design/src/System.Drawing.Design.Facade.csproj +++ b/src/System.Drawing.Design/src/System.Drawing.Design.Facade.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/System.Windows.Forms.Design.Editors/Directory.Build.props b/src/System.Windows.Forms.Design.Editors/Directory.Build.props deleted file mode 100644 index 8b145257385..00000000000 --- a/src/System.Windows.Forms.Design.Editors/Directory.Build.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - - ECMA - - diff --git a/src/System.Windows.Forms.Design.Editors/src/Properties/InternalsVisibleTo.cs b/src/System.Windows.Forms.Design.Editors/src/Properties/InternalsVisibleTo.cs deleted file mode 100644 index e9ea5b17a3a..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Properties/InternalsVisibleTo.cs +++ /dev/null @@ -1,11 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// expose internal types to System.Design for type forwarding -[assembly: InternalsVisibleTo("System.Design, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] - -[assembly: InternalsVisibleTo("System.Windows.Forms.Design.Editors.Tests, PublicKey=00000000000000000400000000000000")] -[assembly: InternalsVisibleTo("WinformsControlsTest, PublicKey=00000000000000000400000000000000")] diff --git a/src/System.Windows.Forms.Design.Editors/src/PublicAPI.Shipped.txt b/src/System.Windows.Forms.Design.Editors/src/PublicAPI.Shipped.txt deleted file mode 100644 index dc1b148ac6f..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/PublicAPI.Shipped.txt +++ /dev/null @@ -1,205 +0,0 @@ -System.ComponentModel.Design.ArrayEditor -System.ComponentModel.Design.ArrayEditor.ArrayEditor(System.Type type) -> void -System.ComponentModel.Design.CollectionEditor -System.ComponentModel.Design.CollectionEditor.CollectionEditor(System.Type type) -> void -System.ComponentModel.Design.CollectionEditor.CollectionForm -System.ComponentModel.Design.CollectionEditor.CollectionForm.CanRemoveInstance(object value) -> bool -System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionForm(System.ComponentModel.Design.CollectionEditor editor) -> void -System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionItemType.get -> System.Type -System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionType.get -> System.Type -System.ComponentModel.Design.CollectionEditor.CollectionForm.Context.get -> System.ComponentModel.ITypeDescriptorContext -System.ComponentModel.Design.CollectionEditor.CollectionForm.CreateInstance(System.Type itemType) -> object -System.ComponentModel.Design.CollectionEditor.CollectionForm.DestroyInstance(object instance) -> void -System.ComponentModel.Design.CollectionEditor.CollectionForm.EditValue.get -> object -System.ComponentModel.Design.CollectionEditor.CollectionForm.EditValue.set -> void -System.ComponentModel.Design.CollectionEditor.CollectionForm.Items.get -> object[] -System.ComponentModel.Design.CollectionEditor.CollectionForm.Items.set -> void -System.ComponentModel.Design.CollectionEditor.CollectionForm.NewItemTypes.get -> System.Type[] -System.ComponentModel.Design.CollectionEditor.CollectionItemType.get -> System.Type -System.ComponentModel.Design.CollectionEditor.CollectionType.get -> System.Type -System.ComponentModel.Design.CollectionEditor.Context.get -> System.ComponentModel.ITypeDescriptorContext -System.ComponentModel.Design.CollectionEditor.GetService(System.Type serviceType) -> object -System.ComponentModel.Design.CollectionEditor.NewItemTypes.get -> System.Type[] -System.ComponentModel.Design.MultilineStringEditor -System.ComponentModel.Design.MultilineStringEditor.MultilineStringEditor() -> void -System.ComponentModel.Design.ObjectSelectorEditor -System.ComponentModel.Design.ObjectSelectorEditor.EqualsToValue(object value) -> bool -System.ComponentModel.Design.ObjectSelectorEditor.ObjectSelectorEditor() -> void -System.ComponentModel.Design.ObjectSelectorEditor.ObjectSelectorEditor(bool subObjectSelector) -> void -System.ComponentModel.Design.ObjectSelectorEditor.Selector -System.ComponentModel.Design.ObjectSelectorEditor.Selector.AddNode(string label, object value, System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode parent) -> System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode -System.ComponentModel.Design.ObjectSelectorEditor.Selector.Clear() -> void -System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnAfterSelect(object sender, System.Windows.Forms.TreeViewEventArgs e) -> void -System.ComponentModel.Design.ObjectSelectorEditor.Selector.Selector(System.ComponentModel.Design.ObjectSelectorEditor editor) -> void -System.ComponentModel.Design.ObjectSelectorEditor.Selector.SetSelection(object value, System.Windows.Forms.TreeNodeCollection nodes) -> bool -System.ComponentModel.Design.ObjectSelectorEditor.Selector.Start(System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, object value) -> void -System.ComponentModel.Design.ObjectSelectorEditor.Selector.Stop() -> void -System.ComponentModel.Design.ObjectSelectorEditor.Selector.clickSeen -> bool -System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode -System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode.SelectorNode(string label, object value) -> void -System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode.value -> object -System.ComponentModel.Design.ObjectSelectorEditor.SubObjectSelector -> bool -System.ComponentModel.Design.ObjectSelectorEditor.currValue -> object -System.ComponentModel.Design.ObjectSelectorEditor.prevValue -> object -System.Drawing.Design.BitmapEditor -System.Drawing.Design.BitmapEditor.BitmapEditor() -> void -System.Drawing.Design.ColorEditor -System.Drawing.Design.ColorEditor.ColorEditor() -> void -System.Drawing.Design.CursorEditor -System.Drawing.Design.CursorEditor.CursorEditor() -> void -System.Drawing.Design.FontEditor -System.Drawing.Design.FontEditor.FontEditor() -> void -System.Drawing.Design.FontNameEditor -System.Drawing.Design.FontNameEditor.FontNameEditor() -> void -System.Drawing.Design.ImageEditor -System.Drawing.Design.ImageEditor.ImageEditor() -> void -System.Drawing.Design.MetafileEditor -System.Drawing.Design.MetafileEditor.MetafileEditor() -> void -System.Windows.Forms.Design.AnchorEditor -System.Windows.Forms.Design.AnchorEditor.AnchorEditor() -> void -System.Windows.Forms.Design.BorderSidesEditor -System.Windows.Forms.Design.BorderSidesEditor.BorderSidesEditor() -> void -System.Windows.Forms.Design.DockEditor -System.Windows.Forms.Design.DockEditor.DockEditor() -> void -System.Windows.Forms.Design.FileNameEditor -System.Windows.Forms.Design.FileNameEditor.FileNameEditor() -> void -System.Windows.Forms.Design.FolderNameEditor -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Description.get -> string -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Description.set -> void -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.DirectoryPath.get -> string -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.FolderBrowser() -> void -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.ShowDialog() -> System.Windows.Forms.DialogResult -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.ShowDialog(System.Windows.Forms.IWin32Window owner) -> System.Windows.Forms.DialogResult -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.StartLocation.get -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.StartLocation.set -> void -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Style.get -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Style.set -> void -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Desktop = 0 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Favorites = 6 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyComputer = 17 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyDocuments = 5 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyPictures = 39 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.NetAndDialUpConnections = 49 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.NetworkNeighborhood = 18 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Printers = 4 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Recent = 8 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.SendTo = 9 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.StartMenu = 11 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Templates = 21 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForComputer = 4096 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForEverything = 16384 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForPrinter = 8192 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToDomain = 2 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToFilesystem = 1 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToSubfolders = 8 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.ShowTextBox = 16 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles -System.Windows.Forms.Design.FolderNameEditor.FolderNameEditor() -> void -System.Windows.Forms.Design.ImageListImageEditor -System.Windows.Forms.Design.ImageListImageEditor.ImageListImageEditor() -> void -System.Windows.Forms.Design.ShortcutKeysEditor -System.Windows.Forms.Design.ShortcutKeysEditor.ShortcutKeysEditor() -> void -abstract System.ComponentModel.Design.CollectionEditor.CollectionForm.OnEditValueChanged() -> void -override System.ComponentModel.Design.ArrayEditor.CreateCollectionItemType() -> System.Type -override System.ComponentModel.Design.ArrayEditor.GetItems(object editValue) -> object[] -override System.ComponentModel.Design.ArrayEditor.SetItems(object editValue, object[] value) -> object -override System.ComponentModel.Design.CollectionEditor.CollectionForm.GetService(System.Type serviceType) -> object -override System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.ComponentModel.Design.CollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.ComponentModel.Design.MultilineStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.ComponentModel.Design.MultilineStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.ComponentModel.Design.MultilineStringEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -override System.ComponentModel.Design.ObjectSelectorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.ComponentModel.Design.ObjectSelectorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnKeyDown(System.Windows.Forms.KeyEventArgs e) -> void -override System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) -> void -override System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) -> void -override System.ComponentModel.Design.ObjectSelectorEditor.Selector.WndProc(ref System.Windows.Forms.Message m) -> void -override System.Drawing.Design.BitmapEditor.GetExtensions() -> string[] -override System.Drawing.Design.BitmapEditor.GetFileDialogDescription() -> string -override System.Drawing.Design.BitmapEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Image -override System.Drawing.Design.ColorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Drawing.Design.ColorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.ColorEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -override System.Drawing.Design.ColorEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void -override System.Drawing.Design.CursorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Drawing.Design.CursorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.CursorEditor.IsDropDownResizable.get -> bool -override System.Drawing.Design.FontEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Drawing.Design.FontEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.FontNameEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -override System.Drawing.Design.FontNameEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void -override System.Drawing.Design.ImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Drawing.Design.ImageEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.ImageEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -override System.Drawing.Design.ImageEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void -override System.Drawing.Design.MetafileEditor.GetExtensions() -> string[] -override System.Drawing.Design.MetafileEditor.GetFileDialogDescription() -> string -override System.Drawing.Design.MetafileEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Image -override System.Windows.Forms.Design.AnchorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.AnchorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Windows.Forms.Design.BorderSidesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.BorderSidesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Windows.Forms.Design.DockEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.DockEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Windows.Forms.Design.FileNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.FileNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Windows.Forms.Design.FolderNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.FolderNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Windows.Forms.Design.ImageListImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.ImageListImageEditor.GetFileDialogDescription() -> string -override System.Windows.Forms.Design.ImageListImageEditor.GetImageExtenders() -> System.Type[] -override System.Windows.Forms.Design.ImageListImageEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -override System.Windows.Forms.Design.ImageListImageEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void -override System.Windows.Forms.Design.ShortcutKeysEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Windows.Forms.Design.ShortcutKeysEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -static System.ComponentModel.Design.ObjectSelectorEditor.ApplyTreeViewThemeStyles(System.Windows.Forms.TreeView treeView) -> void -static System.Drawing.Design.BitmapEditor.BitmapExtensions -> System.Collections.Generic.List -static System.Drawing.Design.ImageEditor.CreateExtensionsString(string[] extensions, string sep) -> string -static System.Drawing.Design.ImageEditor.CreateFilterEntry(System.Drawing.Design.ImageEditor e) -> string -virtual System.ComponentModel.Design.CollectionEditor.CanRemoveInstance(object value) -> bool -virtual System.ComponentModel.Design.CollectionEditor.CanSelectMultipleInstances() -> bool -virtual System.ComponentModel.Design.CollectionEditor.CancelChanges() -> void -virtual System.ComponentModel.Design.CollectionEditor.CollectionForm.CanSelectMultipleInstances() -> bool -virtual System.ComponentModel.Design.CollectionEditor.CollectionForm.DisplayError(System.Exception e) -> void -virtual System.ComponentModel.Design.CollectionEditor.CollectionForm.ShowEditorDialog(System.Windows.Forms.Design.IWindowsFormsEditorService edSvc) -> System.Windows.Forms.DialogResult -virtual System.ComponentModel.Design.CollectionEditor.CreateCollectionForm() -> System.ComponentModel.Design.CollectionEditor.CollectionForm -virtual System.ComponentModel.Design.CollectionEditor.CreateCollectionItemType() -> System.Type -virtual System.ComponentModel.Design.CollectionEditor.CreateInstance(System.Type itemType) -> object -virtual System.ComponentModel.Design.CollectionEditor.CreateNewItemTypes() -> System.Type[] -virtual System.ComponentModel.Design.CollectionEditor.DestroyInstance(object instance) -> void -virtual System.ComponentModel.Design.CollectionEditor.GetDisplayText(object value) -> string -virtual System.ComponentModel.Design.CollectionEditor.GetItems(object editValue) -> object[] -virtual System.ComponentModel.Design.CollectionEditor.GetObjectsFromInstance(object instance) -> System.Collections.IList -virtual System.ComponentModel.Design.CollectionEditor.HelpTopic.get -> string -virtual System.ComponentModel.Design.CollectionEditor.SetItems(object editValue, object[] value) -> object -virtual System.ComponentModel.Design.CollectionEditor.ShowHelp() -> void -virtual System.ComponentModel.Design.ObjectSelectorEditor.FillTreeWithData(System.ComponentModel.Design.ObjectSelectorEditor.Selector selector, System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider) -> void -virtual System.ComponentModel.Design.ObjectSelectorEditor.SetValue(object value) -> void -virtual System.Drawing.Design.ImageEditor.GetExtensions() -> string[] -virtual System.Drawing.Design.ImageEditor.GetFileDialogDescription() -> string -virtual System.Drawing.Design.ImageEditor.GetImageExtenders() -> System.Type[] -virtual System.Drawing.Design.ImageEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Image -virtual System.Windows.Forms.Design.FileNameEditor.InitializeDialog(System.Windows.Forms.OpenFileDialog openFileDialog) -> void -virtual System.Windows.Forms.Design.FolderNameEditor.InitializeDialog(System.Windows.Forms.Design.FolderNameEditor.FolderBrowser folderBrowser) -> void -System.ComponentModel.Design.DateTimeEditor -System.ComponentModel.Design.DateTimeEditor.DateTimeEditor() -> void -System.Drawing.Design.ContentAlignmentEditor -System.Drawing.Design.ContentAlignmentEditor.ContentAlignmentEditor() -> void -System.Drawing.Design.IconEditor -System.Drawing.Design.IconEditor.IconEditor() -> void -override System.ComponentModel.Design.DateTimeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.ComponentModel.Design.DateTimeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.ContentAlignmentEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Drawing.Design.ContentAlignmentEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.IconEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object -override System.Drawing.Design.IconEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle -override System.Drawing.Design.IconEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool -override System.Drawing.Design.IconEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void -static System.Drawing.Design.IconEditor.CreateExtensionsString(string[] extensions, string sep) -> string -static System.Drawing.Design.IconEditor.CreateFilterEntry(System.Drawing.Design.IconEditor editor) -> string -virtual System.Drawing.Design.IconEditor.GetExtensions() -> string[] -virtual System.Drawing.Design.IconEditor.GetFileDialogDescription() -> string -virtual System.Drawing.Design.IconEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Icon \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/PublicAPI.Unshipped.txt b/src/System.Windows.Forms.Design.Editors/src/PublicAPI.Unshipped.txt deleted file mode 100644 index 28bb790564b..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/PublicAPI.Unshipped.txt +++ /dev/null @@ -1,80 +0,0 @@ -System.Windows.Forms.Design.Editors.Resources.SR -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorBottomAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorTopAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogCustomFormat.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogCustomFormatAccessibleDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogDecimalPlaces.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCurrency.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCurrencyExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustom.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustomExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustomInvalidFormat.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeDateTime.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeDateTimeExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNoFormatting.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNoFormattingExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNumeric.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNumericExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeScientific.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeScientificExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogNullValue.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogType.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CellStyleBuilderNormalPreviewAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CellStyleBuilderSelectedPreviewAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorCantRemoveItem.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorCaption.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorInheritedReadOnlySelection.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorProperties.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorPropertiesMultiSelect.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorPropertiesNone.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorUndoBatchDesc.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorPaletteTab.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorStandardTab.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorSystemTab.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomCenterAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleCenterAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopCenterAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.Culture.get -> System.Globalization.CultureInfo -static System.Windows.Forms.Design.Editors.Resources.SR.Culture.set -> void -static System.Windows.Forms.Design.Editors.Resources.SR.DataGridView_Cancel.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DataGridView_OK.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DataSourceLocksItems.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorBottomAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorFillAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorNoneAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorTopAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.FormatStringDialogTitle.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.GenericFileFilter.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.GenericOpenFile.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.HelpProviderEditorFilter.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.HelpProviderEditorTitle.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ImageCollectionEditorFormText.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorCancel.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorCaption.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorOK.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ListViewSubItemBaseName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.MultilineStringEditorWatermark.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.PlatformNotSupported_WinformsDesigner.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.RTL.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ResourceManager.get -> System.Resources.ResourceManager -static System.Windows.Forms.Design.Editors.Resources.SR.SelectedPathEditorLabel.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ShortcutKeys_InvalidKey.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.bitmapFileDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.iconFileDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.imageFileDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.metafileFileDescription.get -> string \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/SR.Designer.cs b/src/System.Windows.Forms.Design.Editors/src/Resources/SR.Designer.cs deleted file mode 100644 index fcb2c56af06..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/SR.Designer.cs +++ /dev/null @@ -1,748 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace System.Windows.Forms.Design.Editors.Resources { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class SR { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal SR() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Windows.Forms.Design.Editors.Resources.SR", typeof(SR).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Anchor Editor. - /// - public static string AnchorEditorAccName { - get { - return ResourceManager.GetString("AnchorEditorAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom. - /// - public static string AnchorEditorBottomAccName { - get { - return ResourceManager.GetString("AnchorEditorBottomAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Left. - /// - public static string AnchorEditorLeftAccName { - get { - return ResourceManager.GetString("AnchorEditorLeftAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Right. - /// - public static string AnchorEditorRightAccName { - get { - return ResourceManager.GetString("AnchorEditorRightAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Top. - /// - public static string AnchorEditorTopAccName { - get { - return ResourceManager.GetString("AnchorEditorTopAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Custo&m format. - /// - public static string BindingFormattingDialogCustomFormat { - get { - return ResourceManager.GetString("BindingFormattingDialogCustomFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Custom format. - /// - public static string BindingFormattingDialogCustomFormatAccessibleDescription { - get { - return ResourceManager.GetString("BindingFormattingDialogCustomFormatAccessibleDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Decimal places. - /// - public static string BindingFormattingDialogDecimalPlaces { - get { - return ResourceManager.GetString("BindingFormattingDialogDecimalPlaces", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Currency. - /// - public static string BindingFormattingDialogFormatTypeCurrency { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeCurrency", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specify the format for monetary values.. - /// - public static string BindingFormattingDialogFormatTypeCurrencyExplanation { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeCurrencyExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Custom. - /// - public static string BindingFormattingDialogFormatTypeCustom { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeCustom", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type a custom format string. A custom string may require extra handling unless it is a read-only value.. - /// - public static string BindingFormattingDialogFormatTypeCustomExplanation { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeCustomExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid format. - /// - public static string BindingFormattingDialogFormatTypeCustomInvalidFormat { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeCustomInvalidFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Date Time. - /// - public static string BindingFormattingDialogFormatTypeDateTime { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeDateTime", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specify the format for date and time values.. - /// - public static string BindingFormattingDialogFormatTypeDateTimeExplanation { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeDateTimeExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No Formatting. - /// - public static string BindingFormattingDialogFormatTypeNoFormatting { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeNoFormatting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use no formatting to display the value from the source without adornment.. - /// - public static string BindingFormattingDialogFormatTypeNoFormattingExplanation { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeNoFormattingExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Numeric. - /// - public static string BindingFormattingDialogFormatTypeNumeric { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeNumeric", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values.. - /// - public static string BindingFormattingDialogFormatTypeNumericExplanation { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeNumericExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Scientific. - /// - public static string BindingFormattingDialogFormatTypeScientific { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeScientific", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specify the format for values that use scientific notation.. - /// - public static string BindingFormattingDialogFormatTypeScientificExplanation { - get { - return ResourceManager.GetString("BindingFormattingDialogFormatTypeScientificExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Null value:. - /// - public static string BindingFormattingDialogNullValue { - get { - return ResourceManager.GetString("BindingFormattingDialogNullValue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Type. - /// - public static string BindingFormattingDialogType { - get { - return ResourceManager.GetString("BindingFormattingDialogType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bitmap files. - /// - public static string bitmapFileDescription { - get { - return ResourceManager.GetString("bitmapFileDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normal Preview. - /// - public static string CellStyleBuilderNormalPreviewAccName { - get { - return ResourceManager.GetString("CellStyleBuilderNormalPreviewAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selected Preview. - /// - public static string CellStyleBuilderSelectedPreviewAccName { - get { - return ResourceManager.GetString("CellStyleBuilderSelectedPreviewAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The item '{0}' cannot be removed.. - /// - public static string CollectionEditorCantRemoveItem { - get { - return ResourceManager.GetString("CollectionEditorCantRemoveItem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} Collection Editor. - /// - public static string CollectionEditorCaption { - get { - return ResourceManager.GetString("CollectionEditorCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Read-only component(s) selected.. - /// - public static string CollectionEditorInheritedReadOnlySelection { - get { - return ResourceManager.GetString("CollectionEditorInheritedReadOnlySelection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} &properties:. - /// - public static string CollectionEditorProperties { - get { - return ResourceManager.GetString("CollectionEditorProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multi-Select &Properties:. - /// - public static string CollectionEditorPropertiesMultiSelect { - get { - return ResourceManager.GetString("CollectionEditorPropertiesMultiSelect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Properties:. - /// - public static string CollectionEditorPropertiesNone { - get { - return ResourceManager.GetString("CollectionEditorPropertiesNone", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add or remove {0} objects. - /// - public static string CollectionEditorUndoBatchDesc { - get { - return ResourceManager.GetString("CollectionEditorUndoBatchDesc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Color Picker. - /// - public static string ColorEditorAccName { - get { - return ResourceManager.GetString("ColorEditorAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Custom. - /// - public static string ColorEditorPaletteTab { - get { - return ResourceManager.GetString("ColorEditorPaletteTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Web. - /// - public static string ColorEditorStandardTab { - get { - return ResourceManager.GetString("ColorEditorStandardTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to System. - /// - public static string ColorEditorSystemTab { - get { - return ResourceManager.GetString("ColorEditorSystemTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alignment Picker. - /// - public static string ContentAlignmentEditorAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom Middle. - /// - public static string ContentAlignmentEditorBottomCenterAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorBottomCenterAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom Left. - /// - public static string ContentAlignmentEditorBottomLeftAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorBottomLeftAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom Right. - /// - public static string ContentAlignmentEditorBottomRightAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorBottomRightAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Middle Center. - /// - public static string ContentAlignmentEditorMiddleCenterAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorMiddleCenterAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Middle Left. - /// - public static string ContentAlignmentEditorMiddleLeftAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorMiddleLeftAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Middle Right. - /// - public static string ContentAlignmentEditorMiddleRightAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorMiddleRightAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Top Center. - /// - public static string ContentAlignmentEditorTopCenterAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorTopCenterAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Top Left. - /// - public static string ContentAlignmentEditorTopLeftAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorTopLeftAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Top Right. - /// - public static string ContentAlignmentEditorTopRightAccName { - get { - return ResourceManager.GetString("ContentAlignmentEditorTopRightAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cancel. - /// - public static string DataGridView_Cancel { - get { - return ResourceManager.GetString("DataGridView_Cancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to OK. - /// - public static string DataGridView_OK { - get { - return ResourceManager.GetString("DataGridView_OK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Items collection cannot be modified when the DataSource property is set.. - /// - public static string DataSourceLocksItems { - get { - return ResourceManager.GetString("DataSourceLocksItems", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dock Picker. - /// - public static string DockEditorAccName { - get { - return ResourceManager.GetString("DockEditorAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom. - /// - public static string DockEditorBottomAccName { - get { - return ResourceManager.GetString("DockEditorBottomAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fill. - /// - public static string DockEditorFillAccName { - get { - return ResourceManager.GetString("DockEditorFillAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Left. - /// - public static string DockEditorLeftAccName { - get { - return ResourceManager.GetString("DockEditorLeftAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None. - /// - public static string DockEditorNoneAccName { - get { - return ResourceManager.GetString("DockEditorNoneAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Right. - /// - public static string DockEditorRightAccName { - get { - return ResourceManager.GetString("DockEditorRightAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Top. - /// - public static string DockEditorTopAccName { - get { - return ResourceManager.GetString("DockEditorTopAccName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Format String Dialog. - /// - public static string FormatStringDialogTitle { - get { - return ResourceManager.GetString("FormatStringDialogTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All Files(*.*)|*.*. - /// - public static string GenericFileFilter { - get { - return ResourceManager.GetString("GenericFileFilter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open File. - /// - public static string GenericOpenFile { - get { - return ResourceManager.GetString("GenericOpenFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.*. - /// - public static string HelpProviderEditorFilter { - get { - return ResourceManager.GetString("HelpProviderEditorFilter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open Help File. - /// - public static string HelpProviderEditorTitle { - get { - return ResourceManager.GetString("HelpProviderEditorTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Icon files. - /// - public static string iconFileDescription { - get { - return ResourceManager.GetString("iconFileDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Images Collection Editor. - /// - public static string ImageCollectionEditorFormText { - get { - return ResourceManager.GetString("ImageCollectionEditorFormText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All image files. - /// - public static string imageFileDescription { - get { - return ResourceManager.GetString("imageFileDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cancel. - /// - public static string LinkAreaEditorCancel { - get { - return ResourceManager.GetString("LinkAreaEditorCancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to LinkArea Editor. - /// - public static string LinkAreaEditorCaption { - get { - return ResourceManager.GetString("LinkAreaEditorCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select a &range of text to make your link:. - /// - public static string LinkAreaEditorDescription { - get { - return ResourceManager.GetString("LinkAreaEditorDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to OK. - /// - public static string LinkAreaEditorOK { - get { - return ResourceManager.GetString("LinkAreaEditorOK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ListViewSubItem. - /// - public static string ListViewSubItemBaseName { - get { - return ResourceManager.GetString("ListViewSubItemBaseName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Metafiles. - /// - public static string metafileFileDescription { - get { - return ResourceManager.GetString("metafileFileDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Press Enter to begin a new line. - ///Press Ctrl+Enter to accept Text.. - /// - public static string MultilineStringEditorWatermark { - get { - return ResourceManager.GetString("MultilineStringEditorWatermark", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Winforms Designer is not supported on this platform.. - /// - public static string PlatformNotSupported_WinformsDesigner { - get { - return ResourceManager.GetString("PlatformNotSupported_WinformsDesigner", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RTL_False. - /// - public static string RTL { - get { - return ResourceManager.GetString("RTL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the path to the folder that will initially be selected in the FolderBrowserDialog.. - /// - public static string SelectedPathEditorLabel { - get { - return ResourceManager.GetString("SelectedPathEditorLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Unknown). - /// - public static string ShortcutKeys_InvalidKey { - get { - return ResourceManager.GetString("ShortcutKeys_InvalidKey", resourceCulture); - } - } - } -} diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/SR.resx b/src/System.Windows.Forms.Design.Editors/src/Resources/SR.resx deleted file mode 100644 index 67d9517bb41..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/SR.resx +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Anchor Editor - - - Bottom - - - Left - - - Right - - - Top - - - Bitmap files - - - Color Picker - - - Custom - - - Web - {Locked="Web"} - - - System - - - Items collection cannot be modified when the DataSource property is set. - - - Dock Picker - - - Bottom - - - Fill - - - Left - - - None - - - Right - - - Top - - - All Files(*.*)|*.* - - - Open File - - - All image files - - - ListViewSubItem - - - Metafiles - - - Winforms Designer is not supported on this platform. - - - (Unknown) - - - The item '{0}' cannot be removed. - - - {0} Collection Editor - - - Read-only component(s) selected. - - - {0} &properties: - - - Multi-Select &Properties: - - - &Properties: - - - Add or remove {0} objects - - - RTL_False - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - - - Images Collection Editor - - - Alignment Picker - - - Bottom Middle - - - Bottom Left - - - Bottom Right - - - Middle Center - - - Middle Left - - - Middle Right - - - Top Center - - - Top Left - - - Top Right - - - Cancel - - - LinkArea Editor - - - Select a &range of text to make your link: - - - OK - - - Icon files - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - Custo&m format - - - Custom format - - - &Decimal places - - - Currency - - - Specify the format for monetary values. - - - Custom - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - Invalid format - - - Date Time - - - Specify the format for date and time values. - - - No Formatting - - - Use no formatting to display the value from the source without adornment. - - - Numeric - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - Scientific - - - Specify the format for values that use scientific notation. - - - &Null value: - - - &Type - - - Cancel - - - OK - - - Format String Dialog - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - Open Help File - - - Normal Preview - - - Selected Preview - - diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.cs.xlf deleted file mode 100644 index b2157d3961e..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.cs.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Editor ukotvení - - - - Bottom - Dolů - - - - Left - Vlevo - - - - Right - Vpravo - - - - Top - Nahoru - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - Položku {0} nelze odebrat. - - - - {0} Collection Editor - Editor kolekce {0} - - - - Read-only component(s) selected. - Byly vybrány součásti jen pro čtení. - - - - {0} &properties: - {0} - &vlastnosti: - - - - Multi-Select &Properties: - &Vlastnosti násobného výběru: - - - - &Properties: - &Vlastnosti: - - - - Add or remove {0} objects - Přidání nebo odebrání objektů (počet: {0}) - - - - Color Picker - Výběr barev - - - - Custom - Vlastní - - - - Web - Web - {Locked="Web"} - - - System - Systém - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Ukotvit výběr - - - - Bottom - Dolů - - - - Fill - Vyplnit - - - - Left - Vlevo - - - - None - Žádný - - - - Right - Vpravo - - - - Top - Nahoru - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Všechny soubory (*.*)|*.* - - - - Open File - Otevřít soubor - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Editor kolekce Images - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Stisknutím klávesy Enter přejděte na nový řádek. -Stisknutím kombinace kláves Ctrl+Enter text přijměte. - - - - Winforms Designer is not supported on this platform. - Winforms Designer není na této platformě podporován. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Neznámý) - - - - Bitmap files - Rastrové soubory - - - - Icon files - Icon files - - - - All image files - Všechny soubory obrázků - - - - Metafiles - Metasoubory - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.de.xlf deleted file mode 100644 index 84be07ac042..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.de.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Anker-Editor - - - - Bottom - Unten - - - - Left - Links - - - - Right - Rechts - - - - Top - Oben - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - Das Element {0} kann nicht entfernt werden. - - - - {0} Collection Editor - {0}-Sammlungs-Editor - - - - Read-only component(s) selected. - Es wurden schreibgeschützte Komponenten ausgewählt. - - - - {0} &properties: - {0}-&Eigenschaften: - - - - Multi-Select &Properties: - Mehrfachauswahl von &Eigenschaften: - - - - &Properties: - &Eigenschaften: - - - - Add or remove {0} objects - {0}-Objekte hinzufügen oder entfernen - - - - Color Picker - Farbauswahl - - - - Custom - Benutzerdefiniert - - - - Web - Web - {Locked="Web"} - - - System - System - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Dockungsauswahl - - - - Bottom - Unten - - - - Fill - Füllend - - - - Left - Links - - - - None - Keine - - - - Right - Rechts - - - - Top - Oben - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Alle Dateien(*.*)|*.* - - - - Open File - Datei öffnen - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Bildsammlungs-Editor - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Drücken Sie die Eingabetaste, um eine neue Zeile zu beginnen. -Drücken Sie Strg+Eingabetaste, um Text zu übernehmen. - - - - Winforms Designer is not supported on this platform. - Der Windows Forms-Designer wird auf dieser Plattform nicht unterstützt. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Unbekannt) - - - - Bitmap files - Bitmapdateien - - - - Icon files - Icon files - - - - All image files - Alle Bilddateien - - - - Metafiles - Metadateien - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.es.xlf deleted file mode 100644 index 265c985c2c8..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.es.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Editor de delimitadores - - - - Bottom - Parte inferior - - - - Left - Izquierda - - - - Right - Derecha - - - - Top - Parte superior - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - No se puede quitar el elemento '{0}'. - - - - {0} Collection Editor - Editor de la colección {0} - - - - Read-only component(s) selected. - Componentes de solo lectura seleccionados. - - - - {0} &properties: - &Propiedades de {0}: - - - - Multi-Select &Properties: - Selección múltiple de &propiedades: - - - - &Properties: - &Propiedades: - - - - Add or remove {0} objects - Agregue o quite objetos {0} - - - - Color Picker - Selector de color - - - - Custom - Personalizado - - - - Web - Web - {Locked="Web"} - - - System - Sistema - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Selector de acoplamiento - - - - Bottom - Parte inferior - - - - Fill - Rellenar - - - - Left - Izquierda - - - - None - Ninguno - - - - Right - Derecha - - - - Top - Parte superior - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Todos los archivos (*.*)|*.* - - - - Open File - Abrir archivo - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Editor de la colección Imágenes - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Presione Entrar para comenzar una nueva línea. -Presione Ctrl+Entrar para aceptar el texto. - - - - Winforms Designer is not supported on this platform. - Winforms Designer no se admite en esta plataforma. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Se desconoce) - - - - Bitmap files - Archivos de mapas de bits - - - - Icon files - Icon files - - - - All image files - Todos los archivos de imagen - - - - Metafiles - Metarchivos - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.fr.xlf deleted file mode 100644 index 8f02f49cbbb..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.fr.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Éditeur d'ancres - - - - Bottom - Bas - - - - Left - Gauche - - - - Right - Droite - - - - Top - Haut - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - L'élément '{0}' ne peut pas être supprimé. - - - - {0} Collection Editor - Éditeur de collections {0} - - - - Read-only component(s) selected. - Composants en lecture seule sélectionnés. - - - - {0} &properties: - &Propriétés {0} : - - - - Multi-Select &Properties: - &Sélectionner plusieurs propriétés : - - - - &Properties: - &Propriétés : - - - - Add or remove {0} objects - Ajouter ou supprimer des objets {0} - - - - Color Picker - Sélecteur de couleurs - - - - Custom - Personnalisé - - - - Web - Web - {Locked="Web"} - - - System - Système - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Sélecteur de Dock - - - - Bottom - Bas - - - - Fill - Remplir - - - - Left - Gauche - - - - None - Aucun - - - - Right - Droite - - - - Top - Haut - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Tous les fichiers(*.*)|*.* - - - - Open File - Ouvrir un fichier - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Éditeur de collections Images - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Appuyez sur Entrée pour commencer une nouvelle ligne. -Appuyez sur Ctrl+Entrée pour valider le texte. - - - - Winforms Designer is not supported on this platform. - Le concepteur WinForms n'est pas pris en charge sur cette plateforme. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Inconnu) - - - - Bitmap files - Fichiers bitmap - - - - Icon files - Icon files - - - - All image files - Tous les fichiers image - - - - Metafiles - Métafichiers - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.it.xlf deleted file mode 100644 index cbde58d3a02..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.it.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Ancoraggio dell'editor. - - - - Bottom - Basso - - - - Left - SINISTRA - - - - Right - DESTRA - - - - Top - Alto - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - Impossibile rimuovere l'elemento '{0}'. - - - - {0} Collection Editor - Editor della raccolta {0} - - - - Read-only component(s) selected. - Componenti in sola lettura selezionati. - - - - {0} &properties: - &Proprietà {0}: - - - - Multi-Select &Properties: - &Proprietà a selezione multipla: - - - - &Properties: - &Proprietà: - - - - Add or remove {0} objects - Aggiungi o rimuovi {0} oggetti - - - - Color Picker - Selezione colori - - - - Custom - Personalizzato - - - - Web - Web - {Locked="Web"} - - - System - Sistema - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Selezione ancoraggio - - - - Bottom - Basso - - - - Fill - Riempimento - - - - Left - SINISTRA - - - - None - Nessuna - - - - Right - DESTRA - - - - Top - Alto - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Tutti i file (*.*)|*.* - - - - Open File - Apri file - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Editor della raccolta Images - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Per iniziare una nuova riga premere INVIO. -Per accettare testo premere CTRL+INVIO. - - - - Winforms Designer is not supported on this platform. - Winforms Designer non è supportato in questa piattaforma. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Sconosciuto) - - - - Bitmap files - File bitmap - - - - Icon files - Icon files - - - - All image files - Tutti i file di immagine - - - - Metafiles - Metafile - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ja.xlf deleted file mode 100644 index 0475501caee..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ja.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - アンカー エディター - - - - Bottom - - - - - Left - - - - - Right - - - - - Top - - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - 項目 '{0}' を削除できません。 - - - - {0} Collection Editor - {0} コレクション エディター - - - - Read-only component(s) selected. - 読み取り専用のコンポーネントが選択されました。 - - - - {0} &properties: - {0} プロパティ(&P): - - - - Multi-Select &Properties: - 複数選択プロパティ(&P): - - - - &Properties: - プロパティ(&P): - - - - Add or remove {0} objects - オブジェクトを {0} 追加または削除する - - - - Color Picker - カラー ピッカー - - - - Custom - カスタム - - - - Web - Web - {Locked="Web"} - - - System - システム - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - ピッカーのドッキング - - - - Bottom - - - - - Fill - 塗りつぶし - - - - Left - - - - - None - なし - - - - Right - - - - - Top - - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - すべてのファイル (*.*)|*.* - - - - Open File - ファイルを開く - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - イメージ コレクション エディター - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - 'Enter' を押して、新しい行を開始します。 -'Ctrl-Enter' を押して、テキストを受け入れます。 - - - - Winforms Designer is not supported on this platform. - Windows フォーム デザイナーは、このプラットフォームではサポートされていません。 - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (不明) - - - - Bitmap files - ビットマップ ファイル - - - - Icon files - Icon files - - - - All image files - すべてのイメージ ファイル - - - - Metafiles - メタファイル - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ko.xlf deleted file mode 100644 index 2302eb37bc8..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ko.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - 앵커 편집기 - - - - Bottom - 아래쪽 - - - - Left - 왼쪽 - - - - Right - 오른쪽 - - - - Top - 위쪽 - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - '{0}' 항목을 제거할 수 없습니다. - - - - {0} Collection Editor - {0} 컬렉션 편집기 - - - - Read-only component(s) selected. - 읽기 전용 구성 요소가 선택되었습니다. - - - - {0} &properties: - {0} 속성(&P): - - - - Multi-Select &Properties: - 다중 선택 속성(&P): - - - - &Properties: - 속성(&P): - - - - Add or remove {0} objects - {0}개 개체 추가 또는 제거 - - - - Color Picker - 색 선택 - - - - Custom - 사용자 지정 - - - - Web - Web - {Locked="Web"} - - - System - 시스템 - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - 도킹 선택기 - - - - Bottom - 아래쪽 - - - - Fill - 채우기 - - - - Left - 왼쪽 - - - - None - 없음 - - - - Right - 오른쪽 - - - - Top - 위쪽 - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - 모든 파일 (*.*)|*.* - - - - Open File - 파일 열기 - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - 이미지 컬렉션 편집기 - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - 새 줄을 시작하려면 <Enter> 키를 누르십시오. -텍스트를 적용하려면 <Ctrl+Enter>를 누르십시오. - - - - Winforms Designer is not supported on this platform. - Winforms 디자이너는 이 플랫폼에서 지원되지 않습니다. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (알 수 없음) - - - - Bitmap files - 비트맵 파일 - - - - Icon files - Icon files - - - - All image files - 모든 이미지 파일 - - - - Metafiles - 메타파일 - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pl.xlf deleted file mode 100644 index c5459ec722f..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pl.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Zakotwicz edytor - - - - Bottom - Dół - - - - Left - W lewo - - - - Right - W prawo - - - - Top - Góra - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - Nie można usunąć elementu '{0}'. - - - - {0} Collection Editor - Edytor kolekcji {0} - - - - Read-only component(s) selected. - Wybrano składniki tylko do odczytu. - - - - {0} &properties: - &Właściwości {0}: - - - - Multi-Select &Properties: - &Właściwości wyboru wielokrotnego: - - - - &Properties: - &Właściwości: - - - - Add or remove {0} objects - Dodaj lub usuń obiekty {0} - - - - Color Picker - Selektor kolorów - - - - Custom - Niestandardowy - - - - Web - Sieć Web - {Locked="Web"} - - - System - System - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Selektor dokowania - - - - Bottom - Dół - - - - Fill - Wypełnij - - - - Left - W lewo - - - - None - Brak - - - - Right - W prawo - - - - Top - Góra - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Wszystkie pliki(*.*)|*.* - - - - Open File - Otwórz plik - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Edytor kolekcji obrazów - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Naciśnij klawisz Enter, aby rozpocząć nowy wiersz. -Naciśnij klawisze Ctrl+Enter, aby zaakceptować tekst. - - - - Winforms Designer is not supported on this platform. - Projektant formularzy systemu Windows nie jest obsługiwany na tej platformie. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Nieznany) - - - - Bitmap files - Pliki map bitowych - - - - Icon files - Icon files - - - - All image files - Wszystkie pliki obrazów - - - - Metafiles - Metapliki - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pt-BR.xlf deleted file mode 100644 index 4125764c177..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.pt-BR.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Editor de Âncora - - - - Bottom - Inferior - - - - Left - Esquerda - - - - Right - Direita - - - - Top - Superior - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - O item '{0}' não pode ser removido. - - - - {0} Collection Editor - Editor de Coleção {0} - - - - Read-only component(s) selected. - Componente(s) somente leitura selecionado(s). - - - - {0} &properties: - &propriedades {0}: - - - - Multi-Select &Properties: - &Propriedades de Seleção Múltipla: - - - - &Properties: - &Propriedades: - - - - Add or remove {0} objects - Adicionar ou remover objetos {0} - - - - Color Picker - Seletor de Cor - - - - Custom - Personalizado - - - - Web - Web - {Locked="Web"} - - - System - Sistema - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Encaixar Seletor - - - - Bottom - Inferior - - - - Fill - Preenchimento - - - - Left - Esquerda - - - - None - Nenhum - - - - Right - Direita - - - - Top - Superior - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Todos os arquivos(*.*)|*.* - - - - Open File - Abrir Arquivo - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Editor de Coleção de Imagens - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Pressione Enter para iniciar uma nova linha. -Pressione Ctrl+Enter para aceitar Texto. - - - - Winforms Designer is not supported on this platform. - O Designer de Formulários do Windows não é compatível com esta plataforma. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Desconhecido) - - - - Bitmap files - Arquivos de bitmap - - - - Icon files - Icon files - - - - All image files - Todos os arquivos de imagem - - - - Metafiles - Metarquivos - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ru.xlf deleted file mode 100644 index 7c85aaf56af..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.ru.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Редактор привязки - - - - Bottom - По нижнему краю - - - - Left - По левому краю - - - - Right - По правому краю - - - - Top - По верхнему краю - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - Невозможно удалить элемент '{0}'. - - - - {0} Collection Editor - Редактор коллекции "{0}" - - - - Read-only component(s) selected. - Выбран компонент(-ы) с доступом только для чтения. - - - - {0} &properties: - &Свойства {0}: - - - - Multi-Select &Properties: - &Свойства множественного выбора: - - - - &Properties: - Сво&йства: - - - - Add or remove {0} objects - Добавить или удалить {0} объектов - - - - Color Picker - Палитра - - - - Custom - Настройка - - - - Web - Web - {Locked="Web"} - - - System - Система - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Средство выбора дока - - - - Bottom - По нижнему краю - - - - Fill - Заливка - - - - Left - По левому краю - - - - None - Нет - - - - Right - По правому краю - - - - Top - По верхнему краю - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Все файлы(*.*)|*.* - - - - Open File - Открыть файл - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Редактор коллекции изображений - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Нажмите клавишу ВВОД, чтобы начать новую строку. -Нажмите клавиши Ctrl+ВВОД, чтобы принять текст. - - - - Winforms Designer is not supported on this platform. - Конструктор Windows Forms не поддерживается на этой платформе. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Неизвестный) - - - - Bitmap files - Файлы точечных рисунков - - - - Icon files - Icon files - - - - All image files - Все файлы изображений - - - - Metafiles - Метафайлы - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.tr.xlf deleted file mode 100644 index 4c053e5097e..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.tr.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - Bağlantı Düzenleyicisi - - - - Bottom - Alt - - - - Left - Sol - - - - Right - Sağ - - - - Top - Üst - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - '{0}' öğesi kaldırılamıyor. - - - - {0} Collection Editor - {0} Koleksiyon Düzenleyici - - - - Read-only component(s) selected. - Salt okunur bileşenler seçildi. - - - - {0} &properties: - {0} ö&zellikleri: - - - - Multi-Select &Properties: - Çoklu Seçim Ö&zellikleri: - - - - &Properties: - Ö&zellikler: - - - - Add or remove {0} objects - {0} nesnelerini ekle veya kaldır - - - - Color Picker - Renk Seçici - - - - Custom - Özel - - - - Web - Web - {Locked="Web"} - - - System - Sistem - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - Seçiciyi Yerleştir - - - - Bottom - Alt - - - - Fill - Doldur - - - - Left - Sol - - - - None - Yok - - - - Right - Sağ - - - - Top - Üst - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - Tüm Dosyalar(*.*)|*.* - - - - Open File - Dosya Aç - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - Görüntüler Koleksiyonu Düzenleyicisi - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - Yeni satıra başlamak için Enter tuşuna basın. -Metni kabul etmek için Ctrl+Enter tuşlarına basın. - - - - Winforms Designer is not supported on this platform. - Winforms Tasarımcısı bu platformda desteklenmiyor. - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (Bilinmiyor) - - - - Bitmap files - Bit eşlem dosyaları - - - - Icon files - Icon files - - - - All image files - Tüm resim dosyaları - - - - Metafiles - Meta dosyaları - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hans.xlf deleted file mode 100644 index b9c15ab9f9d..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hans.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - 定位点编辑器 - - - - Bottom - 底部 - - - - Left - - - - - Right - - - - - Top - 顶部 - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - 无法移除项“{0}”。 - - - - {0} Collection Editor - {0} 集合编辑器 - - - - Read-only component(s) selected. - 选定只读组件。 - - - - {0} &properties: - {0} 属性(&P): - - - - Multi-Select &Properties: - 多选属性(&P): - - - - &Properties: - 属性(&P): - - - - Add or remove {0} objects - 添加或移除 {0} 个对象 - - - - Color Picker - 颜色选取器 - - - - Custom - 自定义 - - - - Web - Web - {Locked="Web"} - - - System - 系统 - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - 停靠选取器 - - - - Bottom - 底部 - - - - Fill - 填充 - - - - Left - - - - - None - - - - - Right - - - - - Top - 顶部 - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - 所有文件(*.*)|*.* - - - - Open File - 打开文件 - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - 图像集合编辑器 - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - 按 Enter 键开始一个新行。 -按 Ctrl+Enter 以接受文本。 - - - - Winforms Designer is not supported on this platform. - 此平台上不支持 Winforms Designer。 - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (未知) - - - - Bitmap files - 位图文件 - - - - Icon files - Icon files - - - - All image files - 所有图像文件 - - - - Metafiles - 图元文件 - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hant.xlf b/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hant.xlf deleted file mode 100644 index 8a4f61372ac..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/SR.zh-Hant.xlf +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Anchor Editor - 錨定編輯器 - - - - Bottom - - - - - Left - - - - - Right - - - - - Top - - - - - Custo&m format - Custo&m format - - - - Custom format - Custom format - - - - &Decimal places - &Decimal places - - - - Currency - Currency - - - - Specify the format for monetary values. - Specify the format for monetary values. - - - - Custom - Custom - - - - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - Type a custom format string. A custom string may require extra handling unless it is a read-only value. - - - - Invalid format - Invalid format - - - - Date Time - Date Time - - - - Specify the format for date and time values. - Specify the format for date and time values. - - - - No Formatting - No Formatting - - - - Use no formatting to display the value from the source without adornment. - Use no formatting to display the value from the source without adornment. - - - - Numeric - Numeric - - - - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. - - - - Scientific - Scientific - - - - Specify the format for values that use scientific notation. - Specify the format for values that use scientific notation. - - - - &Null value: - &Null value: - - - - &Type - &Type - - - - Normal Preview - Normal Preview - - - - Selected Preview - Selected Preview - - - - The item '{0}' cannot be removed. - 無法移除項目 '{0}'。 - - - - {0} Collection Editor - {0} 集合編輯器 - - - - Read-only component(s) selected. - 已經選擇唯讀元件。 - - - - {0} &properties: - {0} 屬性(&P): - - - - Multi-Select &Properties: - 複選屬性(&P): - - - - &Properties: - 屬性(&P): - - - - Add or remove {0} objects - 加入或移除 {0} 物件 - - - - Color Picker - 色彩選擇器 - - - - Custom - 自訂 - - - - Web - Web - {Locked="Web"} - - - System - 系統 - - - - Alignment Picker - Alignment Picker - - - - Bottom Middle - Bottom Middle - - - - Bottom Left - Bottom Left - - - - Bottom Right - Bottom Right - - - - Middle Center - Middle Center - - - - Middle Left - Middle Left - - - - Middle Right - Middle Right - - - - Top Center - Top Center - - - - Top Left - Top Left - - - - Top Right - Top Right - - - - Cancel - Cancel - - - - OK - OK - - - - Items collection cannot be modified when the DataSource property is set. - Items collection cannot be modified when the DataSource property is set. - - - - Dock Picker - 停駐選擇器 - - - - Bottom - - - - - Fill - 填滿 - - - - Left - - - - - None - - - - - Right - - - - - Top - - - - - Format String Dialog - Format String Dialog - - - - All Files(*.*)|*.* - 所有檔案 (*.*)|*.* - - - - Open File - 開啟檔案 - - - - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* - - - - Open Help File - Open Help File - - - - Images Collection Editor - 影像集合編輯器 - - - - Cancel - Cancel - - - - LinkArea Editor - LinkArea Editor - - - - Select a &range of text to make your link: - Select a &range of text to make your link: - - - - OK - OK - - - - ListViewSubItem - ListViewSubItem - - - - Press Enter to begin a new line. -Press Ctrl+Enter to accept Text. - 按 Enter 開始新行。 -按 Ctrl+Enter 接受文字。 - - - - Winforms Designer is not supported on this platform. - 此平台不支援 WinForms Designer。 - - - - RTL_False - RTL_False - - - - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - Select the path to the folder that will initially be selected in the FolderBrowserDialog. - - - - (Unknown) - (未知) - - - - Bitmap files - 點陣圖檔 - - - - Icon files - Icon files - - - - All image files - 所有影像檔 - - - - Metafiles - 中繼檔 - - - - - \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/System.Windows.Forms.Design.Editors.csproj b/src/System.Windows.Forms.Design.Editors/src/System.Windows.Forms.Design.Editors.csproj deleted file mode 100644 index f76d1885987..00000000000 --- a/src/System.Windows.Forms.Design.Editors/src/System.Windows.Forms.Design.Editors.csproj +++ /dev/null @@ -1,71 +0,0 @@ - - - - System.Windows.Forms.Design.Editors - true - true - true - true - true - - - - - true - System - - - - - System.ComponentModel.Design - - - - - System.Windows.Forms.Design - - - System.Windows.Forms.Design - - - - - System.Windows.Forms.Design - - - System.Windows.Forms.Design - - - System.Windows.Forms.Design - - - - - - colordlg.data - - - - - - - - - - - - - - True - True - LinkAreaEditor.resx - - - UserControl - - - Form - - - - diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System.Windows.Forms.Design.Editors.Tests.csproj b/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System.Windows.Forms.Design.Editors.Tests.csproj deleted file mode 100644 index 16a4e246bbc..00000000000 --- a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System.Windows.Forms.Design.Editors.Tests.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - - System.Windows.Forms.Design.Editors.Tests - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - - diff --git a/src/System.Windows.Forms.Design/src/Properties/InternalsVisibleTo.cs b/src/System.Windows.Forms.Design/src/Properties/InternalsVisibleTo.cs index 6168e9020d3..df940a06149 100644 --- a/src/System.Windows.Forms.Design/src/Properties/InternalsVisibleTo.cs +++ b/src/System.Windows.Forms.Design/src/Properties/InternalsVisibleTo.cs @@ -7,5 +7,4 @@ // expose internal types to System.Design for type forwarding [assembly: InternalsVisibleTo("System.Design, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] -[assembly: InternalsVisibleTo("System.Windows.Forms.Design.Editors.Tests, PublicKey=00000000000000000400000000000000")] [assembly: InternalsVisibleTo("System.Windows.Forms.Design.Tests, PublicKey=00000000000000000400000000000000")] diff --git a/src/System.Windows.Forms.Design/src/PublicAPI.Shipped.txt b/src/System.Windows.Forms.Design/src/PublicAPI.Shipped.txt index 3929eb4a551..b9b141b96a3 100644 --- a/src/System.Windows.Forms.Design/src/PublicAPI.Shipped.txt +++ b/src/System.Windows.Forms.Design/src/PublicAPI.Shipped.txt @@ -992,4 +992,209 @@ virtual System.ComponentModel.Design.Serialization.BasicDesignerLoader.OnEndLoad virtual System.ComponentModel.Design.Serialization.BasicDesignerLoader.OnModifying() -> void virtual System.ComponentModel.Design.Serialization.BasicDesignerLoader.ReportFlushErrors(System.Collections.ICollection errors) -> void virtual System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.OnComponentRename(object component, string oldName, string newName) -> void -virtual System.Windows.Forms.Design.MaskDescriptor.Culture.get -> System.Globalization.CultureInfo \ No newline at end of file +virtual System.Windows.Forms.Design.MaskDescriptor.Culture.get -> System.Globalization.CultureInfo +System.ComponentModel.Design.ArrayEditor +System.ComponentModel.Design.ArrayEditor.ArrayEditor(System.Type type) -> void +System.ComponentModel.Design.CollectionEditor +System.ComponentModel.Design.CollectionEditor.CollectionEditor(System.Type type) -> void +System.ComponentModel.Design.CollectionEditor.CollectionForm +System.ComponentModel.Design.CollectionEditor.CollectionForm.CanRemoveInstance(object value) -> bool +System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionForm(System.ComponentModel.Design.CollectionEditor editor) -> void +System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionItemType.get -> System.Type +System.ComponentModel.Design.CollectionEditor.CollectionForm.CollectionType.get -> System.Type +System.ComponentModel.Design.CollectionEditor.CollectionForm.Context.get -> System.ComponentModel.ITypeDescriptorContext +System.ComponentModel.Design.CollectionEditor.CollectionForm.CreateInstance(System.Type itemType) -> object +System.ComponentModel.Design.CollectionEditor.CollectionForm.DestroyInstance(object instance) -> void +System.ComponentModel.Design.CollectionEditor.CollectionForm.EditValue.get -> object +System.ComponentModel.Design.CollectionEditor.CollectionForm.EditValue.set -> void +System.ComponentModel.Design.CollectionEditor.CollectionForm.Items.get -> object[] +System.ComponentModel.Design.CollectionEditor.CollectionForm.Items.set -> void +System.ComponentModel.Design.CollectionEditor.CollectionForm.NewItemTypes.get -> System.Type[] +System.ComponentModel.Design.CollectionEditor.CollectionItemType.get -> System.Type +System.ComponentModel.Design.CollectionEditor.CollectionType.get -> System.Type +System.ComponentModel.Design.CollectionEditor.Context.get -> System.ComponentModel.ITypeDescriptorContext +System.ComponentModel.Design.CollectionEditor.GetService(System.Type serviceType) -> object +System.ComponentModel.Design.CollectionEditor.NewItemTypes.get -> System.Type[] +System.ComponentModel.Design.MultilineStringEditor +System.ComponentModel.Design.MultilineStringEditor.MultilineStringEditor() -> void +System.ComponentModel.Design.ObjectSelectorEditor +System.ComponentModel.Design.ObjectSelectorEditor.EqualsToValue(object value) -> bool +System.ComponentModel.Design.ObjectSelectorEditor.ObjectSelectorEditor() -> void +System.ComponentModel.Design.ObjectSelectorEditor.ObjectSelectorEditor(bool subObjectSelector) -> void +System.ComponentModel.Design.ObjectSelectorEditor.Selector +System.ComponentModel.Design.ObjectSelectorEditor.Selector.AddNode(string label, object value, System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode parent) -> System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode +System.ComponentModel.Design.ObjectSelectorEditor.Selector.Clear() -> void +System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnAfterSelect(object sender, System.Windows.Forms.TreeViewEventArgs e) -> void +System.ComponentModel.Design.ObjectSelectorEditor.Selector.Selector(System.ComponentModel.Design.ObjectSelectorEditor editor) -> void +System.ComponentModel.Design.ObjectSelectorEditor.Selector.SetSelection(object value, System.Windows.Forms.TreeNodeCollection nodes) -> bool +System.ComponentModel.Design.ObjectSelectorEditor.Selector.Start(System.Windows.Forms.Design.IWindowsFormsEditorService edSvc, object value) -> void +System.ComponentModel.Design.ObjectSelectorEditor.Selector.Stop() -> void +System.ComponentModel.Design.ObjectSelectorEditor.Selector.clickSeen -> bool +System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode +System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode.SelectorNode(string label, object value) -> void +System.ComponentModel.Design.ObjectSelectorEditor.SelectorNode.value -> object +System.ComponentModel.Design.ObjectSelectorEditor.SubObjectSelector -> bool +System.ComponentModel.Design.ObjectSelectorEditor.currValue -> object +System.ComponentModel.Design.ObjectSelectorEditor.prevValue -> object +System.Drawing.Design.BitmapEditor +System.Drawing.Design.BitmapEditor.BitmapEditor() -> void +System.Drawing.Design.ColorEditor +System.Drawing.Design.ColorEditor.ColorEditor() -> void +System.Drawing.Design.CursorEditor +System.Drawing.Design.CursorEditor.CursorEditor() -> void +System.Drawing.Design.FontEditor +System.Drawing.Design.FontEditor.FontEditor() -> void +System.Drawing.Design.FontNameEditor +System.Drawing.Design.FontNameEditor.FontNameEditor() -> void +System.Drawing.Design.ImageEditor +System.Drawing.Design.ImageEditor.ImageEditor() -> void +System.Drawing.Design.MetafileEditor +System.Drawing.Design.MetafileEditor.MetafileEditor() -> void +System.Windows.Forms.Design.AnchorEditor +System.Windows.Forms.Design.AnchorEditor.AnchorEditor() -> void +System.Windows.Forms.Design.BorderSidesEditor +System.Windows.Forms.Design.BorderSidesEditor.BorderSidesEditor() -> void +System.Windows.Forms.Design.DockEditor +System.Windows.Forms.Design.DockEditor.DockEditor() -> void +System.Windows.Forms.Design.FileNameEditor +System.Windows.Forms.Design.FileNameEditor.FileNameEditor() -> void +System.Windows.Forms.Design.FolderNameEditor +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Description.get -> string +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Description.set -> void +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.DirectoryPath.get -> string +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.FolderBrowser() -> void +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.ShowDialog() -> System.Windows.Forms.DialogResult +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.ShowDialog(System.Windows.Forms.IWin32Window owner) -> System.Windows.Forms.DialogResult +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.StartLocation.get -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.StartLocation.set -> void +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Style.get -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowser.Style.set -> void +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Desktop = 0 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Favorites = 6 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyComputer = 17 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyDocuments = 5 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.MyPictures = 39 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.NetAndDialUpConnections = 49 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.NetworkNeighborhood = 18 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Printers = 4 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Recent = 8 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.SendTo = 9 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.StartMenu = 11 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder.Templates = 21 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserFolder +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForComputer = 4096 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForEverything = 16384 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.BrowseForPrinter = 8192 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToDomain = 2 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToFilesystem = 1 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.RestrictToSubfolders = 8 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles.ShowTextBox = 16 -> System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles +System.Windows.Forms.Design.FolderNameEditor.FolderNameEditor() -> void +System.Windows.Forms.Design.ImageListImageEditor +System.Windows.Forms.Design.ImageListImageEditor.ImageListImageEditor() -> void +System.Windows.Forms.Design.ShortcutKeysEditor +System.Windows.Forms.Design.ShortcutKeysEditor.ShortcutKeysEditor() -> void +abstract System.ComponentModel.Design.CollectionEditor.CollectionForm.OnEditValueChanged() -> void +override System.ComponentModel.Design.ArrayEditor.CreateCollectionItemType() -> System.Type +override System.ComponentModel.Design.ArrayEditor.GetItems(object editValue) -> object[] +override System.ComponentModel.Design.ArrayEditor.SetItems(object editValue, object[] value) -> object +override System.ComponentModel.Design.CollectionEditor.CollectionForm.GetService(System.Type serviceType) -> object +override System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.ComponentModel.Design.CollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.ComponentModel.Design.MultilineStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.ComponentModel.Design.MultilineStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.ComponentModel.Design.MultilineStringEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +override System.ComponentModel.Design.ObjectSelectorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.ComponentModel.Design.ObjectSelectorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnKeyDown(System.Windows.Forms.KeyEventArgs e) -> void +override System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) -> void +override System.ComponentModel.Design.ObjectSelectorEditor.Selector.OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) -> void +override System.ComponentModel.Design.ObjectSelectorEditor.Selector.WndProc(ref System.Windows.Forms.Message m) -> void +override System.Drawing.Design.BitmapEditor.GetExtensions() -> string[] +override System.Drawing.Design.BitmapEditor.GetFileDialogDescription() -> string +override System.Drawing.Design.BitmapEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Image +override System.Drawing.Design.ColorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Drawing.Design.ColorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.ColorEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +override System.Drawing.Design.ColorEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void +override System.Drawing.Design.CursorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Drawing.Design.CursorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.CursorEditor.IsDropDownResizable.get -> bool +override System.Drawing.Design.FontEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Drawing.Design.FontEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.FontNameEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +override System.Drawing.Design.FontNameEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void +override System.Drawing.Design.ImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Drawing.Design.ImageEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.ImageEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +override System.Drawing.Design.ImageEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void +override System.Drawing.Design.MetafileEditor.GetExtensions() -> string[] +override System.Drawing.Design.MetafileEditor.GetFileDialogDescription() -> string +override System.Drawing.Design.MetafileEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Image +override System.Windows.Forms.Design.AnchorEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.AnchorEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Windows.Forms.Design.BorderSidesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.BorderSidesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Windows.Forms.Design.DockEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.DockEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Windows.Forms.Design.FileNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.FileNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Windows.Forms.Design.FolderNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.FolderNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Windows.Forms.Design.ImageListImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.ImageListImageEditor.GetFileDialogDescription() -> string +override System.Windows.Forms.Design.ImageListImageEditor.GetImageExtenders() -> System.Type[] +override System.Windows.Forms.Design.ImageListImageEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +override System.Windows.Forms.Design.ImageListImageEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void +override System.Windows.Forms.Design.ShortcutKeysEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Windows.Forms.Design.ShortcutKeysEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +static System.ComponentModel.Design.ObjectSelectorEditor.ApplyTreeViewThemeStyles(System.Windows.Forms.TreeView treeView) -> void +static System.Drawing.Design.BitmapEditor.BitmapExtensions -> System.Collections.Generic.List +static System.Drawing.Design.ImageEditor.CreateExtensionsString(string[] extensions, string sep) -> string +static System.Drawing.Design.ImageEditor.CreateFilterEntry(System.Drawing.Design.ImageEditor e) -> string +virtual System.ComponentModel.Design.CollectionEditor.CanRemoveInstance(object value) -> bool +virtual System.ComponentModel.Design.CollectionEditor.CanSelectMultipleInstances() -> bool +virtual System.ComponentModel.Design.CollectionEditor.CancelChanges() -> void +virtual System.ComponentModel.Design.CollectionEditor.CollectionForm.CanSelectMultipleInstances() -> bool +virtual System.ComponentModel.Design.CollectionEditor.CollectionForm.DisplayError(System.Exception e) -> void +virtual System.ComponentModel.Design.CollectionEditor.CollectionForm.ShowEditorDialog(System.Windows.Forms.Design.IWindowsFormsEditorService edSvc) -> System.Windows.Forms.DialogResult +virtual System.ComponentModel.Design.CollectionEditor.CreateCollectionForm() -> System.ComponentModel.Design.CollectionEditor.CollectionForm +virtual System.ComponentModel.Design.CollectionEditor.CreateCollectionItemType() -> System.Type +virtual System.ComponentModel.Design.CollectionEditor.CreateInstance(System.Type itemType) -> object +virtual System.ComponentModel.Design.CollectionEditor.CreateNewItemTypes() -> System.Type[] +virtual System.ComponentModel.Design.CollectionEditor.DestroyInstance(object instance) -> void +virtual System.ComponentModel.Design.CollectionEditor.GetDisplayText(object value) -> string +virtual System.ComponentModel.Design.CollectionEditor.GetItems(object editValue) -> object[] +virtual System.ComponentModel.Design.CollectionEditor.GetObjectsFromInstance(object instance) -> System.Collections.IList +virtual System.ComponentModel.Design.CollectionEditor.HelpTopic.get -> string +virtual System.ComponentModel.Design.CollectionEditor.SetItems(object editValue, object[] value) -> object +virtual System.ComponentModel.Design.CollectionEditor.ShowHelp() -> void +virtual System.ComponentModel.Design.ObjectSelectorEditor.FillTreeWithData(System.ComponentModel.Design.ObjectSelectorEditor.Selector selector, System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider) -> void +virtual System.ComponentModel.Design.ObjectSelectorEditor.SetValue(object value) -> void +virtual System.Drawing.Design.ImageEditor.GetExtensions() -> string[] +virtual System.Drawing.Design.ImageEditor.GetFileDialogDescription() -> string +virtual System.Drawing.Design.ImageEditor.GetImageExtenders() -> System.Type[] +virtual System.Drawing.Design.ImageEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Image +virtual System.Windows.Forms.Design.FileNameEditor.InitializeDialog(System.Windows.Forms.OpenFileDialog openFileDialog) -> void +virtual System.Windows.Forms.Design.FolderNameEditor.InitializeDialog(System.Windows.Forms.Design.FolderNameEditor.FolderBrowser folderBrowser) -> void +System.ComponentModel.Design.DateTimeEditor +System.ComponentModel.Design.DateTimeEditor.DateTimeEditor() -> void +System.Drawing.Design.ContentAlignmentEditor +System.Drawing.Design.ContentAlignmentEditor.ContentAlignmentEditor() -> void +System.Drawing.Design.IconEditor +System.Drawing.Design.IconEditor.IconEditor() -> void +override System.ComponentModel.Design.DateTimeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.ComponentModel.Design.DateTimeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.ContentAlignmentEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Drawing.Design.ContentAlignmentEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.IconEditor.EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) -> object +override System.Drawing.Design.IconEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) -> System.Drawing.Design.UITypeEditorEditStyle +override System.Drawing.Design.IconEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context) -> bool +override System.Drawing.Design.IconEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs e) -> void +static System.Drawing.Design.IconEditor.CreateExtensionsString(string[] extensions, string sep) -> string +static System.Drawing.Design.IconEditor.CreateFilterEntry(System.Drawing.Design.IconEditor editor) -> string +virtual System.Drawing.Design.IconEditor.GetExtensions() -> string[] +virtual System.Drawing.Design.IconEditor.GetFileDialogDescription() -> string +virtual System.Drawing.Design.IconEditor.LoadFromStream(System.IO.Stream stream) -> System.Drawing.Icon \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt b/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt index e9db7cea7d8..b1188c3bb38 100644 --- a/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt +++ b/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt @@ -25,4 +25,84 @@ virtual System.ComponentModel.Design.MenuCommandService.OnCommandsChanged(System virtual System.ComponentModel.Design.MenuCommandService.RemoveCommand(System.ComponentModel.Design.MenuCommand command) -> void virtual System.ComponentModel.Design.MenuCommandService.RemoveVerb(System.ComponentModel.Design.DesignerVerb verb) -> void virtual System.ComponentModel.Design.MenuCommandService.ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y) -> void -virtual System.ComponentModel.Design.MenuCommandService.Verbs.get -> System.ComponentModel.Design.DesignerVerbCollection \ No newline at end of file +virtual System.ComponentModel.Design.MenuCommandService.Verbs.get -> System.ComponentModel.Design.DesignerVerbCollection +System.Windows.Forms.Design.Editors.Resources.SR +static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorBottomAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorLeftAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorRightAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorTopAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogCustomFormat.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogCustomFormatAccessibleDescription.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogDecimalPlaces.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCurrency.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCurrencyExplanation.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustom.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustomExplanation.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustomInvalidFormat.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeDateTime.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeDateTimeExplanation.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNoFormatting.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNoFormattingExplanation.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNumeric.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNumericExplanation.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeScientific.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeScientificExplanation.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogNullValue.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogType.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CellStyleBuilderNormalPreviewAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CellStyleBuilderSelectedPreviewAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorCantRemoveItem.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorCaption.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorInheritedReadOnlySelection.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorProperties.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorPropertiesMultiSelect.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorPropertiesNone.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorUndoBatchDesc.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorPaletteTab.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorStandardTab.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorSystemTab.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomCenterAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomLeftAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomRightAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleCenterAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleLeftAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleRightAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopCenterAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopLeftAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopRightAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.Culture.get -> System.Globalization.CultureInfo +static System.Windows.Forms.Design.Editors.Resources.SR.Culture.set -> void +static System.Windows.Forms.Design.Editors.Resources.SR.DataGridView_Cancel.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DataGridView_OK.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DataSourceLocksItems.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorBottomAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorFillAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorLeftAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorNoneAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorRightAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorTopAccName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.FormatStringDialogTitle.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.GenericFileFilter.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.GenericOpenFile.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.HelpProviderEditorFilter.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.HelpProviderEditorTitle.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ImageCollectionEditorFormText.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorCancel.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorCaption.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorDescription.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorOK.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ListViewSubItemBaseName.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.MultilineStringEditorWatermark.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.PlatformNotSupported_WinformsDesigner.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.RTL.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ResourceManager.get -> System.Resources.ResourceManager +static System.Windows.Forms.Design.Editors.Resources.SR.SelectedPathEditorLabel.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.ShortcutKeys_InvalidKey.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.bitmapFileDescription.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.iconFileDescription.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.imageFileDescription.get -> string +static System.Windows.Forms.Design.Editors.Resources.SR.metafileFileDescription.get -> string \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/BorderSidesEditor.resx b/src/System.Windows.Forms.Design/src/Resources/BorderSidesEditor.resx similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/BorderSidesEditor.resx rename to src/System.Windows.Forms.Design/src/Resources/BorderSidesEditor.resx diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/CollectionEditor.resx b/src/System.Windows.Forms.Design/src/Resources/CollectionEditor.resx similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/CollectionEditor.resx rename to src/System.Windows.Forms.Design/src/Resources/CollectionEditor.resx diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/FormatControl.resx b/src/System.Windows.Forms.Design/src/Resources/FormatControl.resx similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/FormatControl.resx rename to src/System.Windows.Forms.Design/src/Resources/FormatControl.resx diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/LinkAreaEditor.resx b/src/System.Windows.Forms.Design/src/Resources/LinkAreaEditor.resx similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/LinkAreaEditor.resx rename to src/System.Windows.Forms.Design/src/Resources/LinkAreaEditor.resx diff --git a/src/System.Windows.Forms.Design/src/Resources/SR.resx b/src/System.Windows.Forms.Design/src/Resources/SR.resx index 692dbd4cf7b..eac5cc0aa92 100644 --- a/src/System.Windows.Forms.Design/src/Resources/SR.resx +++ b/src/System.Windows.Forms.Design/src/Resources/SR.resx @@ -1,64 +1,5 @@ - @@ -910,4 +851,228 @@ There is already a command handler for the menu command '{0}'. + + Anchor Editor + + + Bottom + + + Left + + + Right + + + Top + + + Bitmap files + + + Color Picker + + + Custom + + + Web + {Locked="Web"} + + + System + + + Items collection cannot be modified when the DataSource property is set. + + + Dock Picker + + + Bottom + + + Fill + + + Left + + + None + + + Right + + + Top + + + All Files(*.*)|*.* + + + Open File + + + All image files + + + ListViewSubItem + + + Metafiles + + + (Unknown) + + + The item '{0}' cannot be removed. + + + {0} Collection Editor + + + Read-only component(s) selected. + + + {0} &properties: + + + Multi-Select &Properties: + + + &Properties: + + + Add or remove {0} objects + + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + + Images Collection Editor + + + Alignment Picker + + + Bottom Middle + + + Bottom Left + + + Bottom Right + + + Middle Center + + + Middle Left + + + Middle Right + + + Top Center + + + Top Left + + + Top Right + + + Cancel + + + LinkArea Editor + + + Select a &range of text to make your link: + + + OK + + + Icon files + + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + + Custo&m format + + + Custom format + + + &Decimal places + + + Currency + + + Specify the format for monetary values. + + + Custom + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + Invalid format + + + Date Time + + + Specify the format for date and time values. + + + No Formatting + + + Use no formatting to display the value from the source without adornment. + + + Numeric + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + Scientific + + + Specify the format for values that use scientific notation. + + + &Null value: + + + &Type + + + Cancel + + + OK + + + Format String Dialog + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + Open Help File + + + Normal Preview + + + Selected Preview + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/ShortcutKeysEditor.resx b/src/System.Windows.Forms.Design/src/Resources/ShortcutKeysEditor.resx similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/ShortcutKeysEditor.resx rename to src/System.Windows.Forms.Design/src/Resources/ShortcutKeysEditor.resx diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/StringCollectionEditor.resx b/src/System.Windows.Forms.Design/src/Resources/StringCollectionEditor.resx similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/StringCollectionEditor.resx rename to src/System.Windows.Forms.Design/src/Resources/StringCollectionEditor.resx diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/colordlg.data b/src/System.Windows.Forms.Design/src/Resources/colordlg.data similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/colordlg.data rename to src/System.Windows.Forms.Design/src/Resources/colordlg.data diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.cs.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.cs.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.cs.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.de.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.de.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.de.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.es.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.es.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.es.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.fr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.fr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.fr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.it.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.it.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.it.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.ja.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.ja.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.ja.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.ko.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.ko.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.ko.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.pl.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.pl.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.pl.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.pt-BR.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.pt-BR.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.pt-BR.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.ru.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.ru.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.ru.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.tr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.tr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.tr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.zh-Hans.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.zh-Hans.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.zh-Hans.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.zh-Hant.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/BorderSidesEditor.zh-Hant.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/BorderSidesEditor.zh-Hant.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.cs.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.cs.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.cs.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.de.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.de.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.de.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.es.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.es.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.es.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.fr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.fr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.fr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.it.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.it.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.it.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.ja.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.ja.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.ja.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.ko.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.ko.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.ko.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.pl.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.pl.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.pl.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.pt-BR.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.pt-BR.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.pt-BR.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.ru.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.ru.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.ru.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.tr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.tr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.tr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.zh-Hans.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.zh-Hans.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.zh-Hans.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.zh-Hant.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/CollectionEditor.zh-Hant.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/CollectionEditor.zh-Hant.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.cs.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.cs.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.cs.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.de.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.de.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.de.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.es.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.es.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.es.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.fr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.fr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.fr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.it.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.it.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.it.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.ja.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.ja.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.ja.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.ko.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.ko.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.ko.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.pl.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.pl.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.pl.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.pt-BR.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.pt-BR.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.pt-BR.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.ru.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.ru.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.ru.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.tr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.tr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.tr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.zh-Hans.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.zh-Hans.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.zh-Hans.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.zh-Hant.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/FormatControl.zh-Hant.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/FormatControl.zh-Hant.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.cs.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.cs.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.cs.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.de.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.de.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.de.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.es.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.es.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.es.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.fr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.fr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.fr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.it.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.it.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.it.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.ja.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.ja.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.ja.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.ko.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.ko.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.ko.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.pl.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.pl.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.pl.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.pt-BR.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.pt-BR.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.pt-BR.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.ru.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.ru.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.ru.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.tr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.tr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.tr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.zh-Hans.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.zh-Hans.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.zh-Hans.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.zh-Hant.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/LinkAreaEditor.zh-Hant.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/LinkAreaEditor.zh-Hant.xlf diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.cs.xlf index 6c4dfe64604..a70d21e888f 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.cs.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Úložiště serializace je zavřeno. Do zavřeného úložiště nelze přidávat nové objekty. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Formátování (zarovnání) součástí (počet: {0}) @@ -236,6 +416,56 @@ Nelze převést typ Integer na typ Float. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid &Zarovnat k mřížce @@ -331,6 +561,21 @@ Trasování zásobníku:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Hodnotu {0} nelze převést na typ {1}. @@ -575,6 +820,41 @@ Zrušit ukotvení k nadřazenému kontejneru + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Komponenta .NET @@ -640,6 +920,36 @@ Zprostředkovatel rozšířeného objektu {0} již byl přidán jako rozšiřující objekt. V případě přidání dalšího by došlo k duplicitě vlastností. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Jen pro čtení @@ -655,6 +965,31 @@ Hodnota {1} není platnou hodnotou pro argument {0}. Hodnota {0} musí být v rozsahu od {2} do {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Žádné) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Nelze vytvořit novou relaci, protože tento správce serializace již obsahuje aktivní relaci serializace. @@ -920,6 +1267,11 @@ Proměnná {0} není deklarována nebo jí dosud nebyla přiřazena hodnota. + + (Unknown) + (Unknown) + + &About... &O aplikaci... @@ -1320,11 +1672,31 @@ Svislé zarovnání součástí na střed (počet: {0}) + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Vlastnost Locked určuje, zda lze posunovat a měnit velikost ovládacího prvku. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.de.xlf index 87ace2638e1..b2cae1afb32 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.de.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Der Serialisierungsspeicher ist geschlossen. Neue Objekte können nicht zu einem geschlossenen Speicher hinzugefügt werden. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) {0}-Komponenten formatieren (Ausrichtung) @@ -236,6 +416,56 @@ "Integer" kann nicht in "Float" konvertiert werden. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid Am &Raster ausrichten @@ -331,6 +561,21 @@ Stapelüberwachung: {2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Wert {0} konnte nicht in Typ {1} konvertiert werden. @@ -575,6 +820,41 @@ In übergeordnetem Container abdocken + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component .NET-Komponente @@ -640,6 +920,36 @@ Der Extenderanbieter {0} wurde bereits als Extender hinzugefügt. Wenn ein weiterer hinzugefügt wird, führt dies zu doppelten Eigenschaften. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Schreibgeschützt @@ -655,6 +965,31 @@ {1} ist kein gültiger Wert für {0}. {0} sollte zwischen {2} und {3} liegen. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Keine) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Sie können keine neue Sitzung erstellen, da dieser Serialisierungs-Manager bereits eine aktive Serialisierungssitzung besitzt. @@ -920,6 +1267,11 @@ Die Variable {0} wurde nicht deklariert oder nicht zugeordnet. + + (Unknown) + (Unknown) + + &About... &Info... @@ -1320,11 +1672,31 @@ {0} Komponenten vertikal zentrieren + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Die Locked-Eigenschaft bestimmt, ob das Steuerelement verschoben oder seine Größe geändert werden kann. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.es.xlf index 71accb51f44..292cd5d8e48 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.es.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. El almacén de serialización está cerrado. No se pueden agregar nuevos objetos a un almacén cerrado. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Dar formato a {0} componentes (alineación) @@ -236,6 +416,56 @@ No se puede convertir integer en float. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid &Alinear a la cuadrícula @@ -331,6 +561,21 @@ Seguimiento de la pila: {2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. No se pudo convertir el valor '{0}' en el tipo '{1}'. @@ -575,6 +820,41 @@ Desacoplar en contenedor primario + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Componente .NET @@ -640,6 +920,36 @@ El proveedor extensor {0} ya se ha agregado como extensor. Si agrega otro habría propiedades duplicadas. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Solo lectura @@ -655,6 +965,31 @@ '{1}' no es un valor válido para '{0}'. '{0}' debería estar entre {2} y {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Ninguno) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. No puede crear una nueva sesión porque este administrador de serialización ya tiene una sesión de serialización activa. @@ -920,6 +1267,11 @@ La variable '{0}' no está declarada o no se asignó nunca. + + (Unknown) + (Unknown) + + &About... &Acerca de... @@ -1320,11 +1672,31 @@ Centrado vertical de {0} componentes + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. La propiedad Locked determina si se puede mover o cambiar el tamaño del control. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.fr.xlf index 9d20c91e256..81e965c64ab 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.fr.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Le magasin de sérialisation est fermé. Impossible d'ajouter de nouveaux objets à un magasin fermé. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Mettre en forme les composants {0} (alignement) @@ -236,6 +416,56 @@ Impossible de convertir une valeur integer en float. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid &Aligner sur la grille @@ -331,6 +561,21 @@ Arborescence des appels de procédure : {2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Impossible de convertir la valeur '{0}' en type '{1}'. @@ -575,6 +820,41 @@ Annuler l'ancrage dans le conteneur parent + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Composant .NET @@ -640,6 +920,36 @@ Le fournisseur d'extendeurs {0} a déjà été ajouté en tant qu'extendeur. L'ajout d'un autre créerait des propriétés en double. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only En lecture seule @@ -655,6 +965,31 @@ '{1}' n'est pas une valeur valide pour '{0}'. '{0}' doit être compris entre {2} et {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Aucun) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Vous ne pouvez pas créer une nouvelle session, car ce gestionnaire de sérialisation dispose déjà d'une session de sérialisation active. @@ -920,6 +1267,11 @@ La variable '{0}' n'est pas déclarée ou n'a jamais été assignée. + + (Unknown) + (Unknown) + + &About... &À propos de... @@ -1320,11 +1672,31 @@ Centre vertical des composants {0} + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. La propriété Locked détermine si le contrôle peut être déplacé ou redimensionné. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.it.xlf index 3800387bdc7..e81a106c6fb 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.it.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. L'archivio di serializzazione è chiuso. Non è possibile aggiungere nuovi oggetti a un archivio chiuso. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Formatta {0} componenti (allineamento) @@ -236,6 +416,56 @@ Impossibile convertire un numero intero in un valore float. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid &Allinea alla griglia @@ -331,6 +561,21 @@ Analisi dello stack: {2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Impossibile convertire il valore '{0}' nel tipo '{1}'. @@ -575,6 +820,41 @@ Disancora nel contenitore padre + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Componente .NET @@ -640,6 +920,36 @@ Il provider di Extender {0} è già stato aggiunto come Extender. Aggiungendone un altro si creerebbero proprietà duplicate. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Sola lettura @@ -655,6 +965,31 @@ '{1}' non è un valore valido per '{0}'. '{0}' deve essere compreso tra {2} e {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Nessuno) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Non è possibile creare una nuova sessione perché per questo gestore di serializzazione esiste già una sessione di serializzazione attiva. @@ -920,6 +1267,11 @@ La variabile '{0}' non è stata dichiarata o non è mai stata assegnata. + + (Unknown) + (Unknown) + + &About... &Informazioni su... @@ -1320,11 +1672,31 @@ Centro verticale di {0} componente/i + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. La proprietà Locked determina se è possibile spostare o ridimensionare il controllo. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ja.xlf index 28cbe862f8d..af77ea32b2b 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ja.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. シリアル化ストアは閉じられています。 閉じられたストアに新しいオブジェクトを追加することはできません。 @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) {0} コンポーネントを設定する (配置) @@ -236,6 +416,56 @@ integer を float に変換できません。 + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid グリッドに配置(&G) @@ -331,6 +561,21 @@ スタック トレース:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. 値 '{0}' を型 '{1}' に変換できませんでした。 @@ -575,6 +820,41 @@ 親コンテナーでドッキングを解除する + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component .NET コンポーネント @@ -640,6 +920,36 @@ 拡張プロバイダー {0} はエクステンダーとして既に追加されています。 もう 1 つ追加すると、プロパティが重複します。 + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only 読み取り専用 @@ -655,6 +965,31 @@ '{1}' は '{0}' に有効な値ではありません。'{0}' は {2} と {3} の間でなければなりません。 + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (なし) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. このシリアル化マネージャーにはアクティブなシリアル化セッションが既に存在するため、新しいセッションを作成できません。 @@ -920,6 +1267,11 @@ 変数 '{0}' は宣言されていないか、または割り当てられていません。 + + (Unknown) + (Unknown) + + &About... バージョン情報(&A)... @@ -1320,11 +1672,31 @@ {0} コンポーネントの上下方向の中心 + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Locked プロパティは、コントロールを移動できるか、またはサイズを変更できるかどうかを判断します。 + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ko.xlf index a78ae3c69a0..82531fb5c3e 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ko.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Serialization 저장소가 닫혀 있습니다. 닫힌 저장소에는 새 개체를 추가할 수 없습니다. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) {0}개 구성 요소에 서식 지정(맞춤) @@ -236,6 +416,56 @@ integer 형식을 float 형식으로 변환할 수 없습니다. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid 모눈에 맞춤(&G) @@ -331,6 +561,21 @@ 스택 추적:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. '{0}' 값을 '{1}' 형식으로 변환할 수 없습니다. @@ -575,6 +820,41 @@ 부모 컨테이너에서 도킹 해제 + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component .NET 구성 요소 @@ -640,6 +920,36 @@ Extender 공급자 {0}이(가) Extender로 이미 추가되었습니다. 다른 공급자를 추가하면 속성이 중복됩니다. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only 읽기 전용 @@ -655,6 +965,31 @@ '{1}'은(는) '{0}'에 사용할 수 없는 값입니다. '{0}'은(는) {2}에서 {3} 사이에 있어야 합니다. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (없음) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. 이 serialization 관리자에 이미 활성 serialization 세션이 있으므로 새 세션을 만들 수 없습니다. @@ -920,6 +1267,11 @@ '{0}' 변수를 선언하거나 할당하지 않았습니다. + + (Unknown) + (Unknown) + + &About... 정보(&A)... @@ -1320,11 +1672,31 @@ {0}개 구성 요소를 세로로 가운데에 맞춥니다. + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Locked 속성은 컨트롤을 이동하거나 크기 조정할 수 있는지 여부를 결정합니다. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pl.xlf index 5facc713118..2c61155e880 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pl.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Magazyn serializacji jest zamknięty. Do zamkniętego magazynu nie można dodawać nowych obiektów. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Formatuj {0} składników (wyrównanie) @@ -236,6 +416,56 @@ Nie można przekonwertować typu integer na typ float. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid &Wyrównaj do siatki @@ -331,6 +561,21 @@ Ślad stosu:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Nie można konwertować wartości '{0}' na typ '{1}'. @@ -575,6 +820,41 @@ Oddokuj w kontenerze nadrzędnym + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Składnik platformy .NET @@ -640,6 +920,36 @@ Dostawca rozszerzony {0} został już dodany jako rozszerzenie. Dodanie kolejnego dostawcy spowodowałoby zduplikowanie właściwości. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Tylko do odczytu @@ -655,6 +965,31 @@ '{1}' nie jest prawidłową wartością dla '{0}'. Wartość '{0}' powinna należeć do zakresu od {2} do {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Brak) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Nie można utworzyć nowej sesji, ponieważ jest już aktywna sesja serializacji tego menedżera. @@ -920,6 +1267,11 @@ Zmienna '{0}' nie została zadeklarowana albo nie została nigdy przypisana. + + (Unknown) + (Unknown) + + &About... Inform&acje o... @@ -1320,11 +1672,31 @@ Wyśrodkowanie w pionie {0} składników + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Właściwość Locked określa, czy można przenosić formant lub zmieniać jego rozmiar. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pt-BR.xlf index 373b9820758..95c9f605815 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.pt-BR.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. O repositório de serialização está fechado. Não é possível adicionar novos objetos a um repositório fechado. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Formatar {0} componentes (alinhamento) @@ -236,6 +416,56 @@ Não é possível converter inteiro em flutuante. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid Alinhar à &Grade @@ -331,6 +561,21 @@ Rastreamento de pilha:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Não foi possível converter o valor '{0}' no tipo '{1}'. @@ -575,6 +820,41 @@ Desencaixar do Contêiner Pai + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Componente .NET @@ -640,6 +920,36 @@ O provedor do extensor {0} já foi adicionado como extensor. A inclusão de outro resultará em propriedades duplicadas. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Somente Leitura @@ -655,6 +965,31 @@ '{1}' não é um valor válido para '{0}'. '{0}' deve estar entre {2} e {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Nenhum) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Você não pode criar uma nova sessão porque esse gerente de serialização já possui uma sessão de serialização ativa. @@ -920,6 +1267,11 @@ A variável '{0}' é não declarada ou nunca foi atribuída. + + (Unknown) + (Unknown) + + &About... &Sobre... @@ -1320,11 +1672,31 @@ Centro vertical do(s) componente(s) {0} + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. A propriedade Locked determina se o controle pode ser movido ou redimensionado. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ru.xlf index bb5c3f7d4fd..5fbe8b5cd23 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.ru.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Хранилище сериализованных объектов закрыто. Добавление новых объектов в закрытое хранилище невозможно. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) Форматировать {0} компонентов (выравнивание) @@ -236,6 +416,56 @@ Тип integer нельзя привести к типу float. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid Выровнять по р&ешетке @@ -331,6 +561,21 @@ Трассировка стека:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. Невозможно преобразовать значение '{0}' в тип '{1}'. @@ -575,6 +820,41 @@ Открепить в родительском контейнере + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component Компонент .NET @@ -640,6 +920,36 @@ Поставщик расширений {0} уже добавлен в качестве расширения. Добавление другого поставщика приведет к появлению повторяющихся свойств. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Только для чтения @@ -655,6 +965,31 @@ '{1}' не является допустимым значением для '{0}'. Значение '{0}' должно лежать в диапазоне от {2} до {3}. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Нет) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Вы не можете создать новый сеанс, так как у этого диспетчера сериализации уже есть активный сеанс сериализации. @@ -920,6 +1267,11 @@ Переменная '{0}' либо не объявлена, либо ей не было присвоено значение. + + (Unknown) + (Unknown) + + &About... &О программе... @@ -1320,11 +1672,31 @@ Центр {0} компонентов по вертикали + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Свойство Locked определяет, можно ли перемещать элемент управления или изменять его размеры. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.tr.xlf index 1fc5229b564..f75ea118e0a 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.tr.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. Serileştirme deposu kapalı. Kapalı depoya yeni nesneler eklenemez. @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) {0} bileşen biçimlendir (hizalama) @@ -236,6 +416,56 @@ Tam sayı kayan noktalıya dönüştürülemez. + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid Kılavuza &Hizala @@ -331,6 +561,21 @@ Yığın izleme:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. '{0}' değeri '{1}' türüne dönüştürülemedi. @@ -575,6 +820,41 @@ Ana Kapsayıcıda Yerinden Çıkar + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component .NET Bileşeni @@ -640,6 +920,36 @@ {0} uzatma sağlayıcısı zaten bir uzatma olarak eklendi. Bir uzatma daha eklemek yinelenen özelliklere neden olabilir. + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only Salt Okunur @@ -655,6 +965,31 @@ '{1}' değeri '{0}' öğesi için geçerli değil. '{0}' değeri {2} ile {3} arasında olmalıdır. + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (Yok) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. Bu serileştirme yöneticisinin zaten etkin bir serileştirme oturumu bulunduğundan yeni oturum oluşturamazsınız. @@ -920,6 +1267,11 @@ '{0}' değişkeni bildirilmemiş ya da hiç değer atanmamış. + + (Unknown) + (Unknown) + + &About... &Hakkında... @@ -1320,11 +1672,31 @@ {0} bileşenlerinin dikey ortası + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Denetimin taşınmasının veya yeniden boyutlandırılmasının mümkün olup olmadığını Locked özelliği belirler. + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hans.xlf index d9bbb5a6aab..c18af5e5397 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hans.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. 序列化存储区已关闭。新对象无法添加到已关闭的存储区中。 @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) 格式化 {0} 组件(对齐) @@ -236,6 +416,56 @@ 无法将 integer 转换为 float。 + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid 对齐到网格(&G) @@ -331,6 +561,21 @@ 堆栈跟踪:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. 未能将值“{0}”转换为类型“{1}”。 @@ -575,6 +820,41 @@ 取消在父容器中停靠 + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component .NET 组件 @@ -640,6 +920,36 @@ 扩展程序提供程序 {0} 已添加为扩展程序。添加其他扩展程序提供程序将导致重复的属性。 + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only 只读 @@ -655,6 +965,31 @@ “{1}”不是“{0}”的有效值。“{0}”应介于 {2} 和 {3} 之间。 + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (无) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. 此序列化管理器已有活动的序列化会话,因此不能创建新的会话。 @@ -920,6 +1267,11 @@ 变量“{0}”未声明或从未赋值。 + + (Unknown) + (Unknown) + + &About... 关于(&A)... @@ -1320,11 +1672,31 @@ {0} 组件的垂直中心 + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. Locked 属性确定是否可以移动控件或调整控件的大小。 + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hant.xlf index bb62db3b98d..3658bad4a14 100644 --- a/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hant.xlf +++ b/src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hant.xlf @@ -2,6 +2,31 @@ + + Anchor Editor + Anchor Editor + + + + Bottom + Bottom + + + + Left + Left + + + + Right + Right + + + + Top + Top + + The designer is already loaded. The designer is already loaded. @@ -77,6 +102,106 @@ Byte Array Property Editor + + Custo&m format + Custo&m format + + + + Custom format + Custom format + + + + &Decimal places + &Decimal places + + + + Currency + Currency + + + + Specify the format for monetary values. + Specify the format for monetary values. + + + + Custom + Custom + + + + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + Type a custom format string. A custom string may require extra handling unless it is a read-only value. + + + + Invalid format + Invalid format + + + + Date Time + Date Time + + + + Specify the format for date and time values. + Specify the format for date and time values. + + + + No Formatting + No Formatting + + + + Use no formatting to display the value from the source without adornment. + Use no formatting to display the value from the source without adornment. + + + + Numeric + Numeric + + + + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + Specify the format for numbers. Note that the Currency format type offers specialized formatting for monetary values. + + + + Scientific + Scientific + + + + Specify the format for values that use scientific notation. + Specify the format for values that use scientific notation. + + + + &Null value: + &Null value: + + + + &Type + &Type + + + + Normal Preview + Normal Preview + + + + Selected Preview + Selected Preview + + The serialization store is closed. New objects cannot be added to a closed store. 序列化存放區已關閉。新物件無法加入已關閉的存放區。 @@ -164,6 +289,61 @@ The class {0} can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. + + The item '{0}' cannot be removed. + The item '{0}' cannot be removed. + + + + {0} Collection Editor + {0} Collection Editor + + + + Read-only component(s) selected. + Read-only component(s) selected. + + + + {0} &properties: + {0} &properties: + + + + Multi-Select &Properties: + Multi-Select &Properties: + + + + &Properties: + &Properties: + + + + Add or remove {0} objects + Add or remove {0} objects + + + + Color Picker + Color Picker + + + + Custom + Custom + + + + Web + Web + {Locked="Web"} + + + System + System + + Format {0} components (alignment) 格式化 {0} 元件 (對齊) @@ -236,6 +416,56 @@ Integer 無法轉換為 Float。 + + Alignment Picker + Alignment Picker + + + + Bottom Middle + Bottom Middle + + + + Bottom Left + Bottom Left + + + + Bottom Right + Bottom Right + + + + Middle Center + Middle Center + + + + Middle Left + Middle Left + + + + Middle Right + Middle Right + + + + Top Center + Top Center + + + + Top Left + Top Left + + + + Top Right + Top Right + + Align To &Grid 對齊格線(&G) @@ -331,6 +561,21 @@ 堆疊追蹤:{2} + + Cancel + Cancel + + + + OK + OK + + + + Items collection cannot be modified when the DataSource property is set. + Items collection cannot be modified when the DataSource property is set. + + Could not convert value '{0}' to the type '{1}'. 無法將值 '{0}' 轉換為類型 '{1}'。 @@ -575,6 +820,41 @@ 取消停駐於父容器中 + + Dock Picker + Dock Picker + + + + Bottom + Bottom + + + + Fill + Fill + + + + Left + Left + + + + None + None + + + + Right + Right + + + + Top + Top + + .NET Component .NET 元件 @@ -640,6 +920,36 @@ 已經將擴充性提供者 {0} 加入做為擴充項。加入另一個會產生重複的屬性。 + + Format String Dialog + Format String Dialog + + + + All Files(*.*)|*.* + All Files(*.*)|*.* + + + + Open File + Open File + + + + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + All Help Files(*.chm,*.col,*.htm,*.html)|*.chm;*.col;*.htm;*.html|Compressed HTML Files(*.chm)|*.chm|Help Collection Files(*.col)|*.col|HTML Files(*.htm,*.html)|*.htm;*.html|All Files(*.*)|*.* + + + + Open Help File + Open Help File + + + + Images Collection Editor + Images Collection Editor + + Read-Only 唯讀 @@ -655,6 +965,31 @@ '{1}' 不是 '{0}' 的有效值。'{0}' 應該介於 {2} 與 {3} 之間。 + + Cancel + Cancel + + + + LinkArea Editor + LinkArea Editor + + + + Select a &range of text to make your link: + Select a &range of text to make your link: + + + + OK + OK + + + + ListViewSubItem + ListViewSubItem + + You must close and re-open the designer for this change to take effect. You must close and re-open the designer for this change to take effect. @@ -775,6 +1110,13 @@ There is already a command handler for the menu command '{0}'. + + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + Press Enter to begin a new line. +Press Ctrl+Enter to accept Text. + + (None) (無) @@ -800,6 +1142,11 @@ RTL_False RTL_False in Left-to-right languages and anything else (RTL_True) for right to left. + + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + Select the path to the folder that will initially be selected in the FolderBrowserDialog. + + You cannot create a new session because this serialization manager already has an active serialization session. 無法建立新工作階段,因為這個序列化管理員已經有使用中的序列化工作階段。 @@ -920,6 +1267,11 @@ 變數名稱 '{0}' 尚未宣告或沒有指派。 + + (Unknown) + (Unknown) + + &About... 關於(&A)... @@ -1320,11 +1672,31 @@ {0} 元件垂直置中 + + Bitmap files + Bitmap files + + + + Icon files + Icon files + + + + All image files + All image files + + The Locked property determines if we can move or resize the control. 鎖定的屬性決定我們是否可以移動控制項或調整控制項大小。 + + Metafiles + Metafiles + + \ No newline at end of file diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.cs.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.cs.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.cs.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.de.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.de.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.de.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.es.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.es.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.es.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.fr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.fr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.fr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.it.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.it.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.it.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.ja.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.ja.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.ja.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.ko.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.ko.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.ko.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.pl.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.pl.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.pl.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.pt-BR.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.pt-BR.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.pt-BR.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.ru.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.ru.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.ru.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.tr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.tr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.tr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.zh-Hans.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.zh-Hans.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.zh-Hans.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.zh-Hant.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/ShortcutKeysEditor.zh-Hant.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/ShortcutKeysEditor.zh-Hant.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.cs.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.cs.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.cs.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.cs.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.de.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.de.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.de.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.de.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.es.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.es.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.es.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.es.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.fr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.fr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.fr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.fr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.it.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.it.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.it.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.it.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.ja.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.ja.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.ja.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.ja.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.ko.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.ko.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.ko.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.ko.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.pl.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.pl.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.pl.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.pl.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.pt-BR.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.pt-BR.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.pt-BR.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.pt-BR.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.ru.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.ru.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.ru.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.ru.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.tr.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.tr.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.tr.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.tr.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.zh-Hans.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.zh-Hans.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.zh-Hans.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.zh-Hans.xlf diff --git a/src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.zh-Hant.xlf b/src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.zh-Hant.xlf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/Resources/xlf/StringCollectionEditor.zh-Hant.xlf rename to src/System.Windows.Forms.Design/src/Resources/xlf/StringCollectionEditor.zh-Hant.xlf diff --git a/src/System.Windows.Forms.Design/src/System.Windows.Forms.Design.csproj b/src/System.Windows.Forms.Design/src/System.Windows.Forms.Design.csproj index 38cc811fe0e..86d4c3661dc 100644 --- a/src/System.Windows.Forms.Design/src/System.Windows.Forms.Design.csproj +++ b/src/System.Windows.Forms.Design/src/System.Windows.Forms.Design.csproj @@ -19,6 +19,33 @@ System.Windows.Forms.Design + + + + System.ComponentModel.Design + + + + + System.Windows.Forms.Design + + + System.Windows.Forms.Design + + + + + System.Windows.Forms.Design + + + System.Windows.Forms.Design + + + System.Windows.Forms.Design + + + colordlg.data + @@ -28,7 +55,6 @@ - @@ -183,5 +209,16 @@ UserControl + + True + True + LinkAreaEditor.resx + + + UserControl + + + Form + diff --git a/src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/ArrayEditor.cs b/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ArrayEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/ArrayEditor.cs rename to src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ArrayEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/CollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/CollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/CollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/ComponentModel/Design/CollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/DateTimeEditor.cs b/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/DateTimeEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/DateTimeEditor.cs rename to src/System.Windows.Forms.Design/src/System/ComponentModel/Design/DateTimeEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/MultilineStringEditor.cs b/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/MultilineStringEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/MultilineStringEditor.cs rename to src/System.Windows.Forms.Design/src/System/ComponentModel/Design/MultilineStringEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/ObjectSelectorEditor.cs b/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ObjectSelectorEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/ComponentModel/Design/ObjectSelectorEditor.cs rename to src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ObjectSelectorEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/BitmapEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/BitmapEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/BitmapEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/BitmapEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ColorEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/ColorEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ColorEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/ColorEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ContentAlignmentEditor.ContentUI.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/ContentAlignmentEditor.ContentUI.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ContentAlignmentEditor.ContentUI.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/ContentAlignmentEditor.ContentUI.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ContentAlignmentEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/ContentAlignmentEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ContentAlignmentEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/ContentAlignmentEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/CursorEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/CursorEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/CursorEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/CursorEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/FontEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/FontEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/FontEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/FontEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/FontNameEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/FontNameEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/FontNameEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/FontNameEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/IconEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/IconEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/IconEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/IconEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ImageEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/ImageEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/ImageEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/ImageEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/MetafileEditor.cs b/src/System.Windows.Forms.Design/src/System/Drawing/Design/MetafileEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Drawing/Design/MetafileEditor.cs rename to src/System.Windows.Forms.Design/src/System/Drawing/Design/MetafileEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/AnchorEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/AnchorEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/AnchorEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/AnchorEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/BorderSidesEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/BorderSidesEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/BorderSidesEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/BorderSidesEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ColumnHeaderCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ColumnHeaderCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ColumnHeaderCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ColumnHeaderCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DataGridViewCellStyleBuilder.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewCellStyleBuilder.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DataGridViewCellStyleBuilder.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewCellStyleBuilder.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DataGridViewCellStyleEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewCellStyleEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DataGridViewCellStyleEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewCellStyleEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DataGridViewComponentPropertyGridSite.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewComponentPropertyGridSite.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DataGridViewComponentPropertyGridSite.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewComponentPropertyGridSite.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DockEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DockEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/DockEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/DockEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FileNameEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FileNameEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FileNameEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FileNameEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FolderNameEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FolderNameEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FolderNameEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FolderNameEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatControl.Designer.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatControl.Designer.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatControl.Designer.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatControl.Designer.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatControl.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatControl.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatControl.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatControl.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatStringDialog.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatStringDialog.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatStringDialog.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatStringDialog.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatStringEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatStringEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/FormatStringEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/FormatStringEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/HelpNamespaceEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/HelpNamespaceEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/HelpNamespaceEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/HelpNamespaceEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageIndexEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageIndexEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageIndexEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageIndexEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageListImage.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageListImage.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageListImage.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageListImage.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageListImageEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageListImageEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ImageListImageEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ImageListImageEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/LinkAreaEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/LinkAreaEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/LinkAreaEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/LinkAreaEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListControlStringCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListControlStringCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListControlStringCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListControlStringCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListViewGroupCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListViewGroupCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListViewGroupCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListViewGroupCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListViewItemCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListViewItemCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListViewItemCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListViewItemCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListViewSubItemCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListViewSubItemCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ListViewSubItemCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListViewSubItemCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/SelectedPathEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/SelectedPathEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/SelectedPathEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/SelectedPathEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ShortcutKeysEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ShortcutKeysEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/ShortcutKeysEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ShortcutKeysEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/StringArrayEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/StringArrayEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/StringArrayEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/StringArrayEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/StringCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/StringCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/StringCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/StringCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/TabPageCollectionEditor.cs b/src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/TabPageCollectionEditor.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/src/System/Windows/Forms/Design/TabPageCollectionEditor.cs rename to src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/TabPageCollectionEditor.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/EnsureEditorsTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/EnsureEditorsTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/EnsureEditorsTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/EnsureEditorsTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/Resources/telescope_01.wmf b/src/System.Windows.Forms.Design/tests/UnitTests/Resources/telescope_01.wmf similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/Resources/telescope_01.wmf rename to src/System.Windows.Forms.Design/tests/UnitTests/Resources/telescope_01.wmf diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/SerializableAttributeTest.cs b/src/System.Windows.Forms.Design/tests/UnitTests/SerializableAttributeTest.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/SerializableAttributeTest.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/SerializableAttributeTest.cs diff --git a/src/System.Windows.Forms.Design/tests/UnitTests/System.Windows.Forms.Design.Tests.csproj b/src/System.Windows.Forms.Design/tests/UnitTests/System.Windows.Forms.Design.Tests.csproj index b0deacc184f..5112042edde 100644 --- a/src/System.Windows.Forms.Design/tests/UnitTests/System.Windows.Forms.Design.Tests.csproj +++ b/src/System.Windows.Forms.Design/tests/UnitTests/System.Windows.Forms.Design.Tests.csproj @@ -4,6 +4,10 @@ System.Windows.Forms.Design.Tests + + + + @@ -20,6 +24,12 @@ + + + PreserveNewest + + + System.Drawing.Design.Tests.16x16.bmp @@ -31,4 +41,5 @@ System.Drawing.Design.Tests.16x24.bmp + diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/ArrayEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/ArrayEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/ArrayEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/ArrayEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/CollectionEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/CollectionEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/CollectionEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/CollectionEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/CollectionFormTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/CollectionFormTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/CollectionFormTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/CollectionFormTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/MultilineStringEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/MultilineStringEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/MultilineStringEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/MultilineStringEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/ObjectSelectorEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/ObjectSelectorEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/ComponentModel/Design/ObjectSelectorEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/ComponentModel/Design/ObjectSelectorEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/BitmapEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/BitmapEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/BitmapEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/BitmapEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/ColorEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/ColorEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/ColorEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/ColorEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/CursorEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/CursorEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/CursorEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/CursorEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/FontEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/FontEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/FontEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/FontEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/FontNameEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/FontNameEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/FontNameEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/FontNameEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/ImageEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/ImageEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/ImageEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/ImageEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/MetafileEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/MetafileEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Drawing/Design/MetafileEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Drawing/Design/MetafileEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/AnchorEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/AnchorEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/AnchorEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/AnchorEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/BorderSidesEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/BorderSidesEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/BorderSidesEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/BorderSidesEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/ColumnHeaderCollectionEditorTests .cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ColumnHeaderCollectionEditorTests .cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/ColumnHeaderCollectionEditorTests .cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ColumnHeaderCollectionEditorTests .cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/DataGridViewCellStyleEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewCellStyleEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/DataGridViewCellStyleEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DataGridViewCellStyleEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/DockEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DockEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/DockEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DockEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/FileNameEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FileNameEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/FileNameEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FileNameEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/FolderNameEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FolderNameEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/FolderNameEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/FolderNameEditorTests.cs diff --git a/src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/ShortcutKeysEditorTests.cs b/src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ShortcutKeysEditorTests.cs similarity index 100% rename from src/System.Windows.Forms.Design.Editors/tests/UnitTests/System/Windows/Forms/Design/ShortcutKeysEditorTests.cs rename to src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ShortcutKeysEditorTests.cs diff --git a/src/System.Windows.Forms/tests/IntegrationTests/WinformsControlsTest/WinformsControlsTest.csproj b/src/System.Windows.Forms/tests/IntegrationTests/WinformsControlsTest/WinformsControlsTest.csproj index cae6adc66ea..2f440b9d149 100644 --- a/src/System.Windows.Forms/tests/IntegrationTests/WinformsControlsTest/WinformsControlsTest.csproj +++ b/src/System.Windows.Forms/tests/IntegrationTests/WinformsControlsTest/WinformsControlsTest.csproj @@ -17,7 +17,6 @@ - From 4bf21f2d117ec4af703703bc744e7a7b140a3d51 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Wed, 29 Jan 2020 17:44:33 +1100 Subject: [PATCH 2/2] fixup! Consolidate design projects --- .../src/PublicAPI.Unshipped.txt | 80 ------------------- 1 file changed, 80 deletions(-) diff --git a/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt b/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt index b1188c3bb38..38e474a95f7 100644 --- a/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt +++ b/src/System.Windows.Forms.Design/src/PublicAPI.Unshipped.txt @@ -26,83 +26,3 @@ virtual System.ComponentModel.Design.MenuCommandService.RemoveCommand(System.Com virtual System.ComponentModel.Design.MenuCommandService.RemoveVerb(System.ComponentModel.Design.DesignerVerb verb) -> void virtual System.ComponentModel.Design.MenuCommandService.ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y) -> void virtual System.ComponentModel.Design.MenuCommandService.Verbs.get -> System.ComponentModel.Design.DesignerVerbCollection -System.Windows.Forms.Design.Editors.Resources.SR -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorBottomAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.AnchorEditorTopAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogCustomFormat.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogCustomFormatAccessibleDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogDecimalPlaces.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCurrency.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCurrencyExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustom.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustomExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeCustomInvalidFormat.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeDateTime.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeDateTimeExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNoFormatting.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNoFormattingExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNumeric.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeNumericExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeScientific.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogFormatTypeScientificExplanation.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogNullValue.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.BindingFormattingDialogType.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CellStyleBuilderNormalPreviewAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CellStyleBuilderSelectedPreviewAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorCantRemoveItem.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorCaption.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorInheritedReadOnlySelection.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorProperties.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorPropertiesMultiSelect.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorPropertiesNone.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.CollectionEditorUndoBatchDesc.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorPaletteTab.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorStandardTab.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ColorEditorSystemTab.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomCenterAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorBottomRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleCenterAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorMiddleRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopCenterAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ContentAlignmentEditorTopRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.Culture.get -> System.Globalization.CultureInfo -static System.Windows.Forms.Design.Editors.Resources.SR.Culture.set -> void -static System.Windows.Forms.Design.Editors.Resources.SR.DataGridView_Cancel.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DataGridView_OK.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DataSourceLocksItems.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorBottomAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorFillAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorLeftAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorNoneAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorRightAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.DockEditorTopAccName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.FormatStringDialogTitle.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.GenericFileFilter.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.GenericOpenFile.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.HelpProviderEditorFilter.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.HelpProviderEditorTitle.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ImageCollectionEditorFormText.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorCancel.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorCaption.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.LinkAreaEditorOK.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ListViewSubItemBaseName.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.MultilineStringEditorWatermark.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.PlatformNotSupported_WinformsDesigner.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.RTL.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ResourceManager.get -> System.Resources.ResourceManager -static System.Windows.Forms.Design.Editors.Resources.SR.SelectedPathEditorLabel.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.ShortcutKeys_InvalidKey.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.bitmapFileDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.iconFileDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.imageFileDescription.get -> string -static System.Windows.Forms.Design.Editors.Resources.SR.metafileFileDescription.get -> string \ No newline at end of file