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.

848 lines
19 KiB

  1. *GPDSpecVersion: "1.0"
  2. *GPDFileVersion: "1.00"
  3. *GPDFileName: "FUGL360J.GPD"
  4. *Include: "STDNAMES.GPD"
  5. *PrintRate: 14
  6. *PrintRatePPM: 14
  7. *PrintRateUnit: PPM
  8. *Macros: CallbackIDsPaperOrient
  9. {
  10. CMDID_ORIENTATION_PORTRAIT: 20
  11. CMDID_ORIENTATION_LANDSCAPE: 21
  12. }
  13. *Macros: CallbackIDsInputBin
  14. {
  15. CMDID_INPUTBIN_AUTO: 30
  16. CMDID_INPUTBIN_MANUAL: 31
  17. CMDID_INPUTBIN_BIN1: 32
  18. CMDID_INPUTBIN_BIN2: 33
  19. CMDID_INPUTBIN_BIN3: 34
  20. CMDID_INPUTBIN_BIN4: 35
  21. }
  22. *Macros: CallbackIDsResolution
  23. {
  24. CMDID_RESOLUTION_300: 40
  25. CMDID_RESOLUTION_600: 41
  26. }
  27. *Macros: CallbackIDsForm
  28. {
  29. CMDID_FORM_A3: 50
  30. CMDID_FORM_A4: 51
  31. CMDID_FORM_A5: 52
  32. CMDID_FORM_B4: 53
  33. CMDID_FORM_B5: 54
  34. CMDID_FORM_LETTER: 55
  35. CMDID_FORM_LEGAL: 56
  36. CMDID_FORM_JAPANESE_POSTCARD: 57
  37. CMDID_FORM_CUSTOM_SIZE: 58
  38. }
  39. *Macros: CallbackIDsMiscControl
  40. {
  41. CMDID_START_JOB: 60
  42. CMDID_END_JOB: 61
  43. CMDID_START_DOC: 70
  44. CMDID_START_PAGE: 80
  45. CMDID_END_PAGE: 81
  46. *%
  47. CMDID_COPIES: 90
  48. *%
  49. CMDID_FF: 100
  50. CMDID_CR: 101
  51. CMDID_LF: 102
  52. CMDID_SET_LINE_SPACING: 103
  53. *%
  54. CMDID_X_MOVE: 110
  55. CMDID_Y_MOVE: 111
  56. *%
  57. CMDID_SEND_BLOCK_0: 120
  58. CMDID_SEND_BLOCK_1: 121
  59. *%
  60. CMDID_SIZEREDUCTION_100: 130
  61. CMDID_SIZEREDUCTION_80: 131
  62. CMDID_SIZEREDUCTION_70: 132
  63. *%
  64. CMDID_SMOOTHING_OFF: 140
  65. CMDID_SMOOTHING_ON: 141
  66. *%
  67. CMDID_TONERSAVE_OFF: 150
  68. CMDID_TONERSAVE_ON: 151
  69. }
  70. *Macros: RCID_FUXLRES
  71. {
  72. *% InputBin
  73. FUXL_RCID_INPUTBIN_BIN1: 265
  74. FUXL_RCID_INPUTBIN_BIN2: 266
  75. FUXL_RCID_INPUTBIN_BIN3: 267
  76. FUXL_RCID_INPUTBIN_BIN4: 268
  77. *% Resolution
  78. FUXL_RCID_RESOLUTION_300: 269
  79. FUXL_RCID_RESOLUTION_600: 270
  80. *% Size Reduction Print
  81. FUXL_RCID_SIZEREDUCTION: 271
  82. FUXL_RCID_SIZEREDUCTION_100: 272
  83. FUXL_RCID_SIZEREDUCTION_80: 273
  84. FUXL_RCID_SIZEREDUCTION_70: 274
  85. *% Smoothing
  86. FUXL_RCID_SMOOTHING: 275
  87. FUXL_RCID_SMOOTHING_OFF: 276
  88. FUXL_RCID_SMOOTHING_ON: 277
  89. *% Toner Save
  90. FUXL_RCID_TONERSAVE: 278
  91. FUXL_RCID_TONERSAVE_OFF: 279
  92. FUXL_RCID_TONERSAVE_ON: 280
  93. *% Installed Option Name
  94. FUXL_RCID_INSTALLED_OPTION: 281
  95. FUXL_RCID_UNINSTALLED_OPTION: 282
  96. }
  97. *% ---------------------------------------------------------
  98. *% Document setup order
  99. *BlockMacro: OrderResolution { *Order: DOC_SETUP.1 }
  100. *BlockMacro: OrderOrientation { *Order: DOC_SETUP.2 }
  101. *BlockMacro: OrderInputBin { *Order: DOC_SETUP.3 }
  102. *BlockMacro: OrderPaperSize { *Order: DOC_SETUP.4 }
  103. *BlockMacro: OrderFuxlSizeReduction { *Order: DOC_SETUP.5 }
  104. *BlockMacro: OrderFuxlSmoothing { *Order: DOC_SETUP.6 }
  105. *BlockMacro: OrderFuxlTonerSave { *Order: DOC_SETUP.7 }
  106. *BlockMacro: OrderCopies { *Order: DOC_SETUP.8 }
  107. *BlockMacro: OrderDuplex { *Order: DOC_SETUP.9 }
  108. *BlockMacro: OrderDuplexPosition { *Order: DOC_SETUP.10 }
  109. *BlockMacro: OrderDuplexFrontPageMergin { *Order: DOC_SETUP.11 }
  110. *BlockMacro: OrderDuplexBackPageMergin { *Order: DOC_SETUP.12 }
  111. *BlockMacro: OrderDuplexWhitePage { *Order: DOC_SETUP.13 }
  112. *BlockMacro: OrderStartDoc { *Order: DOC_SETUP.14 }
  113. *BlockMacro: FuxlInputBinAuto
  114. {
  115. *Option: AUTO
  116. {
  117. *rcNameID: =AUTO_DISPLAY
  118. *Command: CmdSelect
  119. {
  120. *InsertBlock: =OrderInputBin
  121. *CallbackID: =CMDID_INPUTBIN_AUTO
  122. }
  123. *Constraints: PaperSize.JAPANESE_POSTCARD
  124. *Constraints: PaperSize.CUSTOMSIZE
  125. }
  126. }
  127. *BlockMacro: FuxlInputBinManual
  128. {
  129. *Option: MANUAL
  130. {
  131. *rcNameID: =MANUAL_FEED_DISPLAY
  132. *Command: CmdSelect
  133. {
  134. *InsertBlock: =OrderInputBin
  135. *CallbackID: =CMDID_INPUTBIN_MANUAL
  136. }
  137. }
  138. }
  139. *BlockMacro: FuxlInputBin1
  140. {
  141. *Option: FuxlBin1
  142. {
  143. *rcNameID: =FUXL_RCID_INPUTBIN_BIN1
  144. *Command: CmdSelect
  145. {
  146. *InsertBlock: =OrderInputBin
  147. *CallbackID: =CMDID_INPUTBIN_BIN1
  148. }
  149. *Constraints: PaperSize.JAPANESE_POSTCARD
  150. *Constraints: PaperSize.CUSTOMSIZE
  151. }
  152. }
  153. *BlockMacro: FuxlInputBin2
  154. {
  155. *Option: FuxlBin2
  156. {
  157. *rcNameID: =FUXL_RCID_INPUTBIN_BIN2
  158. *Command: CmdSelect
  159. {
  160. *InsertBlock: =OrderInputBin
  161. *CallbackID: =CMDID_INPUTBIN_BIN2
  162. }
  163. *Installable?: TRUE
  164. *rcInstallableFeatureNameID: =FUXL_RCID_INPUTBIN_BIN2
  165. *Constraints: PaperSize.JAPANESE_POSTCARD
  166. *Constraints: PaperSize.CUSTOMSIZE
  167. }
  168. }
  169. *BlockMacro: FuxlInputBin2S
  170. {
  171. *Option: FuxlBin2
  172. {
  173. *rcNameID: =FUXL_RCID_INPUTBIN_BIN2
  174. *Command: CmdSelect
  175. {
  176. *InsertBlock: =OrderInputBin
  177. *CallbackID: =CMDID_INPUTBIN_BIN2
  178. }
  179. *Constraints: PaperSize.JAPANESE_POSTCARD
  180. *Constraints: PaperSize.CUSTOMSIZE
  181. }
  182. }
  183. *BlockMacro: FuxlInputBin3
  184. {
  185. *Option: FuxlBin3
  186. {
  187. *rcNameID: =FUXL_RCID_INPUTBIN_BIN3
  188. *Command: CmdSelect
  189. {
  190. *InsertBlock: =OrderInputBin
  191. *CallbackID: =CMDID_INPUTBIN_BIN3
  192. }
  193. *Installable?: TRUE
  194. *rcInstallableFeatureNameID: =FUXL_RCID_INPUTBIN_BIN3
  195. *Constraints: PaperSize.JAPANESE_POSTCARD
  196. *Constraints: PaperSize.CUSTOMSIZE
  197. }
  198. }
  199. *BlockMacro: FuxlInputBin3S
  200. {
  201. *Option: FuxlBin3
  202. {
  203. *rcNameID: =FUXL_RCID_INPUTBIN_BIN3
  204. *Command: CmdSelect
  205. {
  206. *InsertBlock: =OrderInputBin
  207. *CallbackID: =CMDID_INPUTBIN_BIN3
  208. }
  209. *Constraints: PaperSize.JAPANESE_POSTCARD
  210. *Constraints: PaperSize.CUSTOMSIZE
  211. }
  212. }
  213. *BlockMacro: FuxlInputBin4
  214. {
  215. *Option: FuxlBin4
  216. {
  217. *rcNameID: =FUXL_RCID_INPUTBIN_BIN4
  218. *Command: CmdSelect
  219. {
  220. *InsertBlock: =OrderInputBin
  221. *CallbackID: =CMDID_INPUTBIN_BIN4
  222. }
  223. *Installable?: TRUE
  224. *rcInstallableFeatureNameID: =FUXL_RCID_INPUTBIN_BIN4
  225. *Constraints: PaperSize.JAPANESE_POSTCARD
  226. *Constraints: PaperSize.CUSTOMSIZE
  227. }
  228. }
  229. *BlockMacro: FuxlInputBin4S
  230. {
  231. *Option: FuxlBin4
  232. {
  233. *rcNameID: =FUXL_RCID_INPUTBIN_BIN4
  234. *Command: CmdSelect
  235. {
  236. *InsertBlock: =OrderInputBin
  237. *CallbackID: =CMDID_INPUTBIN_BIN4
  238. }
  239. *Constraints: PaperSize.JAPANESE_POSTCARD
  240. *Constraints: PaperSize.CUSTOMSIZE
  241. }
  242. }
  243. *BlockMacro: FuxlResolution300
  244. {
  245. *Option: Option1
  246. {
  247. *rcNameID: =FUXL_RCID_RESOLUTION_300
  248. *DPI: PAIR(300, 300)
  249. *TextDPI: PAIR(300, 300)
  250. *MinStripBlankPixels: 32
  251. *SpotDiameter: 100
  252. EXTERN_GLOBAL: *XMoveUnit: 300
  253. EXTERN_GLOBAL: *YMoveUnit: 300
  254. *Command: CmdSelect
  255. {
  256. *InsertBlock: =OrderResolution
  257. *CallbackID: =CMDID_RESOLUTION_300
  258. }
  259. }
  260. }
  261. *BlockMacro: FuxlResolution600
  262. {
  263. *Option: Option2
  264. {
  265. *rcNameID: =FUXL_RCID_RESOLUTION_600
  266. *DPI: PAIR(600, 600)
  267. *TextDPI: PAIR(600, 600)
  268. *MinStripBlankPixels: 32
  269. *SpotDiameter: 100
  270. EXTERN_GLOBAL: *XMoveUnit: 600
  271. EXTERN_GLOBAL: *YMoveUnit: 600
  272. *Command: CmdSelect
  273. {
  274. *InsertBlock: =OrderResolution
  275. *CallbackID: =CMDID_RESOLUTION_600
  276. }
  277. }
  278. }
  279. *BlockMacro: FuxlFormA3
  280. {
  281. *Option: A3
  282. {
  283. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  284. *Command: CmdSelect
  285. {
  286. *InsertBlock: =OrderPaperSize
  287. *CallbackID: =CMDID_FORM_A3
  288. }
  289. *PrintableArea: PAIR(6778, 9684)
  290. *switch: Orientation
  291. {
  292. *case: PORTRAIT
  293. {
  294. *PrintableOrigin: PAIR(120, 120)
  295. *CursorOrigin: PAIR(120, 120)
  296. }
  297. *case: LANDSCAPE_CC90
  298. {
  299. *PrintableOrigin: PAIR(120, 117)
  300. *CursorOrigin: PAIR(120, 9801)
  301. }
  302. }
  303. }
  304. }
  305. *BlockMacro: FuxlFormA4
  306. {
  307. *Option: A4
  308. {
  309. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  310. *Command: CmdSelect
  311. {
  312. *InsertBlock: =OrderPaperSize
  313. *CallbackID: =CMDID_FORM_A4
  314. }
  315. *PrintableArea: PAIR(4722, 6778)
  316. *switch: Orientation
  317. {
  318. *case: PORTRAIT
  319. {
  320. *PrintableOrigin: PAIR(120, 120)
  321. *CursorOrigin: PAIR(120, 120)
  322. }
  323. *case: LANDSCAPE_CC90
  324. {
  325. *PrintableOrigin: PAIR(120, 117)
  326. *CursorOrigin: PAIR(120, 6895)
  327. }
  328. }
  329. }
  330. }
  331. *BlockMacro: FuxlFormA5
  332. {
  333. *Option: A5
  334. {
  335. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  336. *Command: CmdSelect
  337. {
  338. *InsertBlock: =OrderPaperSize
  339. *CallbackID: =CMDID_FORM_A5
  340. }
  341. *PrintableArea: PAIR(3282, 4722)
  342. *switch: Orientation
  343. {
  344. *case: PORTRAIT
  345. {
  346. *PrintableOrigin: PAIR(120, 120)
  347. *CursorOrigin: PAIR(120, 120)
  348. }
  349. *case: LANDSCAPE_CC90
  350. {
  351. *PrintableOrigin: PAIR(120, 118)
  352. *CursorOrigin: PAIR(120, 4840)
  353. }
  354. }
  355. }
  356. }
  357. *BlockMacro: FuxlFormB4
  358. {
  359. *Option: B4
  360. {
  361. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  362. *Command: CmdSelect
  363. {
  364. *InsertBlock: =OrderPaperSize
  365. *CallbackID: =CMDID_FORM_B4
  366. }
  367. *PrintableArea: PAIR(5832, 8360)
  368. *switch: Orientation
  369. {
  370. *case: PORTRAIT
  371. {
  372. *PrintableOrigin: PAIR(120, 120)
  373. *CursorOrigin: PAIR(120, 120)
  374. }
  375. *case: LANDSCAPE_CC90
  376. {
  377. *PrintableOrigin: PAIR(120, 118)
  378. *CursorOrigin: PAIR(120, 8478)
  379. }
  380. }
  381. }
  382. }
  383. *BlockMacro: FuxlFormB5
  384. {
  385. *Option: B5
  386. {
  387. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  388. *Command: CmdSelect
  389. {
  390. *InsertBlock: =OrderPaperSize
  391. *CallbackID: =CMDID_FORM_B5
  392. }
  393. *PrintableArea: PAIR(4060, 5832)
  394. *switch: Orientation
  395. {
  396. *case: PORTRAIT
  397. {
  398. *PrintableOrigin: PAIR(120, 120)
  399. *CursorOrigin: PAIR(120, 120)
  400. }
  401. *case: LANDSCAPE_CC90
  402. {
  403. *PrintableOrigin: PAIR(120, 118)
  404. *CursorOrigin: PAIR(120, 5950)
  405. }
  406. }
  407. }
  408. }
  409. *BlockMacro: FuxlFormLetter
  410. {
  411. *Option: LETTER
  412. {
  413. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  414. *Command: CmdSelect
  415. {
  416. *InsertBlock: =OrderPaperSize
  417. *CallbackID: =CMDID_FORM_LETTER
  418. }
  419. *PrintableArea: PAIR(4862, 6362)
  420. *switch: Orientation
  421. {
  422. *case: PORTRAIT
  423. {
  424. *PrintableOrigin: PAIR(120, 120)
  425. *CursorOrigin: PAIR(120, 120)
  426. }
  427. *case: LANDSCAPE_CC90
  428. {
  429. *PrintableOrigin: PAIR(120, 118)
  430. *CursorOrigin: PAIR(120, 6480)
  431. }
  432. }
  433. }
  434. }
  435. *BlockMacro: FuxlFormLegal
  436. {
  437. *Option: LEGAL
  438. {
  439. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  440. *Command: CmdSelect
  441. {
  442. *InsertBlock: =OrderPaperSize
  443. *CallbackID: =CMDID_FORM_LEGAL
  444. }
  445. *PrintableArea: PAIR(4862, 8162)
  446. *switch: Orientation
  447. {
  448. *case: PORTRAIT
  449. {
  450. *PrintableOrigin: PAIR(120, 120)
  451. *CursorOrigin: PAIR(120, 120)
  452. }
  453. *case: LANDSCAPE_CC90
  454. {
  455. *PrintableOrigin: PAIR(120, 118)
  456. *CursorOrigin: PAIR(120, 8280)
  457. }
  458. }
  459. }
  460. }
  461. *BlockMacro: FuxlFormJapanesePostCard
  462. {
  463. *Option: JAPANESE_POSTCARD
  464. {
  465. *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  466. *Command: CmdSelect
  467. {
  468. *InsertBlock: =OrderPaperSize
  469. *CallbackID: =CMDID_FORM_JAPANESE_POSTCARD
  470. }
  471. *PrintableArea: PAIR(2124, 3258)
  472. *switch: Orientation
  473. {
  474. *case: PORTRAIT
  475. {
  476. *PrintableOrigin: PAIR(120, 120)
  477. *CursorOrigin: PAIR(120, 120)
  478. }
  479. *case: LANDSCAPE_CC90
  480. {
  481. *PrintableOrigin: PAIR(120, 118)
  482. *CursorOrigin: PAIR(120, 3376)
  483. }
  484. }
  485. }
  486. }
  487. *BlockMacro: FuxlFormCustomSize
  488. {
  489. *Option: CUSTOMSIZE
  490. {
  491. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  492. *MinSize: PAIR(2364, 3498)
  493. *MaxSize: PAIR(7014, 9924)
  494. *MaxPrintableWidth: 7014
  495. *MinLeftMargin: 116
  496. *CenterPrintable?: FALSE
  497. *switch: Orientation
  498. {
  499. *case: PORTRAIT
  500. {
  501. *switch: Resolution
  502. {
  503. *case:Option1
  504. {
  505. *CustCursorOriginX: %d{60}
  506. *CustCursorOriginY: %d{120 }
  507. *CustPrintableOriginX: %d{100 }
  508. *CustPrintableOriginY: %d{240}
  509. *CustPrintableSizeX: %d{ PhysPaperWidth - 200 }
  510. *CustPrintableSizeY: %d{ PhysPaperLength - 480 }
  511. *Command: CmdSelect
  512. {
  513. *Order: DOC_SETUP.15
  514. *Cmd: "<1D>9;"%d{PhysPaperWidth/2-118}";"%d{PhysPaperLength/2-118 }";8;0 Q"
  515. }
  516. }
  517. *case:Option2
  518. {
  519. *CustCursorOriginX: %d{60}
  520. *CustCursorOriginY: %d{120 }
  521. *CustPrintableOriginX: %d{100 }
  522. *CustPrintableOriginY: %d{240}
  523. *CustPrintableSizeX: %d{ PhysPaperWidth - 200 }
  524. *CustPrintableSizeY: %d{ PhysPaperLength - 480 }
  525. *Command: CmdSelect
  526. {
  527. *Order: DOC_SETUP.15
  528. *Cmd: "<1D>9;"%d{PhysPaperWidth-236}";"%d{PhysPaperLength-236}";8;0 Q"
  529. }
  530. }
  531. }
  532. }
  533. *case: LANDSCAPE_CC90
  534. {
  535. *switch: Resolution
  536. {
  537. *case:Option1
  538. {
  539. *CustCursorOriginX: %d{100 }
  540. *CustCursorOriginY: %d{120}
  541. *CustPrintableOriginX: %d{150 }
  542. *CustPrintableOriginY: %d{120}
  543. *CustPrintableSizeX: %d{ PhysPaperWidth - 300 }
  544. *CustPrintableSizeY: %d{ PhysPaperLength - 240}
  545. *Command: CmdSelect
  546. {
  547. *Order: DOC_SETUP.15
  548. *Cmd: "<1D>9;"%d{PhysPaperWidth/2 -118}";"%d{PhysPaperLength/2 -118}";8;1 Q"
  549. }
  550. }
  551. *case:Option2
  552. {
  553. *CustCursorOriginX: %d{100 }
  554. *CustCursorOriginY: %d{120}
  555. *CustPrintableOriginX: %d{150 }
  556. *CustPrintableOriginY: %d{120}
  557. *CustPrintableSizeX: %d{ PhysPaperWidth - 300 }
  558. *CustPrintableSizeY: %d{ PhysPaperLength - 240}
  559. *Command: CmdSelect
  560. {
  561. *Order: DOC_SETUP.15
  562. *Cmd: "<1D>9;"%d{PhysPaperWidth-236}";"%d{PhysPaperLength-236 }";8;1 Q"
  563. }
  564. }
  565. }
  566. }
  567. }
  568. }
  569. }
  570. *BlockMacro: FuxlFeatureHalftone
  571. {
  572. *Feature: Halftone
  573. {
  574. *rcNameID: =HALFTONING_DISPLAY
  575. *DefaultOption: HT_PATSIZE_AUTO
  576. *Option: HT_PATSIZE_AUTO
  577. {
  578. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  579. }
  580. *Option: HT_PATSIZE_SUPERCELL_M
  581. {
  582. *rcNameID: =HT_SUPERCELL_DISPLAY
  583. }
  584. *Option: HT_PATSIZE_6x6_M
  585. {
  586. *rcNameID: =HT_DITHER6X6_DISPLAY
  587. }
  588. *Option: HT_PATSIZE_8x8_M
  589. {
  590. *rcNameID: =HT_DITHER8X8_DISPLAY
  591. }
  592. }
  593. }
  594. *BlockMacro: FuxlFeatureSizeReduction
  595. {
  596. *Feature: FuxlSizeReduction
  597. {
  598. *rcNameID: =FUXL_RCID_SIZEREDUCTION
  599. *DefaultOption: Option1
  600. *Option: Option1
  601. {
  602. *rcNameID: =FUXL_RCID_SIZEREDUCTION_100
  603. *Command: CmdSelect
  604. {
  605. *InsertBlock: =OrderFuxlSizeReduction
  606. *CallbackID: =CMDID_SIZEREDUCTION_100
  607. }
  608. }
  609. *Option: Option2
  610. {
  611. *rcNameID: =FUXL_RCID_SIZEREDUCTION_80
  612. *Command: CmdSelect
  613. {
  614. *InsertBlock: =OrderFuxlSizeReduction
  615. *CallbackID: =CMDID_SIZEREDUCTION_80
  616. }
  617. }
  618. *Option: Option3
  619. {
  620. *rcNameID: =FUXL_RCID_SIZEREDUCTION_70
  621. *Command: CmdSelect
  622. {
  623. *InsertBlock: =OrderFuxlSizeReduction
  624. *CallbackID: =CMDID_SIZEREDUCTION_70
  625. }
  626. }
  627. }
  628. }
  629. *BlockMacro: FuxlFeatureSmoothing
  630. {
  631. *Feature: FuxlSmoothing
  632. {
  633. *rcNameID: =FUXL_RCID_SMOOTHING
  634. *DefaultOption: On
  635. *Option: Off
  636. {
  637. *rcNameID: =FUXL_RCID_SMOOTHING_OFF
  638. *Command: CmdSelect
  639. {
  640. *InsertBlock: =OrderFuxlSmoothing
  641. *CallbackID: =CMDID_SMOOTHING_OFF
  642. }
  643. }
  644. *Option: On
  645. {
  646. *rcNameID: =FUXL_RCID_SMOOTHING_ON
  647. *Command: CmdSelect
  648. {
  649. *InsertBlock: =OrderFuxlSmoothing
  650. *CallbackID: =CMDID_SMOOTHING_ON
  651. }
  652. }
  653. }
  654. }
  655. *BlockMacro: FuxlFeatureTonerSave
  656. {
  657. *Feature: FuxlTonerSave
  658. {
  659. *rcNameID: =FUXL_RCID_TONERSAVE
  660. *DefaultOption: Off
  661. *Option: Off
  662. {
  663. *rcNameID: =FUXL_RCID_TONERSAVE_OFF
  664. *Command: CmdSelect
  665. {
  666. *InsertBlock: =OrderFuxlTonerSave
  667. *CallbackID: =CMDID_TONERSAVE_OFF
  668. }
  669. }
  670. *Option: On
  671. {
  672. *rcNameID: =FUXL_RCID_TONERSAVE_ON
  673. *Command: CmdSelect
  674. {
  675. *InsertBlock: =OrderFuxlTonerSave
  676. *CallbackID: =CMDID_TONERSAVE_ON
  677. }
  678. }
  679. }
  680. }
  681. *BlockMacro: FuxlSendBlockMH_IMG2
  682. {
  683. *Command: CmdSendBlockData
  684. {
  685. *CallbackID: =CMDID_SEND_BLOCK_0
  686. *Params: LIST(NumOfDataBytes, RasterDataWidthInBytes, RasterDataHeightInPixels, DestX, DestY)
  687. }
  688. }
  689. *BlockMacro: FuxlSendBlockMH2_IMG4
  690. {
  691. *Command: CmdSendBlockData
  692. {
  693. *CallbackID: =CMDID_SEND_BLOCK_1
  694. *Params: LIST(NumOfDataBytes, RasterDataWidthInBytes, RasterDataHeightInPixels, DestX, DestY)
  695. }
  696. }
  697. *CodePage: 1252
  698. *MasterUnits: PAIR(600, 600)
  699. *ResourceDLL: "FUXLRES.DLL"
  700. *PrinterType: PAGE
  701. *MaxCopies: 999
  702. *rcInstalledOptionNameID: =FUXL_RCID_INSTALLED_OPTION
  703. *rcNotInstalledOptionNameID: =FUXL_RCID_UNINSTALLED_OPTION
  704. *Command: CmdStartJob
  705. {
  706. *Order: JOB_SETUP.1
  707. *CallbackID: =CMDID_START_JOB
  708. }
  709. *Command: CmdEndJob
  710. {
  711. *Order: JOB_FINISH.1
  712. *CallbackID: =CMDID_END_JOB
  713. }
  714. *Command: CmdStartDoc
  715. {
  716. *InsertBlock: =OrderStartDoc
  717. *CallbackID: =CMDID_START_DOC
  718. }
  719. *Command: CmdStartPage
  720. {
  721. *Order: PAGE_SETUP.1
  722. *CallbackID: =CMDID_START_PAGE
  723. }
  724. *Command: CmdCopies
  725. {
  726. *InsertBlock: =OrderCopies
  727. *CallbackID: =CMDID_COPIES
  728. *Params: LIST(NumOfCopies)
  729. }
  730. *Command: CmdEndJob
  731. {
  732. *Order: JOB_FINISH.1
  733. *CallbackID: =CMDID_END_JOB
  734. }
  735. *% ---------------------------------------------------
  736. *% Printer Capabilities
  737. *RotateCoordinate?: TRUE
  738. *RotateRaster?: TRUE
  739. *RotateFont?: TRUE
  740. *% -----------------------------------
  741. *% Cursor Control
  742. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  743. *BadCursorMoveInGrxMode: LIST()
  744. *YMoveAttributes: LIST()
  745. *EjectPageWithFF?: TRUE
  746. *XMoveThreshold: 0
  747. *YMoveThreshold: 0
  748. *Command: CmdXMoveAbsolute
  749. {
  750. *CallbackID: =CMDID_X_MOVE
  751. *Params: LIST(DestX)
  752. }
  753. *Command: CmdYMoveAbsolute
  754. {
  755. *CallbackID: =CMDID_Y_MOVE
  756. *Params: LIST(DestY)
  757. }
  758. *Command: CmdSetLineSpacing
  759. {
  760. *CallbackID: =CMDID_SET_LINE_SPACING
  761. *Params: LIST(LinefeedSpacing)
  762. }
  763. *Command: CmdCR
  764. {
  765. *CallbackID: =CMDID_CR
  766. }
  767. *Command: CmdLF
  768. {
  769. *CallbackID: =CMDID_LF
  770. }
  771. *Command: CmdFF
  772. {
  773. *CallbackID: =CMDID_FF
  774. }
  775. *% ------------------------------
  776. *% Raster Data Emission
  777. *OutputDataFormat: H_BYTE
  778. *OptimizeLeftBound?: FALSE
  779. *StripBlanks: LIST()
  780. *MirrorRasterByte?: FALSE
  781. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  782. *CursorYAfterSendBlockData: NO_MOVE
  783. *SendMultipleRows?: TRUE
  784. *Feature: Orientation
  785. {
  786. *rcNameID: =ORIENTATION_DISPLAY
  787. *DefaultOption: PORTRAIT
  788. *Option: PORTRAIT
  789. {
  790. *rcNameID: =PORTRAIT_DISPLAY
  791. *Command: CmdSelect
  792. {
  793. *InsertBlock: =OrderOrientation
  794. *CallbackID: =CMDID_ORIENTATION_PORTRAIT
  795. }
  796. }
  797. *Option: LANDSCAPE_CC90
  798. {
  799. *rcNameID: =LANDSCAPE_DISPLAY
  800. *Command: CmdSelect
  801. {
  802. *InsertBlock: =OrderOrientation
  803. *CallbackID: =CMDID_ORIENTATION_LANDSCAPE
  804. }
  805. }
  806. }
  807. *ModelName: "FUJITSU Printpartner GL-360"
  808. *Feature: InputBin
  809. {
  810. *rcNameID: =PAPER_SOURCE_DISPLAY
  811. *DefaultOption: AUTO
  812. *InsertBlock: =FuxlInputBinAuto
  813. *InsertBlock: =FuxlInputBinManual
  814. *InsertBlock: =FuxlInputBin1
  815. *InsertBlock: =FuxlInputBin2
  816. }
  817. *Feature: Resolution
  818. {
  819. *rcNameID: =RESOLUTION_DISPLAY
  820. *DefaultOption: Option2
  821. *InsertBlock: =FuxlResolution300
  822. *InsertBlock: =FuxlResolution600
  823. }
  824. *Feature: PaperSize
  825. {
  826. *rcNameID: =PAPER_SIZE_DISPLAY
  827. *DefaultOption: A4
  828. *InsertBlock: =FuxlFormA3
  829. *InsertBlock: =FuxlFormA4
  830. *InsertBlock: =FuxlFormB4
  831. *InsertBlock: =FuxlFormA5
  832. *InsertBlock: =FuxlFormB5
  833. *InsertBlock: =FuxlFormLetter
  834. *InsertBlock: =FuxlFormLegal
  835. *InsertBlock: =FuxlFormJapanesePostCard
  836. *InsertBlock: =FuxlFormCustomSize
  837. }
  838. *InvalidCombination: LIST(FuxlSizeReduction.Option1, PaperSize.A3)
  839. *InvalidCombination: LIST(FuxlSizeReduction.Option1, PaperSize.B4)
  840. *InvalidCombination: LIST(FuxlSizeReduction.Option1, PaperSize.LEGAL)
  841. *InvalidCombination: LIST(FuxlSizeReduction.Option2, PaperSize.A3)
  842. *InsertBlock: =FuxlFeatureSmoothing
  843. *InsertBlock: =FuxlFeatureSizeReduction
  844. *InsertBlock: =FuxlFeatureTonerSave
  845. *InsertBlock: =FuxlFeatureHalftone
  846. *InsertBlock: =FuxlSendBlockMH2_IMG4
  847. *% end of FUGL360J.GPD