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.

932 lines
24 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *Include: "StdNames.gpd"
  7. *GPDFileVersion: "1.0"
  8. *GPDFileName: "cnl66a1j.gpd"
  9. *CodePage: 1252
  10. *ModelName: "Canon CP660-A1 LIPS4"
  11. *MasterUnits: PAIR(600, 600)
  12. *ResourceDLL: "cnl4jres.dll"
  13. *PrinterType: SERIAL
  14. *PrintRate: 24
  15. *PrintRateUnit: PPM
  16. *MaxCopies: 255
  17. *Feature: Orientation
  18. {
  19. *rcNameID: =ORIENTATION_DISPLAY
  20. *DefaultOption: PORTRAIT
  21. *Option: PORTRAIT
  22. {
  23. *rcNameID: =PORTRAIT_DISPLAY
  24. *Command: CmdSelect
  25. {
  26. *Order: PAGE_SETUP.15
  27. *CallbackID: 2
  28. *% Error: you must check if this command callback requires any parameters!
  29. }
  30. }
  31. *Option: LANDSCAPE_CC90
  32. {
  33. *rcNameID: =LANDSCAPE_DISPLAY
  34. *Command: CmdSelect
  35. {
  36. *Order: PAGE_SETUP.15
  37. *CallbackID: 3
  38. *% Error: you must check if this command callback requires any parameters!
  39. }
  40. }
  41. }
  42. *Feature: InputBin
  43. {
  44. *rcNameID: =PAPER_SOURCE_DISPLAY
  45. *DefaultOption: AUTO
  46. *Option: AUTO
  47. {
  48. *rcNameID: =AUTO_DISPLAY
  49. *Command: CmdSelect
  50. {
  51. *Order: DOC_SETUP.12
  52. *CallbackID: 450
  53. }
  54. }
  55. *Option: MANUAL
  56. {
  57. *rcNameID: 265
  58. *OptionID: 265
  59. *Command: CmdSelect
  60. {
  61. *Order: DOC_SETUP.12
  62. *CallbackID: 459
  63. }
  64. }
  65. *Option: CASSETTE1
  66. {
  67. *rcNameID: 351
  68. *OptionID: 351
  69. *Command: CmdSelect
  70. {
  71. *Order: DOC_SETUP.12
  72. *CallbackID: 451
  73. }
  74. }
  75. *Option: CASSETTE2
  76. {
  77. *rcNameID: 352
  78. *OptionID: 352
  79. *Command: CmdSelect
  80. {
  81. *Order: DOC_SETUP.12
  82. *CallbackID: 452
  83. }
  84. }
  85. }
  86. *Feature: Resolution
  87. {
  88. *rcNameID: =RESOLUTION_DISPLAY
  89. *DefaultOption: Option1
  90. *Option: Option1
  91. {
  92. *Name: "600 x 600 " =DOTS_PER_INCH
  93. *DPI: PAIR(600, 600)
  94. *TextDPI: PAIR(600, 600)
  95. *MinStripBlankPixels: 32
  96. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  97. EXTERN_GLOBAL: *LookAheadRegion: 1
  98. *SpotDiameter: 100
  99. *Command: CmdSendBlockData
  100. {
  101. *CallbackID: 7
  102. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  103. }
  104. *Command: CmdSelect
  105. {
  106. *Order: JOB_SETUP.1
  107. *CallbackID: 8
  108. *% Error: you must check if this command callback requires any parameters!
  109. }
  110. }
  111. *Option: Option2
  112. {
  113. *Name: "300 x 300 dots per inch"
  114. *DPI: PAIR(300, 300)
  115. *TextDPI: PAIR(300, 300)
  116. *MinStripBlankPixels: 32
  117. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  118. EXTERN_GLOBAL: *LookAheadRegion: 2
  119. *SpotDiameter: 100
  120. *Command: CmdSendBlockData
  121. {
  122. *CallbackID: 7
  123. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  124. }
  125. *Command: CmdSelect
  126. {
  127. *Order: JOB_SETUP.1
  128. *CallbackID: 9
  129. *% Error: you must check if this command callback requires any parameters!
  130. }
  131. }
  132. }
  133. *Feature: PaperSize
  134. {
  135. *rcNameID: =PAPER_SIZE_DISPLAY
  136. *DefaultOption: A4
  137. *Option: A3
  138. {
  139. *rcNameID: =A3_DISPLAY
  140. *switch: Orientation
  141. {
  142. *case: PORTRAIT
  143. {
  144. *PrintableArea: PAIR(6772, 9684)
  145. *PrintableOrigin: PAIR(120, 120)
  146. *CursorOrigin: PAIR(120, 120)
  147. *Command: CmdSelect
  148. {
  149. *Order: DOC_SETUP.2
  150. *CallbackID: 42
  151. }
  152. }
  153. *case: LANDSCAPE_CC90
  154. {
  155. *PrintableArea: PAIR(6772, 9684)
  156. *PrintableOrigin: PAIR(120, 120)
  157. *CursorOrigin: PAIR(120, 9804)
  158. *Command: CmdSelect
  159. {
  160. *Order: DOC_SETUP.2
  161. *CallbackID: 43
  162. }
  163. }
  164. }
  165. }
  166. *Option: A4
  167. {
  168. *rcNameID: =A4_DISPLAY
  169. *switch: Orientation
  170. {
  171. *case: PORTRAIT
  172. {
  173. *PrintableArea: PAIR(4720, 6772)
  174. *PrintableOrigin: PAIR(120, 192)
  175. *CursorOrigin: PAIR(120, 192)
  176. *Command: CmdSelect
  177. {
  178. *Order: DOC_SETUP.2
  179. *CallbackID: 44
  180. }
  181. }
  182. *case: LANDSCAPE_CC90
  183. {
  184. *PrintableArea: PAIR(4720, 6772)
  185. *PrintableOrigin: PAIR(120, 192)
  186. *CursorOrigin: PAIR(120, 6964)
  187. *Command: CmdSelect
  188. {
  189. *Order: DOC_SETUP.2
  190. *CallbackID: 45
  191. }
  192. }
  193. }
  194. }
  195. *Option: A5
  196. {
  197. *rcNameID: =A5_DISPLAY
  198. *switch: Orientation
  199. {
  200. *case: PORTRAIT
  201. {
  202. *PrintableArea: PAIR(3256, 4722)
  203. *PrintableOrigin: PAIR(120, 120)
  204. *CursorOrigin: PAIR(120, 120)
  205. *Command: CmdSelect
  206. {
  207. *Order: DOC_SETUP.2
  208. *CallbackID: 46
  209. }
  210. }
  211. *case: LANDSCAPE_CC90
  212. {
  213. *PrintableArea: PAIR(3256, 4722)
  214. *PrintableOrigin: PAIR(120, 120)
  215. *CursorOrigin: PAIR(120, 4842)
  216. *Command: CmdSelect
  217. {
  218. *Order: DOC_SETUP.2
  219. *CallbackID: 47
  220. }
  221. }
  222. }
  223. }
  224. *Option: B5
  225. {
  226. *rcNameID: =B5_DISPLAY
  227. *switch: Orientation
  228. {
  229. *case: PORTRAIT
  230. {
  231. *PrintableArea: PAIR(4060, 5830)
  232. *PrintableOrigin: PAIR(120, 192)
  233. *CursorOrigin: PAIR(120, 192)
  234. *Command: CmdSelect
  235. {
  236. *Order: DOC_SETUP.2
  237. *CallbackID: 52
  238. }
  239. }
  240. *case: LANDSCAPE_CC90
  241. {
  242. *PrintableArea: PAIR(4060, 5830)
  243. *PrintableOrigin: PAIR(120, 192)
  244. *CursorOrigin: PAIR(120, 6022)
  245. *Command: CmdSelect
  246. {
  247. *Order: DOC_SETUP.2
  248. *CallbackID: 53
  249. }
  250. }
  251. }
  252. }
  253. *Option: B4
  254. {
  255. *rcNameID: =B4_DISPLAY
  256. *switch: Orientation
  257. {
  258. *case: PORTRAIT
  259. {
  260. *PrintableArea: PAIR(5830, 8358)
  261. *PrintableOrigin: PAIR(120, 120)
  262. *CursorOrigin: PAIR(120, 120)
  263. *Command: CmdSelect
  264. {
  265. *Order: DOC_SETUP.2
  266. *CallbackID: 50
  267. }
  268. }
  269. *case: LANDSCAPE_CC90
  270. {
  271. *PrintableArea: PAIR(5830, 8358)
  272. *PrintableOrigin: PAIR(120, 120)
  273. *CursorOrigin: PAIR(120, 8478)
  274. *Command: CmdSelect
  275. {
  276. *Order: DOC_SETUP.2
  277. *CallbackID: 51
  278. }
  279. }
  280. }
  281. }
  282. *Option: LETTER
  283. {
  284. *rcNameID: =LETTER_DISPLAY
  285. *switch: Orientation
  286. {
  287. *case: PORTRAIT
  288. {
  289. *PrintableArea: PAIR(4858, 6358)
  290. *PrintableOrigin: PAIR(120, 192)
  291. *CursorOrigin: PAIR(120, 192)
  292. *Command: CmdSelect
  293. {
  294. *Order: DOC_SETUP.2
  295. *CallbackID: 56
  296. }
  297. }
  298. *case: LANDSCAPE_CC90
  299. {
  300. *PrintableArea: PAIR(4858, 6358)
  301. *PrintableOrigin: PAIR(120, 192)
  302. *CursorOrigin: PAIR(120, 6550)
  303. *Command: CmdSelect
  304. {
  305. *Order: DOC_SETUP.2
  306. *CallbackID: 57
  307. }
  308. }
  309. }
  310. }
  311. *Option: LEGAL
  312. {
  313. *rcNameID: =LEGAL_DISPLAY
  314. *switch: Orientation
  315. {
  316. *case: PORTRAIT
  317. {
  318. *PrintableArea: PAIR(4858, 8158)
  319. *PrintableOrigin: PAIR(120, 192)
  320. *CursorOrigin: PAIR(120, 192)
  321. *Command: CmdSelect
  322. {
  323. *Order: DOC_SETUP.2
  324. *CallbackID: 58
  325. }
  326. }
  327. *case: LANDSCAPE_CC90
  328. {
  329. *PrintableArea: PAIR(4858, 8158)
  330. *PrintableOrigin: PAIR(120, 192)
  331. *CursorOrigin: PAIR(120, 8350)
  332. *Command: CmdSelect
  333. {
  334. *Order: DOC_SETUP.2
  335. *CallbackID: 59
  336. }
  337. }
  338. }
  339. }
  340. *Option: TABLOID
  341. {
  342. *rcNameID: =TABLOID_DISPLAY
  343. *switch: Orientation
  344. {
  345. *case: PORTRAIT
  346. {
  347. *PrintableArea: PAIR(6358, 9960)
  348. *PrintableOrigin: PAIR(120, 120)
  349. *CursorOrigin: PAIR(120, 120)
  350. *Command: CmdSelect
  351. {
  352. *Order: DOC_SETUP.2
  353. *CallbackID: 60
  354. }
  355. }
  356. *case: LANDSCAPE_CC90
  357. {
  358. *PrintableArea: PAIR(6358, 9960)
  359. *PrintableOrigin: PAIR(120, 120)
  360. *CursorOrigin: PAIR(120, 10080)
  361. *Command: CmdSelect
  362. {
  363. *Order: DOC_SETUP.2
  364. *CallbackID: 61
  365. }
  366. }
  367. }
  368. }
  369. *Option: EXECUTIVE
  370. {
  371. *rcNameID: =EXECUTIVE_DISPLAY
  372. *switch: Orientation
  373. {
  374. *case: PORTRAIT
  375. {
  376. *PrintableArea: PAIR(4108, 6060)
  377. *PrintableOrigin: PAIR(120, 120)
  378. *CursorOrigin: PAIR(120, 120)
  379. *Command: CmdSelect
  380. {
  381. *Order: DOC_SETUP.2
  382. *CallbackID: 62
  383. }
  384. }
  385. *case: LANDSCAPE_CC90
  386. {
  387. *PrintableArea: PAIR(4108, 6060)
  388. *PrintableOrigin: PAIR(120, 120)
  389. *CursorOrigin: PAIR(120, 6180)
  390. *Command: CmdSelect
  391. {
  392. *Order: DOC_SETUP.2
  393. *CallbackID: 63
  394. }
  395. }
  396. }
  397. }
  398. *Option: JENV_YOU4
  399. {
  400. *rcNameID: =JENV_YOU4_DISPLAY
  401. *switch: Orientation
  402. {
  403. *case: PORTRAIT
  404. {
  405. *PrintableArea: PAIR(1994, 5070)
  406. *PrintableOrigin: PAIR(240, 240)
  407. *CursorOrigin: PAIR(240, 240)
  408. *Command: CmdSelect
  409. {
  410. *Order: DOC_SETUP.2
  411. *CallbackID: 64
  412. }
  413. }
  414. *case: LANDSCAPE_CC90
  415. {
  416. *PrintableArea: PAIR(1994, 5070)
  417. *PrintableOrigin: PAIR(240, 240)
  418. *CursorOrigin: PAIR(240, 5310)
  419. *Command: CmdSelect
  420. {
  421. *Order: DOC_SETUP.2
  422. *CallbackID: 65
  423. }
  424. }
  425. }
  426. }
  427. *Option: CUSTOMSIZE
  428. {
  429. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  430. *MinSize: PAIR(2360, 2360)
  431. *MaxSize: PAIR(7014, 10200)
  432. *MaxPrintableWidth: 7014
  433. *MinLeftMargin: 120
  434. *CenterPrintable?: FALSE
  435. *switch: Orientation
  436. {
  437. *case: PORTRAIT
  438. {
  439. *CustCursorOriginX: %d{120}
  440. *CustCursorOriginY: %d{120}
  441. *CustPrintableOriginX: %d{120}
  442. *CustPrintableOriginY: %d{120}
  443. *CustPrintableSizeX: %d{PhysPaperWidth - 240}
  444. *CustPrintableSizeY: %d{PhysPaperLength - 240}
  445. *Command: CmdSelect
  446. {
  447. *Order: DOC_SETUP.2
  448. *CallbackID: 40
  449. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  450. }
  451. }
  452. *case: LANDSCAPE_CC90
  453. {
  454. *CustCursorOriginX: %d{120}
  455. *CustCursorOriginY: %d{PhysPaperLength - 120}
  456. *CustPrintableOriginX: %d{120}
  457. *CustPrintableOriginY: %d{120}
  458. *CustPrintableSizeX: %d{PhysPaperWidth - 240}
  459. *CustPrintableSizeY: %d{PhysPaperLength - 240}
  460. *Command: CmdSelect
  461. {
  462. *Order: DOC_SETUP.2
  463. *CallbackID: 41
  464. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  465. }
  466. }
  467. }
  468. }
  469. }
  470. *Feature: PrintQuality
  471. {
  472. *rcNameID: =TEXT_QUALITY_DISPLAY
  473. *DefaultOption: Option1
  474. *Option: Option1
  475. {
  476. *rcNameID: 267
  477. }
  478. *Option: Option2
  479. {
  480. *rcNameID: 268
  481. *Command: CmdSelect
  482. {
  483. *Order: JOB_SETUP.3
  484. *CallbackID: 72
  485. *% Error: you must check if this command callback requires any parameters!
  486. }
  487. }
  488. *Option: Option3
  489. {
  490. *rcNameID: 269
  491. *Command: CmdSelect
  492. {
  493. *Order: JOB_SETUP.3
  494. *CallbackID: 73
  495. *% Error: you must check if this command callback requires any parameters!
  496. }
  497. }
  498. }
  499. *Feature: ImageControl
  500. {
  501. *rcNameID: =IMAGECONTROL_DISPLAY
  502. *DefaultOption: Option1
  503. *Option: Option1
  504. {
  505. *rcNameID: 278
  506. }
  507. *Option: Option2
  508. {
  509. *rcNameID: 279
  510. *Command: CmdSelect
  511. {
  512. *Order: JOB_SETUP.4
  513. *CallbackID: 76
  514. *% Error: you must check if this command callback requires any parameters!
  515. }
  516. }
  517. *Option: Option3
  518. {
  519. *rcNameID: 280
  520. *Command: CmdSelect
  521. {
  522. *Order: JOB_SETUP.4
  523. *CallbackID: 77
  524. *% Error: you must check if this command callback requires any parameters!
  525. }
  526. }
  527. }
  528. *Feature: PrintDensity
  529. {
  530. *rcNameID: =PRINTDENSITY_DISPLAY
  531. *DefaultOption: Option1
  532. *Option: Option1
  533. {
  534. *rcNameID: 281
  535. }
  536. *Option: Option2
  537. {
  538. *rcNameID: 282
  539. *Command: CmdSelect
  540. {
  541. *Order: JOB_SETUP.5
  542. *CallbackID: 74
  543. *% Error: you must check if this command callback requires any parameters!
  544. }
  545. }
  546. *Option: Option3
  547. {
  548. *rcNameID: 283
  549. *Command: CmdSelect
  550. {
  551. *Order: JOB_SETUP.5
  552. *CallbackID: 75
  553. *% Error: you must check if this command callback requires any parameters!
  554. }
  555. }
  556. }
  557. *Feature: ColorMode
  558. {
  559. *rcNameID: =COLOR_PRINTING_MODE_DISPLAY
  560. *DefaultOption: 8bpp
  561. *Option: Mono
  562. {
  563. *rcNameID: =MONO_DISPLAY
  564. *DevNumOfPlanes: 1
  565. *DevBPP: 1
  566. *Color? : FALSE
  567. }
  568. *Option: 8bpp
  569. {
  570. *rcNameID: =8BPP_DISPLAY
  571. *DevNumOfPlanes: 1
  572. *DevBPP: 8
  573. *DrvBPP: 8
  574. *PaletteSize: 256
  575. *PaletteProgrammable? : TRUE
  576. *Command: CmdBeginPaletteDef
  577. {
  578. *Order: PAGE_SETUP.16
  579. *Cmd: "^00"
  580. }
  581. *Command: CmdEndPaletteDef { *Cmd: "<1E>" }
  582. *Command: CmdDefinePaletteEntry { *Cmd : %n[0,1000]{((RedValue * 200) / 51) } %n[0,1000]{((GreenValue * 200) / 51) } %n[0,1000]{((BlueValue * 200) / 51) } }
  583. *Command: CmdBeginPaletteReDef { *Cmd: "^0" }
  584. *Command: CmdEndPaletteReDef { *Cmd: "<1E>" }
  585. *Command: CmdReDefinePaletteEntry { *Cmd : %n{PaletteIndexToProgram} %n[0,1000]{((RedValue * 200) / 51) } %n[0,1000]{((GreenValue * 200) / 51) } %n[0,1000]{((BlueValue * 200) / 51) } }
  586. *Command: CmdSelectPaletteEntry
  587. {
  588. *CallbackID: 368
  589. *Params: LIST(CurrentPaletteIndex)
  590. }
  591. *Command: CmdSelect
  592. {
  593. *Order: JOB_SETUP.6
  594. *CallbackID: 202
  595. }
  596. }
  597. *Option: 24bpp
  598. {
  599. *rcNameID: =24BPP_DISPLAY
  600. *DevNumOfPlanes: 1
  601. *DevBPP: 24
  602. *DrvBPP: 24
  603. *PaletteSize: 1
  604. *PaletteProgrammable? : TRUE
  605. EXTERN_GLOBAL: *MaxMultipleRowBytes: 262144
  606. *Command: CmdDefinePaletteEntry { *Cmd: "" }
  607. *Command: CmdReDefinePaletteEntry
  608. {
  609. *CallbackID: 369
  610. *Params: LIST(RedValue, GreenValue, BlueValue)
  611. }
  612. *Command: CmdSelectPaletteEntry { *Cmd: "" }
  613. *Command: CmdSelect
  614. {
  615. *Order: JOB_SETUP.6
  616. *CallbackID: 201
  617. }
  618. }
  619. }
  620. *SendMultipleRows?: TRUE
  621. *ChangeColorModeOnDoc?: FALSE
  622. *Feature: Halftone
  623. {
  624. *rcNameID: =HALFTONING_DISPLAY
  625. *DefaultOption: HT_PATSIZE_AUTO
  626. *Option: HT_PATSIZE_AUTO
  627. {
  628. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  629. }
  630. *Option: HT_PATSIZE_SUPERCELL_M
  631. {
  632. *rcNameID: =HT_SUPERCELL_DISPLAY
  633. }
  634. *Option: HT_PATSIZE_6x6_M
  635. {
  636. *rcNameID: =HT_DITHER6X6_DISPLAY
  637. }
  638. *Option: HT_PATSIZE_8x8_M
  639. {
  640. *rcNameID: =HT_DITHER8X8_DISPLAY
  641. }
  642. }
  643. *Feature: Memory
  644. {
  645. *rcNameID: =PRINTER_MEMORY_DISPLAY
  646. *DefaultOption: 20480KB
  647. *Option: 20480KB
  648. {
  649. *Name: "20MB"
  650. *MemoryConfigKB: PAIR(20480, 17408)
  651. }
  652. *Option: 36864KB
  653. {
  654. *Name: "36MB"
  655. *MemoryConfigKB: PAIR(36864, 33792)
  656. }
  657. *Option: 53248KB
  658. {
  659. *Name: "52MB"
  660. *MemoryConfigKB: PAIR(53248, 50176)
  661. }
  662. *Option: 69632KB
  663. {
  664. *Name: "68MB"
  665. *MemoryConfigKB: PAIR(69632, 66560)
  666. }
  667. *Option: 86016KB
  668. {
  669. *Name: "84MB"
  670. *MemoryConfigKB: PAIR(86016, 82944)
  671. }
  672. *Option: 102400KB
  673. {
  674. *Name: "100MB"
  675. *MemoryConfigKB: PAIR(102400, 99328)
  676. }
  677. *Option: 118784KB
  678. {
  679. *Name: "116MB"
  680. *MemoryConfigKB: PAIR(118784, 115712)
  681. }
  682. *Option: 151552KB
  683. {
  684. *Name: "148MB"
  685. *MemoryConfigKB: PAIR(151552, 148480)
  686. }
  687. }
  688. *Feature: DuplexUnit
  689. {
  690. *FeatureType: PRINTER_PROPERTY
  691. *rcNameID: 292
  692. *DefaultOption: NotInstalled
  693. *Option: NotInstalled
  694. {
  695. *rcNameID: 291
  696. *DisabledFeatures: LIST(Duplex)
  697. *Constraints: LIST(Duplex.VERTICAL, Duplex.HORIZONTAL)
  698. }
  699. *Option: Installed
  700. {
  701. *rcNameID: 290
  702. }
  703. }
  704. *Feature: Duplex
  705. {
  706. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  707. *DefaultOption: NONE
  708. *Option: NONE
  709. {
  710. *rcNameID: =NONE_DISPLAY
  711. }
  712. *Option: VERTICAL
  713. {
  714. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  715. *Command: CmdSelect
  716. {
  717. *Order: DOC_SETUP.8
  718. *CallbackID: 14
  719. *% Error: you must check if this command callback requires any parameters!
  720. }
  721. }
  722. *Option: HORIZONTAL
  723. {
  724. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  725. *Command: CmdSelect
  726. {
  727. *Order: DOC_SETUP.8
  728. *CallbackID: 19
  729. *% Error: you must check if this command callback requires any parameters!
  730. }
  731. }
  732. }
  733. *Command: CmdStartJob
  734. {
  735. *Order: JOB_SETUP.7
  736. *CallbackID: 100
  737. *% Error: you must check if this command callback requires any parameters!
  738. }
  739. *Command: CmdStartDoc
  740. {
  741. *Order: DOC_SETUP.7
  742. *CallbackID: 130
  743. }
  744. *Command: CmdStartPage
  745. {
  746. *Order: PAGE_SETUP.1
  747. *CallbackID: 302
  748. *% Error: you must check if this command callback requires any parameters!
  749. }
  750. *Command: CmdEndJob
  751. {
  752. *Order: JOB_FINISH.1
  753. *CallbackID: 304
  754. *% Error: you must check if this command callback requires any parameters!
  755. }
  756. *Command: CmdEndPage
  757. {
  758. *Order: PAGE_FINISH.1
  759. *Cmd: "<0C>"
  760. *% Error: you must check if this command callback requires any parameters!
  761. }
  762. *Command: CmdCopies
  763. {
  764. *Order: PAGE_SETUP.14
  765. *Cmd: "<1B>[" %d[1,255]{NumOfCopies }"v"
  766. }
  767. *RotateCoordinate?: TRUE
  768. *RotateRaster?: TRUE
  769. *RotateFont?: TRUE
  770. *TextCaps: LIST(TC_OP_CHARACTER,TC_CR_90,TC_CR_ANY,TC_SF_X_YINDEP,TC_SA_INTEGER,TC_SA_CONTIN,TC_EA_DOUBLE,TC_IA_ABLE)
  771. *MemoryUsage: LIST(FONT)
  772. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  773. *XMoveThreshold: 0
  774. *YMoveThreshold: 0
  775. *XMoveUnit: 600
  776. *YMoveUnit: 600
  777. *Command: CmdXMoveAbsolute
  778. {
  779. *CallbackID: 15
  780. *Params: LIST(DestX)
  781. }
  782. *Command: CmdXMoveRelRight
  783. {
  784. *CallbackID: 36
  785. *Params: LIST(DestXRel)
  786. }
  787. *Command: CmdYMoveAbsolute
  788. {
  789. *CallbackID: 16
  790. *Params: LIST(DestY)
  791. }
  792. *Command: CmdYMoveRelDown
  793. {
  794. *CallbackID: 37
  795. *Params: LIST(DestYRel)
  796. }
  797. *Command: CmdCR { *CallbackID: 18 }
  798. *Command: CmdSetSimpleRotation
  799. {
  800. *CallbackID: 4
  801. *Params: LIST(PrintDirInCCDegrees)
  802. }
  803. *EjectPageWithFF?: TRUE
  804. *Command: CmdEnableFE_RLE { *CallbackID: 11 }
  805. *Command: CmdDisableCompression { *CallbackID: 12 }
  806. *Command: CmdEnableTIFF4 { *CallbackID: 103 }
  807. *OutputDataFormat: H_BYTE
  808. *OptimizeLeftBound?: TRUE
  809. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  810. *CursorYAfterSendBlockData: NO_MOVE
  811. *DefaultFont: 40
  812. *DefaultCTT: 0
  813. *CharPosition: BASELINE
  814. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,40,41,42,43,44,45,60,
  815. + 61,62,63,64,65,66,67,68,69,70,71)
  816. *% *MinFontID: 0
  817. *% *MaxFontID: 100
  818. *% *MaxNumDownFonts: 0
  819. *% *FontFormat: OEM_CALLBACK
  820. *Command: CmdBoldOn { *CallbackID: 20 }
  821. *Command: CmdBoldOff { *CallbackID: 21 }
  822. *Command: CmdItalicOn { *CallbackID: 22 }
  823. *Command: CmdItalicOff { *CallbackID: 23 }
  824. *Command: CmdWhiteTextOn { *CallbackID: 30 }
  825. *Command: CmdWhiteTextOff { *CallbackID: 31 }
  826. *Command: CmdSelectSingleByteMode { *CallbackID: 32 }
  827. *Command: CmdSelectDoubleByteMode { *CallbackID: 33 }
  828. *Command: CmdVerticalPrintingOn { *CallbackID: 34 }
  829. *Command: CmdVerticalPrintingOff { *CallbackID: 35 }
  830. *Command: CmdLF { *Cmd : "<0A>" }
  831. *Command: CmdFF { *Cmd : "" }
  832. *ReselectFont: LIST(AFTER_FF)
  833. *TTFS: Arial
  834. {
  835. *rcTTFontNameID: 501
  836. *rcDevFontNameID: 502
  837. }
  838. *TTFS: Symbol
  839. {
  840. *rcTTFontNameID: 503
  841. *rcDevFontNameID: 504
  842. }
  843. *TTFS: TimesNewRoman
  844. {
  845. *rcTTFontNameID: 505
  846. *rcDevFontNameID: 506
  847. }
  848. *TTFS: CourierNew
  849. {
  850. *rcTTFontNameID: 507
  851. *rcDevFontNameID: 525
  852. }
  853. *TTFS: MSMincho
  854. {
  855. *rcTTFontNameID: 509
  856. *rcDevFontNameID: 510
  857. }
  858. *TTFS: MSMinchoV
  859. {
  860. *rcTTFontNameID: 511
  861. *rcDevFontNameID: 512
  862. }
  863. *TTFS: MSGothic
  864. {
  865. *rcTTFontNameID: 513
  866. *rcDevFontNameID: 514
  867. }
  868. *TTFS: MSGothicV
  869. {
  870. *rcTTFontNameID: 515
  871. *rcDevFontNameID: 516
  872. }
  873. *TTFS: MSMincho_E
  874. {
  875. *rcTTFontNameID: 540
  876. *rcDevFontNameID: 510
  877. }
  878. *TTFS: MSMinchoV_E
  879. {
  880. *rcTTFontNameID: 541
  881. *rcDevFontNameID: 512
  882. }
  883. *TTFS: MSGothic_E
  884. {
  885. *rcTTFontNameID: 542
  886. *rcDevFontNameID: 514
  887. }
  888. *TTFS: MSGothicV_E
  889. {
  890. *rcTTFontNameID: 543
  891. *rcDevFontNameID: 516
  892. }
  893. *TTFSEnabled?: TRUE
  894. *% DRC
  895. *Command: CmdEnableOEMComp { *CallbackID: 510 }
  896. *Command: CmdSetSrcBmpWidth
  897. {
  898. *CallbackID: 511
  899. *Params: LIST(RasterDataWidthInBytes)
  900. }
  901. *Command: CmdSetSrcBmpHeight
  902. {
  903. *CallbackID: 512
  904. *Params: LIST(RasterDataHeightInPixels)
  905. }
  906. *Feature: OutputBin
  907. {
  908. *FeatureType: DOC_PROPERTY
  909. *rcNameID: 300
  910. *DefaultOption: DEFAULT
  911. *Option: DEFAULT
  912. {
  913. *rcNameID: 400
  914. *Command: CmdSelect
  915. {
  916. *Order: JOB_SETUP.7
  917. *CallbackID: 428
  918. }
  919. }
  920. *Option: SUBTRAY
  921. {
  922. *rcNameID: 401
  923. *Constraints: LIST(StackerUnit.Sorter)
  924. *Command: CmdSelect
  925. {
  926. *Order: JOB_SETUP.7
  927. *CallbackID: 429
  928. }
  929. }
  930. }