* Dennis Hayes <dennish@raytek.com>
authorDennis Hayes <dennis@mono-cvs.ximian.com>
Mon, 6 May 2002 22:22:16 +0000 (22:22 -0000)
committerDennis Hayes <dennis@mono-cvs.ximian.com>
Mon, 6 May 2002 22:22:16 +0000 (22:22 -0000)
commit7af2cda1d7a0d933afa94f361797589623257ab0
treee5d354cb7e5d0555ff61da80eba34a1b938055ce
parenta1697c9d308f8235441fc1d89e24b4029741ae0f
* Dennis Hayes <dennish@raytek.com>
* Added enums
*  GridItemType.cs
*  HelpNavigator.cs
*  HorizontalAlignment.cs
*  ImeMode.cs
*  ItemActivation.cs
*  ItemBoundsPortion.cs
*  Keys.cs
* All correct execpt for Keys.cs which is missing a half dozen
* duplicate entries that need correcting.

svn path=/trunk/mcs/; revision=4351
mcs/class/System.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/System.Windows.Forms/System.Windows.Forms/GridItemType.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/HelpNavigator.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/HorizontalAlignment.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ImeMode.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ItemActivation.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/Keys.cs [new file with mode: 0644]