Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

425 lines
11 KiB

  1. /* @(#)CM_VerSion xcf_sstr.h atm08 1.2 16248.eco sum= 48232 atm08.003 */
  2. /***********************************************************************/
  3. /* */
  4. /* Copyright 1990-1995 Adobe Systems Incorporated. */
  5. /* All rights reserved. */
  6. /* */
  7. /* Patents Pending */
  8. /* */
  9. /* NOTICE: All information contained herein is the property of Adobe */
  10. /* Systems Incorporated. Many of the intellectual and technical */
  11. /* concepts contained herein are proprietary to Adobe, are protected */
  12. /* as trade secrets, and are made available only to Adobe licensees */
  13. /* for their internal use. Any reproduction or dissemination of this */
  14. /* software is strictly forbidden unless prior written permission is */
  15. /* obtained from Adobe. */
  16. /* */
  17. /* PostScript and Display PostScript are trademarks of Adobe Systems */
  18. /* Incorporated or its subsidiaries and may be registered in certain */
  19. /* jurisdictions. */
  20. /* */
  21. /***********************************************************************
  22. * SCCS Id: %W%
  23. * Changed: %G% %U%
  24. ***********************************************************************/
  25. /*
  26. * Standard string id table aggregate initializer.
  27. */
  28. #ifndef STDSTR_H
  29. #define STDSTR_H
  30. /* 0 */ ".notdef",
  31. /* 1 */ "space",
  32. /* 2 */ "exclam",
  33. /* 3 */ "quotedbl",
  34. /* 4 */ "numbersign",
  35. /* 5 */ "dollar",
  36. /* 6 */ "percent",
  37. /* 7 */ "ampersand",
  38. /* 8 */ "quoteright",
  39. /* 9 */ "parenleft",
  40. /* 10 */ "parenright",
  41. /* 11 */ "asterisk",
  42. /* 12 */ "plus",
  43. /* 13 */ "comma",
  44. /* 14 */ "hyphen",
  45. /* 15 */ "period",
  46. /* 16 */ "slash",
  47. /* 17 */ "zero",
  48. /* 18 */ "one",
  49. /* 19 */ "two",
  50. /* 20 */ "three",
  51. /* 21 */ "four",
  52. /* 22 */ "five",
  53. /* 23 */ "six",
  54. /* 24 */ "seven",
  55. /* 25 */ "eight",
  56. /* 26 */ "nine",
  57. /* 27 */ "colon",
  58. /* 28 */ "semicolon",
  59. /* 29 */ "less",
  60. /* 30 */ "equal",
  61. /* 31 */ "greater",
  62. /* 32 */ "question",
  63. /* 33 */ "at",
  64. /* 34 */ "A",
  65. /* 35 */ "B",
  66. /* 36 */ "C",
  67. /* 37 */ "D",
  68. /* 38 */ "E",
  69. /* 39 */ "F",
  70. /* 40 */ "G",
  71. /* 41 */ "H",
  72. /* 42 */ "I",
  73. /* 43 */ "J",
  74. /* 44 */ "K",
  75. /* 45 */ "L",
  76. /* 46 */ "M",
  77. /* 47 */ "N",
  78. /* 48 */ "O",
  79. /* 49 */ "P",
  80. /* 50 */ "Q",
  81. /* 51 */ "R",
  82. /* 52 */ "S",
  83. /* 53 */ "T",
  84. /* 54 */ "U",
  85. /* 55 */ "V",
  86. /* 56 */ "W",
  87. /* 57 */ "X",
  88. /* 58 */ "Y",
  89. /* 59 */ "Z",
  90. /* 60 */ "bracketleft",
  91. /* 61 */ "backslash",
  92. /* 62 */ "bracketright",
  93. /* 63 */ "asciicircum",
  94. /* 64 */ "underscore",
  95. /* 65 */ "quoteleft",
  96. /* 66 */ "a",
  97. /* 67 */ "b",
  98. /* 68 */ "c",
  99. /* 69 */ "d",
  100. /* 70 */ "e",
  101. /* 71 */ "f",
  102. /* 72 */ "g",
  103. /* 73 */ "h",
  104. /* 74 */ "i",
  105. /* 75 */ "j",
  106. /* 76 */ "k",
  107. /* 77 */ "l",
  108. /* 78 */ "m",
  109. /* 79 */ "n",
  110. /* 80 */ "o",
  111. /* 81 */ "p",
  112. /* 82 */ "q",
  113. /* 83 */ "r",
  114. /* 84 */ "s",
  115. /* 85 */ "t",
  116. /* 86 */ "u",
  117. /* 87 */ "v",
  118. /* 88 */ "w",
  119. /* 89 */ "x",
  120. /* 90 */ "y",
  121. /* 91 */ "z",
  122. /* 92 */ "braceleft",
  123. /* 93 */ "bar",
  124. /* 94 */ "braceright",
  125. /* 95 */ "asciitilde",
  126. /* 96 */ "exclamdown",
  127. /* 97 */ "cent",
  128. /* 98 */ "sterling",
  129. /* 99 */ "fraction",
  130. /* 100 */ "yen",
  131. /* 101 */ "florin",
  132. /* 102 */ "section",
  133. /* 103 */ "currency",
  134. /* 104 */ "quotesingle",
  135. /* 105 */ "quotedblleft",
  136. /* 106 */ "guillemotleft",
  137. /* 107 */ "guilsinglleft",
  138. /* 108 */ "guilsinglright",
  139. /* 109 */ "fi",
  140. /* 110 */ "fl",
  141. /* 111 */ "endash",
  142. /* 112 */ "dagger",
  143. /* 113 */ "daggerdbl",
  144. /* 114 */ "periodcentered",
  145. /* 115 */ "paragraph",
  146. /* 116 */ "bullet",
  147. /* 117 */ "quotesinglbase",
  148. /* 118 */ "quotedblbase",
  149. /* 119 */ "quotedblright",
  150. /* 120 */ "guillemotright",
  151. /* 121 */ "ellipsis",
  152. /* 122 */ "perthousand",
  153. /* 123 */ "questiondown",
  154. /* 124 */ "grave",
  155. /* 125 */ "acute",
  156. /* 126 */ "circumflex",
  157. /* 127 */ "tilde",
  158. /* 128 */ "macron",
  159. /* 129 */ "breve",
  160. /* 130 */ "dotaccent",
  161. /* 131 */ "dieresis",
  162. /* 132 */ "ring",
  163. /* 133 */ "cedilla",
  164. /* 134 */ "hungarumlaut",
  165. /* 135 */ "ogonek",
  166. /* 136 */ "caron",
  167. /* 137 */ "emdash",
  168. /* 138 */ "AE",
  169. /* 139 */ "ordfeminine",
  170. /* 140 */ "Lslash",
  171. /* 141 */ "Oslash",
  172. /* 142 */ "OE",
  173. /* 143 */ "ordmasculine",
  174. /* 144 */ "ae",
  175. /* 145 */ "dotlessi",
  176. /* 146 */ "lslash",
  177. /* 147 */ "oslash",
  178. /* 148 */ "oe",
  179. /* 149 */ "germandbls",
  180. /* 150 */ "onesuperior",
  181. /* 151 */ "logicalnot",
  182. /* 152 */ "mu",
  183. /* 153 */ "trademark",
  184. /* 154 */ "Eth",
  185. /* 155 */ "onehalf",
  186. /* 156 */ "plusminus",
  187. /* 157 */ "Thorn",
  188. /* 158 */ "onequarter",
  189. /* 159 */ "divide",
  190. /* 160 */ "brokenbar",
  191. /* 161 */ "degree",
  192. /* 162 */ "thorn",
  193. /* 163 */ "threequarters",
  194. /* 164 */ "twosuperior",
  195. /* 165 */ "registered",
  196. /* 166 */ "minus",
  197. /* 167 */ "eth",
  198. /* 168 */ "multiply",
  199. /* 169 */ "threesuperior",
  200. /* 170 */ "copyright",
  201. /* 171 */ "Aacute",
  202. /* 172 */ "Acircumflex",
  203. /* 173 */ "Adieresis",
  204. /* 174 */ "Agrave",
  205. /* 175 */ "Aring",
  206. /* 176 */ "Atilde",
  207. /* 177 */ "Ccedilla",
  208. /* 178 */ "Eacute",
  209. /* 179 */ "Ecircumflex",
  210. /* 180 */ "Edieresis",
  211. /* 181 */ "Egrave",
  212. /* 182 */ "Iacute",
  213. /* 183 */ "Icircumflex",
  214. /* 184 */ "Idieresis",
  215. /* 185 */ "Igrave",
  216. /* 186 */ "Ntilde",
  217. /* 187 */ "Oacute",
  218. /* 188 */ "Ocircumflex",
  219. /* 189 */ "Odieresis",
  220. /* 190 */ "Ograve",
  221. /* 191 */ "Otilde",
  222. /* 192 */ "Scaron",
  223. /* 193 */ "Uacute",
  224. /* 194 */ "Ucircumflex",
  225. /* 195 */ "Udieresis",
  226. /* 196 */ "Ugrave",
  227. /* 197 */ "Yacute",
  228. /* 198 */ "Ydieresis",
  229. /* 199 */ "Zcaron",
  230. /* 200 */ "aacute",
  231. /* 201 */ "acircumflex",
  232. /* 202 */ "adieresis",
  233. /* 203 */ "agrave",
  234. /* 204 */ "aring",
  235. /* 205 */ "atilde",
  236. /* 206 */ "ccedilla",
  237. /* 207 */ "eacute",
  238. /* 208 */ "ecircumflex",
  239. /* 209 */ "edieresis",
  240. /* 210 */ "egrave",
  241. /* 211 */ "iacute",
  242. /* 212 */ "icircumflex",
  243. /* 213 */ "idieresis",
  244. /* 214 */ "igrave",
  245. /* 215 */ "ntilde",
  246. /* 216 */ "oacute",
  247. /* 217 */ "ocircumflex",
  248. /* 218 */ "odieresis",
  249. /* 219 */ "ograve",
  250. /* 220 */ "otilde",
  251. /* 221 */ "scaron",
  252. /* 222 */ "uacute",
  253. /* 223 */ "ucircumflex",
  254. /* 224 */ "udieresis",
  255. /* 225 */ "ugrave",
  256. /* 226 */ "yacute",
  257. /* 227 */ "ydieresis",
  258. /* 228 */ "zcaron",
  259. /* 229 */ "exclamsmall",
  260. /* 230 */ "Hungarumlautsmall",
  261. /* 231 */ "dollaroldstyle",
  262. /* 232 */ "dollarsuperior",
  263. /* 233 */ "ampersandsmall",
  264. /* 234 */ "Acutesmall",
  265. /* 235 */ "parenleftsuperior",
  266. /* 236 */ "parenrightsuperior",
  267. /* 237 */ "twodotenleader",
  268. /* 238 */ "onedotenleader",
  269. /* 239 */ "zerooldstyle",
  270. /* 240 */ "oneoldstyle",
  271. /* 241 */ "twooldstyle",
  272. /* 242 */ "threeoldstyle",
  273. /* 243 */ "fouroldstyle",
  274. /* 244 */ "fiveoldstyle",
  275. /* 245 */ "sixoldstyle",
  276. /* 246 */ "sevenoldstyle",
  277. /* 247 */ "eightoldstyle",
  278. /* 248 */ "nineoldstyle",
  279. /* 249 */ "commasuperior",
  280. /* 250 */ "threequartersemdash",
  281. /* 251 */ "periodsuperior",
  282. /* 252 */ "questionsmall",
  283. /* 253 */ "asuperior",
  284. /* 254 */ "bsuperior",
  285. /* 255 */ "centsuperior",
  286. /* 256 */ "dsuperior",
  287. /* 257 */ "esuperior",
  288. /* 258 */ "isuperior",
  289. /* 259 */ "lsuperior",
  290. /* 260 */ "msuperior",
  291. /* 261 */ "nsuperior",
  292. /* 262 */ "osuperior",
  293. /* 263 */ "rsuperior",
  294. /* 264 */ "ssuperior",
  295. /* 265 */ "tsuperior",
  296. /* 266 */ "ff",
  297. /* 267 */ "ffi",
  298. /* 268 */ "ffl",
  299. /* 269 */ "parenleftinferior",
  300. /* 270 */ "parenrightinferior",
  301. /* 271 */ "Circumflexsmall",
  302. /* 272 */ "hyphensuperior",
  303. /* 273 */ "Gravesmall",
  304. /* 274 */ "Asmall",
  305. /* 275 */ "Bsmall",
  306. /* 276 */ "Csmall",
  307. /* 277 */ "Dsmall",
  308. /* 278 */ "Esmall",
  309. /* 279 */ "Fsmall",
  310. /* 280 */ "Gsmall",
  311. /* 281 */ "Hsmall",
  312. /* 282 */ "Ismall",
  313. /* 283 */ "Jsmall",
  314. /* 284 */ "Ksmall",
  315. /* 285 */ "Lsmall",
  316. /* 286 */ "Msmall",
  317. /* 287 */ "Nsmall",
  318. /* 288 */ "Osmall",
  319. /* 289 */ "Psmall",
  320. /* 290 */ "Qsmall",
  321. /* 291 */ "Rsmall",
  322. /* 292 */ "Ssmall",
  323. /* 293 */ "Tsmall",
  324. /* 294 */ "Usmall",
  325. /* 295 */ "Vsmall",
  326. /* 296 */ "Wsmall",
  327. /* 297 */ "Xsmall",
  328. /* 298 */ "Ysmall",
  329. /* 299 */ "Zsmall",
  330. /* 300 */ "colonmonetary",
  331. /* 301 */ "onefitted",
  332. /* 302 */ "rupiah",
  333. /* 303 */ "Tildesmall",
  334. /* 304 */ "exclamdownsmall",
  335. /* 305 */ "centoldstyle",
  336. /* 306 */ "Lslashsmall",
  337. /* 307 */ "Scaronsmall",
  338. /* 308 */ "Zcaronsmall",
  339. /* 309 */ "Dieresissmall",
  340. /* 310 */ "Brevesmall",
  341. /* 311 */ "Caronsmall",
  342. /* 312 */ "Dotaccentsmall",
  343. /* 313 */ "Macronsmall",
  344. /* 314 */ "figuredash",
  345. /* 315 */ "hypheninferior",
  346. /* 316 */ "Ogoneksmall",
  347. /* 317 */ "Ringsmall",
  348. /* 318 */ "Cedillasmall",
  349. /* 319 */ "questiondownsmall",
  350. /* 320 */ "oneeighth",
  351. /* 321 */ "threeeighths",
  352. /* 322 */ "fiveeighths",
  353. /* 323 */ "seveneighths",
  354. /* 324 */ "onethird",
  355. /* 325 */ "twothirds",
  356. /* 326 */ "zerosuperior",
  357. /* 327 */ "foursuperior",
  358. /* 328 */ "fivesuperior",
  359. /* 329 */ "sixsuperior",
  360. /* 330 */ "sevensuperior",
  361. /* 331 */ "eightsuperior",
  362. /* 332 */ "ninesuperior",
  363. /* 333 */ "zeroinferior",
  364. /* 334 */ "oneinferior",
  365. /* 335 */ "twoinferior",
  366. /* 336 */ "threeinferior",
  367. /* 337 */ "fourinferior",
  368. /* 338 */ "fiveinferior",
  369. /* 339 */ "sixinferior",
  370. /* 340 */ "seveninferior",
  371. /* 341 */ "eightinferior",
  372. /* 342 */ "nineinferior",
  373. /* 343 */ "centinferior",
  374. /* 344 */ "dollarinferior",
  375. /* 345 */ "periodinferior",
  376. /* 346 */ "commainferior",
  377. /* 347 */ "Agravesmall",
  378. /* 348 */ "Aacutesmall",
  379. /* 349 */ "Acircumflexsmall",
  380. /* 350 */ "Atildesmall",
  381. /* 351 */ "Adieresissmall",
  382. /* 352 */ "Aringsmall",
  383. /* 353 */ "AEsmall",
  384. /* 354 */ "Ccedillasmall",
  385. /* 355 */ "Egravesmall",
  386. /* 356 */ "Eacutesmall",
  387. /* 357 */ "Ecircumflexsmall",
  388. /* 358 */ "Edieresissmall",
  389. /* 359 */ "Igravesmall",
  390. /* 360 */ "Iacutesmall",
  391. /* 361 */ "Icircumflexsmall",
  392. /* 362 */ "Idieresissmall",
  393. /* 363 */ "Ethsmall",
  394. /* 364 */ "Ntildesmall",
  395. /* 365 */ "Ogravesmall",
  396. /* 366 */ "Oacutesmall",
  397. /* 367 */ "Ocircumflexsmall",
  398. /* 368 */ "Otildesmall",
  399. /* 369 */ "Odieresissmall",
  400. /* 370 */ "OEsmall",
  401. /* 371 */ "Oslashsmall",
  402. /* 372 */ "Ugravesmall",
  403. /* 373 */ "Uacutesmall",
  404. /* 374 */ "Ucircumflexsmall",
  405. /* 375 */ "Udieresissmall",
  406. /* 376 */ "Yacutesmall",
  407. /* 377 */ "Thornsmall",
  408. /* 378 */ "Ydieresissmall",
  409. /* 379 */ "001.000",
  410. /* 380 */ "001.001",
  411. /* 381 */ "001.002",
  412. /* 382 */ "001.003",
  413. /* 383 */ "Black",
  414. /* 384 */ "Bold",
  415. /* 385 */ "Book",
  416. /* 386 */ "Light",
  417. /* 387 */ "Medium",
  418. /* 388 */ "Regular",
  419. /* 389 */ "Roman",
  420. /* 390 */ "Semibold",
  421. #endif /* STDSTR_H */