* UnsafeNativeMethods.cs: added IEnumVariant interface,
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / SizeGripStyle.cs
index 7883ed129155c16be30222e4ff4ffea7824d7088..5fc664afc80e5ce74bb30d73f1c4ba38a0096d60 100644 (file)
@@ -1,20 +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
+//
+// System.Windows.Forms.SizeGripStyle.cs
+//
+// Author:
+//   Dennis Hayes (dennish@raytek.com)
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+
+namespace System.Windows.Forms {
+
+       /// <summary>
+       /// </summary>
+       public enum SizeGripStyle {
+               Auto = 0,
+               Hide = 2,
+               Show = 1
+       }
+}