2006-12-04 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Tue, 5 Dec 2006 04:11:38 +0000 (04:11 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 5 Dec 2006 04:11:38 +0000 (04:11 -0000)
commit1da3fa560fcda70659a02193cedf0a7519cfc21d
treed784e3d6c299564bd526198c3f310ab54f506c3d
parent5692f3cb1532349b1f498f53a43c94a4cf34eb18
2006-12-04  Chris Toshok  <toshok@ximian.com>

* LinkLabel.cs: fix up compiler warnings.

* TableLayoutSettings.cs: same.

* TreeView.cs: same.

* ToolBar.cs: same.

* TabControl.cs: same.

* RichTextBox.cs: same.

* ListViewItem.cs: same.

* PropertyGrid.cs: same.

* DataGridViewRowPostPaintEventArgs.cs: corcompare fix.

* ToolTip.cs same.

* TextRenderer.cs: fix up compiler warnings.

* Label.cs: same.

* Form.cs: corcompare fixes.

* PictureBox.cs: fix up compiler warnings.

* ImageListStreamer.cs: same.

* TrackBar.cs: corcompare fix.

* Control.cs: fix up compiler warnings.

* SplitterPanel.cs: same.

* NumericTextBox.cs: same.

* ImageList.cs: same.

* StatusStrip.cs: same.

* ProgressBar.cs: corcompare fix.

* ToolStripButton.cs: fix up compiler warnings.

* ToolStripStatusLabel.cs: same.

* ToolStripSplitButton.cs: same.

* ToolStripSeparator.cs: same.

* ToolStripProgressBar.cs: same.

* ToolStripDropDownMenu.cs: same

* ToolStripDropDown.cs: same.

* ToolStripDropDownButton.cs: same.

* ToolStrip.cs: same.

* ToolStripControlHost.cs: same.

* ToolStripContentPanel.cs: same.

* ToolStripDropDown.cs: same.

* ToolStripContainer.cs: same.

* ToolStripPanel.cs: same, and add "new" where we need it to work
with the new ArrangedElementCollection.

* ToolStripItemCollection.cs: add "new" where we need it to work
with the new ArrangedElementCollection.

svn path=/trunk/mcs/; revision=69012
42 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageList.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageListStreamer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Label.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItem.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericTextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PictureBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterPanel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabPage.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutSettings.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextRenderer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripButton.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripComboBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContainer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripControlHost.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownButton.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownMenu.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripProgressBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitButton.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripStatusLabel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TrackBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs