2002-5-8 Dennis Hayes <dennish@raytek.com>
authorDennis Hayes <dennis@mono-cvs.ximian.com>
Wed, 8 May 2002 22:10:19 +0000 (22:10 -0000)
committerDennis Hayes <dennis@mono-cvs.ximian.com>
Wed, 8 May 2002 22:10:19 +0000 (22:10 -0000)
commita3a652ad58c28a372d29eb134c7891a9f31be83f
tree28cd4bead86a80df621dbd27e1fe56d32967b849
parent63155ebc1ea2f497c1b125d55e942deb777b8fae
 2002-5-8 Dennis Hayes <dennish@raytek.com>
* RichTextBoxFinds.cs
* RichTextBoxScrollBars.cs
* RichTextBoxSelectionAttribute.cs
* RichTextBoxSelectionTypes.cs
* RichTextBoxStreamType.cs
* RichTextBoxWordPunctuations.cs
* RightToLeft.cs
* ScrollBars.cs
* ScrollButton.cs
* ScrollEventType.cs
* SecurityIDType.cs
* SelectionMode.cs
* Shortcut.cs
* SizeGripStyle.cs
* SortOrder.cs
* StatusBarPanelAutoSize.cs
* StatusBarPanelBorderStyle.cs
* StatusBarPanelStyle.cs
* StructFormat.cs
* TabAlignment.cs
* TabAppearance.cs
* TabDrawMode.cs
* TabSizeMode.cs
* TickStyle.cs
* ToolBarAppearance.cs
* ToolBarButtonStyle.cs
* ToolBarTextAlign.cs
* TreeViewAction.cs
* UICues.cs
* View.cs
* Added enums.
* All System.Windows.Forms enums complete with correct values.

svn path=/trunk/mcs/; revision=4428
31 files changed:
mcs/class/System.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/RightToLeft.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBars.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollButton.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventType.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/SecurityIDType.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionMode.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/Shortcut.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/SortOrder.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/StructFormat.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TabAlignment.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TabAppearance.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TabDrawMode.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TabSizeMode.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TickStyle.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewAction.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/UICues.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/View.cs [new file with mode: 0644]