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)
* 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]

index c4f3e5ede7fb75ffc1213e9e5c20d4f7f3fc4453..f54d059d44299ce7b3eedce9185271048cb0881e 100644 (file)
 * PropertySort.cs\r
 * Added some more enums. All have correct values.\r
 \r
+ 2002-5-8 Dennis Hayes <dennish@raytek.com>\r
+* RichTextBoxFinds.cs\r
+* RichTextBoxScrollBars.cs\r
+* RichTextBoxSelectionAttribute.cs\r
+* RichTextBoxSelectionTypes.cs\r
+* RichTextBoxStreamType.cs\r
+* RichTextBoxWordPunctuations.cs\r
+* RightToLeft.cs\r
+* ScrollBars.cs\r
+* ScrollButton.cs\r
+* ScrollEventType.cs\r
+* SecurityIDType.cs\r
+* SelectionMode.cs\r
+* Shortcut.cs\r
+* SizeGripStyle.cs\r
+* SortOrder.cs\r
+* StatusBarPanelAutoSize.cs\r
+* StatusBarPanelBorderStyle.cs\r
+* StatusBarPanelStyle.cs\r
+* StructFormat.cs\r
+* TabAlignment.cs\r
+* TabAppearance.cs\r
+* TabDrawMode.cs\r
+* TabSizeMode.cs\r
+* TickStyle.cs\r
+* ToolBarAppearance.cs\r
+* ToolBarButtonStyle.cs\r
+* ToolBarTextAlign.cs\r
+* TreeViewAction.cs\r
+* UICues.cs\r
+* View.cs\r
+* Added enums.\r
+* All System.Windows.Forms enums complete with correct values.\r
+\r
+\r
 \r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs
new file mode 100644 (file)
index 0000000..99792e4
--- /dev/null
@@ -0,0 +1,22 @@
+//\r
+// System.Windows.Forms.RichTextBoxFinds.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RichTextBoxFinds {\r
+               MatchCase = 4,\r
+               NoHighlight = 8,\r
+               None = 0,\r
+               Reverse = 16,\r
+               WholeWord = 2\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs
new file mode 100644 (file)
index 0000000..fd1a0a5
--- /dev/null
@@ -0,0 +1,24 @@
+//\r
+// System.Windows.Forms.RichTextBoxScrollBars.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RichTextBoxScrollBars {\r
+               Both = 3,\r
+               ForcedBoth = 19,\r
+               ForcedHorizontal = 17,\r
+               ForcedVertical = 18,\r
+               Horizontal = 1,\r
+               None = 0,\r
+               Vertical = 2\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs
new file mode 100644 (file)
index 0000000..d90dd10
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.RichTextBoxSelectionAttribute.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RichTextBoxSelectionAttribute {\r
+               All = 1,\r
+               Mixed = -1,\r
+               None = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs
new file mode 100644 (file)
index 0000000..a303115
--- /dev/null
@@ -0,0 +1,22 @@
+//\r
+// System.Windows.Forms.RichTextBoxSelectionTypes.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RichTextBoxSelectionTypes {\r
+               Empty = 0,\r
+               MultiChar = 4,\r
+               MultiObject = 8,\r
+               Object = 2,\r
+               Text = 1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs
new file mode 100644 (file)
index 0000000..949ff8d
--- /dev/null
@@ -0,0 +1,22 @@
+//\r
+// System.Windows.Forms.RichTextBoxStreamType.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RichTextBoxStreamType {\r
+               RichNoOleObjs = 2,\r
+               PlainText = 1,\r
+               RichText = 0,\r
+               TextTextOleObjs = 3,\r
+               UnicodePlainText = 4\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs
new file mode 100644 (file)
index 0000000..e310593
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.RichTextBoxWordPunctuations.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RichTextBoxWordPunctuations {\r
+               All = 896,\r
+               Custom = 512,\r
+               Level1 =128,\r
+               Level2 = 256\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/RightToLeft.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RightToLeft.cs
new file mode 100644 (file)
index 0000000..bd7b9fb
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.RightToLeft.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum RightToLeft {\r
+               Inherit = 2,\r
+               No =0,\r
+               Yes = 1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBars.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBars.cs
new file mode 100644 (file)
index 0000000..355b159
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.ScrollBars.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum ScrollBars {\r
+               Both = 3,\r
+               Horizontal = 1,\r
+               None = 0,\r
+               Vertical = 2\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollButton.cs
new file mode 100644 (file)
index 0000000..3d82228
--- /dev/null
@@ -0,0 +1,23 @@
+//\r
+// System.Windows.Forms.ScrollButton.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum ScrollButton {\r
+               Down = 1,\r
+               Left = 2,\r
+               Max = 3,\r
+               Min = 0,\r
+               Right = 3,\r
+               Up = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventType.cs
new file mode 100644 (file)
index 0000000..f40783b
--- /dev/null
@@ -0,0 +1,26 @@
+//\r
+// System.Windows.Forms.ScrollEventType.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum ScrollEventType {\r
+               EndScroll = 8,\r
+               First = 6,\r
+               LargeDecrement = 2,\r
+               LargeIncrement = 3,\r
+               Last = 7,\r
+               SmallDecrement = 0,\r
+               ThumbPosition = 4,\r
+               SmallIncrement = 1,\r
+               ThumbTrack = 5\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/SecurityIDType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SecurityIDType.cs
new file mode 100644 (file)
index 0000000..a55978c
--- /dev/null
@@ -0,0 +1,26 @@
+//\r
+// System.Windows.Forms.SecurityIDType.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum SecurityIDType {\r
+               Alias = 4,\r
+               Computer = 9,\r
+               DeletedAccount = 6,\r
+               Domain = 3,\r
+               Group = 2,\r
+               Invalid = 7,\r
+               Unknown = 8,\r
+               User = 1,\r
+               WellKnownGroup = 5\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionMode.cs
new file mode 100644 (file)
index 0000000..6685e06
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.SelectionMode.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum SelectionMode {\r
+               MultiExtended = 3,\r
+               MultiSimple = 2,\r
+               None = 0,\r
+               One = 1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/Shortcut.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Shortcut.cs
new file mode 100644 (file)
index 0000000..782b4f3
--- /dev/null
@@ -0,0 +1,167 @@
+//\r
+// System.Windows.Forms.Shortcut.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes = dennish@raytek.com,\r
+// = C, 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum Shortcut {\r
+               Alt0 = 262192,\r
+               Alt1 = 262193,\r
+               Alt2 = 262194,\r
+               Alt3 = 262195,\r
+               Alt4 = 262196,\r
+               Alt5 = 262197,\r
+               Alt6 = 262198,\r
+               Alt7 = 262199,\r
+               Alt8 = 262200,\r
+               Alt9 = 262201,\r
+               AltBksp = 262152,\r
+               AltF1 = 262256,\r
+               AltF2 = 262257,\r
+               AltF3 = 262258,\r
+               AltF4 = 262259,\r
+               AltF5 = 262260,\r
+               AltF6 = 262261,\r
+               AltF7 = 262262,\r
+               AltF8 = 262263,\r
+               AltF9 = 262264,\r
+               AltF10 = 262265,\r
+               AltF11 = 262266,\r
+               AltF12 = 262267,\r
+               Ctrl0 = 131120,\r
+               Ctrl1 = 131121,\r
+               Ctrl2 = 131122,\r
+               Ctrl3 = 131123,\r
+               Ctrl4 = 131124,\r
+               Ctrl5 = 131125,\r
+               Ctrl6 = 131126,\r
+               Ctrl7 = 131127,\r
+               Ctrl8 = 131128,\r
+               Ctrl9 = 131129,\r
+               CtrlA = 131137,\r
+               CtrlB = 131138,\r
+               CtrlC = 131139,\r
+               CtrlD = 131140,\r
+               CtrlDel = 131118,\r
+               CtrlE = 131141,\r
+               CtrlF = 131142,\r
+               CtrlF1 = 131184,\r
+               CtrlF2 = 131185,\r
+               CtrlF3 = 131186,\r
+               CtrlF4 = 131187,\r
+               CtrlF5 = 131188,\r
+               CtrlF6 = 131189,\r
+               CtrlF7 = 131190,\r
+               CtrlF8 = 131191,\r
+               CtrlF9 = 131192,\r
+               CtrlF10 = 131193,\r
+               CtrlF11 = 131194,\r
+               CtrlF12 = 131195,\r
+               CtrlG = 131143,\r
+               CtrlH = 131144,\r
+               CtrlI = 131145,\r
+               CtrlIns = 131117,\r
+               CtrlJ = 131146,\r
+               CtrlK = 131147,\r
+               CtrlL = 131148,\r
+               CtrlM = 131149,\r
+               CtrlN = 131150,\r
+               CtrlO = 131151,\r
+               CtrlP = 131152,\r
+               CtrlQ = 131153,\r
+               CtrlR = 131154,\r
+               CtrlS = 131155,\r
+               CtrlT = 131156,\r
+               CtrlU = 131157,\r
+               CtrlV = 131158,\r
+               CtrlW = 131159,\r
+               CtrlX = 131160,\r
+               CtrlY = 131161,\r
+               CtrlZ = 131162,\r
+               CtrlShift0 = 196656,\r
+               CtrlShift1 = 196657,\r
+               CtrlShift2 = 196658,\r
+               CtrlShift3 = 196659,\r
+               CtrlShift4 = 196660,\r
+               CtrlShift5 = 196661,\r
+               CtrlShift6 = 196662,\r
+               CtrlShift7 = 196663,\r
+               CtrlShift8 = 196664,\r
+               CtrlShift9 = 196665,\r
+               CtrlShiftA = 196673,\r
+               CtrlShiftB = 196674,\r
+               CtrlShiftC = 196675,\r
+               CtrlShiftD = 196676,\r
+               CtrlShiftE = 196677,\r
+               CtrlShiftF = 196678,\r
+               CtrlShiftF1 = 196720,\r
+               CtrlShiftF2 = 196721,\r
+               CtrlShiftF3 = 196722,\r
+               CtrlShiftF4 = 196723,\r
+               CtrlShiftF5 = 196724,\r
+               CtrlShiftF6 = 196725,\r
+               CtrlShiftF7 = 196726,\r
+               CtrlShiftF8 = 196727,\r
+               CtrlShiftF9 = 196728,\r
+               CtrlShiftF10 = 196729,\r
+               CtrlShiftF11 = 196730,\r
+               CtrlShiftF12 = 196731,\r
+               CtrlShiftG = 196679,\r
+               CtrlShiftH = 196680,\r
+               CtrlShiftI = 196681,\r
+               CtrlShiftJ = 196682,\r
+               CtrlShiftK = 196683,\r
+               CtrlShiftL = 196684,\r
+               CtrlShiftM = 196685,\r
+               CtrlShiftN = 196686,\r
+               CtrlShiftO = 196687,\r
+               CtrlShiftP = 196688,\r
+               CtrlShiftQ = 196689,\r
+               CtrlShiftR = 196690,\r
+               CtrlShiftS = 196691,\r
+               CtrlShiftT = 196692,\r
+               CtrlShiftU = 196693,\r
+               CtrlShiftV = 196694,\r
+               CtrlShiftW = 196695,\r
+               CtrlShiftX = 196696,\r
+               CtrlShiftY = 196697,\r
+               CtrlShiftZ = 196698,\r
+               Del = 46,\r
+               F1 = 112,\r
+               F2 = 113,\r
+               F3 = 114,\r
+               F4 = 115,\r
+               F5 = 116,\r
+               F6 = 117,\r
+               F7 = 118,\r
+               F8 = 119,\r
+               F9 = 120,\r
+               F10 = 121,\r
+               F11 = 122,\r
+               F12 = 123,\r
+               Ins = 45,\r
+               None = 0,\r
+               ShiftDel = 65582,\r
+               ShiftF1 = 65648,\r
+               ShiftF2 = 65649,\r
+               ShiftF3 = 65650,\r
+               ShiftF4 = 65651,\r
+               ShiftF5 = 65652,\r
+               ShiftF6 = 65653,\r
+               ShiftF7 = 65654,\r
+               ShiftF8 = 65655,\r
+               ShiftF9 = 65656,\r
+               ShiftF10 = 65657,\r
+               ShiftF11 = 65658,\r
+               ShiftF12 = 65659,\r
+               ShiftIns = 65581\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs
new file mode 100644 (file)
index 0000000..7883ed1
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.SizeGripStyle.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum SizeGripStyle {\r
+               Auto = 0,\r
+               Hide = 2,\r
+               Show = 1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/SortOrder.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SortOrder.cs
new file mode 100644 (file)
index 0000000..58cf0b0
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.SortOrder.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum SortOrder {\r
+               Ascending = 1,\r
+               Descending = 2,\r
+               Nonoe = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs
new file mode 100644 (file)
index 0000000..d1f02a8
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.StatusBarPanelAutoSize.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum StatusBarPanelAutoSize {\r
+               Contents = 3,\r
+               None = 1,\r
+               Spring = 2\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs
new file mode 100644 (file)
index 0000000..19eec69
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.StatusBarPanelBorderStyle.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum StatusBarPanelBorderStyle {\r
+               None = 1,\r
+               Raised = 2,\r
+               Sunken =3\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs
new file mode 100644 (file)
index 0000000..1be9857
--- /dev/null
@@ -0,0 +1,19 @@
+//\r
+// System.Windows.Forms.StatusBarPanelStyle.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum StatusBarPanelStyle {\r
+               OwnerDraw = 2,\r
+               Text =1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/StructFormat.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StructFormat.cs
new file mode 100644 (file)
index 0000000..54ebd39
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.StructFormat.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum StructFormat {\r
+               Ansi = 1,\r
+               Auto = 3,\r
+               Unicode = 2\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/TabAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabAlignment.cs
new file mode 100644 (file)
index 0000000..fb7ed7f
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.TabAlignment.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum TabAlignment {\r
+               Bottom = 1,\r
+               Left = 2,\r
+               Right = 3,\r
+               Top = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/TabAppearance.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabAppearance.cs
new file mode 100644 (file)
index 0000000..794256b
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.TabAppearance.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum TabAppearance {\r
+               Buttons = 1,\r
+               FlatButtons = 2,\r
+               Normal =0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/TabDrawMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabDrawMode.cs
new file mode 100644 (file)
index 0000000..8fde27d
--- /dev/null
@@ -0,0 +1,19 @@
+//\r
+// System.Windows.Forms.TabDrawMode.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum TabDrawMode {\r
+               Normal = 0,\r
+               OwnerDrawfixed =1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/TabSizeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabSizeMode.cs
new file mode 100644 (file)
index 0000000..54373dc
--- /dev/null
@@ -0,0 +1,20 @@
+//\r
+// System.Windows.Forms.TabSizeMode.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum TabSizeMode {\r
+               FillToRight = 1,\r
+               Fixed = 2,\r
+               Normal = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/TickStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TickStyle.cs
new file mode 100644 (file)
index 0000000..10deee9
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.TickStyle.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum TickStyle {\r
+               Both = 3,\r
+               BottemRight = 2,\r
+               none =0,\r
+               TopLeft = 1\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs
new file mode 100644 (file)
index 0000000..7400821
--- /dev/null
@@ -0,0 +1,19 @@
+//\r
+// System.Windows.Forms.ToolBarAppearance.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum ToolBarAppearance {\r
+               Flat = 1,\r
+               Normal = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs
new file mode 100644 (file)
index 0000000..954774f
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.ToolBarButtonStyle.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum ToolBarButtonStyle {\r
+               DropDownButton = 4,\r
+               PushButton = 1,\r
+               Separator = 3,\r
+               ToggleButton =2\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs
new file mode 100644 (file)
index 0000000..76d26fd
--- /dev/null
@@ -0,0 +1,19 @@
+//\r
+// System.Windows.Forms.ToolBarTextAlign.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum ToolBarTextAlign {\r
+               Right = 1,\r
+               Underneath = 0\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewAction.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewAction.cs
new file mode 100644 (file)
index 0000000..3b1d238
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.TreeViewAction.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum TreeViewAction {\r
+               ByKeyboard = 1,\r
+               ByMouse = 2,\r
+               Collapse = 3,\r
+               Expand =4\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/UICues.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UICues.cs
new file mode 100644 (file)
index 0000000..7bde1f2
--- /dev/null
@@ -0,0 +1,24 @@
+//\r
+// System.Windows.Forms.UICues.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum UICues {\r
+               Changed = 12,\r
+               ChangeFocus = 4,\r
+               ChangeKeyboard = 8,\r
+               None = 0,\r
+               ShowFocus = 1,\r
+               ShowKeyboard = 2,\r
+               Shown = 3\r
+       }\r
+}\r
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/View.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/View.cs
new file mode 100644 (file)
index 0000000..14a1ccd
--- /dev/null
@@ -0,0 +1,21 @@
+//\r
+// System.Windows.Forms.View.cs\r
+//\r
+// Author:\r
+//   Dennis Hayes (dennish@raytek.com)\r
+// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using System;\r
+\r
+namespace System.Windows.Forms {\r
+\r
+       /// <summary>\r
+       /// </summary>\r
+       public enum View {\r
+               Details = 1,\r
+               LargeIcon = 0,\r
+               List = 3,\r
+               SmallIcon = 2\r
+       }\r
+}\r