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.

751 lines
22 KiB

  1. *CodePage: 1252
  2. *ModelName: "EPSON LASER EPL-N2000H"
  3. *MasterUnits: PAIR(1200, 1200)
  4. *ResourceDLL: "EPAGERES.DLL"
  5. *PrinterType: PAGE
  6. *MaxCopies: 255
  7. *PrintRate: 20
  8. *PrintRateUnit: PPM
  9. *FontCartSlots: 2
  10. *rcInstalledOptionNameID: =RC_STR_OPTION_ON
  11. *rcNotInstalledOptionNameID: =RC_STR_OPTION_OFF
  12. *Feature: Orientation
  13. {
  14. *rcNameID: =ORIENTATION_DISPLAY
  15. *DefaultOption: PORTRAIT
  16. *Option: PORTRAIT
  17. {
  18. *rcNameID: =PORTRAIT_DISPLAY
  19. *Command: CmdSelect
  20. {
  21. *Order: DOC_SETUP.30
  22. *Cmd: "<1D>0poE"
  23. }
  24. }
  25. *Option: LANDSCAPE_CC90
  26. {
  27. *rcNameID: =LANDSCAPE_DISPLAY
  28. *Command: CmdSelect
  29. {
  30. *Order: DOC_SETUP.30
  31. *Cmd: "<1D>1poE"
  32. }
  33. }
  34. }
  35. *Feature: InputBin
  36. {
  37. *rcNameID: =PAPER_SOURCE_DISPLAY
  38. *DefaultOption: AUTOSEL
  39. *Option: AUTOSEL
  40. {
  41. *rcNameID: =RC_STR_AUTOSEL
  42. *Command: CmdSelect
  43. {
  44. *Order: DOC_SETUP.50
  45. *Cmd: "<1D>0;0iuE"
  46. }
  47. }
  48. *Option: CST1
  49. {
  50. *rcNameID: =RC_STR_CST1
  51. *Command: CmdSelect
  52. {
  53. *Order: DOC_SETUP.50
  54. *Cmd: "<1D>2;1iuE"
  55. }
  56. }
  57. *Option: CST2
  58. {
  59. *rcNameID: =RC_STR_CST2
  60. *Installable?: TRUE
  61. *rcInstallableFeatureNameID: =RC_STR_CST2
  62. *Command: CmdSelect
  63. {
  64. *Order: DOC_SETUP.50
  65. *Cmd: "<1D>3;1iuE"
  66. }
  67. }
  68. *Option: FTRAY
  69. {
  70. *rcNameID: =RC_STR_FTRAY
  71. *Command: CmdSelect
  72. {
  73. *Order: DOC_SETUP.50
  74. *Cmd: "<1D>1;1iuE"
  75. }
  76. }
  77. }
  78. *Feature: MediaType
  79. {
  80. *rcNameID: =MEDIA_TYPE_DISPLAY
  81. *DefaultOption: STANDARD
  82. *Option: STANDARD
  83. {
  84. *rcNameID: =PLAIN_PAPER_DISPLAY
  85. *Command: CmdSelect
  86. {
  87. *Order: JOB_SETUP.3
  88. *Cmd: =CMD_EJL_NORMAL
  89. }
  90. }
  91. *Option: TRANSPARENCY
  92. {
  93. *rcNameID: =TRANSPARENCY_DISPLAY
  94. *Command: CmdSelect
  95. {
  96. *Order: JOB_SETUP.3
  97. *Cmd: =CMD_EJL_OHP
  98. }
  99. }
  100. *Option: THICK
  101. {
  102. *rcNameID: =RC_STR_THICK
  103. *Command: CmdSelect
  104. {
  105. *Order: JOB_SETUP.3
  106. *Cmd: =CMD_EJL_THICK
  107. }
  108. }
  109. *Option: THIN
  110. {
  111. *rcNameID: =RC_STR_THIN
  112. *Command: CmdSelect
  113. {
  114. *Order: JOB_SETUP.3
  115. *Cmd: =CMD_EJL_THIN
  116. }
  117. }
  118. }
  119. *Feature: StartDocFin
  120. {
  121. *Name: ""
  122. *ConcealFromUI?: TRUE
  123. *DefaultOption: Option1
  124. *Option: Option1
  125. {
  126. *Name: ""
  127. *Command: CmdSelect
  128. {
  129. *Order: JOB_SETUP.10
  130. *Cmd: =CMD_EJL_END =CMD_STARTDOC_FIN_H
  131. }
  132. }
  133. }
  134. *Feature: Resolution
  135. {
  136. *rcNameID: =RESOLUTION_DISPLAY
  137. *DefaultOption: 600dpi
  138. *Option: 300dpi
  139. {
  140. *Name: "300 x 300 dots per inch"
  141. *DPI: PAIR(300, 300)
  142. *TextDPI: PAIR(300, 300)
  143. *MinStripBlankPixels: 32
  144. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  145. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  146. *SpotDiameter: 100
  147. *Command: CmdSendBlockData { *Cmd : "<1D>" %d{NumOfDataBytes }";" %d{(RasterDataWidthInBytes * 8) }";" %d{RasterDataHeightInPixels }
  148. + ";0bi{I" }
  149. *Command: CmdSelect
  150. {
  151. *Order: DOC_SETUP.20
  152. *Cmd: "<1D>0;300;300drE<1D>1;300;300drE<1D>2;300;300drE"
  153. }
  154. }
  155. *Option: 600dpi
  156. {
  157. *Name: "600 x 600 dots per inch"
  158. *DPI: PAIR(600, 600)
  159. *TextDPI: PAIR(600, 600)
  160. *MinStripBlankPixels: 32
  161. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  162. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  163. *SpotDiameter: 100
  164. *Command: CmdSendBlockData { *Cmd : "<1D>" %d{NumOfDataBytes }";" %d{(RasterDataWidthInBytes * 8) }";" %d{RasterDataHeightInPixels }
  165. + ";0bi{I" }
  166. *Command: CmdSelect
  167. {
  168. *Order: DOC_SETUP.20
  169. *Cmd: "<1D>0;600;600drE<1D>1;600;600drE<1D>2;600;600drE"
  170. }
  171. }
  172. }
  173. *Feature: PaperSize
  174. {
  175. *rcNameID: =PAPER_SIZE_DISPLAY
  176. *DefaultOption: A4
  177. *Option: A3
  178. {
  179. *InsertBlock: =BM_PS_A3
  180. }
  181. *Option: A4
  182. {
  183. *InsertBlock: =BM_PS_A4
  184. }
  185. *Option: A5
  186. {
  187. *InsertBlock: =BM_PS_A5
  188. }
  189. *Option: B5
  190. {
  191. *InsertBlock: =BM_PS_B5
  192. }
  193. *Option: LETTER
  194. {
  195. *InsertBlock: =BM_PS_LT
  196. }
  197. *Option: HLT
  198. {
  199. *InsertBlock: =BM_PS_HLT
  200. }
  201. *Option: LEGAL
  202. {
  203. *InsertBlock: =BM_PS_LGL
  204. }
  205. *Option: EXECUTIVE
  206. {
  207. *InsertBlock: =BM_PS_EXE
  208. }
  209. *Option: GLG
  210. {
  211. *InsertBlock: =BM_PS_GLG
  212. }
  213. *Option: GLT
  214. {
  215. *InsertBlock: =BM_PS_GLT
  216. }
  217. *Option: F4
  218. {
  219. *InsertBlock: =BM_PS_F4
  220. }
  221. *Option: ENV_MONARCH
  222. {
  223. *InsertBlock: =BM_PS_MON
  224. }
  225. *Option: C10
  226. {
  227. *InsertBlock: =BM_PS_C10
  228. }
  229. *Option: ENV_10
  230. {
  231. *InsertBlock: =BM_PS_E10
  232. }
  233. *Option: ENV_DL
  234. {
  235. *InsertBlock: =BM_PS_DL
  236. }
  237. *Option: ENV_C5
  238. {
  239. *InsertBlock: =BM_PS_C5
  240. }
  241. *Option: TABLOID
  242. {
  243. *InsertBlock: =BM_PS_TBLD
  244. }
  245. *Option: B4
  246. {
  247. *InsertBlock: =BM_PS_B4
  248. }
  249. *Option: CUSTOMSIZE
  250. {
  251. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  252. *MinSize: PAIR(4648, 6600)
  253. *MaxSize: PAIR(14032, 20400)
  254. *MaxPrintableWidth: 14032
  255. *InsertBlock: =BM_PSB_CTM
  256. }
  257. *Option: A3P
  258. {
  259. *InsertBlock: =BM_PS_A3P
  260. }
  261. }
  262. *Feature: Halftone
  263. {
  264. *rcNameID: =HALFTONING_DISPLAY
  265. *DefaultOption: HT_PATSIZE_AUTO
  266. *Option: HT_PATSIZE_AUTO
  267. {
  268. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  269. }
  270. *Option: HT_PATSIZE_SUPERCELL_M
  271. {
  272. *rcNameID: =HT_SUPERCELL_DISPLAY
  273. }
  274. *Option: HT_PATSIZE_6x6_M
  275. {
  276. *rcNameID: =HT_DITHER6X6_DISPLAY
  277. }
  278. *Option: HT_PATSIZE_8x8_M
  279. {
  280. *rcNameID: =HT_DITHER8X8_DISPLAY
  281. }
  282. }
  283. *Feature: RectFill
  284. {
  285. *rcNameID: =RC_STR_RECTFILL
  286. *FeatureType: DOC_PROPERTY
  287. *DefaultOption: Enabled
  288. *Option: Enabled
  289. {
  290. *rcNameID: =RC_STR_ENABLED
  291. *Command: CmdSelect
  292. {
  293. *Order: DOC_SETUP.999
  294. *Cmd: ""
  295. }
  296. }
  297. *Option: Disabled
  298. {
  299. *rcNameID: =RC_STR_DISABLED
  300. *Command: CmdSelect
  301. {
  302. *Order: DOC_SETUP.999
  303. *Cmd: ""
  304. }
  305. }
  306. }
  307. *Feature: Memory
  308. {
  309. *rcNameID: =PRINTER_MEMORY_DISPLAY
  310. *DefaultOption: 6144KB
  311. *Option: 6144KB
  312. {
  313. *Name: "6MB"
  314. *MemoryConfigKB: PAIR(6144, 598)
  315. }
  316. *Option: 7168KB
  317. {
  318. *Name: "7MB"
  319. *MemoryConfigKB: PAIR(7168, 900)
  320. }
  321. *Option: 8192KB
  322. {
  323. *Name: "8MB"
  324. *MemoryConfigKB: PAIR(8192, 1201)
  325. }
  326. *Option: 9216KB
  327. {
  328. *Name: "9MB"
  329. *MemoryConfigKB: PAIR(9216, 1502)
  330. }
  331. *Option: 10240KB
  332. {
  333. *Name: "10MB"
  334. *MemoryConfigKB: PAIR(10240, 1600)
  335. }
  336. *Option: 11264KB
  337. {
  338. *Name: "11MB"
  339. *MemoryConfigKB: PAIR(11264, 1600)
  340. }
  341. *Option: 12288KB
  342. {
  343. *Name: "12MB"
  344. *MemoryConfigKB: PAIR(12288, 1600)
  345. }
  346. *Option: 14336KB
  347. {
  348. *Name: "14MB"
  349. *MemoryConfigKB: PAIR(14336, 1600)
  350. }
  351. *Option: 15360KB
  352. {
  353. *Name: "15MB"
  354. *MemoryConfigKB: PAIR(15360, 1600)
  355. }
  356. *Option: 16384KB
  357. {
  358. *Name: "16MB"
  359. *MemoryConfigKB: PAIR(16384, 1600)
  360. }
  361. *Option: 18432KB
  362. {
  363. *Name: "18MB"
  364. *MemoryConfigKB: PAIR(18432, 1600)
  365. }
  366. *Option: 22528KB
  367. {
  368. *Name: "22MB"
  369. *MemoryConfigKB: PAIR(22528, 1600)
  370. }
  371. *Option: 23552KB
  372. {
  373. *Name: "23MB"
  374. *MemoryConfigKB: PAIR(23552, 1600)
  375. }
  376. *Option: 24576KB
  377. {
  378. *Name: "24MB"
  379. *MemoryConfigKB: PAIR(24576, 1600)
  380. }
  381. *Option: 26624KB
  382. {
  383. *Name: "26MB"
  384. *MemoryConfigKB: PAIR(26624, 1600)
  385. }
  386. *Option: 30720KB
  387. {
  388. *Name: "30MB"
  389. *MemoryConfigKB: PAIR(30720, 1600)
  390. }
  391. *Option: 38912KB
  392. {
  393. *Name: "38MB"
  394. *MemoryConfigKB: PAIR(38912, 1600)
  395. }
  396. *Option: 39936KB
  397. {
  398. *Name: "39MB"
  399. *MemoryConfigKB: PAIR(39936, 1600)
  400. }
  401. *Option: 40960KB
  402. {
  403. *Name: "40MB"
  404. *MemoryConfigKB: PAIR(40960, 1600)
  405. }
  406. *Option: 43008KB
  407. {
  408. *Name: "42MB"
  409. *MemoryConfigKB: PAIR(43008, 1600)
  410. }
  411. *Option: 47104KB
  412. {
  413. *Name: "46MB"
  414. *MemoryConfigKB: PAIR(47104, 1600)
  415. }
  416. *Option: 55296KB
  417. {
  418. *Name: "54MB"
  419. *MemoryConfigKB: PAIR(55296, 1600)
  420. }
  421. *Option: 71680KB
  422. {
  423. *Name: "70MB"
  424. *MemoryConfigKB: PAIR(71680, 1600)
  425. }
  426. }
  427. *Feature: DuplexUnit
  428. {
  429. *FeatureType: PRINTER_PROPERTY
  430. *rcNameID: =RC_STR_DUPLEXUNIT
  431. *DefaultOption: NotInstalled
  432. *Option: NotInstalled
  433. {
  434. *rcNameID: =RC_STR_OPTION_OFF
  435. *DisabledFeatures: LIST(Duplex)
  436. *Constraints: LIST(Duplex.VERTICAL,Duplex.HORIZONTAL)
  437. }
  438. *Option: Installed
  439. {
  440. *rcNameID: =RC_STR_OPTION_ON
  441. }
  442. }
  443. *Feature: Duplex
  444. {
  445. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  446. *DefaultOption: NONE
  447. *Option: NONE
  448. {
  449. *rcNameID: =NONE_DISPLAY
  450. *Command: CmdSelect
  451. {
  452. *Order: PAGE_SETUP.8
  453. *Cmd: "<1D>0sdE"
  454. }
  455. }
  456. *Option: VERTICAL
  457. {
  458. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  459. *Command: CmdSelect
  460. {
  461. *Order: PAGE_SETUP.9
  462. *Cmd: "<1D>1sdE<1D>0bdE"
  463. }
  464. }
  465. *Option: HORIZONTAL
  466. {
  467. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  468. *Command: CmdSelect
  469. {
  470. *Order: PAGE_SETUP.9
  471. *Cmd: "<1D>1sdE<1D>1bdE"
  472. }
  473. }
  474. }
  475. *InvalidCombination: LIST(PaperSize.A4, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  476. *InvalidCombination: LIST(PaperSize.A4, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  477. *InvalidCombination: LIST(PaperSize.A4, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  478. *InvalidCombination: LIST(PaperSize.A4, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  479. *InvalidCombination: LIST(PaperSize.LETTER, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  480. *InvalidCombination: LIST(PaperSize.LETTER, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  481. *InvalidCombination: LIST(PaperSize.LETTER, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  482. *InvalidCombination: LIST(PaperSize.LETTER, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  483. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  484. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  485. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  486. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  487. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.8192KB, Duplex.VERTICAL)
  488. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.8192KB, Duplex.HORIZONTAL)
  489. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.9216KB, Duplex.VERTICAL)
  490. *InvalidCombination: LIST(PaperSize.LEGAL, Resolution.600dpi, Memory.9216KB, Duplex.HORIZONTAL)
  491. *InvalidCombination: LIST(PaperSize.GLG, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  492. *InvalidCombination: LIST(PaperSize.GLG, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  493. *InvalidCombination: LIST(PaperSize.GLG, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  494. *InvalidCombination: LIST(PaperSize.GLG, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  495. *InvalidCombination: LIST(PaperSize.GLG, Resolution.600dpi, Memory.8192KB, Duplex.VERTICAL)
  496. *InvalidCombination: LIST(PaperSize.GLG, Resolution.600dpi, Memory.8192KB, Duplex.HORIZONTAL)
  497. *InvalidCombination: LIST(PaperSize.GLT, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  498. *InvalidCombination: LIST(PaperSize.GLT, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  499. *InvalidCombination: LIST(PaperSize.F4, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  500. *InvalidCombination: LIST(PaperSize.F4, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  501. *InvalidCombination: LIST(PaperSize.F4, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  502. *InvalidCombination: LIST(PaperSize.F4, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  503. *InvalidCombination: LIST(PaperSize.F4, Resolution.600dpi, Memory.8192KB, Duplex.VERTICAL)
  504. *InvalidCombination: LIST(PaperSize.F4, Resolution.600dpi, Memory.8192KB, Duplex.HORIZONTAL)
  505. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.6144KB)
  506. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.7168KB)
  507. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.8192KB, Duplex.VERTICAL)
  508. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.8192KB, Duplex.HORIZONTAL)
  509. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.9216KB, Duplex.VERTICAL)
  510. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.9216KB, Duplex.HORIZONTAL)
  511. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.10240KB, Duplex.VERTICAL)
  512. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.10240KB, Duplex.HORIZONTAL)
  513. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.11264KB, Duplex.VERTICAL)
  514. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.11264KB, Duplex.HORIZONTAL)
  515. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.12288KB, Duplex.VERTICAL)
  516. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.12288KB, Duplex.HORIZONTAL)
  517. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.14336KB, Duplex.VERTICAL)
  518. *InvalidCombination: LIST(PaperSize.A3, Resolution.600dpi, Memory.14336KB, Duplex.HORIZONTAL)
  519. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.6144KB)
  520. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  521. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  522. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.8192KB, Duplex.VERTICAL)
  523. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.8192KB, Duplex.HORIZONTAL)
  524. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.9216KB, Duplex.VERTICAL)
  525. *InvalidCombination: LIST(PaperSize.TABLOID, Resolution.600dpi, Memory.9216KB, Duplex.HORIZONTAL)
  526. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.6144KB, Duplex.VERTICAL)
  527. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.6144KB, Duplex.HORIZONTAL)
  528. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.7168KB, Duplex.VERTICAL)
  529. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.7168KB, Duplex.HORIZONTAL)
  530. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.8192KB, Duplex.VERTICAL)
  531. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.8192KB, Duplex.HORIZONTAL)
  532. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.9216KB, Duplex.VERTICAL)
  533. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.9216KB, Duplex.HORIZONTAL)
  534. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.10240KB, Duplex.VERTICAL)
  535. *InvalidCombination: LIST(PaperSize.B4, Resolution.600dpi, Memory.10240KB, Duplex.HORIZONTAL)
  536. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.6144KB)
  537. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.7168KB)
  538. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.8192KB)
  539. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.9216KB)
  540. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.10240KB, Duplex.VERTICAL)
  541. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.10240KB, Duplex.HORIZONTAL)
  542. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.11264KB, Duplex.VERTICAL)
  543. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.11264KB, Duplex.HORIZONTAL)
  544. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.12288KB, Duplex.VERTICAL)
  545. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.12288KB, Duplex.HORIZONTAL)
  546. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.14336KB, Duplex.VERTICAL)
  547. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.14336KB, Duplex.HORIZONTAL)
  548. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.16384KB, Duplex.VERTICAL)
  549. *InvalidCombination: LIST(PaperSize.A3P, Resolution.600dpi, Memory.16384KB, Duplex.HORIZONTAL)
  550. *Command: CmdStartJob
  551. {
  552. *Order: JOB_SETUP.1
  553. *CallbackID: =SET_LCID_H
  554. }
  555. *Command: CmdStartDoc
  556. {
  557. *Order: JOB_SETUP.1
  558. *Cmd: =CMD_STARTDOC_INI_H =CMD_EJL_SET =CMD_EJL_DEF =CMD_EJL_FINE
  559. }
  560. *Command: CmdStartPage
  561. {
  562. *Order: PAGE_SETUP.1
  563. *Cmd: "<1D>1alfP<1D>1affP<1D>0;0;0clfP<1D>0X<1D>0Y"
  564. }
  565. *Command: CmdEndJob
  566. {
  567. *Order: JOB_FINISH.1
  568. *Cmd: "<1D>rhE<1B01>@EJL <0A1B01>@EJL <0A>"
  569. }
  570. *Command: CmdCopies
  571. {
  572. *Order: PAGE_SETUP.7
  573. *Cmd: "<1D>"%d[1,255]{NumOfCopies}"coO"
  574. }
  575. *RotateCoordinate?: TRUE
  576. *RotateRaster?: TRUE
  577. *RotateFont?: TRUE
  578. *TextCaps: LIST(TC_CR_90,TC_SF_X_YINDEP,TC_SA_INTEGER,TC_SA_CONTIN,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE)
  579. *MemoryUsage: LIST(FONT)
  580. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  581. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  582. *YMoveAttributes: LIST(SEND_CR_FIRST)
  583. *XMoveThreshold: 0
  584. *YMoveThreshold: 0
  585. *XMoveUnit: 600
  586. *YMoveUnit: 600
  587. *Command: CmdXMoveAbsolute { *Cmd : "<1D>" %d{(DestX / 2) }"X" }
  588. *Command: CmdXMoveRelRight { *Cmd : "<1D>" %d{(DestXRel / 2) }"H" }
  589. *Command: CmdXMoveRelLeft { *Cmd : "<1D>-" %d{(DestXRel / 2) }"H" }
  590. *Command: CmdYMoveAbsolute { *Cmd : "<1D>" %d{(DestY / 2) }"Y" }
  591. *Command: CmdYMoveRelDown { *Cmd : "<1D>" %d{(DestYRel / 2) }"V" }
  592. *Command: CmdYMoveRelUp { *Cmd : "<1D>-" %d{(DestYRel / 2) }"V" }
  593. *Command: CmdCR { *Cmd : "<0D>" }
  594. *Command: CmdLF { *Cmd : "<0A>" }
  595. *Command: CmdFF { *Cmd : "<0C>" }
  596. *Command: CmdBackSpace { *Cmd : "<08>" }
  597. *Command: CmdPushCursor { *Cmd : "<1D>1ppP" }
  598. *Command: CmdPopCursor { *Cmd : "<1D>2ppP" }
  599. *Command: CmdSetSimpleRotation
  600. {
  601. *CallbackID: =TEXT_PRN_DIRECTION
  602. *Params: LIST(PrintDirInCCDegrees)
  603. }
  604. *EjectPageWithFF?: TRUE
  605. *Command: CmdEnableFE_RLE { *Cmd : "<1D>1bcI" }
  606. *Command: CmdDisableCompression { *Cmd : "<1D>0bcI" }
  607. *OutputDataFormat: H_BYTE
  608. *OptimizeLeftBound?: TRUE
  609. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  610. *CursorYAfterSendBlockData: NO_MOVE
  611. *DefaultFont: =RC_FONT_MYUNGH
  612. *DefaultCTT: 0
  613. *CharPosition: BASELINE
  614. *DeviceFonts: LIST(=RC_FONT_ROMAN,=RC_FONT_SANSRF,=RC_FONT_COURIER,=RC_FONT_COURIERI,
  615. + =RC_FONT_COURIERB,=RC_FONT_COURIERZ,=RC_FONT_SYMBOL,
  616. + =RC_FONT_DUTCH,=RC_FONT_DUTCHI,=RC_FONT_DUTCHB,=RC_FONT_DUTCHZ,
  617. + =RC_FONT_SWISS,=RC_FONT_SWISSI,=RC_FONT_SWISSB,=RC_FONT_SWISSZ,
  618. + =RC_FONT_MOREWB,
  619. + =RC_FONT_MYUNGH,=RC_FONT_MYUNGHV,=RC_FONT_MYUNGHB,=RC_FONT_MYUNGHBV,
  620. + =RC_FONT_GOTHIH,=RC_FONT_GOTHIHV,=RC_FONT_GOTHIHB,=RC_FONT_GOTHIHBV,
  621. + =RC_FONT_DINARH,=RC_FONT_DINARHV,=RC_FONT_DINARHB,=RC_FONT_DINARHBV,
  622. + =RC_FONT_GUNGH,=RC_FONT_GUNGHV,=RC_FONT_GUNGHB,=RC_FONT_GUNGHBV,
  623. + =RC_FONT_SAMMUH,=RC_FONT_SAMMUHV,=RC_FONT_SAMMUHB,=RC_FONT_SAMMUHBV)
  624. *FontCartridge: FC1
  625. {
  626. *rcCartridgeNameID: =RC_STR_PLYTCH
  627. *Fonts: LIST(=RC_FONT_PILGIH,=RC_FONT_PILGIHV,=RC_FONT_PILGIHB,=RC_FONT_PILGIHBV,
  628. + =RC_FONT_YETCHH,=RC_FONT_YETCHHV,=RC_FONT_YETCHHB,=RC_FONT_YETCHHBV)
  629. }
  630. *TTFS: Arial
  631. {
  632. *rcTTFontNameID: =RC_TTF_ARIAL
  633. *rcDevFontNameID: =RC_DF_SWISS721
  634. }
  635. *TTFS: CourierNew
  636. {
  637. *rcTTFontNameID: =RC_TTF_COURIERNEW
  638. *rcDevFontNameID: =RC_DF_COURIER
  639. }
  640. *TTFS: Symbol
  641. {
  642. *rcTTFontNameID: =RC_TTF_SYMBOL
  643. *rcDevFontNameID: =RC_DF_SYMBOLIC
  644. }
  645. *TTFS: TimesNewRoman
  646. {
  647. *rcTTFontNameID: =RC_TTF_TIMESNR
  648. *rcDevFontNameID: =RC_DF_DUTCH801
  649. }
  650. *TTFS: Wingdings
  651. {
  652. *rcTTFontNameID: =RC_TTF_WINGDINGS
  653. *rcDevFontNameID: =RC_DF_MOREWINGBATS
  654. }
  655. *TTFSEnabled?: =TTFS_ENABLED
  656. *MinFontID: =DOWNLOAD_MIN_FONT_ID
  657. *MaxFontID: =DOWNLOAD_MAX_FONT_ID
  658. *MaxNumDownFonts: =DOWNLOAD_MAX_FONTS
  659. *MinGlyphID: =DOWNLOAD_MIN_GLYPH_ID
  660. *MaxGlyphID: =DOWNLOAD_MAX_GLYPH_ID
  661. *FontFormat: OEM_CALLBACK
  662. *Command: CmdSelectFontID
  663. {
  664. *CallbackID: =DOWNLOAD_SELECT_FONT_ID
  665. *Params: LIST(CurrentFontID)
  666. }
  667. *Command: CmdSetFontID
  668. {
  669. *CallbackID: =DOWNLOAD_SET_FONT_ID
  670. *Params: LIST(CurrentFontID)
  671. }
  672. *Command: CmdSetCharCode
  673. {
  674. *CallbackID: =DOWNLOAD_SET_CHAR_CODE
  675. *Params: LIST(NextGlyph)
  676. }
  677. *Command: CmdDeleteFont
  678. {
  679. *CallbackID: =DOWNLOAD_DELETE_FONT
  680. *Params: LIST(CurrentFontID)
  681. }
  682. *Command: CmdBoldOn
  683. {
  684. *CallbackID: =TEXT_BOLD
  685. *Params: LIST(FontBold)
  686. }
  687. *Command: CmdBoldOff
  688. {
  689. *CallbackID: =TEXT_BOLD
  690. *Params: LIST(FontBold)
  691. }
  692. *Command: CmdItalicOn
  693. {
  694. *CallbackID: =TEXT_ITALIC
  695. *Params: LIST(FontItalic)
  696. }
  697. *Command: CmdItalicOff
  698. {
  699. *CallbackID: =TEXT_ITALIC
  700. *Params: LIST(FontItalic)
  701. }
  702. *Command: CmdUnderlineOn { *Cmd : "<1D>0;2rpI<1D>1ulC" }
  703. *Command: CmdUnderlineOff { *Cmd : "<1D>0ulC" }
  704. *Command: CmdWhiteTextOn { *Cmd : "<1D>1;0;0spE<1D>1owE<1D>1tsE" }
  705. *Command: CmdWhiteTextOff { *Cmd : "<1D>1;0;100spE<1D>0owE<1D>0tsE" }
  706. *Command: CmdSelectWhiteBrush { *Cmd : "<1D>1;0;0spE<1D>1owE<1D>1tsE" }
  707. *Command: CmdSelectBlackBrush { *Cmd : "<1D>1;0;100spE<1D>0owE<1D>0tsE" }
  708. *Command: CmdSelectSingleByteMode
  709. {
  710. *CallbackID: =TEXT_SINGLE_BYTE
  711. *Params: LIST(FontBold,FontItalic)
  712. }
  713. *Command: CmdSelectDoubleByteMode
  714. {
  715. *CallbackID: =TEXT_DOUBLE_BYTE
  716. *Params: LIST(FontBold,FontItalic)
  717. }
  718. *Command: CmdVerticalPrintingOn
  719. {
  720. *CallbackID: =TEXT_VERTICAL
  721. }
  722. *Command: CmdVerticalPrintingOff
  723. {
  724. *CallbackID: =TEXT_HORIZONTAL
  725. }
  726. *% Vector Printing / Rectangle Fill
  727. *switch: RectFill
  728. {
  729. *case: Enabled
  730. {
  731. *InsertBlock: =BM_RECTFILL
  732. }
  733. *case: Disabled
  734. {
  735. *% Nothing
  736. }
  737. }