- Splitter added
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Mon, 27 Dec 2004 17:25:21 +0000 (17:25 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Mon, 27 Dec 2004 17:25:21 +0000 (17:25 -0000)
commit2412486138c834ad3115d066a6aa95cd0d088986
tree5389b80aef8c442c9b807d963cbdca285d09bae3
parent0ac131e0a3f38fa8f1ca61dd44e8963dbd72ae18
- Splitter added
- TextBox added
- Various empty classes added to allow switch to MWF

svn path=/trunk/mcs/; revision=38106
21 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDialog.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CommonDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridLineStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridParentRowsLabelStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTableStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialog.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FontDialog.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridColumnStylesCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridTableStylesCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/IComponentEditorPageSite.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpenFileDialog.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs