Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion THIRD-PARTY-NOTICES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,35 @@ bring it to our attention. Post an issue or email us:

The attached notices are provided for information only.

No notices are provided at this time.
License notice for Ookie.Dialogs
--------------------------------

http://www.ookii.org/software/dialogs/

Copyright © Sven Groot (Ookii.org) 2009
All rights reserved.


Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1) Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2) Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3) Neither the name of the ORGANIZATION nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
6 changes: 6 additions & 0 deletions src/System.Windows.Forms/ref/System.Windows.Forms.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6963,6 +6963,8 @@ public void SetFlowBreak(object child, bool value) { }
public sealed partial class FolderBrowserDialog : System.Windows.Forms.CommonDialog
{
public FolderBrowserDialog() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoUpgradeEnabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
Expand All @@ -6979,6 +6981,10 @@ public FolderBrowserDialog() { }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(false)]
public bool ShowNewFolderButton { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool UseDescriptionForTitle { get{ throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler HelpRequest { add { } remove { } }
Expand Down
5 changes: 4 additions & 1 deletion src/System.Windows.Forms/src/Resources/SR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3163,7 +3163,7 @@
<value>Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</value>
</data>
<data name="ExDlgMsgFooterSwitchable" xml:space="preserve">
<value>To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n<configuration>\r\n <system.windows.forms jitDebugging="true" />\r\n</configuration>\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</value>
<value />
</data>
<data name="ExDlgMsgHeaderNonSwitchable" xml:space="preserve">
<value>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</value>
Expand Down Expand Up @@ -7377,4 +7377,7 @@
<data name="UnexpectedTypeForClipboardFormat" xml:space="preserve">
<value>The specified Clipboard format is not compatible with '{0}' type.</value>
</data>
<data name="FolderBrowserDialogUseDescriptionForTitle" xml:space="preserve">
<value>A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</value>
</data>
</root>
10 changes: 5 additions & 5 deletions src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5092,11 +5092,6 @@
<target state="new">Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgFooterSwitchable">
<source>To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</source>
<target state="new">To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgHeaderNonSwitchable">
<source>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</source>
<target state="new">Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</target>
Expand Down Expand Up @@ -5422,6 +5417,11 @@
<target state="new">Include the New Folder button in the dialog box.</target>
<note />
</trans-unit>
<trans-unit id="FolderBrowserDialogUseDescriptionForTitle">
<source>A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</source>
<target state="new">A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</target>
<note />
</trans-unit>
<trans-unit id="FormAcceptButtonDescr">
<source>The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</source>
<target state="new">The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</target>
Expand Down
10 changes: 5 additions & 5 deletions src/System.Windows.Forms/src/Resources/xlf/SR.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5092,11 +5092,6 @@
<target state="new">Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgFooterSwitchable">
<source>To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</source>
<target state="new">To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgHeaderNonSwitchable">
<source>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</source>
<target state="new">Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</target>
Expand Down Expand Up @@ -5422,6 +5417,11 @@
<target state="new">Include the New Folder button in the dialog box.</target>
<note />
</trans-unit>
<trans-unit id="FolderBrowserDialogUseDescriptionForTitle">
<source>A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</source>
<target state="new">A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</target>
<note />
</trans-unit>
<trans-unit id="FormAcceptButtonDescr">
<source>The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</source>
<target state="new">The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</target>
Expand Down
10 changes: 5 additions & 5 deletions src/System.Windows.Forms/src/Resources/xlf/SR.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5092,11 +5092,6 @@
<target state="new">Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgFooterSwitchable">
<source>To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</source>
<target state="new">To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgHeaderNonSwitchable">
<source>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</source>
<target state="new">Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</target>
Expand Down Expand Up @@ -5422,6 +5417,11 @@
<target state="new">Include the New Folder button in the dialog box.</target>
<note />
</trans-unit>
<trans-unit id="FolderBrowserDialogUseDescriptionForTitle">
<source>A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</source>
<target state="new">A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</target>
<note />
</trans-unit>
<trans-unit id="FormAcceptButtonDescr">
<source>The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</source>
<target state="new">The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</target>
Expand Down
10 changes: 5 additions & 5 deletions src/System.Windows.Forms/src/Resources/xlf/SR.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5092,11 +5092,6 @@
<target state="new">Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgFooterSwitchable">
<source>To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</source>
<target state="new">To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgHeaderNonSwitchable">
<source>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</source>
<target state="new">Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</target>
Expand Down Expand Up @@ -5422,6 +5417,11 @@
<target state="new">Include the New Folder button in the dialog box.</target>
<note />
</trans-unit>
<trans-unit id="FolderBrowserDialogUseDescriptionForTitle">
<source>A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</source>
<target state="new">A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</target>
<note />
</trans-unit>
<trans-unit id="FormAcceptButtonDescr">
<source>The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</source>
<target state="new">The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</target>
Expand Down
10 changes: 5 additions & 5 deletions src/System.Windows.Forms/src/Resources/xlf/SR.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5092,11 +5092,6 @@
<target state="new">Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgFooterSwitchable">
<source>To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</source>
<target state="new">To enable just-in-time (JIT) debugging, the .config file for this\r\napplication or computer (machine.config) must have the\r\njitDebugging value set in the system.windows.forms section.\r\nThe application must also be compiled with debugging\r\nenabled.\r\n\r\nFor example:\r\n\r\n\r\n \r\n\r\n\r\nWhen JIT debugging is enabled, any unhandled exception\r\nwill be sent to the JIT debugger registered on the computer\r\nrather than be handled by this dialog box.\r\n</target>
<note />
</trans-unit>
<trans-unit id="ExDlgMsgHeaderNonSwitchable">
<source>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</source>
<target state="new">Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</target>
Expand Down Expand Up @@ -5422,6 +5417,11 @@
<target state="new">Include the New Folder button in the dialog box.</target>
<note />
</trans-unit>
<trans-unit id="FolderBrowserDialogUseDescriptionForTitle">
<source>A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</source>
<target state="new">A value that indicates whether to use the value of the Description property as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.</target>
<note />
</trans-unit>
<trans-unit id="FormAcceptButtonDescr">
<source>The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</source>
<target state="new">The accept button of the form. If this is set, the button is 'clicked' whenever the user presses the 'ENTER' key.</target>
Expand Down
Loading