2002-7-1 DennisHayes <dennish@raytek.com>
authorDennis Hayes <dennis@mono-cvs.ximian.com>
Mon, 1 Jul 2002 18:51:09 +0000 (18:51 -0000)
committerDennis Hayes <dennis@mono-cvs.ximian.com>
Mon, 1 Jul 2002 18:51:09 +0000 (18:51 -0000)
commit659f675bb5e9fd96e8bbe51c4a8cf46a58261cda
treed65dc28968827ef06dd431e9366fbb4ebf5c52c2
parent89e43e95b63fe5cbb98b9ab945015ee3a27ea7f7
2002-7-1  DennisHayes <dennish@raytek.com>
* RichTextBox.cs
* SaveFileDialog.cs
* Screen.cs
* ScrollableControl.cs
* ScrollBar.cs
* ScrollEventArgs.cs
* SelectedGridItemChangedEventArgs.cs
* SelectionRange.cs
* SelectionRangeConverter.cs
* SendKeys.cs
* Splitter.cs
* SplitterEventArgs.cs
* StatusBar.cs
* StatusBarDrawItemEventArgs.cs
* StatusBarPanel.cs
* StatusBarPanelClickEventArgs.cs
* StatusBarPanelCollection.cs
* SystemInformation.cs
* TabControl.cs
* TabPage.cs
* TextBox.cs
* TextBoxBase.cs
* ThreadExceptionDialog.cs
* Implmented some stuff, fixed some stuff, monostyled some stuff, uncommented-out some stuff.

svn path=/trunk/mcs/; revision=5528
22 files changed:
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SaveFileDialog.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Screen.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBar.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventArgs.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventArgs.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionRange.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionRangeConverter.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SendKeys.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Splitter.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterEventArgs.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBar.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventArgs.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanel.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventArgs.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelCollection.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/SystemInformation.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TabControl.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TabPage.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TextBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs