Moved TestConfiguration.cs to Npgsql.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / StandardCharCode.cs
1 // Permission is hereby granted, free of charge, to any person obtaining
2 // a copy of this software and associated documentation files (the
3 // "Software"), to deal in the Software without restriction, including
4 // without limitation the rights to use, copy, modify, merge, publish,
5 // distribute, sublicense, and/or sell copies of the Software, and to
6 // permit persons to whom the Software is furnished to do so, subject to
7 // the following conditions:
8 // 
9 // The above copyright notice and this permission notice shall be
10 // included in all copies or substantial portions of the Software.
11 // 
12 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
16 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19 //
20 // Copyright (c) 2005 Novell, Inc. (http://www.novell.com)
21 //
22 // Authors:
23 //      Peter Bartok    (pbartok@novell.com)
24 //
25 //
26
27 // COMPLETE
28
29 namespace System.Windows.Forms.RTF {
30         internal enum StandardCharCode {
31                 nothing                 = 0,
32                 space                   = 1,
33                 exclam                  = 2,
34                 quotedbl                = 3,
35                 numbersign              = 4,
36                 dollar                  = 5,
37                 percent                 = 6,
38                 ampersand               = 7,
39                 quoteright              = 8,
40                 parenleft               = 9,
41                 parenright              = 10,
42                 asterisk                = 11,
43                 plus                    = 12,
44                 comma                   = 13,
45                 hyphen                  = 14,
46                 period                  = 15,
47                 slash                   = 16,
48                 zero                    = 17,
49                 one                     = 18,
50                 two                     = 19,
51                 three                   = 20,
52                 four                    = 21,
53                 five                    = 22,
54                 six                     = 23,
55                 seven                   = 24,
56                 eight                   = 25,
57                 nine                    = 26,
58                 colon                   = 27,
59                 semicolon               = 28,
60                 less                    = 29,
61                 equal                   = 30,
62                 greater                 = 31,
63                 question                = 32,
64                 at                      = 33,
65                 A                       = 34,
66                 B                       = 35,
67                 C                       = 36,
68                 D                       = 37,
69                 E                       = 38,
70                 F                       = 39,
71                 G                       = 40,
72                 H                       = 41,
73                 I                       = 42,
74                 J                       = 43,
75                 K                       = 44,
76                 L                       = 45,
77                 M                       = 46,
78                 N                       = 47,
79                 O                       = 48,
80                 P                       = 49,
81                 Q                       = 50,
82                 R                       = 51,
83                 S                       = 52,
84                 T                       = 53,
85                 U                       = 54,
86                 V                       = 55,
87                 W                       = 56,
88                 X                       = 57,
89                 Y                       = 58,
90                 Z                       = 59,
91                 bracketleft             = 60,
92                 backslash               = 61,
93                 bracketright            = 62,
94                 asciicircum             = 63,
95                 underscore              = 64,
96                 quoteleft               = 65,
97                 a                       = 66,
98                 b                       = 67,
99                 c                       = 68,
100                 d                       = 69,
101                 e                       = 70,
102                 f                       = 71,
103                 g                       = 72,
104                 h                       = 73,
105                 i                       = 74,
106                 j                       = 75,
107                 k                       = 76,
108                 l                       = 77,
109                 m                       = 78,
110                 n                       = 79,
111                 o                       = 80,
112                 p                       = 81,
113                 q                       = 82,
114                 r                       = 83,
115                 s                       = 84,
116                 t                       = 85,
117                 u                       = 86,
118                 v                       = 87,
119                 w                       = 88,
120                 x                       = 89,
121                 y                       = 90,
122                 z                       = 91,
123                 braceleft               = 92,
124                 bar                     = 93,
125                 braceright              = 94,
126                 asciitilde              = 95,
127                 exclamdown              = 96,
128                 cent                    = 97,
129                 sterling                = 98,
130                 fraction                = 99,
131                 yen                     = 100,
132                 florin                  = 101,
133                 section                 = 102,
134                 currency                = 103,
135                 quotedblleft            = 104,
136                 guillemotleft           = 105,
137                 guilsinglleft           = 106,
138                 guilsinglright          = 107,
139                 fi                      = 108,
140                 fl                      = 109,
141                 endash                  = 110,
142                 dagger                  = 111,
143                 daggerdbl               = 112,
144                 periodcentered          = 113,
145                 paragraph               = 114,
146                 bullet                  = 115,
147                 quotesinglbase          = 116,
148                 quotedblbase            = 117,
149                 quotedblright           = 118,
150                 guillemotright          = 119,
151                 ellipsis                = 120,
152                 perthousand             = 121,
153                 questiondown            = 122,
154                 grave                   = 123,
155                 acute                   = 124,
156                 circumflex              = 125,
157                 tilde                   = 126,
158                 macron                  = 127,
159                 breve                   = 128,
160                 dotaccent               = 129,
161                 dieresis                = 130,
162                 ring                    = 131,
163                 cedilla                 = 132,
164                 hungarumlaut            = 133,
165                 ogonek                  = 134,
166                 caron                   = 135,
167                 emdash                  = 136,
168                 AE                      = 137,
169                 ordfeminine             = 138,
170                 Lslash                  = 139,
171                 Oslash                  = 140,
172                 OE                      = 141,
173                 ordmasculine            = 142,
174                 ae                      = 143,
175                 dotlessi                = 144,
176                 lslash                  = 145,
177                 oslash                  = 146,
178                 oe                      = 147,
179                 germandbls              = 148,
180                 Aacute                  = 149,
181                 Acircumflex             = 150,
182                 Adieresis               = 151,
183                 Agrave                  = 152,
184                 Aring                   = 153,
185                 Atilde                  = 154,
186                 Ccedilla                = 155,
187                 Eacute                  = 156,
188                 Ecircumflex             = 157,
189                 Edieresis               = 158,
190                 Egrave                  = 159,
191                 Eth                     = 160,
192                 Iacute                  = 161,
193                 Icircumflex             = 162,
194                 Idieresis               = 163,
195                 Igrave                  = 164,
196                 Ntilde                  = 165,
197                 Oacute                  = 166,
198                 Ocircumflex             = 167,
199                 Odieresis               = 168,
200                 Ograve                  = 169,
201                 Otilde                  = 170,
202                 Scaron                  = 171,
203                 Thorn                   = 172,
204                 Uacute                  = 173,
205                 Ucircumflex             = 174,
206                 Udieresis               = 175,
207                 Ugrave                  = 176,
208                 Yacute                  = 177,
209                 Ydieresis               = 178,
210                 aacute                  = 179,
211                 acircumflex             = 180,
212                 adieresis               = 181,
213                 agrave                  = 182,
214                 aring                   = 183,
215                 atilde                  = 184,
216                 brokenbar               = 185,
217                 ccedilla                = 186,
218                 copyright               = 187,
219                 degree                  = 188,
220                 divide                  = 189,
221                 eacute                  = 190,
222                 ecircumflex             = 191,
223                 edieresis               = 192,
224                 egrave                  = 193,
225                 eth                     = 194,
226                 iacute                  = 195,
227                 icircumflex             = 196,
228                 idieresis               = 197,
229                 igrave                  = 198,
230                 logicalnot              = 199,
231                 minus                   = 200,
232                 multiply                = 201,
233                 ntilde                  = 202,
234                 oacute                  = 203,
235                 ocircumflex             = 204,
236                 odieresis               = 205,
237                 ograve                  = 206,
238                 onehalf                 = 207,
239                 onequarter              = 208,
240                 onesuperior             = 209,
241                 otilde                  = 210,
242                 plusminus               = 211,
243                 registered              = 212,
244                 thorn                   = 213,
245                 threequarters           = 214,
246                 threesuperior           = 215,
247                 trademark               = 216,
248                 twosuperior             = 217,
249                 uacute                  = 218,
250                 ucircumflex             = 219,
251                 udieresis               = 220,
252                 ugrave                  = 221,
253                 yacute                  = 222,
254                 ydieresis               = 223,
255                 Alpha                   = 224,
256                 Beta                    = 225,
257                 Chi                     = 226,
258                 Delta                   = 227,
259                 Epsilon                 = 228,
260                 Phi                     = 229,
261                 Gamma                   = 230,
262                 Eta                     = 231,
263                 Iota                    = 232,
264                 Kappa                   = 233,
265                 Lambda                  = 234,
266                 Mu                      = 235,
267                 Nu                      = 236,
268                 Omicron                 = 237,
269                 Pi                      = 238,
270                 Theta                   = 239,
271                 Rho                     = 240,
272                 Sigma                   = 241,
273                 Tau                     = 242,
274                 Upsilon                 = 243,
275                 varUpsilon              = 244,
276                 Omega                   = 245,
277                 Xi                      = 246,
278                 Psi                     = 247,
279                 Zeta                    = 248,
280                 alpha                   = 249,
281                 beta                    = 250,
282                 chi                     = 251,
283                 delta                   = 252,
284                 epsilon                 = 253,
285                 phi                     = 254,
286                 varphi                  = 255,
287                 gamma                   = 256,
288                 eta                     = 257,
289                 iota                    = 258,
290                 kappa                   = 259,
291                 lambda                  = 260,
292                 mu                      = 261,
293                 nu                      = 262,
294                 omicron                 = 263,
295                 pi                      = 264,
296                 varpi                   = 265,
297                 theta                   = 266,
298                 vartheta                = 267,
299                 rho                     = 268,
300                 sigma                   = 269,
301                 varsigma                = 270,
302                 tau                     = 271,
303                 upsilon                 = 272,
304                 omega                   = 273,
305                 xi                      = 274,
306                 psi                     = 275,
307                 zeta                    = 276,
308                 nobrkspace              = 277,
309                 nobrkhyphen             = 278,
310                 lessequal               = 279,
311                 greaterequal            = 280,
312                 infinity                = 281,
313                 integral                = 282,
314                 notequal                = 283,
315                 radical                 = 284,
316                 radicalex               = 285,
317                 approxequal             = 286,
318                 apple                   = 287,
319                 partialdiff             = 288,
320                 opthyphen               = 289,
321                 formula                 = 290,
322                 lozenge                 = 291,
323                 universal               = 292,
324                 existential             = 293,
325                 suchthat                = 294,
326                 congruent               = 295,
327                 therefore               = 296,
328                 perpendicular           = 297,
329                 minute                  = 298,
330                 club                    = 299,
331                 diamond                 = 300,
332                 heart                   = 301,
333                 spade                   = 302,
334                 arrowboth               = 303,
335                 arrowleft               = 304,
336                 arrowup                 = 305,
337                 arrowright              = 306,
338                 arrowdown               = 307,
339                 second                  = 308,
340                 proportional            = 309,
341                 equivalence             = 310,
342                 arrowvertex             = 311,
343                 arrowhorizex            = 312,
344                 carriagereturn          = 313,
345                 aleph                   = 314,
346                 Ifraktur                = 315,
347                 Rfraktur                = 316,
348                 weierstrass             = 317,
349                 circlemultiply          = 318,
350                 circleplus              = 319,
351                 emptyset                = 320,
352                 intersection            = 321,
353                 union                   = 322,
354                 propersuperset          = 323,
355                 reflexsuperset          = 324,
356                 notsubset               = 325,
357                 propersubset            = 326,
358                 reflexsubset            = 327,
359                 element                 = 328,
360                 notelement              = 329,
361                 angle                   = 330,
362                 gradient                = 331,
363                 product                 = 332,
364                 logicaland              = 333,
365                 logicalor               = 334,
366                 arrowdblboth            = 335,
367                 arrowdblleft            = 336,
368                 arrowdblup              = 337,
369                 arrowdblright           = 338,
370                 arrowdbldown            = 339,
371                 angleleft               = 340,
372                 registersans            = 341,
373                 copyrightsans           = 342,
374                 trademarksans           = 343,
375                 angleright              = 344,
376                 mathplus                = 345,
377                 mathminus               = 346,
378                 mathasterisk            = 347,
379                 mathnumbersign          = 348,
380                 dotmath                 = 349,
381                 mathequal               = 350,
382                 mathtilde               = 351,
383
384                 MaxChar                 = 352
385         }
386 }