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.

1359 lines
38 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "FXDC450J.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "FX DocuCentre 450/550 ART4"
  11. *MasterUnits: PAIR(1200, 1200)
  12. *ResourceDLL: "FXARTRES.DLL"
  13. *PrinterType: PAGE
  14. *PrintRate: 55
  15. *PrintRateUnit: PPM
  16. *MaxCopies: 999
  17. *FontCartSlots: 1
  18. *rcInstalledOptionNameID: 350
  19. *rcNotInstalledOptionNameID: 351
  20. *%========== InvalidInstallableCombination ==========
  21. *%========== Orientation ==========
  22. *Feature: Orientation
  23. {
  24. *rcNameID: =ORIENTATION_DISPLAY
  25. *DefaultOption: PORTRAIT
  26. *Option: PORTRAIT
  27. {
  28. *rcNameID: =PORTRAIT_DISPLAY
  29. *Command: CmdSelect
  30. {
  31. *Order: DOC_SETUP.8
  32. *CallbackID: 17
  33. }
  34. }
  35. *Option: LANDSCAPE_CC90
  36. {
  37. *rcNameID: =LANDSCAPE_DISPLAY
  38. *Command: CmdSelect
  39. {
  40. *Order: DOC_SETUP.8
  41. *CallbackID: 18
  42. }
  43. }
  44. }
  45. *%========== InputBin ==========
  46. *Feature: InputBin
  47. {
  48. *rcNameID: =PAPER_SOURCE_DISPLAY
  49. *DefaultOption: TRAY1
  50. *Option: AUTO
  51. {
  52. *rcNameID: =AUTO_DISPLAY
  53. *Command: CmdSelect
  54. {
  55. *Order: DOC_SETUP.10
  56. *Cmd: "it -1<0D0A>"
  57. }
  58. }
  59. *Option: TRAY1
  60. {
  61. *rcNameID: 288
  62. *Command: CmdSelect
  63. {
  64. *Order: DOC_SETUP.10
  65. *Cmd: "it 1<0D0A>"
  66. }
  67. }
  68. *Option: TRAY2
  69. {
  70. *rcNameID: 289
  71. *Command: CmdSelect
  72. {
  73. *Order: DOC_SETUP.10
  74. *Cmd: "it 2<0D0A>"
  75. }
  76. }
  77. *Option: TRAY3
  78. {
  79. *rcNameID: 290
  80. *Command: CmdSelect
  81. {
  82. *Order: DOC_SETUP.10
  83. *Cmd: "it 3<0D0A>"
  84. }
  85. }
  86. *Option: TRAY4
  87. {
  88. *rcNameID: 291
  89. *Command: CmdSelect
  90. {
  91. *Order: DOC_SETUP.10
  92. *Cmd: "it 4<0D0A>"
  93. }
  94. }
  95. *Option: MTRAY1
  96. {
  97. *rcNameID: 292
  98. *Command: CmdSelect
  99. {
  100. *Order: DOC_SETUP.10
  101. *Cmd: "it 21<0D0A>"
  102. }
  103. }
  104. *Option: MTRAY2
  105. {
  106. *rcNameID: 293
  107. *Command: CmdSelect
  108. {
  109. *Order: DOC_SETUP.10
  110. *Cmd: "it 22<0D0A>"
  111. }
  112. }
  113. *Option: MTRAY3
  114. {
  115. *rcNameID: 294
  116. *Command: CmdSelect
  117. {
  118. *Order: DOC_SETUP.10
  119. *Cmd: "it 23<0D0A>"
  120. }
  121. }
  122. }
  123. *%========== Resolution ==========
  124. *Feature: Resolution
  125. {
  126. *rcNameID: =RESOLUTION_DISPLAY
  127. *DefaultOption: Option1
  128. *Option: Option1
  129. {
  130. *Name: "600 x 600 dots per inch"
  131. *DPI: PAIR(600, 600)
  132. *TextDPI: PAIR(600, 600)
  133. *MinStripBlankPixels: 24
  134. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,TRAILING)
  135. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  136. *SpotDiameter: 100
  137. *Command: CmdSendBlockData
  138. {
  139. *CallbackID: 26
  140. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  141. }
  142. *Command: CmdEndBlockData { *Cmd : "]<0D0A>" }
  143. *Command: CmdSelect
  144. {
  145. *Order: DOC_SETUP.7
  146. *CallbackID: 29
  147. }
  148. }
  149. }
  150. *%========== PaperSize ==========
  151. *Feature: PaperSize
  152. {
  153. *rcNameID: =PAPER_SIZE_DISPLAY
  154. *DefaultOption: A4
  155. *Option: A3
  156. {
  157. *rcNameID: =A3_DISPLAY
  158. *DisabledFeatures: LIST(InputBin)
  159. *Constraints: LIST(InputBin.TRAY1,InputBin.MTRAY1,InputBin.MTRAY2)
  160. *switch: Orientation
  161. {
  162. *case: PORTRAIT
  163. {
  164. *PrintableArea: PAIR(13548, 19368)
  165. *PrintableOrigin: PAIR(240, 240)
  166. *CursorOrigin: PAIR(240, 240)
  167. *Command: CmdSelect
  168. {
  169. *Order: DOC_SETUP.11
  170. *CallbackID: 30
  171. }
  172. }
  173. *case: LANDSCAPE_CC90
  174. {
  175. *PrintableArea: PAIR(13548, 19368)
  176. *PrintableOrigin: PAIR(240, 240)
  177. *CursorOrigin: PAIR(240, 19608)
  178. *Command: CmdSelect
  179. {
  180. *Order: DOC_SETUP.11
  181. *CallbackID: 30
  182. }
  183. }
  184. }
  185. }
  186. *Option: A4
  187. {
  188. *rcNameID: =A4_DISPLAY
  189. *switch: Orientation
  190. {
  191. *case: PORTRAIT
  192. {
  193. *PrintableArea: PAIR(9444, 13548)
  194. *PrintableOrigin: PAIR(240, 240)
  195. *CursorOrigin: PAIR(240, 240)
  196. *Command: CmdSelect
  197. {
  198. *Order: DOC_SETUP.11
  199. *CallbackID: 31
  200. }
  201. }
  202. *case: LANDSCAPE_CC90
  203. {
  204. *PrintableArea: PAIR(9444, 13548)
  205. *PrintableOrigin: PAIR(240, 240)
  206. *CursorOrigin: PAIR(240, 13788)
  207. *Command: CmdSelect
  208. {
  209. *Order: DOC_SETUP.11
  210. *CallbackID: 31
  211. }
  212. }
  213. }
  214. }
  215. *Option: A5
  216. {
  217. *rcNameID: =A5_DISPLAY
  218. *DisabledFeatures: LIST(Punch)
  219. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  220. *switch: Orientation
  221. {
  222. *case: PORTRAIT
  223. {
  224. *PrintableArea: PAIR(6516, 9444)
  225. *PrintableOrigin: PAIR(240, 240)
  226. *CursorOrigin: PAIR(240, 240)
  227. *Command: CmdSelect
  228. {
  229. *Order: DOC_SETUP.11
  230. *CallbackID: 32
  231. }
  232. }
  233. *case: LANDSCAPE_CC90
  234. {
  235. *PrintableArea: PAIR(6516, 9444)
  236. *PrintableOrigin: PAIR(240, 240)
  237. *CursorOrigin: PAIR(240, 9684)
  238. *Command: CmdSelect
  239. {
  240. *Order: DOC_SETUP.11
  241. *CallbackID: 32
  242. }
  243. }
  244. }
  245. }
  246. *Option: A6
  247. {
  248. *rcNameID: =A6_DISPLAY
  249. *DisabledFeatures: LIST(Duplex, InputBin, Stapling, Punch)
  250. *Constraints: LIST(Duplex.VERTICAL, Duplex.HORIZONTAL)
  251. *Constraints: LIST(InputBin.TRAY2,InputBin.TRAY3,InputBin.TRAY4)
  252. *Constraints: LIST(InputBin.MTRAY1,InputBin.MTRAY2,InputBin.MTRAY3)
  253. *Constraints: LIST(Stapling.Option2, Stapling.Option3,Stapling.Option4,
  254. + Stapling.Option5, Stapling.Option6)
  255. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  256. *switch: Orientation
  257. {
  258. *case: PORTRAIT
  259. {
  260. *PrintableArea: PAIR(4461, 6516)
  261. *PrintableOrigin: PAIR(240, 240)
  262. *CursorOrigin: PAIR(240, 240)
  263. *Command: CmdSelect
  264. {
  265. *Order: DOC_SETUP.11
  266. *CallbackID: 44
  267. }
  268. }
  269. *case: LANDSCAPE_CC90
  270. {
  271. *PrintableArea: PAIR(4461, 6516)
  272. *PrintableOrigin: PAIR(240, 240)
  273. *CursorOrigin: PAIR(240, 6756)
  274. *Command: CmdSelect
  275. {
  276. *Order: DOC_SETUP.11
  277. *CallbackID: 44
  278. }
  279. }
  280. }
  281. }
  282. *Option: B4
  283. {
  284. *rcNameID: =B4_DISPLAY
  285. *DisabledFeatures: LIST(InputBin)
  286. *Constraints: LIST(InputBin.TRAY1,InputBin.MTRAY1)
  287. *switch: Orientation
  288. {
  289. *case: PORTRAIT
  290. {
  291. *PrintableArea: PAIR(11664, 16716)
  292. *PrintableOrigin: PAIR(240, 240)
  293. *CursorOrigin: PAIR(240, 240)
  294. *Command: CmdSelect
  295. {
  296. *Order: DOC_SETUP.11
  297. *CallbackID: 33
  298. }
  299. }
  300. *case: LANDSCAPE_CC90
  301. {
  302. *PrintableArea: PAIR(11664, 16716)
  303. *PrintableOrigin: PAIR(240, 240)
  304. *CursorOrigin: PAIR(240, 16956)
  305. *Command: CmdSelect
  306. {
  307. *Order: DOC_SETUP.11
  308. *CallbackID: 33
  309. }
  310. }
  311. }
  312. }
  313. *Option: B5
  314. {
  315. *rcNameID: =B5_DISPLAY
  316. *switch: Orientation
  317. {
  318. *case: PORTRAIT
  319. {
  320. *PrintableArea: PAIR(8124, 11664)
  321. *PrintableOrigin: PAIR(240, 240)
  322. *CursorOrigin: PAIR(240, 240)
  323. *Command: CmdSelect
  324. {
  325. *Order: DOC_SETUP.11
  326. *CallbackID: 34
  327. }
  328. }
  329. *case: LANDSCAPE_CC90
  330. {
  331. *PrintableArea: PAIR(8124, 11664)
  332. *PrintableOrigin: PAIR(240, 240)
  333. *CursorOrigin: PAIR(240, 11904)
  334. *Command: CmdSelect
  335. {
  336. *Order: DOC_SETUP.11
  337. *CallbackID: 34
  338. }
  339. }
  340. }
  341. }
  342. *Option: B6
  343. {
  344. *rcNameID: =B6_JIS_DISPLAY
  345. *DisabledFeatures: LIST(Duplex, InputBin, Stapling, Punch)
  346. *Constraints: LIST(Duplex.VERTICAL, Duplex.HORIZONTAL)
  347. *Constraints: LIST(InputBin.TRAY2,InputBin.TRAY3,InputBin.TRAY4)
  348. *Constraints: LIST(InputBin.MTRAY1,InputBin.MTRAY2,InputBin.MTRAY3)
  349. *Constraints: LIST(Stapling.Option2, Stapling.Option3,Stapling.Option4,
  350. + Stapling.Option5, Stapling.Option6)
  351. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  352. *switch: Orientation
  353. {
  354. *case: PORTRAIT
  355. {
  356. *PageDimensions: PAIR(6000, 8640)
  357. *PrintableArea: PAIR(5594, 8124)
  358. *PrintableOrigin: PAIR(240, 240)
  359. *CursorOrigin: PAIR(240, 240)
  360. *Command: CmdSelect
  361. {
  362. *Order: DOC_SETUP.10
  363. *CallbackID: 45
  364. }
  365. }
  366. *case: LANDSCAPE_CC90
  367. {
  368. *PageDimensions: PAIR(6000, 80640)
  369. *PrintableArea: PAIR(5594, 8124)
  370. *PrintableOrigin: PAIR(240, 240)
  371. *CursorOrigin: PAIR(240, 8364)
  372. *Command: CmdSelect
  373. {
  374. *Order: DOC_SETUP.10
  375. *CallbackID: 45
  376. }
  377. }
  378. }
  379. }
  380. *Option: JAPANESE_POSTCARD
  381. {
  382. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  383. *DisabledFeatures: LIST(InputBin, Stapling, Punch, Duplex)
  384. *Constraints: LIST(InputBin.TRAY2,InputBin.TRAY3,InputBin.TRAY4)
  385. *Constraints: LIST(InputBin.MTRAY1, InputBin.MTRAY2, InputBin.MTRAY3)
  386. *Constraints: LIST(Stapling.Option2, Stapling.Option3, Stapling.Option4,
  387. + Stapling.Option5, Stapling.Option6)
  388. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  389. *Constraints: LIST(Duplex.VERTICAL, Duplex.HORIZONTAL)
  390. *switch: Orientation
  391. {
  392. *case: PORTRAIT
  393. {
  394. *PrintableArea: PAIR(4244, 6512)
  395. *PrintableOrigin: PAIR(240, 240)
  396. *CursorOrigin: PAIR(240, 240)
  397. *Command: CmdSelect
  398. {
  399. *Order: DOC_SETUP.11
  400. *CallbackID: 35
  401. }
  402. }
  403. *case: LANDSCAPE_CC90
  404. {
  405. *PrintableArea: PAIR(4292, 6560)
  406. *PrintableOrigin: PAIR(216, 216)
  407. *CursorOrigin: PAIR(216, 6774)
  408. *Command: CmdSelect
  409. {
  410. *Order: DOC_SETUP.11
  411. *CallbackID: 35
  412. }
  413. }
  414. }
  415. }
  416. *Option: TABLOID
  417. {
  418. *rcNameID: =TABLOID_DISPLAY
  419. *DisabledFeatures: LIST(InputBin)
  420. *Constraints: LIST(InputBin.TRAY1,InputBin.MTRAY1,
  421. + InputBin.TRAY3,InputBin.MTRAY2)
  422. *switch: Orientation
  423. {
  424. *case: PORTRAIT
  425. {
  426. *PrintableArea: PAIR(12768, 19968)
  427. *PrintableOrigin: PAIR(216, 216)
  428. *CursorOrigin: PAIR(216, 216)
  429. *Command: CmdSelect
  430. {
  431. *Order: DOC_SETUP.11
  432. *CallbackID: 36
  433. }
  434. }
  435. *case: LANDSCAPE_CC90
  436. {
  437. *PrintableArea: PAIR(12768, 19968)
  438. *PrintableOrigin: PAIR(216, 216)
  439. *CursorOrigin: PAIR(216, 20184)
  440. *Command: CmdSelect
  441. {
  442. *Order: DOC_SETUP.11
  443. *CallbackID: 36
  444. }
  445. }
  446. }
  447. }
  448. *Option: LETTER
  449. {
  450. *rcNameID: =LETTER_DISPLAY
  451. *switch: Orientation
  452. {
  453. *case: PORTRAIT
  454. {
  455. *PrintableArea: PAIR(9768, 12768)
  456. *PrintableOrigin: PAIR(216, 216)
  457. *CursorOrigin: PAIR(216, 216)
  458. *Command: CmdSelect
  459. {
  460. *Order: DOC_SETUP.11
  461. *CallbackID: 37
  462. }
  463. }
  464. *case: LANDSCAPE_CC90
  465. {
  466. *PrintableArea: PAIR(9768, 12768)
  467. *PrintableOrigin: PAIR(216, 216)
  468. *CursorOrigin: PAIR(216, 12984)
  469. *Command: CmdSelect
  470. {
  471. *Order: DOC_SETUP.11
  472. *CallbackID: 37
  473. }
  474. }
  475. }
  476. }
  477. *Option: FOLIO
  478. {
  479. *rcNameID: =FOLIO_DISPLAY
  480. *DisabledFeatures: LIST(InputBin, Punch)
  481. *Constraints: LIST(InputBin.TRAY1,InputBin.MTRAY1)
  482. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  483. *switch: Orientation
  484. {
  485. *case: PORTRAIT
  486. {
  487. *PrintableArea: PAIR(9768, 15168)
  488. *PrintableOrigin: PAIR(216, 216)
  489. *CursorOrigin: PAIR(216, 216)
  490. *Command: CmdSelect
  491. {
  492. *Order: DOC_SETUP.11
  493. *CallbackID: 38
  494. }
  495. }
  496. *case: LANDSCAPE_CC90
  497. {
  498. *PrintableArea: PAIR(9768, 15168)
  499. *PrintableOrigin: PAIR(216, 216)
  500. *CursorOrigin: PAIR(216, 15384)
  501. *Command: CmdSelect
  502. {
  503. *Order: DOC_SETUP.11
  504. *CallbackID: 38
  505. }
  506. }
  507. }
  508. }
  509. *Option: LEGAL
  510. {
  511. *rcNameID: =LEGAL_DISPLAY
  512. *DisabledFeatures: LIST(InputBin, Punch)
  513. *Constraints: LIST(InputBin.TRAY1,InputBin.MTRAY1)
  514. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  515. *switch: Orientation
  516. {
  517. *case: PORTRAIT
  518. {
  519. *PrintableArea: PAIR(9768, 16368)
  520. *PrintableOrigin: PAIR(216, 216)
  521. *CursorOrigin: PAIR(216, 216)
  522. *Command: CmdSelect
  523. {
  524. *Order: DOC_SETUP.11
  525. *CallbackID: 39
  526. }
  527. }
  528. *case: LANDSCAPE_CC90
  529. {
  530. *PrintableArea: PAIR(9768, 16368)
  531. *PrintableOrigin: PAIR(216, 216)
  532. *CursorOrigin: PAIR(216, 16584)
  533. *Command: CmdSelect
  534. {
  535. *Order: DOC_SETUP.11
  536. *CallbackID: 39
  537. }
  538. }
  539. }
  540. }
  541. *Option: STATEMENT
  542. {
  543. *rcNameID: =STATEMENT_DISPLAY
  544. *DisabledFeatures: LIST(Stapling, Punch)
  545. *Constraints: LIST(Stapling.Option2, Stapling.Option3,Stapling.Option4,
  546. + Stapling.Option5, Stapling.Option6)
  547. *Constraints: LIST(Punch.Option2, Punch.Option3, Punch.Option4)
  548. *switch: Orientation
  549. {
  550. *case: PORTRAIT
  551. {
  552. *PageDimensions: PAIR(6600, 10200)
  553. *PrintableArea: PAIR(6336, 9780)
  554. *PrintableOrigin: PAIR(240, 240)
  555. *CursorOrigin: PAIR(240, 240)
  556. *Command: CmdSelect
  557. {
  558. *Order: DOC_SETUP.10
  559. *CallbackID: 45
  560. }
  561. }
  562. *case: LANDSCAPE_CC90
  563. {
  564. *PageDimensions: PAIR(6600, 10200)
  565. *PrintableArea: PAIR(6336, 9780)
  566. *PrintableOrigin: PAIR(240, 240)
  567. *CursorOrigin: PAIR(240, 10020)
  568. *Command: CmdSelect
  569. {
  570. *Order: DOC_SETUP.10
  571. *CallbackID: 45
  572. }
  573. }
  574. }
  575. }
  576. }
  577. *%========== OutputBin ==========
  578. *Feature: OutputBin
  579. {
  580. *rcNameID: =OUTPUTBIN_DISPLAY
  581. *DefaultOption: Option1
  582. *Option: Option1
  583. {
  584. *rcNameID: 379
  585. *Command: CmdSelect
  586. {
  587. *Order: DOC_SETUP.3
  588. *Cmd: "@OUTR=MAINTRAY<0D0A>"
  589. }
  590. }
  591. *Option: Option2
  592. {
  593. *rcNameID: 265
  594. *Command: CmdSelect
  595. {
  596. *Order: DOC_SETUP.3
  597. *Cmd: "@OUTR=OUTBIN1<0D0A>"
  598. }
  599. }
  600. *Option: Option3
  601. {
  602. *rcNameID: 266
  603. *Command: CmdSelect
  604. {
  605. *Order: DOC_SETUP.3
  606. *Cmd: "@OUTR=OUTBIN2<0D0A>"
  607. }
  608. }
  609. *Option: Option4
  610. {
  611. *rcNameID: 267
  612. *Command: CmdSelect
  613. {
  614. *Order: DOC_SETUP.3
  615. *Cmd: "@OUTR=OUTBIN3<0D0A>"
  616. }
  617. }
  618. *Option: Option5
  619. {
  620. *rcNameID: 268
  621. *Command: CmdSelect
  622. {
  623. *Order: DOC_SETUP.3
  624. *Cmd: "@OUTR=OUTBIN4<0D0A>"
  625. }
  626. }
  627. *Option: Option6
  628. {
  629. *rcNameID: 269
  630. *Command: CmdSelect
  631. {
  632. *Order: DOC_SETUP.3
  633. *Cmd: "@OUTR=OUTBIN5<0D0A>"
  634. }
  635. }
  636. *Option: Option7
  637. {
  638. *rcNameID: 270
  639. *Command: CmdSelect
  640. {
  641. *Order: DOC_SETUP.3
  642. *Cmd: "@OUTR=OUTBIN6<0D0A>"
  643. }
  644. }
  645. *Option: Option8
  646. {
  647. *rcNameID: 271
  648. *Command: CmdSelect
  649. {
  650. *Order: DOC_SETUP.3
  651. *Cmd: "@OUTR=OUTBIN7<0D0A>"
  652. }
  653. }
  654. *Option: Option9
  655. {
  656. *rcNameID: 272
  657. *Command: CmdSelect
  658. {
  659. *Order: DOC_SETUP.3
  660. *Cmd: "@OUTR=OUTBIN8<0D0A>"
  661. }
  662. }
  663. *Option: Option10
  664. {
  665. *rcNameID: 273
  666. *Command: CmdSelect
  667. {
  668. *Order: DOC_SETUP.3
  669. *Cmd: "@OUTR=OUTBIN9<0D0A>"
  670. }
  671. }
  672. *Option: Option11
  673. {
  674. *rcNameID: 274
  675. *Command: CmdSelect
  676. {
  677. *Order: DOC_SETUP.3
  678. *Cmd: "@OUTR=OUTBIN10<0D0A>"
  679. }
  680. }
  681. *Option: Option12
  682. {
  683. *rcNameID: 384
  684. *DisabledFeatures: LIST(Punch, Stapling)
  685. *Constraints: LIST(Punch.Option2, Punch.Option3,
  686. + Punch.Option4)
  687. *Constraints: LIST(Stapling.Option2, Stapling.Option3,
  688. + Stapling.Option4, Stapling.Option5,
  689. + Stapling.Option6)
  690. *Command: CmdSelect
  691. {
  692. *Order: DOC_SETUP.3
  693. *Cmd: "@OUTR=MAINTRAY<0D0A>"
  694. }
  695. }
  696. *Option: Option13
  697. {
  698. *rcNameID: 385
  699. *Command: CmdSelect
  700. {
  701. *Order: DOC_SETUP.3
  702. *Cmd: "@OUTR=OUTBIN100<0D0A>"
  703. }
  704. }
  705. }
  706. *%========== Halftone ==========
  707. *Feature: Halftone
  708. {
  709. *rcNameID: =HALFTONING_DISPLAY
  710. *DefaultOption: HT_PATSIZE_AUTO
  711. *Option: HT_PATSIZE_AUTO
  712. {
  713. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  714. }
  715. *Option: HT_PATSIZE_SUPERCELL_M
  716. {
  717. *rcNameID: =HT_SUPERCELL_DISPLAY
  718. }
  719. *Option: HT_PATSIZE_6x6_M
  720. {
  721. *rcNameID: =HT_DITHER6X6_DISPLAY
  722. }
  723. *Option: HT_PATSIZE_8x8_M
  724. {
  725. *rcNameID: =HT_DITHER8X8_DISPLAY
  726. }
  727. }
  728. *%========== Duplex ==========
  729. *Feature: Duplex
  730. {
  731. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  732. *DefaultOption: NONE
  733. *Option: NONE
  734. {
  735. *rcNameID: =NONE_DISPLAY
  736. *Command: CmdSelect
  737. {
  738. *Order: DOC_SETUP.9
  739. *Cmd: "setp duplex 0<0A>"
  740. }
  741. }
  742. *Option: VERTICAL
  743. {
  744. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  745. *Command: CmdSelect
  746. {
  747. *Order: DOC_SETUP.9
  748. *Cmd: "setp duplex 3<0A>"
  749. }
  750. }
  751. *Option: HORIZONTAL
  752. {
  753. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  754. *Command: CmdSelect
  755. {
  756. *Order: DOC_SETUP.9
  757. *Cmd: "setp duplex 4<0A>"
  758. }
  759. }
  760. }
  761. *%Portrait:Stapling
  762. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.A3, Stapling.Option4)
  763. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.A3, Stapling.Option5)
  764. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.B4, Stapling.Option4)
  765. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.B4, Stapling.Option5)
  766. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.TABLOID,Stapling.Option4)
  767. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.TABLOID,Stapling.Option5)
  768. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.FOLIO, Stapling.Option4)
  769. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.FOLIO, Stapling.Option5)
  770. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.LEGAL, Stapling.Option4)
  771. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.LEGAL, Stapling.Option5)
  772. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.A5, Stapling.Option6)
  773. *%Portrait:Stapling:LongEdge
  774. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL, Stapling.Option6)
  775. *%Portrait:Stapling:ShortEdge
  776. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,Stapling.Option4)
  777. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,Stapling.Option5)
  778. *%Landscape:Stapling
  779. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.A3, Stapling.Option6)
  780. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.B4, Stapling.Option6)
  781. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.TABLOID,Stapling.Option6)
  782. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.FOLIO, Stapling.Option6)
  783. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.LEGAL, Stapling.Option6)
  784. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.A5, Stapling.Option4)
  785. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.A5, Stapling.Option5)
  786. *%Landscape:Stapling:LongEdge
  787. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, Stapling.Option4)
  788. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, Stapling.Option5)
  789. *%Portrait:Stapling:ShortEdge
  790. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,Stapling.Option6)
  791. *%Punch:Simplex:Portrait
  792. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.A3, Punch.Option3)
  793. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.A3, Punch.Option4)
  794. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.B4, Punch.Option3)
  795. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.B4, Punch.Option4)
  796. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.TABLOID, Punch.Option3)
  797. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.TABLOID, Punch.Option4)
  798. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.A4, Punch.Option2)
  799. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.B5, Punch.Option2)
  800. *InvalidCombination: LIST(Orientation.PORTRAIT, PaperSize.LETTER, Punch.Option2)
  801. *%Punch:Longedge:Portrait
  802. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.VERTICAL,Punch.Option2)
  803. *%Punch:Shortedge:Portrait
  804. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,Punch.Option3)
  805. *InvalidCombination: LIST(Orientation.PORTRAIT, Duplex.HORIZONTAL,Punch.Option4)
  806. *%Punch:Landscape
  807. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.A3, Punch.Option2)
  808. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.A4, Punch.Option3)
  809. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.A4, Punch.Option4)
  810. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.B5, Punch.Option3)
  811. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.B5, Punch.Option4)
  812. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.LETTER, Punch.Option3)
  813. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.LETTER, Punch.Option4)
  814. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.B4, Punch.Option2)
  815. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, PaperSize.TABLOID, Punch.Option2)
  816. *%Punch:Longedge:Landscape
  817. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, Punch.Option3)
  818. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.VERTICAL, Punch.Option4)
  819. *%Punch:Shortedge:Landscape
  820. *InvalidCombination: LIST(Orientation.LANDSCAPE_CC90, Duplex.HORIZONTAL,Punch.Option2)
  821. *%Punch and Staple
  822. *InvalidCombination: LIST(Stapling.Option2, Punch.Option4)
  823. *InvalidCombination: LIST(Stapling.Option3, Punch.Option3)
  824. *InvalidCombination: LIST(Stapling.Option4, Punch.Option4)
  825. *InvalidCombination: LIST(Stapling.Option4, Punch.Option2)
  826. *InvalidCombination: LIST(Stapling.Option5, Punch.Option2)
  827. *InvalidCombination: LIST(Stapling.Option5, Punch.Option3)
  828. *InvalidCombination: LIST(Stapling.Option6, Punch.Option3)
  829. *InvalidCombination: LIST(Stapling.Option6, Punch.Option4)
  830. *%========== Job Control Command ==========
  831. *Command: CmdStartDoc
  832. {
  833. *Order: DOC_SETUP.1
  834. *CallbackID: 19
  835. }
  836. *Command: CmdStartPage
  837. {
  838. *Order: PAGE_SETUP.1
  839. *Params: LIST(TextXRes, TextYRes)
  840. *CallbackID: 14
  841. }
  842. *Command: CmdEndJob
  843. {
  844. *Order: JOB_FINISH.1
  845. *CallbackID: 70
  846. }
  847. *Command: CmdEndPage
  848. {
  849. *Order: PAGE_FINISH.1
  850. *CallbackID: 15
  851. }
  852. *Command: CmdCopies
  853. {
  854. *Order: DOC_SETUP.2
  855. *CallbackID: 20
  856. *Params: LIST(NumOfCopies)
  857. }
  858. *%========== Compression ==========
  859. *Command: CmdEnableTIFF4 { *Cmd : "scm 5<0D0A>" }
  860. *Command: CmdDisableCompression { *Cmd : "scm 0<0D0A>" }
  861. *%========== Printer Capabilities ==========
  862. *RotateCoordinate?: TRUE
  863. *RotateRaster?: TRUE
  864. *RotateFont?: FALSE
  865. *TextCaps: LIST(TC_OP_CHARACTER, TC_EA_DOUBLE, TC_RA_ABLE)
  866. *%========== Cursor Move ==========
  867. *XMoveUnit: 1200
  868. *YMoveUnit: 1200
  869. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  870. *XMoveThreshold: 0
  871. *YMoveThreshold: 0
  872. *Command: CmdXMoveAbsolute
  873. {
  874. *CallbackID: 1
  875. *Params: LIST(DestX)
  876. }
  877. *Command: CmdYMoveAbsolute
  878. {
  879. *CallbackID: 2
  880. *Params: LIST(DestY)
  881. }
  882. *Command: CmdCR { *CallbackID: 7 }
  883. *Command: CmdFF { *CallbackID: 8 }
  884. *Command: CmdLF { *CallbackID: 9 }
  885. *EjectPageWithFF?: TRUE
  886. *%========== Raster Data Emission ==========
  887. *OutputDataFormat: H_BYTE
  888. *OptimizeLeftBound?: TRUE
  889. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  890. *CursorYAfterSendBlockData: NO_MOVE
  891. *%========== Device Fonts ==========
  892. *DefaultFont: 1
  893. *DefaultCTT: 0
  894. *CharPosition: BASELINE
  895. *switch: Orientation
  896. {
  897. *case: PORTRAIT
  898. {
  899. *DeviceFonts: LIST(1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15,
  900. + 16, 17, 18, 19, 20, 21, 22, 23, 24, 25)
  901. }
  902. *case: LANDSCAPE_CC90
  903. {
  904. *DeviceFonts: LIST(1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15,
  905. + 16, 17, 18, 19, 20, 21, 22, 23, 24, 25)
  906. }
  907. }
  908. *FontCartridge: FC1
  909. {
  910. *rcCartridgeNameID: 285
  911. *PortraitFonts: LIST(5, 6)
  912. *LandscapeFonts: LIST(5, 6)
  913. }
  914. *%========== Font Simulation ==========
  915. *Command: CmdBoldOn { *CallbackID: 51 }
  916. *Command: CmdBoldOff { *CallbackID: 52 }
  917. *Command: CmdItalicOn { *CallbackID: 53 }
  918. *Command: CmdItalicOff { *CallbackID: 54 }
  919. *Command: CmdWhiteTextOn { *CallbackID: 57 }
  920. *Command: CmdWhiteTextOff { *CallbackID: 58 }
  921. *Command: CmdSelectSingleByteMode { *CallbackID: 55 }
  922. *Command: CmdSelectDoubleByteMode { *CallbackID: 56 }
  923. *%========== Sort ==========
  924. *Feature: Sort
  925. {
  926. *rcNameID: 353
  927. *FeatureType: DOC_PROPERTY
  928. *DefaultOption: Option1
  929. *Option: Option1
  930. {
  931. *rcNameID: 351
  932. *DisabledFeatures: LIST(Punch, Stapling)
  933. *Constraints: LIST(Stapling.Option2, Stapling.Option3,
  934. + Stapling.Option4, Stapling.Option5,
  935. + Stapling.Option6)
  936. *Command: CmdSelect
  937. {
  938. *Order: DOC_SETUP.4
  939. *CallbackID: 60
  940. }
  941. }
  942. *Option: Option2
  943. {
  944. *rcNameID: 350
  945. *Command: CmdSelect
  946. {
  947. *Order: DOC_SETUP.4
  948. *CallbackID: 59
  949. }
  950. }
  951. }
  952. *%========== OutputOption ==========
  953. *Feature: OutputOption
  954. {
  955. *rcNameID: 367
  956. *FeatureType: PRINTER_PROPERTY
  957. *DefaultOption: Option2
  958. *Option: Option2
  959. {
  960. *rcNameID: 379
  961. *DisabledFeatures: LIST(Punch, Stapling,OutputBin)
  962. *Constraints: LIST(Stapling.Option2, Stapling.Option3,
  963. + Stapling.Option4, Stapling.Option5,
  964. + Stapling.Option6)
  965. *Constraints: LIST(OutputBin.Option2, OutputBin.Option3)
  966. *Constraints: LIST(OutputBin.Option4, OutputBin.Option5)
  967. *Constraints: LIST(OutputBin.Option6, OutputBin.Option7)
  968. *Constraints: LIST(OutputBin.Option8, OutputBin.Option9)
  969. *Constraints: LIST(OutputBin.Option10, OutputBin.Option11)
  970. *Constraints: LIST(OutputBin.Option12, OutputBin.Option13)
  971. }
  972. *Option: Option3
  973. {
  974. *rcNameID: 380
  975. *DisabledFeatures: LIST(Punch, Stapling, OutputBin)
  976. *Constraints: LIST(Stapling.Option2, Stapling.Option3,
  977. + Stapling.Option4, Stapling.Option5,
  978. + Stapling.Option6)
  979. *Constraints: LIST(OutputBin.Option2)
  980. *Constraints: LIST(OutputBin.Option3, OutputBin.Option4)
  981. *Constraints: LIST(OutputBin.Option5, OutputBin.Option6)
  982. *Constraints: LIST(OutputBin.Option7, OutputBin.Option8)
  983. *Constraints: LIST(OutputBin.Option9, OutputBin.Option10)
  984. *Constraints: LIST(OutputBin.Option11, OutputBin.Option12)
  985. *Constraints: LIST(OutputBin.Option13)
  986. }
  987. *Option: Option4
  988. {
  989. *rcNameID: 381
  990. *DisabledFeatures: LIST(Punch, Stapling, OutputBin)
  991. *Constraints: LIST(Stapling.Option2, Stapling.Option3,
  992. + Stapling.Option4, Stapling.Option5,
  993. + Stapling.Option6)
  994. *Constraints: LIST(OutputBin.Option12, OutputBin.Option13)
  995. }
  996. *Option: Option5
  997. {
  998. *rcNameID: 382
  999. *DisabledFeatures: LIST(Punch, Stapling, OutputBin)
  1000. *Constraints: LIST(Stapling.Option2, Stapling.Option3,
  1001. + Stapling.Option4, Stapling.Option5,
  1002. + Stapling.Option6)
  1003. *Constraints: LIST(OutputBin.Option12, OutputBin.Option13)
  1004. }
  1005. *Option: Option6
  1006. {
  1007. *rcNameID: 383
  1008. *DisabledFeatures: LIST(OutputBin)
  1009. *Constraints: LIST(OutputBin.Option1)
  1010. *Constraints: LIST(OutputBin.Option2, OutputBin.Option3)
  1011. *Constraints: LIST(OutputBin.Option4, OutputBin.Option5)
  1012. *Constraints: LIST(OutputBin.Option6, OutputBin.Option7)
  1013. *Constraints: LIST(OutputBin.Option8, OutputBin.Option9)
  1014. *Constraints: LIST(OutputBin.Option10, OutputBin.Option11)
  1015. }
  1016. }
  1017. *%========== Stapling ==========
  1018. *Feature: Stapling
  1019. {
  1020. *rcNameID: 361
  1021. *FeatureType: DOC_PROPERTY
  1022. *DefaultOption: Option1
  1023. *Option: Option1
  1024. {
  1025. *rcNameID: 351
  1026. *Command: CmdSelect
  1027. {
  1028. *Order: DOC_SETUP.5
  1029. *Cmd: "@STPL=OFF<0D0A>"
  1030. }
  1031. }
  1032. *Option: Option2
  1033. {
  1034. *rcNameID: 362
  1035. *switch: Orientation
  1036. {
  1037. *case: PORTRAIT
  1038. {
  1039. *Command: CmdSelect
  1040. {
  1041. *Order: DOC_SETUP.5
  1042. *Cmd: "@STPL=TOPLEFT<0D0A>"
  1043. }
  1044. }
  1045. *case: LANDSCAPE_CC90
  1046. {
  1047. *Command: CmdSelect
  1048. {
  1049. *Order: DOC_SETUP.5
  1050. *Cmd: "@STPL=BOTTOMLEFT<0D0A>"
  1051. }
  1052. }
  1053. }
  1054. }
  1055. *Option: Option3
  1056. {
  1057. *rcNameID: 363
  1058. *switch: Orientation
  1059. {
  1060. *case: PORTRAIT
  1061. {
  1062. *Command: CmdSelect
  1063. {
  1064. *Order: DOC_SETUP.5
  1065. *Cmd: "@STPL=TOPRIGHT<0D0A>"
  1066. }
  1067. }
  1068. *case: LANDSCAPE_CC90
  1069. {
  1070. *Command: CmdSelect
  1071. {
  1072. *Order: DOC_SETUP.5
  1073. *Cmd: "@STPL=TOPLEFT<0D0A>"
  1074. }
  1075. }
  1076. }
  1077. }
  1078. *Option: Option4
  1079. {
  1080. *rcNameID: 364
  1081. *switch: Orientation
  1082. {
  1083. *case: PORTRAIT
  1084. {
  1085. *Command: CmdSelect
  1086. {
  1087. *Order: DOC_SETUP.5
  1088. *Cmd: "@STPL=LEFTDUAL<0D0A>"
  1089. }
  1090. }
  1091. *case: LANDSCAPE_CC90
  1092. {
  1093. *Command: CmdSelect
  1094. {
  1095. *Order: DOC_SETUP.5
  1096. *Cmd: "@STPL=BOTTOMDUAL<0D0A>"
  1097. }
  1098. }
  1099. }
  1100. }
  1101. *Option: Option5
  1102. {
  1103. *rcNameID: 365
  1104. *switch: Orientation
  1105. {
  1106. *case: PORTRAIT
  1107. {
  1108. *Command: CmdSelect
  1109. {
  1110. *Order: DOC_SETUP.5
  1111. *Cmd: "@STPL=RIGHTDUAL<0D0A>"
  1112. }
  1113. }
  1114. *case: LANDSCAPE_CC90
  1115. {
  1116. *Command: CmdSelect
  1117. {
  1118. *Order: DOC_SETUP.5
  1119. *Cmd: "@STPL=TOPDUAL<0D0A>"
  1120. }
  1121. }
  1122. }
  1123. }
  1124. *Option: Option6
  1125. {
  1126. *rcNameID: 366
  1127. *switch: Orientation
  1128. {
  1129. *case: PORTRAIT
  1130. {
  1131. *Command: CmdSelect
  1132. {
  1133. *Order: DOC_SETUP.5
  1134. *Cmd: "@STPL=TOPDUAL<0D0A>"
  1135. }
  1136. }
  1137. *case: LANDSCAPE_CC90
  1138. {
  1139. *Command: CmdSelect
  1140. {
  1141. *Order: DOC_SETUP.5
  1142. *Cmd: "@STPL=LEFTDUAL<0D0A>"
  1143. }
  1144. }
  1145. }
  1146. }
  1147. }
  1148. *%========== Punch ==========
  1149. *Feature: Punch
  1150. {
  1151. *rcNameID: 389
  1152. *FeatureType: DOC_PROPERTY
  1153. *DefaultOption: Option1
  1154. *Option: Option1
  1155. {
  1156. *rcNameID: 351
  1157. *Command: CmdSelect
  1158. {
  1159. *Order: DOC_SETUP.6
  1160. *Cmd: "@PNCH=OFF<0D0A>"
  1161. }
  1162. }
  1163. *Option: Option2
  1164. {
  1165. *rcNameID: 390
  1166. *switch: Orientation
  1167. {
  1168. *case: PORTRAIT
  1169. {
  1170. *Command: CmdSelect
  1171. {
  1172. *Order: DOC_SETUP.6
  1173. *Cmd: "@PNCH=TOP<0D0A>"
  1174. }
  1175. }
  1176. *case: LANDSCAPE_CC90
  1177. {
  1178. *Command: CmdSelect
  1179. {
  1180. *Order: DOC_SETUP.6
  1181. *Cmd: "@PNCH=LEFT<0D0A>"
  1182. }
  1183. }
  1184. }
  1185. }
  1186. *Option: Option3
  1187. {
  1188. *rcNameID: 391
  1189. *switch: Orientation
  1190. {
  1191. *case: PORTRAIT
  1192. {
  1193. *Command: CmdSelect
  1194. {
  1195. *Order: DOC_SETUP.6
  1196. *Cmd: "@PNCH=LEFT<0D0A>"
  1197. }
  1198. }
  1199. *case: LANDSCAPE_CC90
  1200. {
  1201. *Command: CmdSelect
  1202. {
  1203. *Order: DOC_SETUP.6
  1204. *Cmd: "@PNCH=BOTTOM<0D0A>"
  1205. }
  1206. }
  1207. }
  1208. }
  1209. *Option: Option4
  1210. {
  1211. *rcNameID: 392
  1212. *switch: Orientation
  1213. {
  1214. *case: PORTRAIT
  1215. {
  1216. *Command: CmdSelect
  1217. {
  1218. *Order: DOC_SETUP.6
  1219. *Cmd: "@PNCH=RIGHT<0D0A>"
  1220. }
  1221. }
  1222. *case: LANDSCAPE_CC90
  1223. {
  1224. *Command: CmdSelect
  1225. {
  1226. *Order: DOC_SETUP.6
  1227. *Cmd: "@PNCH=TOP<0D0A>"
  1228. }
  1229. }
  1230. }
  1231. }
  1232. }
  1233. *%========== InputBinSet ==========
  1234. *Feature: InputBinSet
  1235. {
  1236. *rcNameID: 372
  1237. *FeatureType: PRINTER_PROPERTY
  1238. *DefaultOption: Option1
  1239. *Option: Option1
  1240. {
  1241. *rcNameID: 376
  1242. *Constraints: LIST(InputBin.MTRAY1, InputBin.MTRAY2, InputBin.MTRAY3)
  1243. }
  1244. *Option: Option2
  1245. {
  1246. *rcNameID: 378
  1247. *Constraints: LIST(InputBin.TRAY2)
  1248. }
  1249. }
  1250. *%========== TrueTypeFont Substitution ==========
  1251. *TTFS: Arial
  1252. {
  1253. *rcTTFontNameID: 300
  1254. *rcDevFontNameID: 301
  1255. }
  1256. *TTFS: CourierNew
  1257. {
  1258. *rcTTFontNameID: 302
  1259. *rcDevFontNameID: 303
  1260. }
  1261. *TTFS: Symbol
  1262. {
  1263. *rcTTFontNameID: 304
  1264. *rcDevFontNameID: 305
  1265. }
  1266. *TTFS: TimesNewRoman
  1267. {
  1268. *rcTTFontNameID: 306
  1269. *rcDevFontNameID: 307
  1270. }
  1271. *TTFS: MSMincho_V
  1272. {
  1273. *rcTTFontNameID: 308
  1274. *rcDevFontNameID: 309
  1275. }
  1276. *TTFS: MSGothic_V
  1277. {
  1278. *rcTTFontNameID: 310
  1279. *rcDevFontNameID: 311
  1280. }
  1281. *TTFS: MSMincho
  1282. {
  1283. *rcTTFontNameID: 312
  1284. *rcDevFontNameID: 313
  1285. }
  1286. *TTFS: MSGothic
  1287. {
  1288. *rcTTFontNameID: 314
  1289. *rcDevFontNameID: 315
  1290. }
  1291. *TTFS: MSMinchoV_E
  1292. {
  1293. *rcTTFontNameID: 330
  1294. *rcDevFontNameID:309
  1295. }
  1296. *TTFS: MSGothicV_E
  1297. {
  1298. *rcTTFontNameID: 331
  1299. *rcDevFontNameID:311
  1300. }
  1301. *TTFS: MSMincho_E
  1302. {
  1303. *rcTTFontNameID: 332
  1304. *rcDevFontNameID:313
  1305. }
  1306. *TTFS: MSGothic_E
  1307. {
  1308. *rcTTFontNameID: 333
  1309. *rcDevFontNameID:315
  1310. }
  1311. *TTFSEnabled?: TRUE