2002-12-6 DennisHayes <dennish@raytek.com>
authorDennis Hayes <dennis@mono-cvs.ximian.com>
Sat, 7 Dec 2002 03:15:13 +0000 (03:15 -0000)
committerDennis Hayes <dennis@mono-cvs.ximian.com>
Sat, 7 Dec 2002 03:15:13 +0000 (03:15 -0000)
commit8b221af2ca77ff60ab2470fe8a2165a1c089a51b
treeea65f1f09b81c5e8d15a8d204816a05fb918acb3
parentc77b63d3f5ef20f8f520279e8801468685875066
  2002-12-6  DennisHayes <dennish@raytek.com>

* checkin for Alexandre Pigolkine (pigolkine@gmx.de)
* Form.cs
* Menu.cs
* MenuItem.cs

* Implmentation

    2002-12-6  DennisHayes <dennish@raytek.com>

* Control.cs
* Form.cs
* MonthCalendar.cs
* Screen.cs
* SelectionRange.cs
* SelectionRangeConverter.cs
* TabPage.cs
* TextBox.cs
* Timer.cs
* ToolBarButton.cs
* TrackBar.cs
* UpDownBase.cs
* UserControl.cs
* tooltip.cs

svn path=/trunk/mcs/; revision=9415
17 files changed:
mcs/class/System.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/System.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Menu.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/MenuItem.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/MonthCalendar.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Screen.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/TabPage.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TextBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Timer.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButton.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TrackBar.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownBase.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/UserControl.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/tooltip.cs