home *** CD-ROM | disk | FTP | other *** search
/ 85.21.22.242 / 2015.04-85.21.22.242.tar / 85.21.22.242 / pcl5-x32-5.5.0.12834.7z / pcl5-x32-5.5.0.12834 / hpcu130b.cab / hpcu1305.gpd < prev    next >
Text File  |  2012-04-24  |  283KB  |  9,539 lines

  1. *% Copyright 1996 - 2009, Hewlett-Packard Co.
  2. *% All Rights Reserved.
  3.  
  4. *%-------------------------------------------------------------------------
  5. *% Include Section
  6. *%-------------------------------------------------------------------------
  7. *Include: "stdnames.gpd"
  8. *Include: "hpcsm130.gpd"
  9. *HelpFile: "hpcen130.chm"
  10.  
  11. *%-------------------------------------------------------------------------
  12. *% Version Section
  13. *%-------------------------------------------------------------------------
  14. *GPDFileName: "hpcu1305.gpd"
  15. *GPDSpecVersion: "1.0"
  16. *GPDFileVersion: "130.0412834"
  17.  
  18.  
  19. *Ifdef: WINNT_60 
  20.  
  21. *PreAnalysisOptions: 0
  22.  
  23. *Endif: WINNT_60  
  24.  
  25. *Feature: RESDLL
  26. {
  27.     *Name: "resource dll files"
  28.  
  29.     *Option: STRRESSEC
  30.     {
  31.         *Name: "hpcst130.dll"       *% Get this from the required phase
  32.     }
  33. }
  34. *%------------------------------------------------------------------------
  35. *%  DOCUI SUI
  36. *%------------------------------------------------------------------------
  37.  
  38. *Feature: HPDocUISUI
  39. {
  40.     *Name: "HPDocUISUI"
  41.     *DefaultOption: True
  42.     *Option: True
  43.     {
  44.         *Name: "True"
  45.     }
  46. }
  47. *%-------------------------------------------------------------------------
  48. *% Model Section
  49. *%-------------------------------------------------------------------------
  50. *ModelName: "HP Universal Printing PCL 5"
  51.  
  52.  
  53. *%*PrintRate: 8
  54. *%*PrintRatePPM: 8
  55. *PrintRateUnit: PPM
  56.  
  57. *MasterUnits: PAIR(1200, 1200)
  58.  
  59.  
  60. *PrinterType: PAGE
  61. *MaxCopies: 9999                        *% Unidriver Max is 9999
  62.  
  63. *FontCartSlots: 0
  64. *TTFSEnabled?: TRUE
  65. *DeviceFonts: =IDS_DEFAULT_FONT
  66. *DefaultFont: =IDS_DEFAULT_FONT
  67. *TTFS: Courier
  68. {
  69.   *TTFontName: "Courier New"
  70.   *DevFontName: "Courier New"
  71. }
  72.  
  73. *% This macro is to be inserted when stapling or punching is enabled
  74. *BlockMacro: ContentOrientationCallBack
  75. {
  76.     *Command: CmdSelect
  77.     {
  78.         *Order: JOB_SETUP.45
  79.         *CallbackID: =CMDCB_CONTENT_ORIENTATION
  80.     }
  81. }
  82.  
  83. *%------------------------------------------------------------------------
  84. *% DOC_PROP Standard features section
  85. *%------------------------------------------------------------------------
  86. *%-------------------------------------------------------------------------
  87. *% Custom Features for Punch
  88. *%-------------------------------------------------------------------------
  89. *Feature: HPPunchUnitType
  90. {
  91.      *Name: "Punch Unit"
  92.      *FeatureType: PRINTER_PROPERTY
  93.      *HelpIndex: 15432
  94.      *DefaultOption: NotInstalled
  95.      *Option: NotInstalled
  96.      {
  97.         *rcNameID: =IDS_NOTINSTALLED
  98.      }
  99.      *Option: HP2HolePunch
  100.      {
  101.       *rcNameID: =IDS_2_PUNCH_KIT
  102.      }
  103.      *Option: HP3HolePunch
  104.      {
  105.       *rcNameID: =IDS_3_PUNCH_KIT
  106.      }
  107.      *Option: HP4HolePunch
  108.      {
  109.      *rcNameID: =IDS_4_PUNCH_KIT
  110.      }
  111. }
  112.  
  113.  
  114.  
  115. *%-------------------------------------------------------------------------
  116. *% Custom Features for EAC
  117. *%-------------------------------------------------------------------------
  118.  
  119. *Feature: HPInstallableFinisher
  120. {
  121.      *Name: "HPInstallableFinisher"
  122.      *FeatureType: PRINTER_PROPERTY
  123.      *Option: HP2HolePunch-Q3689
  124.      {
  125.          *Name: ""
  126.      }
  127.       *Option: HP3HolePunch-Q3635
  128.      {
  129.          *Name: ""
  130.      }
  131.       *Option: HP4HolePunch-Q3690
  132.      {
  133.          *Name: ""
  134.      }
  135.       *Option: Swedish4HolePunch-Q3691
  136.      {
  137.          *Name: ""
  138.      }
  139.      *Option: Installed-Q3636
  140.      {
  141.           *Name: ""
  142.      }
  143. }
  144.  
  145. *%-------------------------------------------------------------------------
  146. *%-Convert Ticket
  147. *%-------------------------------------------------------------------------
  148. *Feature: ESPRITSupported
  149. {
  150.     *Name: "ESPRITSupported"
  151.     *DefaultOption: True
  152.     *FeatureType: DOC_PROPERTY
  153.     *Option: True
  154.     {
  155.         *Name: " "
  156.     }
  157. }
  158.  
  159.  
  160.  
  161. *Feature: Resolution
  162. {
  163.     *rcNameID: =IDS_RESOLUTION_DISPLAY
  164.     *DefaultOption: 600dpi
  165.  
  166.     *Option: 600dpi
  167.     {
  168.         *rcNameID: =IDS_600DPI
  169.         *DPI: PAIR(600, 600)
  170.         *TextDPI: PAIR(600, 600)
  171.         *MinStripBlankPixels: 32
  172.         EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  173.         *SpotDiameter: 100
  174.  
  175.         *Command: CmdBeginRaster
  176.         {
  177.             *Cmd: "<1B>*r1A"
  178.  
  179.         }
  180.  
  181.         *Command: CmdEndRaster
  182.         {
  183.             *Cmd: "<1B>*rB"
  184.         }
  185.  
  186.         *Command: CmdSendBlockData
  187.         {
  188.             *Cmd : "<1B>*b" %d{NumOfDataBytes}"W"
  189.         }
  190.  
  191.     *Switch: PrintQualityGroup
  192.         {
  193.                       
  194.             
  195.             *Case: PQGroup_7
  196.             {
  197.                 *Command: CmdSelect
  198.                 {
  199.                     *Order: JOB_SETUP.190
  200.                     *Cmd: "@PJL SET PRINTQUALITY=NORMAL<0A>"
  201. +                   "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  202.                 }
  203.             }
  204.                   
  205.         *Case: PQGroup_2
  206.         {
  207.         *Command: CmdSelect
  208.         {
  209.              *Order: JOB_SETUP.190
  210.              *Cmd: "@PJL SET RESOLUTION=600<0A>"
  211. +                    "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  212.         }
  213.         }
  214.         *Case: PQGroup_3
  215.         {
  216.         *Command: CmdSelect
  217.         {
  218.              *Order: JOB_SETUP.190
  219.              *Cmd: "@PJL SET RESOLUTION=600<0A>"
  220. +                    "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  221.         }
  222.         }
  223.         *Case: PQGroup_11
  224.         {
  225.         *Command: CmdSelect
  226.         {
  227.              *Order: JOB_SETUP.190
  228.              *Cmd: "@PJL SET RESOLUTION=600<0A>"
  229. +                    "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  230.         }
  231.         }
  232.         *Case: PQGroup_12
  233.         {
  234.             *Command: CmdSelect
  235.             {
  236.                  *Order: JOB_SETUP.190
  237.                  *Cmd: "@PJL SET RESOLUTION=600<0A>"
  238. +                                "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  239.             }
  240.         }
  241.         *Case: PQGroup_13
  242.         {
  243.             *Command: CmdSelect
  244.             {
  245.                  *Order: JOB_SETUP.190
  246.                  *Cmd: "@PJL SET RESOLUTION=600<0A>"
  247. +                                "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  248.             }
  249.         }
  250.     *Case: PQGroup_17
  251.         {
  252.             *Command: CmdSelect
  253.             {
  254.                  *Order: JOB_SETUP.190
  255.                  *Cmd: "@PJL SET RESOLUTION=600<0A>"
  256. +                                "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  257.             }
  258.         }
  259.  
  260.     *Case: PQGroup_18
  261.         {
  262.             *Command: CmdSelect
  263.             {
  264.                  *Order: JOB_SETUP.190
  265.                  *Cmd: "@PJL SET RESOLUTION=600<0A>"
  266. +                                "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"        
  267.             }
  268.         }
  269.     *Case: PQGroup_22
  270.         {
  271.            *Command: CmdSelect
  272.            {
  273.                     *Order: JOB_SETUP.190
  274.                     *Cmd: "@PJL SET PRINTQUALITY=DRAFT<0A>"
  275. +                   "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  276.            }
  277.         }
  278.         *Case: PQGroup_23
  279.         {
  280.             *Command: CmdSelect
  281.             {
  282.                 *Order: JOB_SETUP.190
  283.                 *Cmd: "@PJL SET PRINTQUALITY=NORMAL<0A>"
  284. +               "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  285.             }
  286.         }
  287.         *Case: PQGroup_24
  288.         {
  289.             *Command: CmdSelect
  290.                 {
  291.                     *Order: JOB_SETUP.190
  292.                         *Cmd: "@PJL SET PRINTQUALITY=BEST<0A>"
  293. +                       "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  294.                 }
  295.         }
  296.         *Case: PQGroup_27
  297.         {
  298.             *Command: CmdSelect
  299.                 {
  300.                     *Order: JOB_SETUP.190
  301.                         *Cmd: "@PJL SET PRINTQUALITY=BEST<0A>"
  302. +                       "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  303.                 }
  304.         }
  305.         *Case: PQGroup_28
  306.         {
  307.             *Command: CmdSelect
  308.                 {
  309.                     *Order: JOB_SETUP.190
  310.                         *Cmd: "@PJL SET PRINTQUALITY=MAX<0A>"
  311. +                       "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t600R"
  312.                 }
  313.         }
  314.     }
  315.     }
  316.  
  317.     *Option: 300dpi
  318.     {
  319.         *rcNameID: =IDS_300DPI
  320.         *DPI: PAIR(300, 300)
  321.         *TextDPI: PAIR(300, 300)
  322.         *MinStripBlankPixels: 32
  323.         EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  324.         *SpotDiameter: 100
  325.  
  326.         *Command: CmdBeginRaster
  327.         {
  328.             *Cmd: "<1B>*r1A"
  329.         }
  330.  
  331.         *Command: CmdEndRaster
  332.         {
  333.             *Cmd : "<1B>*rB"
  334.         }
  335.  
  336.         *Command: CmdSendBlockData
  337.         {
  338.             *Cmd : "<1B>*b" %d{NumOfDataBytes}"W"
  339.         }
  340.     
  341.         *Command: CmdSelect
  342.         {
  343.             *Order: JOB_SETUP.190
  344.             *Cmd: "@PJL SET RESOLUTION=300<0A>"
  345. +                 "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t300R"
  346.         }
  347.         *Switch: PrintQualityGroup
  348.         {
  349.                       
  350.             *Case: PQGroup_6
  351.             {
  352.                 *Command: CmdSelect
  353.                 {
  354.                     *Order: JOB_SETUP.190
  355.                     *Cmd: "@PJL SET PRINTQUALITY=DRAFT<0A>"
  356. +                   "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t300R"
  357.                 }
  358.             }
  359.     }        
  360.     }
  361.  
  362.     *Option: 1200dpi
  363.     {
  364.         *rcNameID: =IDS_PRO_RES
  365.         *DPI: PAIR(1200, 1200)
  366.         *TextDPI: PAIR(1200, 1200)
  367.         *MinStripBlankPixels: 32
  368.         EXTERN_GLOBAL: *StripBlanks: LIST( ENCLOSED,TRAILING)
  369.         *SpotDiameter: 100
  370.  
  371.         *Command: CmdBeginRaster
  372.         {
  373.             *Cmd : "<1B>*r1A"
  374.         }
  375.  
  376.         *Command: CmdEndRaster
  377.         {
  378.             *Cmd : "<1B>*rB"
  379.         }
  380.  
  381.         *Command: CmdSendBlockData
  382.         {
  383.             *Cmd : "<1B>*b" %d{NumOfDataBytes}"W"
  384.         }
  385.  
  386.                 *Command: CmdSelect
  387.                 {
  388.                     *Order: JOB_SETUP.190
  389.                    *Cmd: "@PJL SET RESOLUTION=1200<0A>"
  390. +                        "@PJL ENTER LANGUAGE=PCL<0A0D1B>E<1B>*t1200R"
  391.                 }
  392.     }
  393. }
  394.  
  395. *Feature: FastRes
  396. {
  397.     *Name: "FastRes"
  398.     *DefaultOption: 1bpp
  399.     *Option: 1bpp
  400.     {
  401.     *Name: "1bpp"
  402.         *Command: CmdSelect
  403.         {
  404.             *Order: JOB_SETUP.180
  405.             *Cmd: "@PJL SET BITSPERPIXEL=1<0A>"
  406.         }
  407.     }
  408.     *Option: 2bpp
  409.     {
  410.     *Name: "2bpp"
  411.         *Command: CmdSelect
  412.         {
  413.             *Order: JOB_SETUP.180
  414.             *Cmd: "@PJL SET BITSPERPIXEL=2<0A>"
  415.         }
  416.     }
  417.     *Option: 4bpp
  418.     {
  419.     *Name: "4bpp"
  420.         *Command: CmdSelect
  421.         {
  422.             *Order: JOB_SETUP.180
  423.             *Cmd: "@PJL SET BITSPERPIXEL=4<0A>"
  424.         }
  425.     }
  426.     *Option: 8bpp
  427.     {
  428.     *Name: "8bpp"
  429.         *Command: CmdSelect
  430.         {
  431.             *Order: JOB_SETUP.180
  432.             *Cmd: "@PJL SET BITSPERPIXEL=8<0A>"
  433.         }
  434.     }
  435.     *Option: None
  436.     {
  437.         *Name: "None"
  438.        
  439.     }
  440. }
  441.  
  442. *Feature: Orientation
  443. {
  444.     *rcNameID: =IDS_ORIENTATION_DISPLAY
  445.     *DefaultOption: PORTRAIT
  446.  
  447.     *Option: PORTRAIT
  448.     {
  449.         *rcNameID: =IDS_PORTRAIT_DISPLAY
  450.         *Command: CmdSelect
  451.         {
  452.             *Order: DOC_SETUP.10
  453.             *NoPageEject?: TRUE
  454.             *CallbackID: =CMDCB_HPROT_DOC_SETUP
  455.         }
  456.     }
  457.  
  458.     *Option: LANDSCAPE_CC90
  459.     {
  460.         *rcNameID: =IDS_LANDSCAPE_DISPLAY
  461.         *Command: CmdSelect
  462.         {
  463.             *Order: DOC_SETUP.10
  464.             *NoPageEject?: TRUE
  465.             *CallbackID: =CMDCB_HPROT_DOC_SETUP
  466.         }
  467.     }
  468. }
  469.  
  470. *Feature: HPOrientRotate180
  471. {
  472.     *rcNameID: =IDS_ORIENT_ROTATE_180
  473.     *HelpIndex: =IDH_UNIDRV_PRINT_ROTATED
  474.     *DefaultOption: False
  475.  
  476.     *Option: False
  477.     {
  478.         *rcNameID: =IDS_OFF_DISPLAY
  479.     }
  480.  
  481.     *Option: True
  482.     {
  483.         *rcNameID: =IDS_ON_DISPLAY
  484.     }
  485. }
  486.  
  487. *Feature: Duplex
  488. {
  489.     *rcNameID: =IDS_TWO_SIDED_PRINTING_DISPLAY
  490.     *HelpIndex: =IDH_UNIDRV_PRINT_ON_BOTH_SIDES_AUTO
  491.     *ConflictPriority: 4
  492.     *DefaultOption: NONE
  493.  
  494.     *Option: NONE
  495.     {
  496.         *rcNameID: =IDS_NO
  497.         *Command: CmdSelect
  498.         {
  499.             *Order: DOC_SETUP.60
  500.             *CallbackID: =CMDCB_HPAUTODUPLEX
  501.         }
  502.     }
  503.  
  504.     *Option: VERTICAL
  505.     {
  506.         *rcNameID: =IDS_YES_FLIP_OVER                         
  507.         *Command: CmdSelect
  508.         {
  509.             *Order: DOC_SETUP.60
  510.             *CallbackID: =CMDCB_HPAUTODUPLEX
  511.         }
  512.     }
  513.  
  514.     *Option: HORIZONTAL
  515.     {
  516.         *rcNameID: =IDS_FLIP_UP                              
  517.         *Command: CmdSelect
  518.         {
  519.             *Order: DOC_SETUP.60
  520.             *CallbackID: =CMDCB_HPAUTODUPLEX
  521.         }
  522.     }
  523. }
  524.  
  525. *%-------------------------------------------------------------------------
  526. *% Feature: HPColorSmart : TVCF (TV Managed Custom Feature)
  527. *%-------------------------------------------------------------------------
  528. *%  specifies Automatic and Manual options
  529. *%-------------------------------------------------------------------------
  530. *Feature: HPColorSmart
  531. {
  532.     *Name: "HPColorSmart"
  533.     *FeatureType: DOC_PROPERTY
  534.     *HelpIndex: =IDH_UNIDRV_COLORTREATMENT
  535.  
  536.     *Option: Automatic
  537.     {
  538.       *rcNameID: =IDS_RB_AUTOMATIC
  539.     }
  540.  
  541.     *Option: Manual
  542.     {
  543.       *rcNameID: =IDS_RB_MANUAL
  544.     }
  545. }
  546.  
  547. *%-------------------------------------------------------------------------
  548. *% Feature: HPColorSmart Sub Features : TVCF (TV Managed Custom Feature)
  549. *%-------------------------------------------------------------------------
  550. *%-------------------------------------------------------------------------
  551. *%  Associated features under HPColorSmart(new)
  552. *%  The help index, and strings are taken from specified pseuod-options and displayed on the Color tab ColorSmart treeview dialog
  553. *%  The actual options are also specified and commands are sent through them
  554. *%  Verify the actual options, commands, help and strings from the spec
  555. *%-------------------------------------------------------------------------
  556. *%-------------------------------------------------------------------------
  557. *%  HPColorSmart_ColorOptions_EdgeControl
  558. *%-------------------------------------------------------------------------
  559. *Feature: HPColorSmart_ColorOptions_EdgeControl
  560. {
  561.      *Name: "HPColorSmart_ColorOptions_EdgeControl"
  562.      *FeatureType: DOC_PROPERTY
  563.      *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_GENERAL_PH3
  564.      *DefaultOption: NoCmd
  565.  
  566.      *Option: RCID_914_915
  567.      {
  568.           *Name: " "
  569.      }
  570.  
  571.      *Option: HelpID_15117
  572.      {
  573.           *Name: " "
  574.      }
  575.  
  576.      *Option: NoCmd
  577.      {
  578.           *Name: " "
  579.      }
  580.  
  581.      *Option: Off
  582.      {
  583.         *rcNameID: =IDS_OFF
  584.         *Command: CmdSelect
  585.         {
  586.             *Order: PAGE_SETUP.50
  587.             *Cmd: "<1B>*o4W<09020300><1B>*o4W<09030300>"
  588.         }
  589.      }
  590.  
  591.      *Option: Light
  592.      {
  593.         *rcNameID: =IDS_LIGHT3
  594.         *Command: CmdSelect
  595.         {
  596.             *Order: PAGE_SETUP.50
  597.             *Cmd: "<1B>*o4W<09020301><1B>*o4W<09030303>"
  598.         }
  599.      }
  600.  
  601.      *Option: Normal
  602.      {
  603.         *rcNameID: =IDS_NORMAL
  604.         *Command: CmdSelect
  605.         {
  606.             *Order: PAGE_SETUP.50
  607.             *Cmd: "<1B>*o4W<09020301><1B>*o4W<09030302>"
  608.         }
  609.      }
  610.  
  611.      *Option: Maximum
  612.      {
  613.         *rcNameID: =IDS_EC_MAXIMUM
  614.         *Command: CmdSelect
  615.         {
  616.             *Order: PAGE_SETUP.50
  617.             *Cmd: "<1B>*o4W<09020301><1B>*o4W<09030301>"
  618.         }
  619.      }
  620. }
  621.  
  622. *Feature: HPCOLORRET 
  623. {
  624.      *Name: "HPCOLORRET"
  625.      *FeatureType: DOC_PROPERTY
  626.      *ConcealFromUI?: TRUE
  627.      *DefaultOption: HPRETPJL
  628.      
  629.      *Option: HPRETPJL
  630.      {
  631.         *Name: "HPRETPJL"
  632.         
  633.         *Switch: HPColorSmart_ColorOptions_EdgeControl
  634.         {
  635.             *Case: NoCmd
  636.             {
  637.                 *Command: CmdSelect
  638.                 {
  639.                     *Order: JOB_SETUP.10
  640.                     *Cmd: "@PJL SET RET=OFF<0A>"
  641.                 }
  642.             }
  643.  
  644.             *Case: Off
  645.             {
  646.                 *Command: CmdSelect
  647.                 {
  648.                     *Order: JOB_SETUP.10
  649.                     *Cmd: "@PJL SET RET=OFF<0A>"
  650.                 }
  651.             }
  652.             
  653.             *Case: Light
  654.             {
  655.                 *Command: CmdSelect
  656.                 {
  657.                     *Order: JOB_SETUP.10
  658.                     *Cmd: "@PJL SET RET=ON<0A>"
  659.                 }
  660.             }
  661.             *Case: Normal
  662.             {
  663.                 *Command: CmdSelect
  664.                 {
  665.                     *Order: JOB_SETUP.10
  666.                     *Cmd: "@PJL SET RET=ON<0A>"
  667.                 }
  668.             }
  669.             *Case: Maximum
  670.             {
  671.                 *Command: CmdSelect
  672.                 {
  673.                     *Order: JOB_SETUP.10
  674.                     *Cmd: "@PJL SET RET=ON<0A>"
  675.                 }
  676.             }
  677.         }
  678.      }
  679. }
  680.  
  681. *Feature: HPColorSmart_ColorOptions_RGBColor
  682. {
  683.     *Name: "HPColorSmart_ColorOptions_RGBColor"
  684.     *FeatureType: DOC_PROPERTY
  685.     *%HelpIndex: =IDH_PHOTO_IMAGE_Q305
  686.     *DefaultOption: NoCmd
  687.  
  688.     *Option: RCID_502_916
  689.     {
  690.         *Name: " "
  691.     }
  692.  
  693.     *Option: HelpID_15578
  694.     {
  695.         *Name: " "
  696.     }
  697.  
  698.     *Option: NoCmd
  699.     {
  700.         *Name: " "
  701.     }
  702.      
  703.     *Option: Default(sRGB)
  704.     {
  705.        *rcNameID: =IDS_RGB_DEFAULT
  706.        *Command: CmdSelect
  707.        {
  708.            *Order: PAGE_SETUP.59
  709.            *CallbackID: =CMDCB_HPCS_CO_RGB
  710.        }
  711.     }
  712.     
  713.     *Option: Vivid
  714.     {
  715.        *rcNameID: =IDS_COLMATCH2
  716.        *Command: CmdSelect
  717.        {
  718.            *Order: PAGE_SETUP.59
  719.            *CallbackID: =CMDCB_HPCS_CO_RGB
  720.        }
  721.     }        
  722.  
  723.     *Option: Device
  724.     {
  725.        *rcNameID: =IDS_RGB_DEVICE
  726.        *Command: CmdSelect
  727.        {
  728.            *Order: PAGE_SETUP.59
  729.            *CallbackID: =CMDCB_HPCS_CO_RGB
  730.        }
  731.     }
  732.     
  733.     *Option: Adobe_RGB
  734.     {
  735.        *rcNameID: =IDS_PHOTO_ADOBE_RGB_1998
  736.        *Command: CmdSelect
  737.        {
  738.            *Order: PAGE_SETUP.59
  739.            *CallbackID: =CMDCB_HPCS_CO_RGB
  740.        }
  741.     }
  742.     
  743.     *Option: PhotoImage
  744.     {
  745.        *rcNameID: =IDS_COLOR_PHOTO_IMAGE
  746.        *%Name: "Photo/Image"
  747.        *Command: CmdSelect
  748.        {
  749.            *Order: PAGE_SETUP.59
  750.            *CallbackID: =CMDCB_HPCS_CO_RGB
  751.        }
  752.     } 
  753.     
  754.     *Option: None
  755.     {
  756.        *rcNameID: =IDS_NONE
  757.        *Command: CmdSelect
  758.        {
  759.            *Order: PAGE_SETUP.59
  760.            *CallbackID: =CMDCB_HPCS_CO_RGB
  761.        }
  762.     }
  763. }
  764.  
  765. *%-------------------------------------------------------------------------
  766. *%  HPColorSmart_ColorOptions_Halftone
  767. *%-------------------------------------------------------------------------
  768. *Feature: HPColorSmart_ColorOptions_Halftone
  769. {
  770.      *Name: "HPColorSmart_ColorOptions_Halftone"
  771.      *FeatureType: DOC_PROPERTY
  772.      *HelpIndex: 15141
  773.      *DefaultOption: NoCmd
  774.  
  775.      *Option: RCID_914_784
  776.      {
  777.           *Name: " "
  778.      }
  779.  
  780.      *Option: HelpID_15254  *%HelpID_15139
  781.      {
  782.           *Name: " "
  783.      }
  784.  
  785.      *Option: NoCmd
  786.      {
  787.           *Name: " "
  788.      }
  789.      
  790.      *Option: Smooth
  791.      {
  792.         *rcNameID: =IDS_HALFTONE2  
  793.         *Command: CmdSelect
  794.         {
  795.             *Order: PAGE_SETUP.60
  796.             *Cmd: "<1B>*o4W<09000002><1B>*o4W<09000102><1B>*o4W<09000202>"
  797.         }
  798.      }
  799.  
  800.      *Option: Detail
  801.      {
  802.         *rcNameID: =IDS_HALFTONE1
  803.         *Command: CmdSelect
  804.         {
  805.             *Order: PAGE_SETUP.60
  806.             *Cmd: "<1B>*o4W<09000000><1B>*o4W<09000100><1B>*o4W<09000200>"
  807.         }
  808.      }
  809. }
  810.  
  811. *%-------------------------------------------------------------------------
  812. *%  HPColorSmart_Text_NeutralGrays
  813. *%-------------------------------------------------------------------------
  814. *Feature: HPColorSmart_Text_NeutralGrays
  815. {
  816.      *Name: "HPColorSmart_Text_NeutralGrays"
  817.      *FeatureType: DOC_PROPERTY
  818.      *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_TEXT_PH3
  819.      *DefaultOption: NoCmd
  820.      
  821.      *Option: RCID_500_911
  822.      {
  823.           *Name: " "
  824.      }
  825.  
  826.      *Option: HelpID_15070
  827.      {
  828.           *Name: " "
  829.      }
  830.  
  831.      *Option: NoCmd
  832.      {
  833.           *Name: " "
  834.      }
  835.      
  836.      *Option: BlackOnly
  837.      {
  838.         *rcNameID: =IDS_NEUTRAL_GRAYS_BLACK
  839.         *Command: CmdSelect
  840.         {
  841.             *Order: PAGE_SETUP.50
  842.             *Cmd: "<1B>*o4W<09040000>"
  843.         }
  844.      }
  845.  
  846.      *Option: 4-Color
  847.      {
  848.         *rcNameID: =IDS_NEUTRAL_GRAYS_4_COLOR
  849.         *Command: CmdSelect
  850.         {
  851.             *Order: PAGE_SETUP.50
  852.             *Cmd: "<1B>*o4W<09040001>"
  853.         }
  854.      }
  855. }
  856.  
  857. *%-------------------------------------------------------------------------
  858. *%  HPColorSmart_Text_Halftone
  859. *%-------------------------------------------------------------------------
  860. *Feature: HPColorSmart_Text_Halftone
  861. {
  862.     *Name: "HPColorSmart_Text_Halftone"   
  863.     *FeatureType: DOC_PROPERTY
  864.     *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_TEXT_PH3
  865.     *DefaultOption: NoCmd
  866.     
  867.     *Option: RCID_500_784
  868.     {
  869.         *Name: " "
  870.     }
  871.     
  872.     *Option: HelpID_15254  
  873.     {
  874.         *Name: " "
  875.     }
  876.      
  877.     *Option: NoCmd
  878.     {
  879.         *Name: " "
  880.     }
  881.     
  882.     *Option: Smooth
  883.     {
  884.         *rcNameID: =IDS_HALFTONE2  
  885.         *Command: CmdSelect
  886.         {
  887.             *Order: PAGE_SETUP.50
  888.             *Cmd: "<1B>*o4W<09000002>"
  889.         }
  890.     }
  891.     
  892.     *Option: Detail
  893.     {
  894.         *rcNameID: =IDS_HALFTONE1
  895.         *Command: CmdSelect
  896.         {
  897.             *Order: PAGE_SETUP.50
  898.             *Cmd: "<1B>*o4W<09000000>"
  899.         }
  900.     }
  901. }
  902.  
  903. *%-------------------------------------------------------------------------
  904. *%  HPColorSmart_Text_RGBColor
  905. *%-------------------------------------------------------------------------
  906. *Feature: HPColorSmart_Text_RGBColor
  907. {
  908.     *Name: "HPColorSmart_Text_RGBColor"
  909.     *FeatureType: DOC_PROPERTY
  910.     *HelpIndex: 15142
  911.     *DefaultOption: NoCmd
  912.  
  913.     *Option: RCID_500_916
  914.     {
  915.         *Name: " "
  916.     }
  917.  
  918.     *Option: HelpID_15300
  919.     {
  920.         *Name: " "
  921.     }
  922.  
  923.     *Option: NoCmd
  924.     {
  925.         *Name: " "
  926.     }
  927.  
  928.     *Option: Default(sRGB)
  929.     {
  930.         *rcNameID: =IDS_RGB_DEFAULT
  931.         *Command: CmdSelect
  932.         {
  933.             *Order: PAGE_SETUP.50
  934.             *Cmd: "<1B>*o4W<09010002>"
  935.         }
  936.     }
  937.     
  938.     *Option: Vivid
  939.     {
  940.         *rcNameID: =IDS_COLMATCH2
  941.         *Command: CmdSelect
  942.         {
  943.             *Order: PAGE_SETUP.50
  944.             *Cmd: "<1B>*o4W<09010001>"
  945.         }
  946.     }
  947.     
  948.     *Option: Device
  949.     {
  950.         *rcNameID: =IDS_RGB_DEVICE
  951.         *Command: CmdSelect
  952.         {
  953.             *Order: PAGE_SETUP.50
  954.             *Cmd: "<1B>*o4W<09010000>"
  955.         }
  956.     }
  957. }
  958.  
  959. *%-------------------------------------------------------------------------
  960. *%  HPColorSmart_Graphics_NeutralGrays
  961. *%-------------------------------------------------------------------------
  962. *Feature: HPColorSmart_Graphics_NeutralGrays
  963. {
  964.      *Name: "HPColorSmart_Graphics_NeutralGrays"
  965.      *FeatureType: DOC_PROPERTY
  966.      *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_GRAPHICS     
  967.      *DefaultOption: NoCmd
  968.      
  969.      *Option: RCID_501_911
  970.      {
  971.           *Name: " "
  972.      }
  973.  
  974.      *Option: HelpID_15070
  975.      {
  976.           *Name: " "
  977.      }
  978.  
  979.      *Option: NoCmd
  980.      {
  981.           *Name: " "
  982.      }
  983.      
  984.      *Option: BlackOnly
  985.      {
  986.         *rcNameID: =IDS_NEUTRAL_GRAYS_BLACK
  987.         *Command: CmdSelect
  988.         {
  989.             *Order: PAGE_SETUP.50
  990.             *Cmd: "<1B>*o4W<09040100>"
  991.         }
  992.      }
  993.  
  994.      *Option: 4-Color
  995.      {
  996.         *rcNameID: =IDS_NEUTRAL_GRAYS_4_COLOR
  997.         *Command: CmdSelect
  998.         {
  999.             *Order: PAGE_SETUP.50
  1000.             *Cmd: "<1B>*o4W<09040101>"
  1001.         }
  1002.      }
  1003. }
  1004.  
  1005. *%-------------------------------------------------------------------------
  1006. *%  HPColorSmart_Graphics_Halftone
  1007. *%-------------------------------------------------------------------------
  1008. *Feature: HPColorSmart_Graphics_Halftone
  1009. {
  1010.      *Name: "HPColorSmart_Graphics_Halftone"
  1011.      *FeatureType: DOC_PROPERTY
  1012.      *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_GRAPHICS
  1013.      *DefaultOption: NoCmd
  1014.  
  1015.      *Option: RCID_501_784
  1016.      {
  1017.           *Name: " "
  1018.      }
  1019.      
  1020.      *Option: HelpID_15254
  1021.      {
  1022.           *Name: " "
  1023.      }
  1024.      
  1025.      *Option: NoCmd
  1026.      {
  1027.           *Name: " "
  1028.      }
  1029.      
  1030.      *Option: Smooth
  1031.      {
  1032.         *rcNameID: =IDS_HALFTONE2  
  1033.         *Command: CmdSelect
  1034.         {
  1035.             *Order: PAGE_SETUP.50
  1036.             *Cmd: "<1B>*o4W<09000102>"
  1037.         }
  1038.      }
  1039.      
  1040.      *Option: Detail
  1041.      {
  1042.         *rcNameID: =IDS_HALFTONE1
  1043.         *Command: CmdSelect
  1044.         {
  1045.             *Order: PAGE_SETUP.50
  1046.             *Cmd: "<1B>*o4W<09000100>"
  1047.         }
  1048.      }
  1049. }
  1050.  
  1051. *%-------------------------------------------------------------------------
  1052. *%  HPColorSmart_Graphics_RGBColor
  1053. *%-------------------------------------------------------------------------
  1054. *Feature: HPColorSmart_Graphics_RGBColor
  1055. {
  1056.     *Name: "HPColorSmart_Graphics_RGBColor"
  1057.     *FeatureType: DOC_PROPERTY
  1058.     *HelpIndex: 15142
  1059.     *DefaultOption: NoCmd
  1060.  
  1061.     *Option: RCID_501_916
  1062.     {
  1063.         *Name: " "
  1064.     }
  1065.  
  1066.     *Option: HelpID_15300
  1067.     {
  1068.         *Name: " "
  1069.     }
  1070.  
  1071.     *Option: NoCmd
  1072.     {
  1073.         *Name: " "
  1074.     }
  1075.  
  1076.     *Option: Default(sRGB)
  1077.     {
  1078.         *rcNameID: =IDS_RGB_DEFAULT
  1079.         *Command: CmdSelect
  1080.         {
  1081.             *Order: PAGE_SETUP.50
  1082.             *Cmd: "<1B>*o4W<09010102>"
  1083.         }
  1084.     }
  1085.     
  1086.     *Option: Vivid
  1087.     {
  1088.         *rcNameID: =IDS_COLMATCH2
  1089.         *Command: CmdSelect
  1090.         {
  1091.             *Order: PAGE_SETUP.50
  1092.             *Cmd: "<1B>*o4W<09010101>"
  1093.         }
  1094.     }
  1095.     
  1096.     *Option: Device
  1097.     {
  1098.         *rcNameID: =IDS_RGB_DEVICE
  1099.         *Command: CmdSelect
  1100.         {
  1101.             *Order: PAGE_SETUP.50
  1102.             *Cmd: "<1B>*o4W<09010100>"
  1103.         }
  1104.     }
  1105. }
  1106.  
  1107. *%-------------------------------------------------------------------------
  1108. *%  HPColorSmart_Photo_NeutralGrays
  1109. *%-------------------------------------------------------------------------
  1110. *Feature: HPColorSmart_Photo_NeutralGrays
  1111. {
  1112.      *Name: "HPColorSmart_Photo_NeutralGrays"
  1113.      *FeatureType: DOC_PROPERTY
  1114.      *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_PHOTOS_PH3    
  1115.      *DefaultOption: NoCmd
  1116.      
  1117.      *Option: RCID_502_911
  1118.      {
  1119.           *Name: " "
  1120.      }
  1121.      
  1122.      *Option: HelpID_15070
  1123.      {
  1124.           *Name: " "
  1125.      }
  1126.      
  1127.      *Option: NoCmd
  1128.      {
  1129.           *Name: " "
  1130.      }
  1131.      
  1132.      *Option: BlackOnly
  1133.      {
  1134.         *rcNameID: =IDS_NEUTRAL_GRAYS_BLACK
  1135.         *Command: CmdSelect
  1136.         {
  1137.             *Order: PAGE_SETUP.50
  1138.             *Cmd: "<1B>*o4W<09040200>"
  1139.         }
  1140.      }
  1141.      
  1142.      *Option: 4-Color
  1143.      {
  1144.         *rcNameID: =IDS_NEUTRAL_GRAYS_4_COLOR
  1145.         *Command: CmdSelect
  1146.         {
  1147.             *Order: PAGE_SETUP.50
  1148.             *Cmd: "<1B>*o4W<09040201>"
  1149.         }
  1150.      }
  1151. }
  1152.  
  1153. *%-------------------------------------------------------------------------
  1154. *%  HPColorSmart_Photo_Halftone
  1155. *%-------------------------------------------------------------------------
  1156. *Feature: HPColorSmart_Photo_Halftone
  1157. {
  1158.      *Name: "HPColorSmart_Photo_Halftone"
  1159.      *FeatureType: DOC_PROPERTY
  1160.      *HelpIndex: =IDH_UNIDRV_COLOROPTIONS_PHOTOS_PH3
  1161.      *DefaultOption: NoCmd
  1162.  
  1163.      *Option: RCID_502_784
  1164.      {
  1165.           *Name: " "
  1166.      }
  1167.      
  1168.      *Option: HelpID_15254  *%HelpID_15139
  1169.      {
  1170.           *Name: " "
  1171.      }
  1172.      
  1173.      *Option: NoCmd
  1174.      {
  1175.           *Name: " "
  1176.      }
  1177.      
  1178.      *Option: Smooth
  1179.      {
  1180.         *rcNameID: =IDS_HALFTONE2  
  1181.         *Command: CmdSelect
  1182.         {
  1183.             *Order: PAGE_SETUP.50
  1184.             *Cmd: "<1B>*o4W<09000202>"
  1185.         }
  1186.      }
  1187.      
  1188.      *Option: Detail
  1189.      {
  1190.         *rcNameID: =IDS_HALFTONE1
  1191.         *Command: CmdSelect
  1192.         {
  1193.             *Order: PAGE_SETUP.50
  1194.             *Cmd: "<1B>*o4W<09000200>"
  1195.         }
  1196.      }
  1197. }
  1198.  
  1199. *%-------------------------------------------------------------------------
  1200. *%  HPColorSmart_Photo_RGBColor
  1201. *%-------------------------------------------------------------------------
  1202. *Feature: HPColorSmart_Photo_RGBColor
  1203. {
  1204.     *Name: "HPColorSmart_Photo_RGBColor"
  1205.     *FeatureType: DOC_PROPERTY
  1206.     *HelpIndex: 15142
  1207.     *DefaultOption: NoCmd
  1208.  
  1209.     *Option: RCID_502_916
  1210.     {
  1211.         *Name: " "
  1212.     }
  1213.  
  1214.     *Option: HelpID_15300
  1215.     {
  1216.         *Name: " "
  1217.     }
  1218.  
  1219.     *Option: NoCmd
  1220.     {
  1221.         *Name: " "
  1222.     }
  1223.  
  1224.     *Option: Default(sRGB)
  1225.     {
  1226.         *rcNameID: =IDS_RGB_DEFAULT
  1227.         *Command: CmdSelect
  1228.         {
  1229.             *Order: PAGE_SETUP.50
  1230.             *Cmd: "<1B>*o4W<09010202>"
  1231.         }
  1232.     }
  1233.     
  1234.     *Option: Vivid
  1235.     {
  1236.         *rcNameID: =IDS_COLMATCH2
  1237.         *Command: CmdSelect
  1238.         {
  1239.             *Order: PAGE_SETUP.50
  1240.             *Cmd: "<1B>*o4W<09010201>"
  1241.         }
  1242.     }
  1243.     
  1244.     *Option: Device
  1245.     {
  1246.         *rcNameID: =IDS_RGB_DEVICE
  1247.         *Command: CmdSelect
  1248.         {
  1249.             *Order: PAGE_SETUP.50
  1250.             *Cmd: "<1B>*o4W<09010200>"
  1251.         }
  1252.     }
  1253. }
  1254.  
  1255. *%-------------------------------------------------------------------------
  1256. *% End of HPColorSmart Sub Features
  1257. *%-------------------------------------------------------------------------
  1258.  
  1259. *%-------------------------------------------------------------------------
  1260. *% Feature: HPPrintOnBothSidesManually: HPCF (HP Custom Feature)
  1261. *%-------------------------------------------------------------------------
  1262.  
  1263. *Feature: HPPrintOnBothSidesManually
  1264. {
  1265.     *rcNameID: =IDS_MANUALDUPLEX
  1266.     *FeatureType: DOC_PROPERTY
  1267.     *HelpIndex: =IDH_UNIDRV_PRINT_ON_BOTH_SIDES_MANUAL_EC6
  1268.     *ConflictPriority: 5
  1269.     *DefaultOption: False
  1270.  
  1271.     *Option: False
  1272.     {
  1273.        *rcNameID: =IDS_OFF_DISPLAY
  1274.        *Command: CmdSelect
  1275.        {
  1276.            *Order: JOB_SETUP.70
  1277.            *CallbackID: =CMDCB_MANUALDUPLEX
  1278.        }
  1279.     }
  1280.  
  1281.     *Option: True
  1282.     {
  1283.        *rcNameID: =IDS_ON_DISPLAY
  1284.        *Command: CmdSelect
  1285.        {
  1286.            *Order: JOB_SETUP.70
  1287.            *CallbackID: =CMDCB_MANUALDUPLEX
  1288.        }
  1289.     }
  1290. }
  1291.  
  1292.  
  1293. *Feature: PaperSize
  1294. {
  1295.     *rcNameID: =PAPER_SIZE_DISPLAY
  1296.     *HelpIndex: =IDH_UNIDRV_PAPER_SIZE
  1297.     *ConflictPriority: 1
  1298.     *DefaultOption: LETTER
  1299.  
  1300.     *Option: LETTER                                 *% physical page (10200, 13200 - 8.5" x 11.0")
  1301.     {
  1302.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1303.         *switch: Orientation
  1304.         {
  1305.             *case: PORTRAIT
  1306.             {
  1307.                 *PrintableArea: PAIR(9600, 12800)
  1308.                 *PrintableOrigin: PAIR(300, 200)
  1309.                 *CursorOrigin: PAIR(300, 200)
  1310.                 *Command: CmdSelect
  1311.                 {
  1312.                     *Order: DOC_SETUP.20
  1313.                     *Cmd: "<1B>&l2A"
  1314.                 }
  1315.                 *Command: CmdStartPage
  1316.                 {
  1317.                     *Order: PAGE_SETUP.1
  1318.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5760x7680Y<1B>*b0M<0D>"
  1319.                 }
  1320.             }
  1321.             *case: LANDSCAPE_CC90
  1322.             {
  1323.                 *PrintableArea: PAIR(9800, 12720)
  1324.                 *PrintableOrigin: PAIR(200, 240)
  1325.                 *CursorOrigin: PAIR(200, 12960)
  1326.                 *Command: CmdSelect
  1327.                 {
  1328.                     *Order: DOC_SETUP.20
  1329.                     *Cmd: "<1B>&l2A"
  1330.                 }
  1331.                 *Command: CmdStartPage
  1332.                 {
  1333.                     *Order: PAGE_SETUP.1
  1334.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7632x5880Y<1B>*b0M<0D>"
  1335.                 }
  1336.             }
  1337.         }
  1338.     }
  1339.  
  1340.     *Option: LEGAL                                  *% physical page (10200, 16800 - 8.5" x 14.0"))
  1341.     {
  1342.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1343.         *switch: Orientation
  1344.         {
  1345.             *case: PORTRAIT
  1346.             {
  1347.                 *PrintableArea: PAIR(9600, 16400)
  1348.                 *PrintableOrigin: PAIR(300, 200)
  1349.                 *CursorOrigin: PAIR(300, 200)
  1350.                 *Command: CmdSelect
  1351.                 {
  1352.                     *Order: DOC_SETUP.20
  1353.                     *Cmd: "<1B>&l3A"
  1354.                 }
  1355.                 *Command: CmdStartPage
  1356.                 {
  1357.                     *Order: PAGE_SETUP.1
  1358.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5760x9840Y<1B>*b0M<0D>"
  1359.                 }
  1360.             }
  1361.             *case: LANDSCAPE_CC90
  1362.             {
  1363.                 *PrintableArea: PAIR(9800, 16320)
  1364.                 *PrintableOrigin: PAIR(200, 240)
  1365.                 *CursorOrigin: PAIR(200, 16560)
  1366.                 *Command: CmdSelect
  1367.                 {
  1368.                     *Order: DOC_SETUP.20
  1369.                     *Cmd: "<1B>&l3A"
  1370.                 }
  1371.                 *Command: CmdStartPage
  1372.                 {
  1373.                     *Order: PAGE_SETUP.1
  1374.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t9792x5880Y<1B>*b0M<0D>"
  1375.                 }
  1376.             }
  1377.         }
  1378.     }
  1379.  
  1380.     *Option: EXECUTIVE                              *% physical page (8700, 12600 - 7.25" x 10.5"))
  1381.     {
  1382.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1383.         *switch: Orientation
  1384.         {
  1385.             *case: PORTRAIT
  1386.             {
  1387.                 *PrintableArea: PAIR(8100, 12200)
  1388.                 *PrintableOrigin: PAIR(300, 200)
  1389.                 *CursorOrigin: PAIR(300, 200)
  1390.                 *Command: CmdSelect
  1391.                 {
  1392.                     *Order: DOC_SETUP.20
  1393.                     *Cmd: "<1B>&l1A"
  1394.                 }
  1395.                 *Command: CmdStartPage
  1396.                 {
  1397.                     *Order: PAGE_SETUP.1
  1398.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4860x7320Y<1B>*b0M<0D>"
  1399.                 }
  1400.             }
  1401.             *case: LANDSCAPE_CC90
  1402.             {
  1403.                 *PrintableArea: PAIR(8300, 12120)
  1404.                 *PrintableOrigin: PAIR(200, 240)
  1405.                 *CursorOrigin: PAIR(200, 12360)
  1406.                 *Command: CmdSelect
  1407.                 {
  1408.                     *Order: DOC_SETUP.20
  1409.                     *Cmd: "<1B>&l1A"
  1410.                 }
  1411.                 *Command: CmdStartPage
  1412.                 {
  1413.                     *Order: PAGE_SETUP.1
  1414.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7272x4980Y<1B>*b0M<0D>"
  1415.                 }
  1416.             }
  1417.         }
  1418.     }
  1419.  
  1420.     *Option: EXECUTIVE_JIS                             *% physical page (10202, 15588 - 8.5039" x 12.992"))
  1421.     {
  1422.         *rcNameID: =IDS_EXECUTIVE_JIS
  1423.         *PageDimensions: PAIR(10200,15588)
  1424.         *switch: Orientation
  1425.         {
  1426.             *case: PORTRAIT
  1427.             {
  1428.                 *PrintableArea: PAIR(9602, 15188)
  1429.                 *PrintableOrigin: PAIR(300, 200)
  1430.                 *CursorOrigin: PAIR(300, 200)
  1431.                 *Command: CmdSelect
  1432.                 {
  1433.                     *Order: DOC_SETUP.20
  1434.                     *Cmd: "<1B>&l18A"
  1435.                 }
  1436.                 *Command: CmdStartPage
  1437.                 {
  1438.                     *Order: PAGE_SETUP.1
  1439.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5761x9112Y<1B>*b0M<0D>"
  1440.                 }
  1441.             }
  1442.             *case: LANDSCAPE_CC90
  1443.             {
  1444.                 *PrintableArea: PAIR(9802, 15108)
  1445.                 *PrintableOrigin: PAIR(200, 240)
  1446.                 *CursorOrigin: PAIR(200, 15348)
  1447.                 *Command: CmdSelect
  1448.                 {
  1449.                     *Order: DOC_SETUP.20
  1450.                     *Cmd: "<1B>&l18A"
  1451.                 }
  1452.                 *Command: CmdStartPage
  1453.                 {
  1454.                     *Order: PAGE_SETUP.1
  1455.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t9065x5881Y<1B>*b0M<0D>"
  1456.                 }
  1457.             }
  1458.         }
  1459.     }
  1460.  
  1461.     *Option: STATEMENT          *% physical page (6600, 10200 - 5.5" x 8.5")
  1462.     {
  1463.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1464.         *PageDimensions: PAIR(6600, 10200)
  1465.         *switch: Orientation
  1466.         {
  1467.             *case: PORTRAIT
  1468.             {
  1469.                 *PrintableArea: PAIR(6000,9800)
  1470.                 *PrintableOrigin: PAIR(300, 200)
  1471.                 *CursorOrigin: PAIR(300, 200)
  1472.                 *Command: CmdSelect
  1473.                 {
  1474.                     *Order: DOC_SETUP.12
  1475.                     *Cmd: "<1B>&l15A"
  1476.                 }
  1477.                 *Command: CmdStartPage
  1478.                 {
  1479.                     *Order: PAGE_SETUP.1
  1480.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3600x5880Y<1B>*b0M<0D>"        *%needs to be verified
  1481.                 }
  1482.             }
  1483.             *case: LANDSCAPE_CC90
  1484.             {
  1485.                 *PrintableArea: PAIR(6200,9720)
  1486.                 *PrintableOrigin: PAIR(200, 240)
  1487.                 *CursorOrigin: PAIR(200, 9960)
  1488.                 *Command: CmdSelect
  1489.                 {
  1490.                     *Order: DOC_SETUP.12
  1491.                     *Cmd: "<1B>&l15A"
  1492.                 }
  1493.                 *Command: CmdStartPage
  1494.                 {
  1495.                     *Order: PAGE_SETUP.1
  1496.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5832x3720Y<1B>*b0M<0D>"        *%needs to be verified
  1497.                 }
  1498.             }
  1499.         }
  1500.     }
  1501.  
  1502.     *Option: 8_5X13                                 *% physical page (10200, 15600 - 8.5" x 13.0")
  1503.     {
  1504.         *Name: "Oficio 8.5x13"
  1505.         *PageDimensions: PAIR(10200,15600)
  1506.         *switch: Orientation
  1507.         {
  1508.             *case: PORTRAIT
  1509.             {
  1510.                 *PrintableArea: PAIR(9600, 15200)
  1511.                 *PrintableOrigin: PAIR(300, 200)
  1512.                 *CursorOrigin: PAIR(300, 200)
  1513.                 *Command: CmdSelect
  1514.                 {
  1515.                     *Order: DOC_SETUP.20
  1516.                     *Cmd: "<1B>&l10A"
  1517.                 }
  1518.                 *Command: CmdStartPage
  1519.                 {
  1520.                     *Order: PAGE_SETUP.1
  1521.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5760x9120Y<1B>*b0M<0D>"
  1522.                 }
  1523.             }
  1524.             *case: LANDSCAPE_CC90
  1525.             {
  1526.                 *PrintableArea: PAIR(9800, 15120)
  1527.                 *PrintableOrigin: PAIR(200, 240)
  1528.                 *CursorOrigin: PAIR(200, 15360)
  1529.                 *Command: CmdSelect
  1530.                 {
  1531.                     *Order: DOC_SETUP.20
  1532.                     *Cmd: "<1B>&l10A"
  1533.                 }
  1534.                 *Command: CmdStartPage
  1535.                 {
  1536.                     *Order: PAGE_SETUP.1
  1537.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t9072x5880Y<1B>*b0M<0D>"
  1538.                 }
  1539.             }
  1540.         }
  1541.     }
  1542.  
  1543.  
  1544.     *Option: 11X17                                   *% physical page (13200, 20400 - 11.00" x 17.00")
  1545.     {
  1546.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1547.         *switch: Orientation
  1548.         {
  1549.             *case: PORTRAIT
  1550.             {
  1551.                 *PrintableArea: PAIR(12600, 20000)
  1552.                 *PrintableOrigin: PAIR(300, 200)
  1553.                 *CursorOrigin: PAIR(300, 200)
  1554.  
  1555.                 *Command: CmdSelect
  1556.                 {
  1557.                     *Order: DOC_SETUP.20
  1558.                     *Cmd: "<1B>&l6A"
  1559.                 }
  1560.                 *Command: CmdStartPage
  1561.                 {
  1562.                     *Order: PAGE_SETUP.1
  1563.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7560x12000Y<1B>*b0M<0D>"
  1564.                 }
  1565.             }
  1566.             *case: LANDSCAPE_CC90
  1567.             {
  1568.                 *PrintableArea: PAIR(12800, 19920)
  1569.                 *PrintableOrigin: PAIR(200, 240)
  1570.                 *CursorOrigin: PAIR(200, 20160)
  1571.  
  1572.                 *Command: CmdSelect
  1573.                 {
  1574.                     *Order: DOC_SETUP.20
  1575.                     *Cmd: "<1B>&l6A"
  1576.                 }
  1577.                 *Command: CmdStartPage
  1578.                 {
  1579.                     *Order: PAGE_SETUP.1
  1580.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t11952x7680Y<1B>*b0M<0D>"
  1581.                 }
  1582.             }
  1583.         }
  1584.     }
  1585.  
  1586.  
  1587.  
  1588.    *Option: 12X18                                   *% physical page (14400, 21600 - 12.00" x 18.00")
  1589.     {
  1590.         *rcNameID: =IDS_12x18
  1591.         *PageDimensions: PAIR(14400, 21600)
  1592.         *switch: Orientation
  1593.         {
  1594.             *case: PORTRAIT
  1595.             {
  1596.                 *PrintableArea: PAIR(13800, 21200)   
  1597.                 *PrintableOrigin: PAIR(300, 200)
  1598.                 *CursorOrigin: PAIR(300, 200)
  1599.                 *Command: CmdSelect
  1600.                 {
  1601.                     *Order: DOC_SETUP.12
  1602.                     *%Cmd: "<1B>&f" %d{(8640)} "i" %d{(12960)} "J<1B>&l101A"
  1603.                     *Cmd: "<1B>&l120A"
  1604.                 }
  1605.                 *Command: CmdStartPage
  1606.                 {
  1607.                     *Order: PAGE_SETUP.1
  1608.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8280x12720Y<1B>*b0M<0D>"
  1609.                 }
  1610.             }
  1611.             *case: LANDSCAPE_CC90
  1612.             {
  1613.                 *PrintableArea: PAIR(14000, 21120)   
  1614.                 *PrintableOrigin: PAIR(200, 240)     
  1615.                 *CursorOrigin: PAIR(200, 21360)
  1616.                 *Command: CmdSelect
  1617.                 {
  1618.                     *Order: DOC_SETUP.12
  1619.                     *%Cmd: "<1B>&f" %d{(8640)} "i" %d{(12960)} "J<1B>&l101A"
  1620.                     *Cmd: "<1B>&l120A"
  1621.                 }
  1622.                 *Command: CmdStartPage
  1623.                 {
  1624.                     *Order: PAGE_SETUP.1
  1625.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t12672x8400Y<1B>*b0M<0D>"
  1626.                 }
  1627.             }
  1628.         }
  1629.  
  1630.     }
  1631.  
  1632.     *Option: 3X5                        *% physical page (3600, 6000 - 3" x 5")
  1633.     {
  1634.         *rcNameID: =IDS_3_X_5
  1635.         *PageDimensions: PAIR(3600, 6000)
  1636.         *switch: Orientation
  1637.         {
  1638.             *case: PORTRAIT
  1639.             {
  1640.                 *PrintableArea: PAIR(3000,5600)
  1641.                 *PrintableOrigin: PAIR(300, 200)
  1642.                 *CursorOrigin: PAIR(300, 200)
  1643.                 *Command: CmdSelect
  1644.                 {
  1645.                     *Order: DOC_SETUP.20
  1646.                     *Cmd: "<1B>&f" %d{((3600*720)/1200)} "i" %d{((6000*720)/1200)} "J<1B>&l78A"
  1647.                 }
  1648.                 *Command: CmdStartPage
  1649.                 {
  1650.                     *Order: PAGE_SETUP.1
  1651.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t" %d{((3600-600)*720)/1200} "x" %d{((6000-400)*720)/1200} "Y<1B>*b0M<0D>"
  1652.                 }
  1653.             }
  1654.             *case: LANDSCAPE_CC90
  1655.             {
  1656.                 *PrintableArea: PAIR(3200, 5520)     
  1657.                 *PrintableOrigin: PAIR(200, 240)
  1658.                    *CursorOrigin: PAIR(200, 5760)
  1659.                 *Command: CmdSelect
  1660.                 {
  1661.                     *Order: DOC_SETUP.20
  1662.                     *Cmd: "<1B>&f" %d{((3600*720)/1200)} "i" %d{((6000*720)/1200)} "J<1B>&l78A"
  1663.                 }
  1664.                 *Command: CmdStartPage
  1665.                 {
  1666.                     *Order: PAGE_SETUP.1
  1667.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t" %d{((6000-480)*720)/1200} "x" %d{((3600-400)*720)/1200} "Y<1B>*b0M<0D>"
  1668.                 }              
  1669.             }
  1670.         }
  1671.     }
  1672.     
  1673.     *Option: 4X6                        *% physical page (4800, 7200 - 4" x 6")
  1674.     {                                                
  1675.         *rcNameID: =IDS_PSIZE_4_X_6
  1676.         *PageDimensions: PAIR(4800,7200)
  1677.         *switch: Orientation
  1678.         {
  1679.             *case: PORTRAIT
  1680.             {
  1681.                 *PrintableArea: PAIR(4200, 6800)
  1682.                 *PrintableOrigin: PAIR(300, 200)
  1683.                 *CursorOrigin: PAIR(300, 200)
  1684.                 *Command: CmdSelect
  1685.                 {
  1686.                     *Order: DOC_SETUP.20
  1687.                     *Cmd: "<1B>&l74A"
  1688.                 }
  1689.                 *Command: CmdStartPage
  1690.                 {
  1691.                     *Order: PAGE_SETUP.1
  1692.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2520x4080Y<1B>*b0M<0D>"
  1693.                 }
  1694.  
  1695.             }
  1696.             *case: LANDSCAPE_CC90
  1697.             {
  1698.                 *PrintableArea: PAIR(4400, 6720)
  1699.                  *PrintableOrigin: PAIR(200, 240)
  1700.                 *CursorOrigin: PAIR(200, 6960)
  1701.                 *Command: CmdSelect
  1702.                 {
  1703.                    *Order: DOC_SETUP.20
  1704.                    *Cmd: "<1B>&l74A"
  1705.                 }
  1706.                 *Command: CmdStartPage
  1707.                 {
  1708.                    *Order: PAGE_SETUP.1
  1709.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4032x2640Y<1B>*b0M<0D>"
  1710.                 }
  1711.  
  1712.             }
  1713.         }
  1714.     }
  1715.     
  1716.   *Option: 5X7          *% physical page (6000, 8400 - 5.0" x 7.0")
  1717.     {                                                
  1718.         *rcNameID: =IDS_PSIZE_5_X_7
  1719.         *PageDimensions: PAIR(6000,8400)
  1720.         *switch: Orientation
  1721.         {
  1722.             *case: PORTRAIT
  1723.             {
  1724.                *PrintableArea: PAIR(5400,8000)
  1725.                 *PrintableOrigin: PAIR(300, 200)
  1726.                 *CursorOrigin: PAIR(300,200)
  1727.                 *Command: CmdSelect
  1728.                 {
  1729.                     *Order: DOC_SETUP.20
  1730.                     *Cmd: "<1B>&l122A"
  1731.                 }
  1732.                 *Command: CmdStartPage
  1733.                 {
  1734.                     *Order: PAGE_SETUP.1
  1735.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3240x4800Y<1B>*b0M<0D>"
  1736.                 }
  1737.             }
  1738.             *case: LANDSCAPE_CC90
  1739.             {
  1740.                 *PrintableArea: PAIR(5600,7920)
  1741.                 *PrintableOrigin: PAIR(200, 240)
  1742.                 *CursorOrigin: PAIR(200, 8160)
  1743.                 *Command: CmdSelect
  1744.                 {
  1745.                     *Order: DOC_SETUP.20
  1746.                     *Cmd: "<1B>&l122A"
  1747.                 }
  1748.                 *Command: CmdStartPage
  1749.                 {
  1750.                     *Order: PAGE_SETUP.1
  1751.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4752x3360Y<1B>*b0M<0D>"
  1752.                 }
  1753.             }
  1754.         }
  1755.     }
  1756.     *Option: 5X8                                      *% physical page (6000, 9600 - 5" x 8")
  1757.     {                                                
  1758.         *rcNameID: =IDS_PSIZE_5_X_8
  1759.         *PageDimensions: PAIR(6000,9600)
  1760.         *switch: Orientation
  1761.         {
  1762.             *case: PORTRAIT
  1763.             {
  1764.                 *PrintableArea: PAIR(5400, 9200)
  1765.                 *PrintableOrigin: PAIR(300, 200)
  1766.                 *CursorOrigin: PAIR(300, 200)
  1767.                 *Command: CmdSelect
  1768.                 {
  1769.                     *Order: DOC_SETUP.20
  1770.                     *Cmd: "<1B>&l75A"
  1771.                 }
  1772.                 *Command: CmdStartPage
  1773.                 {
  1774.                     *Order: PAGE_SETUP.1
  1775.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3240x5520Y<1B>*b0M<0D>"
  1776.                 }
  1777.             }
  1778.             *case: LANDSCAPE_CC90
  1779.             {
  1780.                 *PrintableArea: PAIR(5600, 9120)
  1781.                 *PrintableOrigin: PAIR(200, 240)
  1782.                 *CursorOrigin: PAIR(200, 9360)
  1783.                 *Command: CmdSelect
  1784.                 {
  1785.                     *Order: DOC_SETUP.20
  1786.                     *Cmd: "<1B>&l75A"
  1787.                 }
  1788.                 *Command: CmdStartPage
  1789.                 {
  1790.                     *Order: PAGE_SETUP.1
  1791.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5472x3360Y<1B>*b0M<0D>"
  1792.                 }
  1793.             }
  1794.         }
  1795.     }
  1796.  
  1797.     *Option: A3                                     *% physical page (14030, 19842 - 11.693" x 16.535")
  1798.     {
  1799.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1800.         *switch: Orientation
  1801.         {
  1802.             *case: PORTRAIT
  1803.             {
  1804.                 *PrintableArea: PAIR(13462, 19442)
  1805.                 *PrintableOrigin: PAIR(284, 200)
  1806.                 *CursorOrigin: PAIR(284, 200)
  1807.  
  1808.                 *Command: CmdSelect
  1809.                 {
  1810.                     *Order: DOC_SETUP.20
  1811.                     *Cmd: "<1B>&l27A"
  1812.                 }
  1813.                 *Command: CmdStartPage
  1814.                 {
  1815.                     *Order: PAGE_SETUP.1
  1816.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8077x11665Y<1B>*b0M<0D>"
  1817.                 }
  1818.             }
  1819.             *case: LANDSCAPE_CC90
  1820.             {
  1821.                 *PrintableArea: PAIR(13630, 19370)
  1822.                 *PrintableOrigin: PAIR(200, 236)
  1823.                 *CursorOrigin: PAIR(200, 19606)
  1824.  
  1825.                 *Command: CmdSelect
  1826.                 {
  1827.                     *Order: DOC_SETUP.20
  1828.                     *Cmd: "<1B>&l27A"
  1829.                 }
  1830.                 *Command: CmdStartPage
  1831.                 {
  1832.                     *Order: PAGE_SETUP.1
  1833.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t11622x8178Y<1B>*b0M<0D>"
  1834.                 }
  1835.             }
  1836.         }
  1837.     }
  1838.  
  1839.  
  1840.     *Option: A4                                      *% physical page (9920, 14030 - 8.2677" x 11.693")
  1841.     {
  1842.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1843.         *switch: Orientation
  1844.         {
  1845.             *case: PORTRAIT
  1846.             {
  1847.                 *PrintableArea: PAIR(9352, 13630)
  1848.                 *PrintableOrigin: PAIR(284, 200)
  1849.                 *CursorOrigin: PAIR(284, 200)
  1850.                 *Command: CmdSelect
  1851.                 {
  1852.                     *Order: DOC_SETUP.20
  1853.                     *Cmd: "<1B>&l26A"
  1854.                 }
  1855.                 *Command: CmdStartPage
  1856.                 {
  1857.                     *Order: PAGE_SETUP.1
  1858.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5611x8178Y<1B>*b0M<0D>"
  1859.                 }
  1860.             }
  1861.             *case: LANDSCAPE_CC90
  1862.             {
  1863.                 *PrintableArea: PAIR(9520, 13558)
  1864.                 *PrintableOrigin: PAIR(200, 236)
  1865.                 *CursorOrigin: PAIR(200, 13794)
  1866.                 *Command: CmdSelect
  1867.                 {
  1868.                     *Order: DOC_SETUP.20
  1869.                     *Cmd: "<1B>&l26A"
  1870.                 }
  1871.                 *Command: CmdStartPage
  1872.                 {
  1873.                     *Order: PAGE_SETUP.1
  1874.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8135x5712Y<1B>*b0M<0D>"
  1875.                 }
  1876.             }
  1877.         }
  1878.     }
  1879.  
  1880.    *Option: A5                                      *% physical page (6992, 9920 - 5.8268" x 8.2677")
  1881.     {
  1882.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1883.         *switch: Orientation
  1884.         {
  1885.             *case: PORTRAIT
  1886.             {
  1887.                 *PrintableArea: PAIR(6424, 9520)
  1888.                 *PrintableOrigin: PAIR(284, 200)
  1889.                 *CursorOrigin: PAIR(284, 200)
  1890.                 *Command: CmdSelect
  1891.                 {
  1892.                     *Order: DOC_SETUP.20
  1893.                     *Cmd: "<1B>&l25A"
  1894.                 }
  1895.                 *Command: CmdStartPage
  1896.                 {
  1897.                     *Order: PAGE_SETUP.1
  1898.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3854x5712Y<1B>*b0M<0D>"
  1899.                 }
  1900.             }
  1901.             *case: LANDSCAPE_CC90
  1902.             {
  1903.                 *PrintableArea: PAIR(6592, 9448)
  1904.                 *PrintableOrigin: PAIR(200, 236)
  1905.                 *CursorOrigin: PAIR(200, 9684)
  1906.                 *Command: CmdSelect
  1907.                 {
  1908.                     *Order: DOC_SETUP.20
  1909.                     *Cmd: "<1B>&l25A"
  1910.                 }
  1911.                 *Command: CmdStartPage
  1912.                 {
  1913.                     *Order: PAGE_SETUP.1
  1914.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5669x3955Y<1B>*b0M<0D>"
  1915.                 }
  1916.             }
  1917.         }
  1918.     }
  1919.  
  1920.     *Option: A6                                      *% physical page (4960, 6992 - 4.13" x 5.83")
  1921.     {
  1922.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  1923.         *switch: Orientation
  1924.         {
  1925.             *case: PORTRAIT
  1926.             {
  1927.                 *PrintableArea: PAIR(4392,6592)
  1928.                 *PrintableOrigin: PAIR(284, 200)
  1929.                 *CursorOrigin: PAIR(284, 200)
  1930.                 *Command: CmdSelect
  1931.                 {
  1932.                     *Order: DOC_SETUP.20
  1933.                     *Cmd: "<1B>&l24A"
  1934.                 }
  1935.                 *Command: CmdStartPage
  1936.                 {
  1937.                     *Order: PAGE_SETUP.1
  1938.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2635x3955Y<1B>*b0M<0D>"
  1939.                 }
  1940.             }
  1941.             *case: LANDSCAPE_CC90
  1942.             {
  1943.                 *PrintableArea: PAIR(4560, 6520)
  1944.                 *PrintableOrigin: PAIR(200, 236)
  1945.                 *CursorOrigin: PAIR(200, 6750)
  1946.                 *Command: CmdSelect
  1947.                 {
  1948.                     *Order: DOC_SETUP.20
  1949.                     *Cmd: "<1B>&l24A"
  1950.                 }
  1951.                 *Command: CmdStartPage
  1952.                 {
  1953.                     *Order: PAGE_SETUP.1
  1954.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3912x2736Y<1B>*b0M<0D>"
  1955.                 }
  1956.             }
  1957.         }
  1958.     }
  1959.     
  1960.     *Option: RA3                                     *% RA3
  1961.     {                                                *% physical page (14409, 20315 - 12.01" x 16.93"")
  1962.         *rcNameID: =IDS_RA3
  1963.         *PageDimensions: PAIR(14409, 20315)
  1964.          *switch: Orientation
  1965.          {
  1966.              *case: PORTRAIT
  1967.              {
  1968.                  *PrintableArea: PAIR(13841, 19915)
  1969.                  *PrintableOrigin: PAIR(284, 200)
  1970.                  *CursorOrigin: PAIR(284, 200)
  1971.                  *Command: CmdSelect
  1972.                 {
  1973.                     *Order: DOC_SETUP.20
  1974.                     *Cmd: "<1B>&l39A "        
  1975.                 }
  1976.                 *Command: CmdStartPage
  1977.                 {
  1978.                     *Order: PAGE_SETUP.1
  1979.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8304x11949Y<1B>*b0M<0D>"       
  1980.                 }
  1981.              }
  1982.              *case: LANDSCAPE_CC90
  1983.              {
  1984.                  *PrintableArea: PAIR(14009, 19843)
  1985.                  *PrintableOrigin: PAIR(200, 236)
  1986.                  *CursorOrigin: PAIR(200, 20079)
  1987.                  *Command: CmdSelect
  1988.                 {
  1989.                     *Order: DOC_SETUP.20
  1990.                     *Cmd: "<1B>&l39A "        
  1991.                 }
  1992.                 *Command: CmdStartPage
  1993.                 {
  1994.                     *Order: PAGE_SETUP.1
  1995.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t11906x8405Y<1B>*b0M<0D>"       
  1996.                 }
  1997.              }
  1998.          }
  1999.     }
  2000.     
  2001.     *Option: SRA3                                     *% SRA3
  2002.     {                                                *% physical page (15118, 21260 - 12.60" x 17.72")
  2003.         *rcNameID: =IDS_PSIZE_SRA3
  2004.         *PageDimensions: PAIR(15118, 21260)
  2005.          *switch: Orientation
  2006.          {
  2007.              *case: PORTRAIT
  2008.              {
  2009.                  *PrintableArea: PAIR(14550, 20860)
  2010.                  *PrintableOrigin: PAIR(284, 200)
  2011.                  *CursorOrigin: PAIR(284, 200)
  2012.                  *Command: CmdSelect
  2013.                 {
  2014.                     *Order: DOC_SETUP.20
  2015.                     *Cmd: "<1B>&l38A "       
  2016.                 }
  2017.                 *Command: CmdStartPage
  2018.                 {
  2019.                     *Order: PAGE_SETUP.1
  2020.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8730x12516Y<1B>*b0M<0D>"       
  2021.                 }
  2022.              }
  2023.              *case: LANDSCAPE_CC90
  2024.              {
  2025.                  *PrintableArea: PAIR(14718, 20788)
  2026.                  *PrintableOrigin: PAIR(200, 236)
  2027.                  *CursorOrigin: PAIR(200, 21024)
  2028.                  *Command: CmdSelect
  2029.                 {
  2030.                     *Order: DOC_SETUP.20
  2031.                     *Cmd: "<1B>&l38A "       
  2032.                 }
  2033.                 *Command: CmdStartPage
  2034.                 {
  2035.                     *Order: PAGE_SETUP.1
  2036.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t12473x8831Y<1B>*b0M<0D>"       
  2037.                 }
  2038.              }
  2039.          }
  2040.     }
  2041.  
  2042.   *Option: RA4          *% physical page (10157, 14409 - 8.4646" x 12.0079")
  2043.     {
  2044.         *rcNameID: =IDS_PSIZE_RA4
  2045.         *PageDimensions: PAIR(10157, 14409)      
  2046.         *switch: Orientation
  2047.         {
  2048.              *case: PORTRAIT
  2049.             {
  2050.                 *PrintableArea: PAIR(9965,14217)
  2051.                 *PrintableOrigin: PAIR(96, 96)
  2052.                 *CursorOrigin: PAIR(0, 0)
  2053.                 *Command: CmdSelect
  2054.                 {
  2055.                     *Order: DOC_SETUP.12
  2056.                     *Cmd: "<1B>&l36A"
  2057.                 }
  2058.                 *Command: CmdStartPage
  2059.                 {
  2060.                     *Order: PAGE_SETUP.1
  2061.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5979x8530Y<1B>*b0M<0D>"        
  2062.                 }
  2063.             }
  2064.             *case: LANDSCAPE_CC90
  2065.             {
  2066.                 *PrintableArea: PAIR(9965,14217)
  2067.                 *PrintableOrigin: PAIR(96, 96)
  2068.                 *CursorOrigin: PAIR(0, 14409)
  2069.                 *Command: CmdSelect
  2070.                 {
  2071.                     *Order: DOC_SETUP.12
  2072.                     *Cmd: "<1B>&l36A"
  2073.                 }
  2074.                 *Command: CmdStartPage
  2075.                 {
  2076.                     *Order: PAGE_SETUP.1
  2077.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8530x5979Y<1B>*b0M<0D>"        
  2078.                 }
  2079.             }
  2080.        
  2081.           }
  2082.         }
  2083.       
  2084.  
  2085.     
  2086.   *Option: SRA4          *% physical page (10710, 15118 - 8.8583 x 12.5984)
  2087.     {
  2088.         *rcNameID: =IDS_PSIZE_SRA4
  2089.         *%Name: "SRA4"
  2090.         *PageDimensions: PAIR(10630,15118)        
  2091.         *switch: Orientation
  2092.         {
  2093.              
  2094.             *case: PORTRAIT
  2095.             {
  2096.                 *PrintableArea: PAIR(10438,14926)
  2097.                 *PrintableOrigin: PAIR(96, 96)
  2098.                 *CursorOrigin: PAIR(0, 0)
  2099.                 *Command: CmdSelect
  2100.                 {
  2101.                     *Order: DOC_SETUP.12
  2102.                     *Cmd: "<1B>&l37A"
  2103.                 }
  2104.                 *Command: CmdStartPage
  2105.                 {
  2106.                     *Order: PAGE_SETUP.1
  2107.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6262x8955Y<1B>*b0M<0D>"        
  2108.                 }
  2109.             }
  2110.             *case: LANDSCAPE_CC90
  2111.             {
  2112.                 *PrintableArea: PAIR(10438,14926)
  2113.                 *PrintableOrigin: PAIR(96, 96)
  2114.                 *CursorOrigin: PAIR(0, 15118)
  2115.                 *Command: CmdSelect
  2116.                 {
  2117.                     *Order: DOC_SETUP.12
  2118.                     *Cmd: "<1B>&l37A"
  2119.                 }
  2120.                 *Command: CmdStartPage
  2121.                 {
  2122.                     *Order: PAGE_SETUP.1
  2123.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t8955x6262Y<1B>*b0M<0D>"        
  2124.                 }
  2125.             }
  2126.          }
  2127.      }
  2128.  
  2129.     *Option: B4                                      *% B4 (JIS) physical page (12140, 17196 - 10.118" x 14.33")
  2130.     {
  2131.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  2132.         *switch: Orientation
  2133.         {
  2134.             *case: PORTRAIT
  2135.             {
  2136.                 *PrintableArea: PAIR(11572, 16796)
  2137.                 *PrintableOrigin: PAIR(284, 200)
  2138.                 *CursorOrigin: PAIR(284, 200)
  2139.  
  2140.                 *Command: CmdSelect
  2141.                 {
  2142.                     *Order: DOC_SETUP.20
  2143.                     *Cmd: "<1B>&l46A"
  2144.                 }
  2145.                 *Command: CmdStartPage
  2146.                 {
  2147.                     *Order: PAGE_SETUP.1
  2148.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6943x10078Y<1B>*b0M<0D>"
  2149.                 }
  2150.             }
  2151.             *case: LANDSCAPE_CC90
  2152.             {
  2153.                 *PrintableArea: PAIR(11740, 16724)
  2154.                 *PrintableOrigin: PAIR(200, 236)
  2155.                 *CursorOrigin: PAIR(200, 16960)
  2156.  
  2157.                 *Command: CmdSelect
  2158.                 {
  2159.                     *Order: DOC_SETUP.20
  2160.                     *Cmd: "<1B>&l46A"
  2161.                 }
  2162.                 *Command: CmdStartPage
  2163.                 {
  2164.                     *Order: PAGE_SETUP.1
  2165.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t10034x7044Y<1B>*b0M<0D>"
  2166.                 }
  2167.             }
  2168.         }
  2169.     }
  2170.  
  2171.  
  2172.     *Option: B5                                      *% B5 (JIS) physical page (8598, 12140 - 7.1653" x 10.118")
  2173.     {
  2174.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  2175.         *switch: Orientation
  2176.         {
  2177.             *case: PORTRAIT
  2178.             {
  2179.                 *PrintableArea: PAIR(8030, 11740)
  2180.                 *PrintableOrigin: PAIR(284, 200)
  2181.                 *CursorOrigin: PAIR(284, 200)
  2182.                 *Command: CmdSelect
  2183.                 {
  2184.                     *Order: DOC_SETUP.20
  2185.                     *Cmd: "<1B>&l45A"
  2186.                 }
  2187.                 *Command: CmdStartPage
  2188.                 {
  2189.                     *Order: PAGE_SETUP.1
  2190.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4818x7044Y<1B>*b0M<0D>"
  2191.                 }
  2192.             }
  2193.             *case: LANDSCAPE_CC90
  2194.             {
  2195.                 *PrintableArea: PAIR(8198, 11668)
  2196.                 *PrintableOrigin: PAIR(200, 236)
  2197.                 *CursorOrigin: PAIR(200, 11904)
  2198.                 *Command: CmdSelect
  2199.                 {
  2200.                     *Order: DOC_SETUP.20
  2201.                     *Cmd: "<1B>&l45A"
  2202.                 }
  2203.                 *Command: CmdStartPage
  2204.                 {
  2205.                     *Order: PAGE_SETUP.1
  2206.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7001x4919Y<1B>*b0M<0D>"
  2207.                 }
  2208.             }
  2209.         }
  2210.     }
  2211.  
  2212.     *Option: B6_JIS                                      *% B6 (JIS)
  2213.     {                                                *% physical page (6070, 8598 - 5.04 "x 7.17"- 128 x 182mm (MS Forms and OZ))
  2214.         *rcNameID: =IDS_B6_JIS 
  2215.         *PageDimensions: PAIR(6070, 8598)
  2216.         *switch: Orientation
  2217.         {
  2218.             *case: PORTRAIT
  2219.             {
  2220.                 *PrintableArea: PAIR(5502, 8198)
  2221.                 *PrintableOrigin: PAIR(284, 200)
  2222.                 *CursorOrigin: PAIR(284, 200)
  2223.                 *Command: CmdSelect
  2224.                 {
  2225.                     *Order: DOC_SETUP.20
  2226.                     *Cmd: "<1B>&l44A"
  2227.                 }
  2228.                 *Command: CmdStartPage
  2229.                 {
  2230.                     *Order: PAGE_SETUP.1
  2231.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3301x4918Y<1B>*b0M<0D>"
  2232.                 }
  2233.             }
  2234.             *case: LANDSCAPE_CC90
  2235.             {
  2236.                 *PrintableArea: PAIR(5598, 8198)
  2237.                 *PrintableOrigin: PAIR(236, 200)
  2238.                 *CursorOrigin: PAIR(236, 11940)
  2239.                 *Command: CmdSelect
  2240.                 {
  2241.                     *Order: DOC_SETUP.20
  2242.                     *Cmd: "<1B>&l44A"
  2243.                 }
  2244.                 *Command: CmdStartPage
  2245.                 {
  2246.                     *Order: PAGE_SETUP.1
  2247.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4918x3358Y<1B>*b0M<0D>"
  2248.                 }
  2249.             }
  2250.         }
  2251.     }
  2252.  
  2253.     *Option: L_9_x_13_CM                         *% physical page (4200, 6000 - 3.5" x 5")
  2254.     {
  2255.         
  2256.         *rcNameID: =IDS_L_9_x_13_CM
  2257.         *switch: Orientation
  2258.         {
  2259.             *case: PORTRAIT
  2260.             {
  2261.                 *PrintableArea: PAIR(3632, 5600)
  2262.                 *PrintableOrigin: PAIR(284, 200)
  2263.                 *CursorOrigin: PAIR(284, 200)
  2264.                 *Command: CmdSelect
  2265.                 {
  2266.                     *Order: DOC_SETUP.30
  2267.                     *Cmd: "<1B>&l2A"
  2268.                 }
  2269.                 *Command: CmdStartPage
  2270.                 {
  2271.                     *Order: PAGE_SETUP.30
  2272.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2179x3360Y<1B>*b0M<0D>"
  2273.                 }
  2274.             }
  2275.             *case: LANDSCAPE_CC90
  2276.             {
  2277.                 *PrintableArea: PAIR(3800,5528)
  2278.                 *PrintableOrigin: PAIR(200, 236)
  2279.                 *CursorOrigin: PAIR(200, 5764)
  2280.                 *Command: CmdSelect
  2281.                 {
  2282.                     *Order: DOC_SETUP.30
  2283.                     *Cmd: "<1B>&l2A"
  2284.                 }
  2285.                 *Command: CmdStartPage
  2286.                 {
  2287.                     *Order: PAGE_SETUP.30
  2288.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3316x2280Y<1B>*b0M<0D>"
  2289.                 }
  2290.             }
  2291.         }
  2292.     }
  2293.  
  2294.     *Option: 10X15CM                                      *% physical page (4800, 7200 - 4" x 6")
  2295.     {
  2296.     *rcNameID: =IDS_MSIZE_10X15_CM    
  2297.     *PageDimensions: PAIR(4800, 7200)
  2298.     *switch: Orientation
  2299.         {
  2300.             *case: PORTRAIT
  2301.             {
  2302.         *PrintableArea: PAIR(4200,6800)
  2303.         *PrintableOrigin: PAIR(300, 200)
  2304.         *CursorOrigin: PAIR(300,200)
  2305.         *Command: CmdSelect
  2306.                 {
  2307.                     *Order: DOC_SETUP.20
  2308.                     *Cmd: "<1B>&l118A"
  2309.                 }
  2310.                 *Command: CmdStartPage
  2311.                 {
  2312.                     *Order: PAGE_SETUP.1
  2313.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2520x4080Y<1B>*b0M<0D>"
  2314.                 }
  2315.         }
  2316.         *case: LANDSCAPE_CC90
  2317.             {
  2318.                 *PrintableArea: PAIR(4400,6720)
  2319.                 *PrintableOrigin: PAIR(200, 240)
  2320.                 *CursorOrigin: PAIR(200, 6960)
  2321.                 *Command: CmdSelect
  2322.                 {
  2323.                     *Order: DOC_SETUP.20
  2324.                     *Cmd: "<1B>&l118A"
  2325.                 }
  2326.                 *Command: CmdStartPage
  2327.                 {
  2328.                     *Order: PAGE_SETUP.1
  2329.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4032x2640Y<1B>*b0M<0D>"
  2330.                 }
  2331.             }
  2332.       }
  2333. }
  2334. *Option: Oficio_216x340mm                                 *% physical page (10200, 16062 - 8.50" x 13.386")
  2335.     {
  2336.         *Name: "Oficio 216x340 mm"
  2337.         *PageDimensions: PAIR(10200,16062)
  2338.         *switch: Orientation
  2339.         {
  2340.             *case: PORTRAIT
  2341.             {
  2342.                 *PrintableArea: PAIR(9632, 15662)
  2343.                 *PrintableOrigin: PAIR(284, 200)
  2344.                 *CursorOrigin: PAIR(284, 200)
  2345.                 *Command: CmdSelect
  2346.                 {
  2347.                     *Order: DOC_SETUP.20
  2348.                     *Cmd: "<1B>&l123A"
  2349.                 }
  2350.                 *Command: CmdStartPage
  2351.                 {
  2352.                     *Order: PAGE_SETUP.1
  2353.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5779x9397Y<1B>*b0M<0D>"
  2354.                 }
  2355.             }
  2356.             *case: LANDSCAPE_CC90
  2357.             {
  2358.                 *PrintableArea: PAIR(9728, 15662)
  2359.                 *PrintableOrigin: PAIR(236, 200)
  2360.                 *CursorOrigin: PAIR(236, 15862)
  2361.                 *Command: CmdSelect
  2362.                 {
  2363.                     *Order: DOC_SETUP.20
  2364.                     *Cmd: "<1B>&l123A"
  2365.                 }
  2366.                 *Command: CmdStartPage
  2367.                 {
  2368.                     *Order: PAGE_SETUP.1
  2369.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t9397x5836Y<1B>*b0M<0D>"
  2370.                 }
  2371.             }
  2372.         }
  2373.     }
  2374.  
  2375. *Option: Oficio_216x343mm                                 *% physical page (10200, 16200 - 8.5" x 13.5")
  2376.     {
  2377.         *Name: "Oficio 216x343 mm"
  2378.         *PageDimensions: PAIR(10200,16200)
  2379.         *switch: Orientation
  2380.         {
  2381.             *case: PORTRAIT
  2382.             {
  2383.                 *PrintableArea: PAIR(9632, 15800)
  2384.                 *PrintableOrigin: PAIR(284, 200)
  2385.                 *CursorOrigin: PAIR(284, 200)
  2386.                 *Command: CmdSelect
  2387.                 {
  2388.                     *Order: DOC_SETUP.20
  2389.                     *Cmd: "<1B>&l123A"
  2390.                 }
  2391.                 *Command: CmdStartPage
  2392.                 {
  2393.                     *Order: PAGE_SETUP.1
  2394.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5779x9480Y<1B>*b0M<0D>"
  2395.                 }
  2396.             }
  2397.             *case: LANDSCAPE_CC90
  2398.             {
  2399.                 *PrintableArea: PAIR(9800, 15728)
  2400.                 *PrintableOrigin: PAIR(200, 236)
  2401.                 *CursorOrigin: PAIR(200, 15964)
  2402.                 *Command: CmdSelect
  2403.                 {
  2404.                     *Order: DOC_SETUP.20
  2405.                     *Cmd: "<1B>&l123A"
  2406.                 }
  2407.                 *Command: CmdStartPage
  2408.                 {
  2409.                     *Order: PAGE_SETUP.1
  2410.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t9436x5880Y<1B>*b0M<0D>"
  2411.                 }
  2412.             }
  2413.         }
  2414.     }
  2415.  
  2416.  
  2417.  
  2418. *Option: Oficio_216x347mm                                 *% physical page (10200, 16392 - 8.5" x 13.66")
  2419.     {
  2420.         *Name: "Oficio 216x347 mm"
  2421.         *PageDimensions: PAIR(10200,16392)
  2422.         *switch: Orientation
  2423.         {
  2424.             *case: PORTRAIT
  2425.             {
  2426.                 *PrintableArea: PAIR(9632, 15992)
  2427.                 *PrintableOrigin: PAIR(284, 200)
  2428.                 *CursorOrigin: PAIR(284, 200)
  2429.                 *Command: CmdSelect
  2430.                 {
  2431.                     *Order: DOC_SETUP.20
  2432.                     *Cmd: "<1B>&l124A"
  2433.                 }
  2434.                 *Command: CmdStartPage
  2435.                 {
  2436.                     *Order: PAGE_SETUP.1
  2437.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5779x9595Y<1B>*b0M<0D>"
  2438.                 }
  2439.             }
  2440.             *case: LANDSCAPE_CC90
  2441.             {
  2442.                 *PrintableArea: PAIR(9800, 15920)
  2443.                 *PrintableOrigin: PAIR(200, 236)
  2444.                 *CursorOrigin: PAIR(200, 16156)
  2445.                 *Command: CmdSelect
  2446.                 {
  2447.                     *Order: DOC_SETUP.20
  2448.                     *Cmd: "<1B>&l124A"
  2449.                 }
  2450.                 *Command: CmdStartPage
  2451.                 {
  2452.                     *Order: PAGE_SETUP.1
  2453.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t9552x5880Y<1B>*b0M<0D>"
  2454.                 }
  2455.             }
  2456.         }
  2457.     }
  2458.  
  2459.     *Option: 8K_270_390                                      
  2460.     {
  2461.         *rcNameID: =IDS_MSIZE_8K_270X390_MM
  2462.         *PageDimensions: PAIR(12756,18425)
  2463.         *switch: Orientation
  2464.         {
  2465.             *case: PORTRAIT
  2466.             {
  2467.                 *PrintableArea: PAIR(12188, 18025)
  2468.                 *PrintableOrigin: PAIR(284, 200)
  2469.                 *CursorOrigin: PAIR(284, 200)
  2470.                 *Command: CmdSelect
  2471.                 {
  2472.                     *Order: DOC_SETUP.12
  2473.                     *Cmd: "<1B>&l33A"
  2474.                 }
  2475.                 *Command: CmdStartPage
  2476.                 {
  2477.                     *Order: PAGE_SETUP.1
  2478.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7380x10920Y<1B>*b0M<0D>"
  2479.                 }
  2480.             }
  2481.  
  2482.             *case: LANDSCAPE_CC90
  2483.             {
  2484.                 *PrintableArea: PAIR(12284, 17985)
  2485.                 *PrintableOrigin: PAIR(236, 220)
  2486.                 *CursorOrigin: PAIR(236, 18205)
  2487.  
  2488.                 *Command: CmdSelect
  2489.                 {
  2490.                     *Order: DOC_SETUP.20
  2491.                     *Cmd: "<1B>&l33A"
  2492.                 }
  2493.                 *Command: CmdStartPage
  2494.                 {
  2495.                     *Order: PAGE_SETUP.1
  2496.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t10872x7500Y<1B>*b0M<0D>"
  2497.                 }
  2498.             }
  2499.         }
  2500.     }
  2501.  
  2502.     *Option: 16K_195_270
  2503.     {
  2504.        *rcNameID: =IDS_MSIZE_16k_MM_Q306
  2505.        *PageDimensions: PAIR(9213,12756)
  2506.        *switch: Orientation
  2507.        {
  2508.            *case: PORTRAIT
  2509.            {
  2510.                *PrintableArea: PAIR(8645,12356)
  2511.                *PrintableOrigin: PAIR(284, 200)
  2512.                *CursorOrigin: PAIR(284, 200)
  2513.                *Command: CmdSelect
  2514.                {
  2515.                    *Order: DOC_SETUP.20
  2516.                    *Cmd: "<1B>&l34A"
  2517.                }
  2518.                *Command: CmdStartPage
  2519.                {
  2520.                    *Order: PAGE_SETUP.1
  2521.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5187x7414Y<1B>*b0M<0D>"
  2522.                }
  2523.            }
  2524.            *case: LANDSCAPE_CC90
  2525.            {
  2526.                *PrintableArea: PAIR(8813, 12284)
  2527.                *PrintableOrigin: PAIR(200, 236)
  2528.                *CursorOrigin: PAIR(200, 12520)
  2529.                *Command: CmdSelect
  2530.                {
  2531.                    *Order: DOC_SETUP.20
  2532.                    *Cmd: "<1B>&l34A"
  2533.                }
  2534.                *Command: CmdStartPage
  2535.                {
  2536.                    *Order: PAGE_SETUP.1
  2537.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7370x5288Y<1B>*b0M<0D>"
  2538.                }
  2539.            }
  2540.        }
  2541.     }
  2542.  
  2543.  
  2544.     *Option: 8K_260_368                                      
  2545.     {
  2546.         *rcNameID: =IDS_MSIZE_8K_260X_368_MM
  2547.         *PageDimensions: PAIR(12283,17386)
  2548.         *switch: Orientation
  2549.         {
  2550.             *case: PORTRAIT
  2551.             {
  2552.                 *PrintableArea: PAIR(11715, 16986)
  2553.                 *PrintableOrigin: PAIR(284, 200)
  2554.                 *CursorOrigin: PAIR(284, 200)
  2555.                 *Command: CmdSelect
  2556.                 {
  2557.                     *Order: DOC_SETUP.12
  2558.                     *Cmd: "<1B>&l35A"
  2559.                 }
  2560.                 *Command: CmdStartPage
  2561.                 {
  2562.                     *Order: PAGE_SETUP.1
  2563.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7380x10920Y<1B>*b0M<0D>"
  2564.                 }
  2565.             }
  2566.  
  2567.             *case: LANDSCAPE_CC90
  2568.             {
  2569.                 *PrintableArea: PAIR(11811, 16946)
  2570.                 *PrintableOrigin: PAIR(236, 220)
  2571.                 *CursorOrigin: PAIR(236, 17166)
  2572.  
  2573.                 *Command: CmdSelect
  2574.                 {
  2575.                     *Order: DOC_SETUP.20
  2576.                     *Cmd: "<1B>&l35A"
  2577.                 }
  2578.                 *Command: CmdStartPage
  2579.                 {
  2580.                     *Order: PAGE_SETUP.1
  2581.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t10872x7500Y<1B>*b0M<0D>"
  2582.                 }
  2583.             }
  2584.         }
  2585.     }
  2586.     
  2587.     *Option: 16K_184_260
  2588.     {
  2589.        *rcNameID: =IDS_MSIZE_16k_184_MM_Q306
  2590.        *PageDimensions: PAIR(8693,12283)
  2591.        *switch: Orientation
  2592.        {
  2593.            *case: PORTRAIT
  2594.            {
  2595.                *PrintableArea: PAIR(8125,11883)
  2596.                *PrintableOrigin: PAIR(284, 200)
  2597.                *CursorOrigin: PAIR(284, 200)
  2598.                *Command: CmdSelect
  2599.                {
  2600.                    *Order: DOC_SETUP.20
  2601.                    *Cmd: "<1B>&l89A"
  2602.                }
  2603.                *Command: CmdStartPage
  2604.                {
  2605.                    *Order: PAGE_SETUP.1
  2606.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4875x7130Y<1B>*b0M<0D>"
  2607.                }
  2608.            }
  2609.            *case: LANDSCAPE_CC90
  2610.            {
  2611.                *PrintableArea: PAIR(8293, 11811)
  2612.                *PrintableOrigin: PAIR(200, 236)
  2613.                *CursorOrigin: PAIR(200, 12047)
  2614.                *Command: CmdSelect
  2615.                {
  2616.                    *Order: DOC_SETUP.20
  2617.                    *Cmd: "<1B>&l89A"
  2618.                }
  2619.                *Command: CmdStartPage
  2620.                {
  2621.                    *Order: PAGE_SETUP.1
  2622.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7087x4976Y<1B>*b0M<0D>"
  2623.                }
  2624.            }
  2625.        }
  2626.     }
  2627.  
  2628.  
  2629.     *Option: 8K                                      *% physical page (12900, 18600 - 10.748" x 15.512")
  2630.     {
  2631.         *rcNameID: =IDS_MSIZE_8K_273X394
  2632.         *PageDimensions: PAIR(12900,18600)
  2633.         *switch: Orientation
  2634.         {
  2635.             *case: PORTRAIT
  2636.             {
  2637.                 *PrintableArea: PAIR(12300, 18200)
  2638.                 *PrintableOrigin: PAIR(300, 200)
  2639.                 *CursorOrigin: PAIR(300, 200)
  2640.  
  2641.                 *Command: CmdSelect
  2642.                 {
  2643.                     *Order: DOC_SETUP.20
  2644.                     *Cmd: "<1B>&l19A"
  2645.                 }
  2646.                 *Command: CmdStartPage
  2647.                 {
  2648.                     *Order: PAGE_SETUP.1
  2649.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7380x10920Y<1B>*b0M<0D>"
  2650.                 }
  2651.             }
  2652.  
  2653.             *case: LANDSCAPE_CC90
  2654.             {
  2655.                 *PrintableArea: PAIR(12500, 18120)
  2656.                 *PrintableOrigin: PAIR(200, 240)
  2657.                 *CursorOrigin: PAIR(200, 18360)
  2658.  
  2659.                 *Command: CmdSelect
  2660.                 {
  2661.                     *Order: DOC_SETUP.20
  2662.                     *Cmd: "<1B>&l19A"
  2663.                 }
  2664.                 *Command: CmdStartPage
  2665.                 {
  2666.                     *Order: PAGE_SETUP.1
  2667.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t10872x7500Y<1B>*b0M<0D>"
  2668.                 }
  2669.             }
  2670.         }
  2671.     }
  2672.     
  2673.  
  2674.  
  2675.     *Option: 16K                                      *% physical page (9300, 12900 - 7.75" x 10.75")
  2676.     {
  2677.        *rcNameID: =IDS_MSIZE_16K_197X273
  2678.        *%Name: "16K 197x273 mm"
  2679.        *PageDimensions: PAIR(9300,12900)
  2680.        *switch: Orientation
  2681.        {
  2682.            *case: PORTRAIT
  2683.            {
  2684.                *PrintableArea: PAIR(8700,12500)
  2685.                *PrintableOrigin: PAIR(300, 200)
  2686.                *CursorOrigin: PAIR(300, 200)
  2687.                *Command: CmdSelect
  2688.                 {
  2689.                    *Order: DOC_SETUP.20
  2690.                     *Cmd: "<1B>&l17A"
  2691.                 }
  2692.                 *Command: CmdStartPage
  2693.                {
  2694.                    *Order: PAGE_SETUP.1
  2695.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5220x7500Y<1B>*b0M<0D>"
  2696.                }
  2697.            }
  2698.            *case: LANDSCAPE_CC90
  2699.            {
  2700.                *PrintableArea: PAIR(8900, 12420)
  2701.                *PrintableOrigin: PAIR(200, 240)
  2702.                *CursorOrigin: PAIR(200, 12670)
  2703.                *Command: CmdSelect
  2704.                 {
  2705.                    *Order: DOC_SETUP.20
  2706.                     *Cmd: "<1B>&l17A"
  2707.                 }
  2708.                 *Command: CmdStartPage
  2709.                {
  2710.                    *Order: PAGE_SETUP.1
  2711.                    *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t7452x5340Y<1B>*b0M<0D>"
  2712.                }
  2713.            }
  2714.        }
  2715.     }
  2716.     
  2717.  
  2718.  
  2719.  
  2720.  *Option: JAPANESE_POSTCARD
  2721.     {
  2722.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME         *% physical page (4724, 6992 - 3.937" x 5.827")
  2723.          
  2724.         *PageDimensions: PAIR(4724, 6992)
  2725.         *switch: Orientation
  2726.         {
  2727.             *case: PORTRAIT
  2728.             {
  2729.                 *PrintableArea: PAIR(4156, 6592)
  2730.                 *PrintableOrigin: PAIR(284, 200)
  2731.                 *CursorOrigin: PAIR(284, 200)
  2732.                 *Command: CmdSelect
  2733.                 {
  2734.                     *Order: DOC_SETUP.20
  2735.                     *Cmd: "<1B>&l71A"
  2736.                 }
  2737.                 *Command: CmdStartPage
  2738.                 {
  2739.                     *Order: PAGE_SETUP.1
  2740.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2494x3955Y<1B>*b0M<0D>"
  2741.                 }
  2742.             }
  2743.             *case: LANDSCAPE_CC90
  2744.             {
  2745.                 *PrintableArea: PAIR(4324, 6520)
  2746.                 *PrintableOrigin: PAIR(200, 236)
  2747.                 *CursorOrigin: PAIR(200, 6756)
  2748.                 *Command: CmdSelect
  2749.                 {
  2750.                    
  2751.                     *Order: DOC_SETUP.20
  2752.                     *Cmd: "<1B>&l71A"
  2753.                 }
  2754.                 *Command: CmdStartPage
  2755.                 {
  2756.                     *Order: PAGE_SETUP.1
  2757.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3912x2594Y<1B>*b0M<0D>"
  2758.                 }
  2759.                 
  2760.             }
  2761.         }
  2762.     }    
  2763.     *Option: DBL_JAPANESE_POSTCARD_ROTATED          *% physical page (6992, 9448 - 5.8268" x 7.874")
  2764.     {
  2765.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  2766.         *switch: Orientation
  2767.         {
  2768.             *case: PORTRAIT
  2769.             {
  2770.                 *PrintableArea: PAIR(6424,9048)
  2771.                 *PrintableOrigin: PAIR(284, 200)
  2772.                 *CursorOrigin: PAIR(284, 200)
  2773.                 *Command: CmdSelect
  2774.                 {
  2775.                     *Order: DOC_SETUP.20
  2776.                     *Cmd: "<1B>&l72A"
  2777.                 }
  2778.                 *Command: CmdStartPage
  2779.                 {
  2780.                     *Order: PAGE_SETUP.1
  2781.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3854x5429Y<1B>*b0M<0D>"
  2782.                 }
  2783.             }
  2784.             *case: LANDSCAPE_CC90
  2785.             {
  2786.                 *PrintableArea: PAIR(6592, 8976)
  2787.                 *PrintableOrigin: PAIR(200, 236)
  2788.                 *CursorOrigin: PAIR(200, 9212)
  2789.                 *Command: CmdSelect
  2790.                 {
  2791.                     *Order: DOC_SETUP.20
  2792.                     *Cmd: "<1B>&l72A"
  2793.                 }
  2794.                 *Command: CmdStartPage
  2795.                 {
  2796.                     *Order: PAGE_SETUP.1
  2797.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5386x3955Y<1B>*b0M<0D>"
  2798.                 }
  2799.             }
  2800.         }
  2801.     }
  2802.  
  2803.  
  2804.  
  2805.      *Option: ENV_9                                 *% Envelope #9 - physical page  (4650.00 x 10650.00 - 3.8750" x 8.8750"))
  2806.       {
  2807.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  2808.         *InsertBlock: =DuplexConstraints
  2809.         *Constraints: HPPrintOnBothSidesManually.True
  2810.         *PageDimensions: PAIR(4650, 10650)
  2811.         *switch: Orientation
  2812.         {
  2813.             *case: PORTRAIT
  2814.             {
  2815.                 *PrintableArea: PAIR(4050, 10250)
  2816.                 *PrintableOrigin: PAIR(300, 200)
  2817.                 *CursorOrigin: PAIR(300, 200)
  2818.                 *Command: CmdSelect
  2819.                 {
  2820.                     *Order: DOC_SETUP.20
  2821.                     *Cmd: "<1B>&l102A"
  2822.                 }
  2823.                 *Command: CmdStartPage
  2824.                 {
  2825.                     *Order: PAGE_SETUP.1
  2826.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2430x6150Y<1B>*b0M<0D>"
  2827.                 }
  2828.             }
  2829.             *case: LANDSCAPE_CC90
  2830.             {
  2831.                 *PrintableArea: PAIR(4250, 10170)
  2832.                 *PrintableOrigin: PAIR(200, 240)
  2833.                 *CursorOrigin: PAIR(200, 10410)
  2834.                 *Command: CmdSelect
  2835.                 {
  2836.                     *Order: DOC_SETUP.20
  2837.                     *Cmd: "<1B>&l102A"
  2838.                 }
  2839.                 *Command: CmdStartPage
  2840.                 {
  2841.                     *Order: PAGE_SETUP.1
  2842.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6102x2550Y<1B>*b0M<0D>"
  2843.                 }
  2844.             }
  2845.         }
  2846.     }
  2847.  
  2848.     *Option: ENV_10                                 *% physical page (4948, 11400 - 4.125" x 9.5"))
  2849.     {
  2850.         *rcNameID: =IDS_MSIZE_ENV_10
  2851.         *InsertBlock: =DuplexConstraints
  2852.         *Constraints: HPPrintOnBothSidesManually.True
  2853.         *switch: Orientation
  2854.         {
  2855.             *case: PORTRAIT
  2856.             {
  2857.                 *PrintableArea: PAIR(4348, 11000)
  2858.                 *PrintableOrigin: PAIR(300, 200)
  2859.                 *CursorOrigin: PAIR(300, 200)
  2860.                 *Command: CmdSelect
  2861.                 {
  2862.                     *Order: DOC_SETUP.20
  2863.                     *Cmd: "<1B>&l81A"
  2864.                 }
  2865.                 *Command: CmdStartPage
  2866.                 {
  2867.                     *Order: PAGE_SETUP.1
  2868.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2609x6600Y<1B>*b0M<0D>"
  2869.                 }
  2870.             }
  2871.             *case: LANDSCAPE_CC90
  2872.             {
  2873.                 *PrintableArea: PAIR(4548, 10920)
  2874.                 *PrintableOrigin: PAIR(200, 240)
  2875.                 *CursorOrigin: PAIR(200, 11160)
  2876.                 *Command: CmdSelect
  2877.                 {
  2878.                     *Order: DOC_SETUP.20
  2879.                     *Cmd: "<1B>&l81A"
  2880.                 }
  2881.                 *Command: CmdStartPage
  2882.                 {
  2883.                     *Order: PAGE_SETUP.1
  2884.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6552x2729Y<1B>*b0M<0D>"
  2885.                 }
  2886.             }
  2887.         }
  2888.     }
  2889.  
  2890.     *Option: ENV_MONARCH                            *% physical page (4648, 9000 - 3.875" x 7.50")
  2891.     {
  2892.         *rcNameID: =IDS_MSIZE_ENV_MONARCH
  2893.         *InsertBlock: =DuplexConstraints
  2894.          *Constraints: HPPrintOnBothSidesManually.True
  2895.         *switch: Orientation
  2896.         {
  2897.             *case: PORTRAIT
  2898.             {
  2899.                 *PrintableArea: PAIR(4048, 8600)
  2900.                 *PrintableOrigin: PAIR(300, 200)
  2901.                 *CursorOrigin: PAIR(300, 200)
  2902.                 *Command: CmdSelect
  2903.                 {
  2904.                     *Order: DOC_SETUP.20
  2905.                     *Cmd: "<1B>&l80A"
  2906.                 }
  2907.                 *Command: CmdStartPage
  2908.                 {
  2909.                     *Order: PAGE_SETUP.1
  2910.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2429x5160Y<1B>*b0M<0D>"
  2911.                 }
  2912.             }
  2913.             *case: LANDSCAPE_CC90
  2914.             {
  2915.                 *PrintableArea: PAIR(4248, 8520)
  2916.                 *PrintableOrigin: PAIR(200, 240)
  2917.                 *CursorOrigin: PAIR(200, 8760)
  2918.                 *Command: CmdSelect
  2919.                 {
  2920.                     *Order: DOC_SETUP.20
  2921.                     *Cmd: "<1B>&l80A"
  2922.                 }
  2923.                 *Command: CmdStartPage
  2924.                 {
  2925.                     *Order: PAGE_SETUP.1
  2926.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5112x2549Y<1B>*b0M<0D>"
  2927.                 }
  2928.             }
  2929.         }
  2930.     }
  2931.  
  2932.     *Option: ENV_B5                                 *% physical page (8314, 11810 - 6.9291" x 9.8425"))
  2933.     {
  2934.         *rcNameID: =IDS_MSIZE_ENV_B5
  2935.         *InsertBlock: =DuplexConstraints
  2936.          *Constraints: HPPrintOnBothSidesManually.True
  2937.         *switch: Orientation
  2938.         {
  2939.             *case: PORTRAIT
  2940.             {
  2941.                 *PrintableArea: PAIR(7746, 11410)
  2942.                 *PrintableOrigin: PAIR(284, 200)
  2943.                 *CursorOrigin: PAIR(284, 200)
  2944.                 *Command: CmdSelect
  2945.                 {
  2946.                     *Order: DOC_SETUP.20
  2947.                     *Cmd: "<1B>&l100A"
  2948.                 }
  2949.                 *Command: CmdStartPage
  2950.                 {
  2951.                     *Order: PAGE_SETUP.1
  2952.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4647x6846Y<1B>*b0M<0D>"
  2953.                 }
  2954.             }
  2955.             *case: LANDSCAPE_CC90
  2956.             {
  2957.                 *PrintableArea: PAIR(7914, 11338)
  2958.                 *PrintableOrigin: PAIR(200, 236)
  2959.                 *CursorOrigin: PAIR(200, 11574)
  2960.                 *Command: CmdSelect
  2961.                 {
  2962.                     *Order: DOC_SETUP.20
  2963.                     *Cmd: "<1B>&l100A"
  2964.                 }
  2965.                 *Command: CmdStartPage
  2966.                 {
  2967.                     *Order: PAGE_SETUP.1
  2968.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6803x4748Y<1B>*b0M<0D>"
  2969.                 }
  2970.             }
  2971.         }
  2972.     }
  2973.  
  2974.  
  2975.  
  2976.     *Option: ENV_C5                                 *% physical page (7652, 10818 - 6.3779" x 9.0157"))
  2977.     {
  2978.         *rcNameID: =IDS_MSIZE_ENV_C5
  2979.         *InsertBlock: =DuplexConstraints
  2980.         *Constraints: HPPrintOnBothSidesManually.True
  2981.         *switch: Orientation
  2982.         {
  2983.             *case: PORTRAIT
  2984.             {
  2985.                 *PrintableArea: PAIR(7084, 10418)
  2986.                 *PrintableOrigin: PAIR(284, 200)
  2987.                 *CursorOrigin: PAIR(284, 200)
  2988.                 *Command: CmdSelect
  2989.                 {
  2990.                     *Order: DOC_SETUP.20
  2991.                     *Cmd: "<1B>&l91A"
  2992.                 }
  2993.                 *Command: CmdStartPage
  2994.                 {
  2995.                     *Order: PAGE_SETUP.1
  2996.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4250x6251Y<1B>*b0M<0D>"
  2997.                 }
  2998.             }
  2999.             *case: LANDSCAPE_CC90
  3000.             {
  3001.                 *PrintableArea: PAIR(7252, 10346)
  3002.                 *PrintableOrigin: PAIR(200, 236)
  3003.                 *CursorOrigin: PAIR(200, 10582)
  3004.                 *Command: CmdSelect
  3005.                 {
  3006.                     *Order: DOC_SETUP.20
  3007.                     *Cmd: "<1B>&l91A"
  3008.                 }
  3009.                 *Command: CmdStartPage
  3010.                 {
  3011.                     *Order: PAGE_SETUP.1
  3012.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6208x4351Y<1B>*b0M<0D>"
  3013.                 }
  3014.             }
  3015.         }
  3016.     }
  3017.  
  3018.     *Option: ENV_C6                                 *% physical page (5388, 7656  - 4.49" x 6.38"))
  3019.     {
  3020.         *rcNameID: =IDS_ENVELOPE_C6
  3021.         *InsertBlock: =DuplexConstraints
  3022.         *Constraints: HPPrintOnBothSidesManually.True
  3023.      
  3024.         *switch: Orientation
  3025.         {
  3026.             *case: PORTRAIT
  3027.             {
  3028.                 *PrintableArea: PAIR(4820, 7256)
  3029.                 *PrintableOrigin: PAIR(284, 200)
  3030.                 *CursorOrigin: PAIR(284, 200)
  3031.                 *Command: CmdSelect
  3032.                 {
  3033.                     *Order: DOC_SETUP.20
  3034.                     *Cmd: "<1B>&l92A"
  3035.                 }
  3036.                 *Command: CmdStartPage
  3037.                 {
  3038.                     *Order: PAGE_SETUP.1
  3039.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2892x4354Y<1B>*b0M<0D>"
  3040.                 }
  3041.             }
  3042.             *case: LANDSCAPE_CC90
  3043.             {
  3044.                 *PrintableArea: PAIR(4988, 7184)
  3045.                 *PrintableOrigin: PAIR(200, 236)
  3046.                 *CursorOrigin: PAIR(200, 7420)
  3047.                 *Command: CmdSelect
  3048.                 {
  3049.                     *Order: DOC_SETUP.20
  3050.                     *Cmd: "<1B>&l92A"
  3051.                 }
  3052.                 *Command: CmdStartPage
  3053.                 {
  3054.                     *Order: PAGE_SETUP.1
  3055.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t4310x2993Y<1B>*b0M<0D>"
  3056.                 }
  3057.             }
  3058.         }
  3059.     }
  3060.  
  3061.     *Option: ENV_DL                                 *% physical page (5196, 10392 - 4.3307" x 8.6614")
  3062.     {
  3063.         *rcNameID: =IDS_MSIZE_ENV_DL
  3064.         *InsertBlock: =DuplexConstraints
  3065.         *Constraints: HPPrintOnBothSidesManually.True
  3066.         *switch: Orientation
  3067.         {
  3068.             *case: PORTRAIT
  3069.             {
  3070.                 *PrintableArea: PAIR(4628, 9992)
  3071.                 *PrintableOrigin: PAIR(284, 200)
  3072.                 *CursorOrigin: PAIR(284, 200)
  3073.                 *Command: CmdSelect
  3074.                 {
  3075.                     *Order: DOC_SETUP.20
  3076.                     *Cmd: "<1B>&l90A"
  3077.                 }
  3078.                 *Command: CmdStartPage
  3079.                 {
  3080.                     *Order: PAGE_SETUP.1
  3081.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2777x5995Y<1B>*b0M<0D>"
  3082.                 }
  3083.             }
  3084.             *case: LANDSCAPE_CC90
  3085.             {
  3086.                 *PrintableArea: PAIR(4796, 9920)
  3087.                 *PrintableOrigin: PAIR(200, 236)
  3088.                 *CursorOrigin: PAIR(200, 10156)
  3089.                 *Command: CmdSelect
  3090.                 {
  3091.                     *Order: DOC_SETUP.20
  3092.                     *Cmd: "<1B>&l90A"
  3093.                 }
  3094.                 *Command: CmdStartPage
  3095.                 {
  3096.                     *Order: PAGE_SETUP.1
  3097.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5952x2878Y<1B>*b0M<0D>"
  3098.                 }
  3099.             }
  3100.         }
  3101.     }
  3102.  
  3103.     *Option: JENV_CHOU3                                    *% physical page (120 x 235 mm - 5664, 11100)
  3104.     {
  3105.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  3106.         *InsertBlock: =DuplexConstraints
  3107.         *Constraints: HPPrintOnBothSidesManually.True
  3108.         *switch: Orientation
  3109.         {
  3110.             *case: PORTRAIT
  3111.             {
  3112.                 *PrintableArea: PAIR(5096, 10700)
  3113.                 *PrintableOrigin: PAIR(284, 200)
  3114.                 *CursorOrigin: PAIR(284, 200)
  3115.                 *Command: CmdSelect
  3116.                 {
  3117.                     *Order: DOC_SETUP.20
  3118.                     *Cmd: "<1B>&l110A"
  3119.                 }
  3120.                 *Command: CmdStartPage
  3121.                 {
  3122.                     *Order: PAGE_SETUP.1
  3123.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t3057x6420Y<1B>*b0M<0D>"
  3124.                 }
  3125.             }
  3126.             *case: LANDSCAPE_CC90
  3127.             {
  3128.                 *PrintableArea: PAIR(5264, 10628)
  3129.                 *PrintableOrigin: PAIR(200, 236)
  3130.                 *CursorOrigin: PAIR(200, 10864)
  3131.                 *Command: CmdSelect
  3132.                 {
  3133.                     *Order: DOC_SETUP.20
  3134.                     *Cmd: "<1B>&l110A"
  3135.                 }
  3136.                 *Command: CmdStartPage
  3137.                 {
  3138.                     *Order: PAGE_SETUP.1
  3139.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t6377x3158Y<1B>*b0M<0D>"
  3140.                 }
  3141.             }
  3142.         }
  3143.     }
  3144.     *Option: JENV_CHOU4                                    *% physical page (90 x 205 mm - 4248, 9684)
  3145.     {
  3146.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  3147.         *InsertBlock: =DuplexConstraints
  3148.         *Constraints: HPPrintOnBothSidesManually.True
  3149.         *switch: Orientation
  3150.         {
  3151.             *case: PORTRAIT
  3152.             {
  3153.                 *PrintableArea: PAIR(3680, 9284)
  3154.                 *PrintableOrigin: PAIR(284, 200)
  3155.                 *CursorOrigin: PAIR(284, 200)
  3156.                 *Command: CmdSelect
  3157.                 {
  3158.                     *Order: DOC_SETUP.20
  3159.                     *Cmd: "<1B>&l111A"
  3160.                 }
  3161.                 *Command: CmdStartPage
  3162.                 {
  3163.                     *Order: PAGE_SETUP.1
  3164.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t2208x5570Y<1B>*b0M<0D>"
  3165.                 }
  3166.             }
  3167.             *case: LANDSCAPE_CC90
  3168.             {
  3169.                 *PrintableArea: PAIR(3848, 9212)
  3170.                 *PrintableOrigin: PAIR(200,236)
  3171.                 *CursorOrigin: PAIR(200, 9448)
  3172.                 *Command: CmdSelect
  3173.                 {
  3174.                     *Order: DOC_SETUP.20
  3175.                     *Cmd: "<1B>&l111A"
  3176.                 }
  3177.                 *Command: CmdStartPage
  3178.                 {
  3179.                     *Order: PAGE_SETUP.1
  3180.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t5527x2309Y<1B>*b0M<0D>"
  3181.                 }
  3182.             }
  3183.         }
  3184.     }
  3185.  
  3186.     *Option: CUSTOMSIZE
  3187.     {
  3188.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  3189.         *MinSize: PAIR(3600, 6000)                      *% min page (3" x 5") - This is the smallest paper supported by the printer
  3190.         *%*MaxSize: PAIR(10200, 16800)                  *% actual max page (8.5"x 14") - This is the largest paper supported by the printer
  3191.         *MaxSize: PAIR(20400, 43200)                    *% max page (11"x 17") - This is the largest SLP paper supported
  3192.         *MaxPrintableWidth: 20400                       *% This corresponds to the X value of the MaxSize keyword
  3193.         *MinLeftMargin: 100
  3194.  
  3195.         *%InsertBlock: =DuplexConstraints
  3196.         *%Constraints: HPPrintOnBothSidesManually.True
  3197.         
  3198.         *CenterPrintable?: FALSE
  3199.         
  3200.         *switch: Orientation
  3201.         {
  3202.             *case: PORTRAIT
  3203.             {
  3204.               *CustCursorOriginX:       %d{300}
  3205.                 *CustCursorOriginY:     %d{200}
  3206.                 *CustPrintableOriginX:  %d{300}
  3207.                 *CustPrintableOriginY:  %d{200}
  3208.                 *CustPrintableSizeX:    %d{PhysPaperWidth - 600}
  3209.                 *CustPrintableSizeY:    %d{PhysPaperLength - 400}
  3210.                 *Command: CmdSelect
  3211.                 {
  3212.                     *Order: DOC_SETUP.20
  3213.                     *Cmd: "<1B>&f" %d{((PhysPaperWidth*720)/1200)} "i" %d{((PhysPaperLength*720)/1200)} "J<1B>&l101A"
  3214.                 }
  3215.                 *Command: CmdStartPage
  3216.                 {
  3217.                     *Order: PAGE_SETUP.1
  3218.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t" %d{((PhysPaperWidth-600)*720)/1200} "x" %d{((PhysPaperLength-400)*720)/1200} "Y<1B>*b0M<0D>"
  3219.                 }
  3220.             }
  3221.             *case: LANDSCAPE_CC90
  3222.             {
  3223.                 *CustCursorOriginX:     %d{200}
  3224.                 *CustCursorOriginY:     %d{PhysPaperLength - 240}
  3225.                 *CustPrintableOriginX:  %d{200}
  3226.                 *CustPrintableOriginY:  %d{240}
  3227.                 *CustPrintableSizeX:    %d{PhysPaperWidth - 400}
  3228.                 *CustPrintableSizeY:    %d{PhysPaperLength - 480}
  3229.                 *Command: CmdSelect
  3230.                 {
  3231.                     *Order: DOC_SETUP.20
  3232.                     *Cmd: "<1B>&f" %d{((PhysPaperWidth*720)/1200)} "i" %d{((PhysPaperLength*720)/1200)} "J<1B>&l101A"
  3233.                 }
  3234.                 *Command: CmdStartPage
  3235.                 {
  3236.                     *Order: PAGE_SETUP.1
  3237.                     *Cmd: "<1B>&l8c1E<1B>*p0x0Y<1B>*c0t" %d{((PhysPaperLength-480)*720)/1200} "x" %d{((PhysPaperWidth-400)*720)/1200} "Y<1B>*b0M<0D>"
  3238.                 }
  3239.             }
  3240.         }
  3241.     }
  3242.  
  3243. }
  3244.  
  3245. *%  HPConsumerCustomPaper custom feature
  3246. *%  This feature is used for showing the Custom Paper Button on the PQ tab page
  3247. *Feature: HPConsumerCustomPaper
  3248. {
  3249.     *Name: "HPConsumerCustomPaper"
  3250.     *Option: True
  3251.     {
  3252.         *Name: "True"
  3253.     }
  3254. }
  3255.  
  3256. *Feature: HPDisplayDocUITab
  3257. {
  3258.     *Name: "HPDisplayDocUITab"
  3259.     *FeatureType: PRINTER_PROPERTY
  3260.     *DefaultOption: True
  3261.     *Option: False
  3262.     {
  3263.         *rcNameID: =IDS_DISABLED_DISPLAY
  3264.     }
  3265.     *Option: True
  3266.     {
  3267.         *rcNameID: =IDS_ENABLED_DISPLAY
  3268.     }
  3269. }
  3270. *%------------Mystique Inserted 2-23-05--------Begin----------------------
  3271. *Feature: InputBin
  3272. {
  3273.     *rcNameID: =IDS_PAPER_SOURCE            
  3274.     *HelpIndex: =IDH_UNIDRV_FIRST_PAGE_SOURCE_IS
  3275.     *DefaultOption: Auto
  3276.     *ConflictPriority: 3
  3277.     *FeatureType: DOC_PROPERTY
  3278.  
  3279.     *Option: Auto
  3280.     {
  3281.         *rcNameID: =IDS_PRINTER_AUTO_SELECT
  3282.     *OptionID: 257
  3283.         *Command: CmdSelect
  3284.         {
  3285.             *Order: DOC_SETUP.40
  3286.             *Cmd: "<1B>&l7H"
  3287.         }
  3288.     }
  3289.     *Option: ManualFeed
  3290.     {
  3291.         *rcNameID: =IDS_MANUAL_FEED_IN_TRAY1
  3292.         *OptionID: 258
  3293.         *Command: CmdSelect
  3294.         {
  3295.             *Order: DOC_SETUP.40
  3296.             *Cmd: "<1B>&l2H"
  3297.         }
  3298.     }
  3299.     *Option: Tray1
  3300.     {
  3301.         *rcNameID: =IDS_TRAY1
  3302.         *OptionID: 259
  3303.         *Command: CmdSelect
  3304.         {
  3305.             *Order: DOC_SETUP.40
  3306.             *Cmd: "<1B>&l4H"
  3307.         }
  3308.     }
  3309.     *Option: Tray2
  3310.     {
  3311.         *rcNameID: =IDS_TRAY2
  3312.         *OptionID: 260
  3313.         *Command: CmdSelect
  3314.         {
  3315.             *Order: DOC_SETUP.40
  3316.             *Cmd: "<1B>&l1H"
  3317.         }
  3318.     }
  3319.     *Option: Tray3
  3320.     {
  3321.         *rcNameID: =IDS_TRAY3
  3322.         *OptionID: 261
  3323.         *Command: CmdSelect
  3324.         {
  3325.             *Order: DOC_SETUP.40
  3326.             *Cmd: "<1B>&l5H"
  3327.         }
  3328.     }
  3329.  
  3330.     *Option: Tray4
  3331.     {
  3332.         *rcNameID: =IDS_TRAY4
  3333.         *OptionID: 262
  3334.         *Command: CmdSelect
  3335.         {
  3336.             *Order: DOC_SETUP.40
  3337.             *Cmd: "<1B>&l8H"
  3338.         }
  3339.     }
  3340.  
  3341.     *Option: Tray5
  3342.     {
  3343.         *rcNameID: =IDS_TRAY5
  3344.         *OptionID: 263
  3345.         *Command: CmdSelect
  3346.         {
  3347.             *Order: DOC_SETUP.40
  3348.             *Cmd: "<1B>&l9H"
  3349.         }
  3350.     }
  3351.     
  3352.     *Option: Tray6
  3353.     {
  3354.         *rcNameID: =IDS_TRAY_6
  3355.         *OptionID: 264
  3356.         *Command: CmdSelect
  3357.         {
  3358.             *Order: DOC_SETUP.40
  3359.             *Cmd: "<1B>&l10H"
  3360.         }
  3361.     }
  3362.     *Option: Tray7
  3363.     {
  3364.         *rcNameID: =IDS_TRAY7
  3365.         *OptionID: 265
  3366.         *Command: CmdSelect
  3367.         {
  3368.             *Order: DOC_SETUP.40
  3369.             *Cmd: "<1B>&l11H"
  3370.         }
  3371.     }
  3372.     
  3373.     *Option: Tray8
  3374.     {
  3375.         *rcNameID: =IDS_TRAY8
  3376.         *OptionID: 266
  3377.         *Command: CmdSelect
  3378.         {
  3379.             *Order: DOC_SETUP.40
  3380.             *Cmd: "<1B>&l12H"
  3381.         }
  3382.     }
  3383.     
  3384.     *Option: Tray9
  3385.     {
  3386.         *rcNameID: =IDS_TRAY9
  3387.         *OptionID: 267
  3388.         *Command: CmdSelect
  3389.         {
  3390.             *Order: DOC_SETUP.40
  3391.             *Cmd: "<1B>&l13H"
  3392.         }
  3393.     }
  3394.     *Option: Tray10
  3395.     {
  3396.         *rcNameID: =IDS_TRAY10
  3397.         *OptionID: 274
  3398.         *Command: CmdSelect
  3399.         {
  3400.             *Order: DOC_SETUP.40
  3401.             *Cmd: "<1B>&l14H"
  3402.         }
  3403.     }    
  3404.  
  3405.     *Option: TrayExt1
  3406.     {
  3407.         *Name: "Ex Tray1"
  3408.         *OptionID: 268
  3409.         *Command: CmdSelect
  3410.         {
  3411.             *Order: DOC_SETUP.40
  3412.             *Cmd: "<1B>&l20H"
  3413.         }
  3414.     }
  3415.     *Option: TrayExt2
  3416.     {
  3417.         *Name: "Ex Tray2"
  3418.         *OptionID: 269
  3419.         *Command: CmdSelect
  3420.         {
  3421.             *Order: DOC_SETUP.40
  3422.             *Cmd: "<1B>&l21H"
  3423.         }
  3424.     }
  3425.     *Option: TrayExt3
  3426.     {
  3427.         *Name: "Ex Tray3"
  3428.         *OptionID: 270
  3429.         *Command: CmdSelect
  3430.         {
  3431.             *Order: DOC_SETUP.40
  3432.             *Cmd: "<1B>&l22H"
  3433.         }
  3434.     }
  3435.  
  3436.     *Option: TrayExt4
  3437.     {
  3438.         *Name: "Ex Tray4"
  3439.         *OptionID: 271
  3440.         *Command: CmdSelect
  3441.         {
  3442.             *Order: DOC_SETUP.40
  3443.             *Cmd: "<1B>&l23H"
  3444.         }
  3445.     }
  3446.  
  3447.     *Option: TrayExt5
  3448.     {
  3449.         *Name: "Ex Tray5"
  3450.         *OptionID: 272
  3451.         *Command: CmdSelect
  3452.         {
  3453.             *Order: DOC_SETUP.40
  3454.             *Cmd: "<1B>&l24H"
  3455.         }
  3456.     }
  3457.     *Option: TrayExt6
  3458.     {
  3459.         *Name: "Ex Tray6"
  3460.         *OptionID: 273
  3461.         *Command: CmdSelect
  3462.         {
  3463.             *Order: DOC_SETUP.40
  3464.             *Cmd: "<1B>&l25H"
  3465.         }
  3466.     }
  3467.     
  3468.     *Option: EnvFeed
  3469.     {
  3470.         *rcNameID: =IDS_ENVELOPE_FEEDER_DISPLAY
  3471.         *OptionID: 512
  3472.         *Command: CmdSelect
  3473.         {
  3474.             *Order: DOC_SETUP.40
  3475.             *Cmd: "<1B>&l6H"
  3476.         }
  3477.     }
  3478.     
  3479. }
  3480. *%------------Mystique Inserted 2-23-05--------End------------------------
  3481.  
  3482. *Feature: MediaType
  3483. {
  3484.     *rcNameID: =IDS_MEDIA_TYPE_DISPLAY
  3485.     *HelpIndex: =IDH_UNIDRV_FIRST_PAGE_TYPE_IS
  3486.     *ConflictPriority: 2
  3487.     *DefaultOption: AUTO
  3488.  
  3489.     *Option: AUTO
  3490.     {
  3491.         *rcNameID: =IDS_UNSPECIFIED
  3492.         *OptionID: 285
  3493.     }
  3494.  
  3495.     *Option: PLAIN
  3496.     {
  3497.         *rcNameID: =IDS_PLAIN_TYPE
  3498.         *OptionID: 284
  3499.         *Command: CmdSelect
  3500.         {
  3501.             *Order: DOC_SETUP.50
  3502.             *NoPageEject?: TRUE
  3503.             *Cmd: "<1B>&n6WdPlain"
  3504.         }
  3505.     }
  3506.         *Option: HP_ECOSMART_LITE          *% It is 'Extra Light : HP EcoSMART Lite'
  3507.     {
  3508.         *rcNameID: =IDS_HP_ECOSMART_LITE_CSL
  3509.         *OptionID: 564
  3510.         *Command: CmdSelect
  3511.         {
  3512.             *Order: DOC_SETUP.50
  3513.             *NoPageEject?: TRUE
  3514.             *Cmd: "<1B>&n15WdHPEcoSmartLite"
  3515.         }
  3516.     }
  3517.  
  3518.     *Option: HP_LASERJ_90G
  3519.     {
  3520.         *rcNameID: =IDS_MTYPE_LJ_HP_LASERJET_90_G
  3521.         *%Name: "HP Matte 90g"
  3522.         *OptionID: 513 
  3523.         *Command: CmdSelect
  3524.         {
  3525.             *Order: DOC_SETUP.50
  3526.             *NoPageEject?: TRUE
  3527.             *Cmd: "<1B>&n12WdHP Matte 90"
  3528.         }
  3529.     }
  3530.  
  3531.     *Option: HP_MATTE_90G
  3532.     {
  3533.         *rcNameID: =IDS_MTYPE_HP_MATTE_90G
  3534.         *%Name: "HP Matte 90g"
  3535.         *OptionID: 265
  3536.         *Command: CmdSelect
  3537.         {
  3538.             *Order: DOC_SETUP.50
  3539.             *NoPageEject?: TRUE
  3540.             *Cmd: "<1B>&n12WdHP Matte 90"
  3541.         }
  3542.     }
  3543.  
  3544.  
  3545.  
  3546.  
  3547.     *Option: LIGHT
  3548.     {
  3549.         *rcNameID: =IDS_MTYPE_LJ_LIGHT_60_70
  3550.         *OptionID: 276
  3551.         *Command: CmdSelect
  3552.         {
  3553.             *Order: DOC_SETUP.50
  3554.             *NoPageEject?: TRUE
  3555.             *Cmd: "<1B>&n6WdLight"
  3556.         }
  3557.     }
  3558.  
  3559.     *Option: INTERMEDIATE         
  3560.     {
  3561.         *rcNameID: =IDS_MTYPE_LJ_INTERMEDIATE_85_95
  3562.         *OptionID: 514 
  3563.         *Command: CmdSelect
  3564.         {
  3565.             *Order: DOC_SETUP.50
  3566.             *NoPageEject?: TRUE
  3567.             *Cmd: "<1B>&n13WdIntermediate"
  3568.         }
  3569.     }
  3570.  
  3571.     *Option: BOND
  3572.     {
  3573.         *rcNameID: =IDS_BOND_TYPE
  3574.         *OptionID: 279
  3575.         *Command: CmdSelect
  3576.         {
  3577.             *Order: DOC_SETUP.50
  3578.             *NoPageEject?: TRUE
  3579.             *Cmd: "<1B>&n5WdBond"
  3580.         }
  3581.     }
  3582.  
  3583.     *Option: RECYCLED
  3584.     {
  3585.         *rcNameID: =IDS_RECYCLED_TYPE
  3586.         *OptionID: 278
  3587.         *Command: CmdSelect
  3588.         {
  3589.             *Order: DOC_SETUP.50
  3590.             *NoPageEject?: TRUE
  3591.             *Cmd: "<1B>&n9WdRecycled"
  3592.         }
  3593.     }
  3594.  
  3595.   *Option: HP_COLOR_LASER_MATTE_105G
  3596.     {
  3597.         *rcNameID: =IDS_MTYPE_LJ_HP_COLORLASERMATTE_105
  3598.         *OptionID: 515 
  3599.         *Command: CmdSelect
  3600.         {
  3601.           *Order: DOC_SETUP.50
  3602.           *NoPageEject?: TRUE
  3603.           *Cmd: "<1B>&n13WdHP Matte 105"
  3604.         }
  3605.     }
  3606.  
  3607.  
  3608.     *Option: HP_LJC_MATTE_105G
  3609.     {
  3610.         *rcNameID: =IDS_MTYPE_HP_MATTE_105G
  3611.         *OptionID: 266
  3612.         *%Name: "HP Matte 105g"
  3613.         *Command: CmdSelect
  3614.         {
  3615.             *Order: DOC_SETUP.50
  3616.             *NoPageEject?: TRUE
  3617.             *Cmd: "<1B>&n13WdHP Matte 105"
  3618.         }
  3619.     }
  3620.  
  3621.  *Option: PREM_CHOICE_MATTE_120G
  3622.     {
  3623.         *rcNameID: =IDS_MTYPE_LJ_HP_PREMIUM_CHOICE_MATTE_120
  3624.         *OptionID: 516 
  3625.         *Command: CmdSelect
  3626.         {
  3627.           *Order: DOC_SETUP.50
  3628.           *NoPageEject?: TRUE
  3629.           *Cmd: "<1B>&n13WdHP Matte 120"
  3630.         }
  3631.     }
  3632.  
  3633.   
  3634. *Option: HP_LJPREM_CHOICE_120G
  3635.     {
  3636.         *rcNameID: =IDS_MTYPE_HP_MATTE_120G
  3637.         *OptionID: 264
  3638.         *%Name: "HP Matte 120g"
  3639.         *Command: CmdSelect
  3640.         {
  3641.             *Order: DOC_SETUP.50
  3642.             *NoPageEject?: TRUE
  3643.             *Cmd: "<1B>&n13WdHP Matte 120"
  3644.         }
  3645.     }
  3646.  
  3647.  *Option: HP_PREM_PRES_MATTE_120                      *%"HP Premium Matte"
  3648.     {
  3649.         *rcNameID: =IDS_MTYPE_HP_PREM_PRES_MATTE_120
  3650.         *OptionID: 517 
  3651.         *Constraints: PrintQualityGroup.PQGroup_22
  3652.         *%Name: "HP Premium Presentation Matte 120g"
  3653.  
  3654.         *Command: CmdSelect
  3655.         {
  3656.             *Order: DOC_SETUP.50
  3657.             *NoPageEject?: TRUE
  3658.             *Cmd: "<1B>&n12WdHPPremMatte"
  3659.         }   
  3660.     } 
  3661.  
  3662.    
  3663.  
  3664.     *Option: HP_PRESENTATION_SOFT_GLOSS            
  3665.     {
  3666.         *rcNameID: =IDS_MTYPE_HP_PRESENTATION_SOFT_GLOS120
  3667.         *OptionID: 518 
  3668.         *Command: CmdSelect
  3669.         {
  3670.             *Order: DOC_SETUP.50
  3671.             *NoPageEject?: TRUE
  3672.             *Cmd: "<1B>&n18WdHP Soft Gloss 120"
  3673.         }
  3674.     }
  3675.  
  3676.  *Option: HP_PROFESSIONAL_SOFT_GLOSS
  3677.     {
  3678.         *rcNameID: =IDS_MTYPE_LJ_HP_PROFESSIONAL_SOFT_GLOSS_120
  3679.         *OptionID: 519 
  3680.         *Command: CmdSelect
  3681.         {
  3682.             *Order: DOC_SETUP.50
  3683.             *NoPageEject?: TRUE
  3684.             *Cmd: "<1B>&n18WdHP SOFT GLOSS 120"
  3685.         }
  3686.     }
  3687.  
  3688. *Option: HP_PRES_SOFT_GLOSS_120G
  3689.     {
  3690.         *rcNameID: =IDS_MTYPE_HP_SOFT_GLOSS_120G
  3691.         *OptionID: 263
  3692.         *%Name: "HP Soft Gloss 120g"
  3693.         *Command: CmdSelect
  3694.         {
  3695.             *Order: DOC_SETUP.50
  3696.             *NoPageEject?: TRUE
  3697.             *Cmd: "<1B>&n18WdHP Soft Gloss 120"
  3698.         }
  3699.     }
  3700.  
  3701.    
  3702.     
  3703.     *Option: HP_PRESENTATION_GLOSSY_130G
  3704.     {
  3705.         *rcNameID: =IDS_HP_PREMIUM_PRESENTATION_GLOSSY_120G_CSL
  3706.         *OptionID: 520 
  3707.         *Command: CmdSelect
  3708.         {
  3709.             *Order: DOC_SETUP.50
  3710.             *NoPageEject?: TRUE
  3711.             *Cmd: "<1B>&n14WdHP Glossy 130"
  3712.         }
  3713.     }
  3714.   
  3715.        *Option: RETAIL_SHELF_EDGE_LABELS
  3716.     {
  3717.         *rcNameID: =IDS_RETAIL_SHELF_EDGE_LABELS_CSL
  3718.         *OptionID: 570 
  3719.         *Command: CmdSelect
  3720.         {
  3721.             *Order: DOC_SETUP.50
  3722.             *NoPageEject?: TRUE
  3723.             *Cmd: "<1B>&n16WdShelfEdgeLabels"
  3724.         }
  3725.     }
  3726.  
  3727.  *Option: HP_PRES_GLOSS_130G
  3728.     {
  3729.         *rcNameID: =IDS_MTYPE_HP_GLOSSY_130G
  3730.         *OptionID: 262
  3731.         *%Name: "HP Glossy 130g"
  3732.         *Command: CmdSelect
  3733.         {
  3734.             *Order: DOC_SETUP.50
  3735.             *NoPageEject?: TRUE
  3736.             *Cmd: "<1B>&n14WdHP Glossy 130"
  3737.         }
  3738.     }
  3739.     
  3740.     *Option: MIDWEIGHT_96_110G
  3741.     {
  3742.         *rcNameID: =IDS_MTYPE_LJ_HP_MID_WEIGHT_96_110
  3743.         *OptionID: 257
  3744.         *%Name: "Mid-Weight 96-110g"
  3745.         *Command: CmdSelect
  3746.         {
  3747.             *Order: DOC_SETUP.50
  3748.             *NoPageEject?: TRUE
  3749.             *Cmd: "<1B>&n11WdMid Weight"
  3750.         }
  3751.     }
  3752.  
  3753.     *Option: HEAVY
  3754.     {
  3755.         *rcNameID: =IDS_MTYPE_HEAVY_111_130
  3756.         *OptionID: 275
  3757.         *Command: CmdSelect
  3758.         {
  3759.             *Order: DOC_SETUP.50
  3760.             *NoPageEject?: TRUE
  3761.             *Cmd: "<1B>&n6WdHeavy"
  3762.         }
  3763.     }
  3764.  
  3765.  
  3766.     *% CFG file has GLOSS.Hence changing GLOSSY_75_TO_105  to GLOSS
  3767.     *Option: GLOSS
  3768.     {
  3769.         *rcNameID: =IDS_MTYPE_LJ_HP_MID_WEIGHTgLOSSY_96_110
  3770.         *OptionID: 271
  3771.         *%Name: "Mid-Weight Glossy 96-110g"
  3772.         *Command: CmdSelect
  3773.         {
  3774.             *Order: DOC_SETUP.50
  3775.             *NoPageEject?: TRUE
  3776.             *Cmd: "<1B>&n6WdGloss"
  3777.         }
  3778.     }
  3779.  
  3780.     *Option: HEAVY_GLOSSY
  3781.     {
  3782.         *rcNameID: =IDS_MTYPE_HEAVYGLOSSY_111_130         
  3783.         *OptionID: 270
  3784.         *Command: CmdSelect
  3785.         {
  3786.             *Order: DOC_SETUP.50
  3787.             *NoPageEject?: TRUE
  3788.             *Cmd: "<1B>&n12WdHeavy Gloss"
  3789.         }
  3790.     }
  3791.  
  3792.     *Option: MATTE_TYPE                     *%"Matte"
  3793.     {
  3794.         *rcNameID: =IDS_NON_HP_MATTE
  3795.         *OptionID: 522 
  3796.         *%Name: "Matte"
  3797.  
  3798.         *Command: CmdSelect
  3799.         {
  3800.             *Order: DOC_SETUP.50
  3801.             *NoPageEject?: TRUE
  3802.             *Cmd: "<1B>&n6WdMatte"
  3803.         }    
  3804.     }
  3805.  
  3806.     *Option: HP_COLOR_LASER_BROCHURE_MATTE_160G
  3807.     {
  3808.         *rcNameID: =IDS_HP_BROCHURE_MATTE_150G_CSL            
  3809.         *OptionID: 523 
  3810.         *Command: CmdSelect
  3811.         {
  3812.           *Order: DOC_SETUP.50
  3813.           *NoPageEject?: TRUE
  3814.           *Cmd: "<1B>&n13WdHP Matte 160"
  3815.         }
  3816.     }
  3817.  
  3818.     
  3819.     *Option: HP_CLJ_BROCHURE_MATTE_160G
  3820.     {
  3821.         *rcNameID: =IDS_MTYPE_HP_MATTE_160G
  3822.         *OptionID: 261
  3823.         *%Name: "HP Matte 160g"
  3824.         *Command: CmdSelect
  3825.         {
  3826.             *Order: DOC_SETUP.50
  3827.             *NoPageEject?: TRUE
  3828.             *Cmd: "<1B>&n13WdHP Matte 160"
  3829.         }
  3830.     }
  3831.  
  3832.  
  3833.     *Option: HP_COLOR_LASER_BROUCHER_GLOSSY_160G
  3834.     {
  3835.         *rcNameID: =IDS_HP_BROCHURE_GLOSSY_150G_CSL
  3836.         *OptionID: 525 
  3837.         *Command: CmdSelect
  3838.         {
  3839.             *Order: DOC_SETUP.50
  3840.             *NoPageEject?: TRUE
  3841.             *Cmd: "<1B>&n14WdHP Glossy 160"
  3842.         }
  3843.     }
  3844.     
  3845.     *Option: HP_CL_BROC_GLOSSY_160G
  3846.     {
  3847.         *rcNameID: =IDS_MTYPE_HP_GLOSSY_160G
  3848.         *OptionID: 260
  3849.         *%Name: "HP Glossy 160g"
  3850.         *Command: CmdSelect
  3851.         {
  3852.             *Order: DOC_SETUP.50
  3853.             *NoPageEject?: TRUE
  3854.             *Cmd: "<1B>&n14WdHP Glossy 160"
  3855.         }
  3856.     }
  3857.  
  3858.  
  3859.     
  3860.     *Option: HP_TRIFOLD_CL_BROC_160G
  3861.     {
  3862.         *rcNameID: =IDS_HP_TRIFOLD_BROCHURE_GLOSSY_150G_CSL
  3863.         *OptionID: 527 
  3864.         *Command: CmdSelect
  3865.         {
  3866.             *Order: DOC_SETUP.50
  3867.             *NoPageEject?: TRUE
  3868.             *Cmd: "<1B>&n18WdHP Tri Glossy 160"
  3869.         }
  3870.     }
  3871.  
  3872.     *Option: EXTRA_HEAVY
  3873.     {
  3874.         *rcNameID: =IDS_MTYPE_EXTRAHEAVY_131_175
  3875.         *OptionID: 274
  3876.         *Command: CmdSelect
  3877.         {
  3878.             *Order: DOC_SETUP.50
  3879.             *NoPageEject?: TRUE
  3880.             *Cmd: "<1B>&n12WdExtra Heavy"
  3881.         }
  3882.     }
  3883.  
  3884.  
  3885.     *Option: EXTRA_HEAVY_GLOSSY
  3886.     {
  3887.         *rcNameID: =IDS_MTYPE_EXTRAHEAVY_GLOOSY_131_175         
  3888.         *OptionID: 269
  3889.         *Command: CmdSelect
  3890.         {
  3891.             *Order: DOC_SETUP.50
  3892.             *NoPageEject?: TRUE
  3893.             *Cmd: "<1B>&n18WdExtra Heavy Gloss"
  3894.         }
  3895.     }
  3896.  
  3897.  
  3898.     *Option: MATTE_BROCHURE                     *%"Matte Brochure"
  3899.     {
  3900.         *rcNameID: =IDS_NON_HP_MATTE_BROCHURE
  3901.         *OptionID: 528 
  3902.         *%Name: "Matte Brochure"
  3903.  
  3904.         *Command: CmdSelect
  3905.         {
  3906.             *Order: DOC_SETUP.50
  3907.             *NoPageEject?: TRUE
  3908.             *Cmd: "<1B>&n11WdBrochMatte"
  3909.         }    
  3910.     } 
  3911.  
  3912.     *Option: HP_BROCHURE_FLYER_MATTE                      *%"HP Matte Brochure"
  3913.     {
  3914.         *rcNameID: =IDS_MTYPE_HP_BROCHURE_AND_FLYER
  3915.         *OptionID: 529 
  3916.         *%Name: "HP Brochure & Flyer Matte 180g"
  3917.        
  3918.         *Command: CmdSelect
  3919.         {
  3920.             *Order: DOC_SETUP.50
  3921.             *NoPageEject?: TRUE
  3922.             *Cmd: "<1B>&n13WdHPBrochMatte"
  3923.         }    
  3924.     }
  3925.  
  3926.         *Option: HP_COVER_MATTE_200
  3927.     {
  3928.         *rcNameID: =IDS_MTYPE_HP_COVER_MATTE_200
  3929.  
  3930.         *OptionID: 530 
  3931.         *Command: CmdSelect
  3932.         {
  3933.             *Order: DOC_SETUP.50
  3934.             *NoPageEject?: TRUE
  3935.             *Cmd: "<1B>&n13WdHPCoverMatte"
  3936.         }
  3937.     } 
  3938.  
  3939.       *Option: HP_PHOTO_MATTE_200G
  3940.     {
  3941.         *rcNameID: =IDS_MTYPE_HP_MATTE_PHOTO_200G
  3942.  
  3943.         *OptionID: 531 
  3944.         *Command: CmdSelect
  3945.         {
  3946.             *Order: DOC_SETUP.50
  3947.             *NoPageEject?: TRUE
  3948.             *Cmd: "<1B>&n13WdHPCoverMatte"
  3949.         }
  3950.     } 
  3951.  
  3952.  
  3953.     *Option: HP_COVER_MATTE_200G
  3954.     {
  3955.         *rcNameID: =IDS_MTYPE_HP_MATTE_200G
  3956.         *OptionID: 259
  3957.         *%Name: "HP Matte 200g"
  3958.         *Command: CmdSelect
  3959.         {
  3960.             *Order: DOC_SETUP.50
  3961.             *NoPageEject?: TRUE
  3962.             *Cmd: "<1B>&n13WdHPCoverMatte"
  3963.         }
  3964.     }
  3965.  
  3966.  
  3967.     *Option: HP_GLOSSY_EDGELINE_180                      *%"HP Snowman 160 gsm "
  3968.     {
  3969.         *rcNameID: =IDS_MTYPE_EDGELINE_GLOS_180G
  3970.         *OptionID: 532 
  3971.         *%Name: "HP Edgeline Glossy 160g"
  3972.  
  3973.         *Command: CmdSelect
  3974.         {
  3975.             *Order: DOC_SETUP.50
  3976.             *NoPageEject?: TRUE
  3977.             *Cmd: "<1B>&n13WdHPSnowman160"
  3978.         }
  3979.     }
  3980.  
  3981.       *Option: HP_COLOR_LASER_PHOTO_GLOSSY
  3982.     {
  3983.         *rcNameID: =IDS_HP_BROCHURE_GLOSSY_200G_CSL 
  3984.  
  3985.         *OptionID: 533 
  3986.         *Command: CmdSelect
  3987.         {
  3988.             *Order: DOC_SETUP.50
  3989.             *NoPageEject?: TRUE
  3990.             *Cmd: "<1B>&n14WdHP Glossy 220"
  3991.         }
  3992.     } 
  3993.  
  3994.       *Option: HP_CL_Photo_Glossy_220g_FP
  3995.     {
  3996.         *rcNameID: =IDS_HP_BROCHURE_GLOSSY_200G_FASTER_PRINTING
  3997.  
  3998.         *OptionID: 554 
  3999.         *Command: CmdSelect
  4000.         {
  4001.             *Order: DOC_SETUP.50
  4002.             *NoPageEject?: TRUE
  4003.             *Cmd: "<1B>&n9WdHP Photo"
  4004.         }
  4005.     } 
  4006.  
  4007.       *Option: HP_CL_Photo_Glossy_220g_HG
  4008.     {
  4009.         *rcNameID: =IDS_HP_BROCHURE_GLOSSY_200G_HIGHER_GLOSS 
  4010.  
  4011.         *OptionID: 555 
  4012.         *Command: CmdSelect
  4013.         {
  4014.             *Order: DOC_SETUP.50
  4015.             *NoPageEject?: TRUE
  4016.             *Cmd: "<1B>&n14WdHP Photo Plus"
  4017.         }
  4018.     } 
  4019.  
  4020.     *Option: HP_CL_PHOTO_GlOSSY_220G
  4021.     {
  4022.         *rcNameID: =IDS_MTYPE_HP_GLOSSY_220G
  4023.         *OptionID: 258
  4024.         *%Name: "HP Glossy 220g"
  4025.         *Command: CmdSelect
  4026.         {
  4027.             *Order: DOC_SETUP.50
  4028.             *NoPageEject?: TRUE
  4029.             *Cmd: "<1B>&n14WdHP Glossy 220"
  4030.         }
  4031.     }
  4032.  
  4033.  
  4034.     *Option: CARDSTOCK          
  4035.     {
  4036.         *rcNameID: =IDS_TYPE_IS_CARD_STOCK               *%"Cardstock "        
  4037.         *OptionID: 534 
  4038.         *Constraints: PrintQualityGroup.PQGroup_22
  4039.         *Command: CmdSelect
  4040.         {
  4041.             *Order: DOC_SETUP.50
  4042.             *NoPageEject?: TRUE
  4043.             *Cmd: "<1B>&n11WdCard Stock"
  4044.  
  4045.         }
  4046.     }
  4047.  
  4048.     *Option: CARDSTOCK176
  4049.     {
  4050.         *rcNameID: =IDS_MTYPE_LJ_CARDSTOCK_176_220
  4051.         *OptionID: 273
  4052.         *Command: CmdSelect
  4053.         {
  4054.             *Order: DOC_SETUP.50
  4055.             *NoPageEject?: TRUE
  4056.             *Cmd: "<1B>&n11WdCard Stock"
  4057.  
  4058.         }
  4059.     }
  4060.     *Option: CARDGLOSSY
  4061.     {
  4062.         *rcNameID: =IDS_MTYPE_LJ_CARD_GLOSSY_176_220
  4063.         *OptionID: 272
  4064.         *Command: CmdSelect
  4065.         {
  4066.             *Order: DOC_SETUP.50
  4067.             *NoPageEject?: TRUE
  4068.             *Cmd: "<1B>&n12WdCard Glossy"
  4069.  
  4070.         }
  4071.     }
  4072.  
  4073.     *Option: MATTE_COVER                          *%"Matte Cover"
  4074.     {
  4075.         *rcNameID: =IDS_NON_HP_MATTE_COVER
  4076.         *%Name: "Matte cover"
  4077.         *OptionID: 535 
  4078.       
  4079.         *Command: CmdSelect
  4080.         {
  4081.             *Order: DOC_SETUP.50
  4082.             *NoPageEject?: TRUE
  4083.             *Cmd: "<1B>&n11WdCoverMatte"
  4084.         }   
  4085.     }      
  4086.  
  4087.     *Option: HP_PREM_INKJ_TRANS
  4088.     {
  4089.         *rcNameID: =IDS_HP_PREM_INKJ_TRANS
  4090.         *OptionID: 536 
  4091.         *InsertBlock: =DuplexConstraints
  4092.         *Command: CmdSelect
  4093.         {
  4094.           *Order: DOC_SETUP.50
  4095.           *NoPageEject?: TRUE
  4096.           *Cmd: "<1B>&n10WdHPIJTrans"
  4097.         }
  4098.     }
  4099.  
  4100.     *Option: COLOR_TRANSPARENCY
  4101.     {
  4102.         *rcNameID: =IDS_MTYPE_LJ_COLORLASER_TRANSPARENCY
  4103.         *OptionID: 537 
  4104.         *InsertBlock: =DuplexConstraints
  4105.         *Command: CmdSelect
  4106.         {
  4107.           *Order: DOC_SETUP.50
  4108.           *NoPageEject?: TRUE
  4109.           *Cmd: "<1B>&n13WdTransparency"
  4110.         }
  4111.     }
  4112.  
  4113.        *Option: MONO_TRANSPARENCY
  4114.     {
  4115.         *rcNameID: =IDS_MTYPE_MONO_LASER_TRANSPARENCY
  4116.         *OptionID: 538 
  4117.         *InsertBlock: =DuplexConstraints
  4118.         *Command: CmdSelect
  4119.         {
  4120.           *Order: DOC_SETUP.50
  4121.           *NoPageEject?: TRUE
  4122.           *Cmd: "<1B>&n13WdTransparency"
  4123.         }
  4124.     }
  4125.         *Option: TRANSPARENCY
  4126.     {
  4127.         *rcNameID: =IDS_TRANSPARENCY_DISPLAY
  4128.         *OptionID: 2
  4129.         *InsertBlock: =DuplexConstraints
  4130.         *Command: CmdSelect
  4131.         {
  4132.             *Order: DOC_SETUP.50
  4133.             *NoPageEject?: TRUE
  4134.             *Cmd: "<1B>&n13WdTransparency"
  4135.         }
  4136.     }    
  4137.  
  4138.     *Option: LABELS
  4139.     {
  4140.         *rcNameID: =IDS_LABELS_TYPE
  4141.         *OptionID: 280
  4142.         *InsertBlock: =DuplexConstraints
  4143.         *Command: CmdSelect
  4144.         {
  4145.             *Order: DOC_SETUP.50
  4146.             *NoPageEject?: TRUE
  4147.             *Cmd: "<1B>&n7WdLabels"
  4148.         }
  4149.     }
  4150.  
  4151.     *Option: LETTERHEAD
  4152.     {
  4153.         *rcNameID: =IDS_LETTERHEAD_TYPE
  4154.         *OptionID: 282
  4155.         *Command: CmdSelect
  4156.         {
  4157.             *Order: DOC_SETUP.50
  4158.             *NoPageEject?: TRUE
  4159.             *Cmd: "<1B>&n11WdLetterhead"
  4160.         }
  4161.     }
  4162.  
  4163.  
  4164.     *Option: ENVELOPE
  4165.     {
  4166.         *rcNameID: =ENVELOPE_DISPLAY
  4167.         *OptionID: 267
  4168.         *InsertBlock: =DuplexConstraints
  4169.         *Command: CmdSelect
  4170.         {
  4171.             *Order: DOC_SETUP.50
  4172.             *NoPageEject?: TRUE
  4173.             *Cmd: "<1B>&n9WdEnvelope"
  4174.         }
  4175.     }
  4176.  
  4177.     *Option: HEAVY_ENVELOPE
  4178.     {
  4179.         *rcNameID: =IDS_MTYPE_LJ_HEAVY_ENVELOPE
  4180.         *OptionID: 539 
  4181.         *InsertBlock: =DuplexConstraints
  4182.         *Command: CmdSelect
  4183.         {
  4184.             *Order: DOC_SETUP.50
  4185.             *NoPageEject?: TRUE
  4186.             *Cmd: "<1B>&n15WdHeavy Envelope"
  4187.         }
  4188.     }
  4189.  
  4190.     *Option: PREPRINTED
  4191.     {
  4192.         *rcNameID: =IDS_PREPRINTED_TYPE
  4193.         *OptionID: 283
  4194.         *Command: CmdSelect
  4195.         {
  4196.             *Order: DOC_SETUP.50
  4197.             *NoPageEject?: TRUE
  4198.             *Cmd: "<1B>&n11WdPreprinted"
  4199.         }
  4200.     }
  4201.  
  4202.     *Option: PREPUNCHED
  4203.     {
  4204.         *rcNameID: =IDS_PREPUNCHED_TYPE
  4205.         *OptionID: 281
  4206.         *Command: CmdSelect
  4207.         {
  4208.             *Order: DOC_SETUP.50
  4209.             *NoPageEject?: TRUE
  4210.             *Cmd: "<1B>&n11WdPrepunched"
  4211.         }
  4212.     }
  4213.  
  4214.     *Option: COLOR
  4215.     {
  4216.         *rcNameID: =IDS_MTYPE_COLORED
  4217.         *OptionID: 277
  4218.         *Command: CmdSelect
  4219.         {
  4220.             *Order: DOC_SETUP.50
  4221.             *NoPageEject?: TRUE
  4222.             *Cmd: "<1B>&n6WdColor"
  4223.         }
  4224.     }
  4225.  
  4226.     
  4227.     *Option: ROUGH                          *%"Rough"
  4228.     {
  4229.         *rcNameID: =IDS_ROUGH_TYPE
  4230.         *OptionID: 540 
  4231.         *Command: CmdSelect
  4232.         {
  4233.             *Order: DOC_SETUP.50
  4234.             *NoPageEject?: TRUE
  4235.             *Cmd: "<1B>&n6WdRough"
  4236.         }
  4237.     }
  4238.  
  4239.  
  4240.     *Option: HEAVY_ROUGH
  4241.     {
  4242.         *rcNameID: =IDS_MTYPE_HEAVY_ROUGH
  4243.         *OptionID: 541 
  4244.         *Command: CmdSelect
  4245.         {
  4246.             *Order: DOC_SETUP.50
  4247.             *NoPageEject?: TRUE
  4248.             *Cmd: "<1B>&n12WdHeavy Rough"
  4249.         }
  4250.     }
  4251.  
  4252.  
  4253.     *Option: GLOSSY_FILM                  *% "Tough Paper"
  4254.     {
  4255.         *rcNameID: =IDS_MTYPE_LJ_HP_TOUGH_PAPER
  4256.         *OptionID: 268
  4257.         *InsertBlock: =DuplexConstraints
  4258.         *Command: CmdSelect
  4259.         {
  4260.             *Order: DOC_SETUP.50
  4261.             *NoPageEject?: TRUE
  4262.             *Cmd: "<1B>&n9WdHP Tough"
  4263.         }
  4264.     }
  4265.     
  4266.     *Option: OPAQUEFILM
  4267.     {
  4268.         *rcNameID: =IDS_MTYPE_OPAQUE_FILM
  4269.         *OptionID: 542 
  4270.         *InsertBlock: =DuplexConstraints
  4271.         *Command: CmdSelect
  4272.         {
  4273.             *Order: DOC_SETUP.50
  4274.             *NoPageEject?: TRUE
  4275.             *Cmd: "<1B>&n11WdGloss Film"
  4276.         }
  4277.     }
  4278.  
  4279.     *Option: VELLUM                          *%"Vellum"
  4280.     {
  4281.         *rcNameID: =IDS_VELLUM
  4282.         *OptionID: 556
  4283.         *Command: CmdSelect
  4284.         {
  4285.             *Order: DOC_SETUP.50
  4286.             *NoPageEject?: TRUE
  4287.             *Cmd: "<1B>&n7WdVellum"
  4288.         }
  4289.     }
  4290.  
  4291.     *Option: THICK_PLAIN
  4292.     {
  4293.         *rcNameID: =IDS_HP_THICK_PLAIN_PAPER       
  4294.         *OptionID: 557
  4295.         *Constraints: PrintQualityGroup.PQGroup_22
  4296.         
  4297.         *Command: CmdSelect
  4298.         {
  4299.             *Order: DOC_SETUP.50
  4300.             *NoPageEject?: TRUE
  4301.             *Cmd: "<1B>&n11WdthickPlain"
  4302.         }
  4303.     }
  4304.     *Option: HP_PREM_INKJET_PAPER
  4305.     {
  4306.         *rcNameID: =IDS_MTYPE_IJ_HP_PREMIUM_INKJET_PAPER
  4307.         *OptionID: 558
  4308.         *Constraints: PrintQualityGroup.PQGroup_22
  4309.         
  4310.         *Command: CmdSelect
  4311.         {
  4312.             *Order: DOC_SETUP.50
  4313.             *NoPageEject?: TRUE
  4314.             *Cmd: "<1B>&n14WdPremiumInkjet"
  4315.         }
  4316.     }
  4317.     
  4318.     *Option: ADVANCED_PHOTO_PAPERS
  4319.     {
  4320.         *Name: "HP Advanced Photo Papers"
  4321.         *OptionID: 559
  4322.         *Constraints: PrintQualityGroup.PQGroup_22
  4323.         
  4324.         *Command: CmdSelect
  4325.         {
  4326.             *Order: DOC_SETUP.50
  4327.             *NoPageEject?: TRUE
  4328.             *Cmd: "<1B>&n16WdHPAdvancedPhoto"
  4329.         }
  4330.     }
  4331.     *Option: HP_EVERYDAY_PHOTO_PAPER_MATTE
  4332.     {
  4333.         *rcNameID: =IDS_MTYPE_EVERYDAY_PHOTO_MATT
  4334.         *OptionID: 560
  4335.         *Constraints: PrintQualityGroup.PQGroup_22
  4336.         
  4337.         *Command: CmdSelect
  4338.         {
  4339.             *Order: DOC_SETUP.50
  4340.             *NoPageEject?: TRUE
  4341.             *Cmd: "<1B>&n21WdHPEverydayPhotoMatte"
  4342.         }
  4343.     }
  4344.     *Option: OTHER_PHOTO_PAPER
  4345.     {
  4346.         *rcNameID: =IDS_OTHER_PHOTO_PAPER_NOS
  4347.         *OptionID: 561
  4348.         *Constraints: PrintQualityGroup.PQGroup_22
  4349.         
  4350.         *Command: CmdSelect
  4351.         {
  4352.             *Order: DOC_SETUP.50
  4353.             *NoPageEject?: TRUE
  4354.             *Cmd: "<1B>&n11WdOtherPhoto"
  4355.         }
  4356.     }
  4357.     *Option: OTHER_TRANSPARENCY_FILMS
  4358.     {
  4359.         *rcNameID: =IDS_OTHER_TRANSPARENCY_FILMS
  4360.     *OptionID: 562
  4361.         *Constraints: PrintQualityGroup.PQGroup_22
  4362.         *Command: CmdSelect
  4363.         {
  4364.             *Order: DOC_SETUP.50
  4365.             *NoPageEject?: TRUE
  4366.             *Cmd: "<1B>&n11WdOtherTrans"
  4367.         }
  4368.     }
  4369.     *Option: HP_BROCHURE_MATTE_180G
  4370.     {
  4371.         *Name: "HP Brochure Matte 180g"
  4372.         *OptionID: 563
  4373.         *Constraints: PrintQualityGroup.PQGroup_22
  4374.         
  4375.         *Command: CmdSelect
  4376.         {
  4377.             *Order: DOC_SETUP.50
  4378.             *NoPageEject?: TRUE
  4379.             *Cmd: "<1B>&n14WdmatteBrochure"
  4380.         }
  4381.     }
  4382. *%------------------------------------------------------------------------
  4383. *%  Addition of User Defined Media Types. These are processed through EAC/BiDi.
  4384. *%  Currently MOMBI supports only upto 5. 
  4385. *%  The PML OID Range will be specified in the xml file for UPD on a product
  4386. *%  by product basis for the products that support user media types.
  4387. *%------------------------------------------------------------------------
  4388.  
  4389.     *Option: USERDEFINEDMEDIA1
  4390.     {
  4391.         *Name: " "
  4392.         *OptionID: 1001
  4393.         *Command: CmdSelect
  4394.         {
  4395.             *Order: PAGE_SETUP.20
  4396.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4397.         }
  4398.     }
  4399.  
  4400.     *Option: USERDEFINEDMEDIA2
  4401.     {
  4402.         *Name: " "
  4403.         *OptionID: 1002
  4404.         *Command: CmdSelect
  4405.         {
  4406.             *Order: PAGE_SETUP.20
  4407.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4408.         }
  4409.     }
  4410.  
  4411.     *Option: USERDEFINEDMEDIA3
  4412.     {
  4413.         *Name: " "
  4414.         *OptionID: 1003
  4415.         *Command: CmdSelect
  4416.         {
  4417.             *Order: PAGE_SETUP.20
  4418.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4419.         }
  4420.     }
  4421.  
  4422.     *Option: USERDEFINEDMEDIA4
  4423.     {
  4424.         *Name: " "
  4425.         *OptionID: 1004
  4426.         *Command: CmdSelect
  4427.         {
  4428.             *Order: PAGE_SETUP.20
  4429.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4430.         }
  4431.     }
  4432.  
  4433.     *Option: USERDEFINEDMEDIA5
  4434.     {
  4435.         *Name: " "
  4436.         *OptionID: 1005
  4437.         *Command: CmdSelect
  4438.         {
  4439.             *Order: PAGE_SETUP.20
  4440.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4441.         }
  4442.     }
  4443.     *Option: USERDEFINEDMEDIA6
  4444.     {
  4445.         *Name: " "
  4446.         *OptionID: 1006
  4447.         *Command: CmdSelect
  4448.         {
  4449.             *Order: PAGE_SETUP.20
  4450.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4451.         }
  4452.     }
  4453.     *Option: USERDEFINEDMEDIA7
  4454.     {
  4455.         *Name: " "
  4456.         *OptionID: 1007
  4457.         *Command: CmdSelect
  4458.         {
  4459.             *Order: PAGE_SETUP.20
  4460.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4461.         }
  4462.     }
  4463.     *Option: USERDEFINEDMEDIA8
  4464.     {
  4465.         *Name: " "
  4466.         *OptionID: 1008
  4467.         *Command: CmdSelect
  4468.         {
  4469.             *Order: PAGE_SETUP.20
  4470.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4471.         }
  4472.     }
  4473.     *Option: USERDEFINEDMEDIA9
  4474.     {
  4475.         *Name: " "
  4476.         *OptionID: 1009
  4477.         *Command: CmdSelect
  4478.         {
  4479.             *Order: PAGE_SETUP.20
  4480.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4481.         }
  4482.     }
  4483.     *Option: USERDEFINEDMEDIA10
  4484.     {
  4485.         *Name: " "
  4486.         *OptionID: 1010
  4487.         *Command: CmdSelect
  4488.         {
  4489.             *Order: PAGE_SETUP.20
  4490.             *CallbackID: =CMDCB_USERDEFINED_MEDIA
  4491.         }
  4492.     }
  4493.  
  4494. }
  4495.  
  4496. *Feature: Collate
  4497. {
  4498.     *rcNameID: =IDS_COLLATE
  4499.     *DefaultOption: OFF
  4500.  
  4501.     *Option: OFF
  4502.     {
  4503.         *rcNameID: =IDS_OFF_DISPLAY
  4504.     }
  4505.  
  4506. *%------------Mystique Inserted 2-23-05--------Begin----------------------
  4507.     *Option: ON
  4508.     {
  4509.         *rcNameID: =IDS_ON_DISPLAY
  4510.         *Command: CmdSelect
  4511.         {
  4512.             *Order: JOB_SETUP.90
  4513.             *Cmd: "@PJL SET QTY=" %d{NumOfCopies}"<0A>"
  4514.         }
  4515.         *Constraints: DeviceIsMopier.NotInstalled
  4516.     }
  4517. *%------------Mystique Inserted 2-23-05--------End------------------------
  4518. }
  4519.  
  4520.  
  4521. *switch: Collate
  4522. {
  4523.     *case: OFF
  4524.     {
  4525.         *Command: CmdCopies
  4526.         {
  4527.             *Order: DOC_SETUP.80
  4528.             *CallbackID: 26
  4529.         }
  4530.     }
  4531.  
  4532.     *case: ON
  4533.     {
  4534.         *Command: CmdCopies
  4535.         {
  4536.             *Order: DOC_SETUP.80
  4537.             *CallbackID: 26
  4538.         }
  4539.     }
  4540. }
  4541.  
  4542.  
  4543.  
  4544.  
  4545. *%------------Mystique Inserted 2-23-05--------Begin------------------------
  4546. *Feature: HPOutputBinOrientation
  4547. {
  4548.     *Name: "HPOutputBinOrientation"
  4549.     *DefaultOption: FACEUP
  4550.  
  4551.     *Option: FACEDOWN
  4552.     {
  4553.         *Name:"FACEDOWN"
  4554.     }
  4555.     *Option: FACEUP
  4556.     {
  4557.         *Name:"FACEUP"
  4558.     }
  4559. }
  4560. *%------------Mystique Inserted 2-23-05--------End------------------------
  4561.  
  4562. *%------------Mystique Inserted 2-23-05--------Begin------------------------
  4563.  
  4564. *Feature: Punching
  4565. {
  4566.     *rcNameID: =IDS_PUNCH
  4567.     *HelpIndex: 15312
  4568.     *DefaultOption: None
  4569.  
  4570.     *Option: None
  4571.     {
  4572.         *rcNameID: =IDS_NONE
  4573.         *Command: CmdSelect
  4574.         {
  4575.             *Order: JOB_SETUP.50
  4576.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>PUNCH<22><0A>@PJL SET PROCESSINGOPTION=<22>NONE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"                        
  4577.         }
  4578.     }
  4579.     *Option: Left
  4580.     {
  4581.       *rcNameID: =IDS_PUNCH_LEFT
  4582.         *Command: CmdSelect
  4583.         {
  4584.             *Order: JOB_SETUP.50
  4585.             *Cmd: "@PJL SET PROCESSINGACTION=APPEND<0A>@PJL SET PROCESSINGTYPE=<22>PUNCH<22><0A>@PJL SET PROCESSINGOPTION=<22>LEFT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>@PJL SET OUTBIN=BIN2<0A>"
  4586.         }
  4587.     }
  4588.  
  4589.  
  4590.  *Option: Right
  4591.     {
  4592.      *rcNameID: =IDS_PUNCH_RIGHT
  4593.         *Command: CmdSelect
  4594.         {
  4595.             *Order: JOB_SETUP.50
  4596.             *Cmd: "@PJL SET PROCESSINGACTION=APPEND<0A>@PJL SET PROCESSINGTYPE=<22>PUNCH<22><0A>@PJL SET PROCESSINGOPTION=<22>RIGHT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>@PJL SET OUTBIN=BIN2<0A>"
  4597.         }
  4598.     }
  4599.     *Option: Top
  4600.     {
  4601.     *rcNameID: =IDS_PUNCH_TOP
  4602.         *Command: CmdSelect
  4603.         {
  4604.             *Order: JOB_SETUP.50
  4605.             *Cmd: "@PJL SET PROCESSINGACTION=APPEND<0A>@PJL SET PROCESSINGTYPE=<22>PUNCH<22><0A>@PJL SET PROCESSINGOPTION=<22>CENTER<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>@PJL SET OUTBIN=BIN2<0A>"
  4606.         }
  4607.     }
  4608. }
  4609. *%-------------------------------------------------------------------------
  4610. *% Stapling 
  4611. *%
  4612. *% If Stapling is set to anything other than none, the stapling commands
  4613. *% will always override the output bin commands but if the output
  4614. *% bin is set to a Face Up Bin, the "*OutputOrderReversed?:  TRUE"
  4615. *% will cause the output to be printed in the reverse order, so we need to
  4616. *% set "*OutputOrderReversed?:  FALSE" for each of the stapling options.
  4617. *% Note that the stapling options must come after the OutputBin options
  4618. *% for this to work correctly.
  4619. *%-------------------------------------------------------------------------
  4620.  
  4621.  
  4622. *Feature: Stapling
  4623. {
  4624.     *rcNameID: =IDS_STAPLER
  4625.     *HelpIndex: 15106
  4626.     *DefaultOption: None
  4627.     *Option: None
  4628.     {
  4629.         *rcNameID: =IDS_NONE
  4630.         *Command: CmdSelect
  4631.         {
  4632.             *Order: JOB_SETUP.110
  4633.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>NONE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4634.         }
  4635.     }
  4636.     
  4637.     *Option: 1parallel
  4638.     {
  4639.         *rcNameID: =IDS_ONE_STAPLE
  4640.         *Constraints: AccessoryOutputBins.500Stapler
  4641.         *Constraints: AccessoryOutputBins.500StaplerOutput
  4642.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  4643.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4644.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4645.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4646.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4647.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4648.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4649.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4650.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4651.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  4652.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4653.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4654.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4655.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4656.         *Constraints: AccessoryOutputBins.MBM5Collator
  4657.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4658.         *Constraints: AccessoryOutputBins.500StaplerZT
  4659.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4660.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4661.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4662.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4663.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4664.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  4665.     *Command: CmdSelect
  4666.         {
  4667.             *Order: JOB_SETUP.110
  4668.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>ONE_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4669.         }
  4670.  
  4671.     }
  4672.     *Option: 1diagonal
  4673.     {
  4674.         *rcNameID: =IDS_ONE_STAPLE_ANGLED
  4675.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4676.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4677.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4678.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  4679.         *Constraints: AccessoryOutputBins.750Stapler
  4680.         *Constraints: AccessoryOutputBins.3000InternalStapler        
  4681.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4682.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4683.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  4684.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4685.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4686.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4687.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4688.         *Constraints: AccessoryOutputBins.MBM5Collator
  4689.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4690.         *Constraints: AccessoryOutputBins.500Stapler
  4691.     *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4692.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4693.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4694.         *switch: HPStaplingOpposed
  4695.         {
  4696.             *case: False
  4697.             {
  4698.                 *Command: CmdSelect
  4699.                 {
  4700.                     *Order: JOB_SETUP.110
  4701.                     *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>ANGLED_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4702.                 }
  4703.             }
  4704.             *case: True
  4705.             {
  4706.                 *%This product uses a fixed stapler, so there is no need to send different commands for depending upon orientation/papersize.
  4707.             }
  4708.         }
  4709.     }
  4710.     
  4711.     *Option: 1diagonalmax15
  4712.     {
  4713.         *rcNameID: =IDS_ONE_STAPLE_ANGLE_MAX_15
  4714.         *%Name: "One Staple Angled (Max 15 Sheets)"
  4715.         *Constraints: AccessoryOutputBins.3000Stacker
  4716.         *Constraints: AccessoryOutputBins.3000Stapler
  4717.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  4718.         *Constraints: AccessoryOutputBins.MBM8Mailbox
  4719.         *Constraints: AccessoryOutputBins.MBM8Stacker
  4720.         *Constraints: AccessoryOutputBins.MBM8Sorter
  4721.         *Constraints: AccessoryOutputBins.MBM8JobSeparator
  4722.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4723.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4724.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4725.         *Constraints: AccessoryOutputBins.MBM5Stacker
  4726.         *Constraints: AccessoryOutputBins.MBM5SorterCollator
  4727.         *Constraints: AccessoryOutputBins.MBM5JobSeparator
  4728.         *Constraints: AccessoryOutputBins.750Stapler
  4729.         *Constraints: AccessoryOutputBins.500StaplerOutput
  4730.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  4731.         *Constraints: AccessoryOutputBins.500Stacker
  4732.         *Constraints: AccessoryOutputBins.500JStacker
  4733.         *Constraints: AccessoryOutputBins.MBM3Mailbox
  4734.         *Constraints: AccessoryOutputBins.MBM3Stacker
  4735.         *Constraints: AccessoryOutputBins.MBM3FunctionSeparator
  4736.         *Constraints: AccessoryOutputBins.3000InternalStapler
  4737.         *Constraints: AccessoryOutputBins.MultiFunctionInternalFinisher
  4738.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4739.         *Constraints: AccessoryOutputBins.MBM4JobSeparator
  4740.         *Constraints: AccessoryOutputBins.SingleOutputBin
  4741.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4742.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4743.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4744.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4745.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler
  4746.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4747.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4748.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4749.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4750.         *Constraints: AccessoryOutputBins.MBM5Collator
  4751.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4752.         *Constraints: AccessoryOutputBins.500StaplerZT
  4753.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4754.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4755.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4756.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4757.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4758.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  4759.         *Command: CmdSelect
  4760.          {
  4761.              *Order: JOB_SETUP.110
  4762.              *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>ONE_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4763.          }
  4764.     }
  4765.     
  4766.     *Option: 1diagonalZT
  4767.     {
  4768.         *rcNameID:=IDS_ONE_STAPLE_ANGLED
  4769.         *%Name: "One Staple Left Angled"
  4770.         *Constraints: AccessoryOutputBins.MBM5Stacker
  4771.         *Constraints: AccessoryOutputBins.750Stapler
  4772.         *Constraints: AccessoryOutputBins.3000InternalStapler
  4773.         *Constraints: AccessoryOutputBins.500StaplerOutput
  4774.         *Constraints: AccessoryOutputBins.500JStaplerOutput  
  4775.         *Constraints: AccessoryOutputBins.3000Stapler                
  4776.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  4777.         *Constraints: AccessoryOutputBins.SingleOutputBin
  4778.         *Constraints: AccessoryOutputBins.MultiFunctionInternalFinisher
  4779.         *Constraints: AccessoryOutputBins.3000InternalStapler
  4780.         *Constraints: AccessoryOutputBins.MBM8Stacker
  4781.         *Constraints: AccessoryOutputBins.MBM8Sorter
  4782.         *Constraints: AccessoryOutputBins.MBM8JobSeparator
  4783.         *Constraints: AccessoryOutputBins.MBM5SorterCollator
  4784.         *Constraints: AccessoryOutputBins.MBM5JobSeparator
  4785.         *Constraints: AccessoryOutputBins.500Stapler
  4786.         *Constraints: AccessoryOutputBins.MBM3FunctionSeparator
  4787.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4788.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4789.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4790.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4791.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler
  4792.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4793.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4794.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4795.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4796.         *Constraints: AccessoryOutputBins.MBM5Collator
  4797.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4798.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4799.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4800.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4801.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4802.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4803.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4804.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  4805.         *Constraints: AccessoryOutputBins.500StaplerZT    
  4806.         *Command: CmdSelect
  4807.         {
  4808.             *Order: JOB_SETUP.110
  4809.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>LEFT_1PT_ANGLED<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4810.         }
  4811.      }  
  4812.     
  4813.  
  4814.  
  4815.     *Option: 2parallel
  4816.     {
  4817.         *rcNameID: =IDS_TWO_STAPLE
  4818.         *%OutputOrderReversed?: FALSE
  4819.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4820.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4821.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4822.         *Constraints: AccessoryOutputBins.750Stapler
  4823.         *Constraints: AccessoryOutputBins.500Stapler
  4824.         *Constraints: AccessoryOutputBins.3000InternalStapler        
  4825.         *Constraints: AccessoryOutputBins.500StaplerOutput        
  4826.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  4827.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4828.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4829.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4830.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4831.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4832.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  4833.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4834.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4835.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4836.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4837.         *Constraints: AccessoryOutputBins.MBM5Collator
  4838.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4839.         *Constraints: AccessoryOutputBins.500StaplerZT        
  4840.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4841.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4842.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4843.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4844.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4845.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  4846.     *Command: CmdSelect
  4847.         {
  4848.             *Order: JOB_SETUP.110
  4849.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>TWO_STAPLES<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4850.         }
  4851.     }
  4852.     *Option: 3parallel
  4853.     {
  4854.  
  4855.         *rcNameID: =IDS_THREE_STAPLE
  4856.         *%OutputOrderReversed?: FALSE
  4857.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4858.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4859.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4860.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  4861.         *Constraints: AccessoryOutputBins.500Stapler
  4862.         *Constraints: AccessoryOutputBins.750Stapler
  4863.         *Constraints: AccessoryOutputBins.3000InternalStapler        
  4864.         *Constraints: AccessoryOutputBins.500StaplerOutput        
  4865.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  4866.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4867.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4868.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4869.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4870.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4871.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  4872.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4873.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4874.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4875.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4876.         *Constraints: AccessoryOutputBins.MBM5Collator
  4877.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4878.         *Constraints: AccessoryOutputBins.500StaplerZT        
  4879.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4880.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4881.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4882.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4883.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4884.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  4885.     *Command: CmdSelect
  4886.         {
  4887.             *Order: JOB_SETUP.110
  4888.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>THREE_STAPLES<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4889.         }
  4890.     }
  4891.     *Option: 6parallel
  4892.     {
  4893.  
  4894.         *rcNameID: =IDS_SIX_STAPLE
  4895.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4896.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4897.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4898.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  4899.         *Constraints: AccessoryOutputBins.750Stapler
  4900.         *Constraints: AccessoryOutputBins.500Stapler
  4901.         *Constraints: AccessoryOutputBins.3000InternalStapler        
  4902.         *Constraints: AccessoryOutputBins.500StaplerOutput       
  4903.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  4904.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4905.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  4906.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  4907.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  4908.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  4909.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  4910.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4911.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4912.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4913.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4914.         *Constraints: AccessoryOutputBins.MBM5Collator
  4915.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4916.         *Constraints: AccessoryOutputBins.500StaplerZT                
  4917.         *%OutputOrderReversed?: FALSE
  4918.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4919.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4920.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4921.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4922.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4923.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  4924.         *Command: CmdSelect
  4925.         {
  4926.             *Order: JOB_SETUP.110
  4927.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>SIX_STAPLES<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4928.         }
  4929.     }
  4930.  
  4931.     *Option: 1parallelCM8060
  4932.     {
  4933.         *rcNameID: =IDS_ONE_STAPLE_LEFT
  4934.         *Constraints: AccessoryOutputBins.3000Stacker
  4935.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4936.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4937.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4938.         *Constraints: AccessoryOutputBins.MBM5Stacker
  4939.         *Constraints: AccessoryOutputBins.750Stapler
  4940.         *Constraints: AccessoryOutputBins.500Stapler
  4941.         *Constraints: AccessoryOutputBins.3000InternalStapler
  4942.         *Constraints: AccessoryOutputBins.500JStaplerOutput     
  4943.         *Constraints: AccessoryOutputBins.500StaplerOutput    
  4944.         *Constraints: AccessoryOutputBins.3000Stapler        
  4945.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  4946.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  4947.         *Constraints: AccessoryOutputBins.MBM5xStacker
  4948.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  4949.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  4950.         *Constraints: AccessoryOutputBins.MBM5Collator
  4951.         *Constraints: AccessoryOutputBins.MBM5JCollator
  4952.         *Constraints: AccessoryOutputBins.500StaplerZT                
  4953.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4954.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4955.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4956.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4957.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4958.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A    
  4959.  
  4960.  
  4961.  
  4962.         *Command: CmdSelect
  4963.         {
  4964.             *Order: JOB_SETUP.110
  4965.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>LEFT_1PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"   
  4966.         }
  4967.     }
  4968.     *Option: 1rightparallel
  4969.     {
  4970.         *rcNameID:=IDS_ONE_STAPLE_RIGHT
  4971.         *%Name: "One Staple Right Angled"
  4972.         *Constraints: AccessoryOutputBins.3000Stacker
  4973.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  4974.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  4975.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  4976.         *Constraints: AccessoryOutputBins.MBM5Stacker
  4977.         *Constraints: AccessoryOutputBins.750Stapler
  4978.         *Constraints: AccessoryOutputBins.500Stapler
  4979.         *Constraints: AccessoryOutputBins.3000InternalStapler
  4980.         *Constraints: AccessoryOutputBins.500JStaplerOutput  
  4981.     *Constraints: AccessoryOutputBins.500StaplerOutput 
  4982.         *Constraints: AccessoryOutputBins.3000Stapler                
  4983.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher        
  4984.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  4985.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  4986.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  4987.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  4988.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  4989.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  4990.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A 
  4991.         *Constraints: AccessoryOutputBins.500StaplerZT
  4992.  
  4993.  
  4994.  
  4995.         *Command: CmdSelect
  4996.         {
  4997.             *Order: JOB_SETUP.110
  4998.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>RIGHT_1PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  4999.         }
  5000.      }
  5001.  
  5002.     *Option: 1diagonalCM8060
  5003.     {
  5004.         *rcNameID:=IDS_ONE_STAPLE_LEFT_ANGLED
  5005.         *%Name: "One Staple Left Angled"
  5006.         *Constraints: AccessoryOutputBins.3000Stacker
  5007.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5008.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5009.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5010.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5011.         *Constraints: AccessoryOutputBins.750Stapler
  5012.         *Constraints: AccessoryOutputBins.500Stapler
  5013.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5014.         *Constraints: AccessoryOutputBins.500JStaplerOutput  
  5015.         *Constraints: AccessoryOutputBins.500StaplerOutput  
  5016.         *Constraints: AccessoryOutputBins.3000Stapler                
  5017.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher        
  5018.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5019.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5020.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  5021.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  5022.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  5023.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  5024.         *Constraints: AccessoryOutputBins.MBM5xStacker
  5025.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  5026.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  5027.         *Constraints: AccessoryOutputBins.MBM5Collator 
  5028.         *Constraints: AccessoryOutputBins.MBM5JCollator
  5029.         *Constraints: AccessoryOutputBins.500StaplerZT                
  5030.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5031.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5032.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5033.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5034.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5035.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5036.         *Command: CmdSelect
  5037.         {
  5038.             *Order: JOB_SETUP.110
  5039.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>LEFT_1PT_ANGLED<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5040.         }
  5041.      }
  5042.  
  5043.     *Option: 1right
  5044.     {
  5045.         *rcNameID:=IDS_ONE_STAPLE_RIGHT_ANGLED
  5046.         *%Name: "One Staple Right Angled"
  5047.         *Constraints: AccessoryOutputBins.3000Stacker
  5048.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5049.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5050.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5051.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5052.         *Constraints: AccessoryOutputBins.750Stapler
  5053.         *Constraints: AccessoryOutputBins.500Stapler
  5054.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5055.         *Constraints: AccessoryOutputBins.500JStaplerOutput  
  5056.         *Constraints: AccessoryOutputBins.500StaplerOutput 
  5057.         *Constraints: AccessoryOutputBins.3000Stapler                
  5058.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher  
  5059.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  5060.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  5061.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5062.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  5063.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5064.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  5065.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5066.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5067.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5068.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5069.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5070.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5071.         *Constraints: AccessoryOutputBins.500StaplerZT  
  5072.         *Command: CmdSelect
  5073.         {
  5074.             *Order: JOB_SETUP.110
  5075.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>RIGHT_1PT_ANGLED<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5076.         }
  5077.      }
  5078.     *Option: 2leftCM8060
  5079.     {
  5080.         *rcNameID: =IDS_TWO_STAPLE_LEFT
  5081.         *Constraints: AccessoryOutputBins.3000Stacker
  5082.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5083.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5084.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5085.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5086.         *Constraints: AccessoryOutputBins.750Stapler
  5087.         *Constraints: AccessoryOutputBins.500Stapler
  5088.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5089.         *Constraints: AccessoryOutputBins.500JStaplerOutput        
  5090.         *Constraints: AccessoryOutputBins.500StaplerOutput        
  5091.         *Constraints: AccessoryOutputBins.3000Stapler                        
  5092.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher        
  5093.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  5094.         *Constraints: AccessoryOutputBins.MBM5xStacker
  5095.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  5096.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  5097.         *Constraints: AccessoryOutputBins.MBM5Collator 
  5098.         *Constraints: AccessoryOutputBins.MBM5JCollator
  5099.         *Constraints: AccessoryOutputBins.500StaplerZT                
  5100.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5101.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5102.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5103.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5104.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5105.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A      
  5106.  
  5107.  
  5108.  
  5109.         *Command: CmdSelect
  5110.         {
  5111.             *Order: JOB_SETUP.110
  5112.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>LEFT_2PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"   
  5113.         }
  5114.     }
  5115.     *Option: 2right
  5116.     {
  5117.         *rcNameID: =IDS_TWO_STAPLE_RIGHT
  5118.         *Constraints: AccessoryOutputBins.3000Stacker
  5119.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5120.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5121.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5122.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5123.         *Constraints: AccessoryOutputBins.750Stapler
  5124.         *Constraints: AccessoryOutputBins.500Stapler
  5125.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5126.         *Constraints: AccessoryOutputBins.500JStaplerOutput        
  5127.         *Constraints: AccessoryOutputBins.500StaplerOutput        
  5128.         *Constraints: AccessoryOutputBins.3000Stapler                        
  5129.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher        
  5130.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  5131.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5132.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5133.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5134.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5135.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5136.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A     
  5137.         *Constraints: AccessoryOutputBins.500StaplerZT 
  5138.  
  5139.  
  5140.  
  5141.         *Command: CmdSelect
  5142.         {
  5143.             *Order: JOB_SETUP.110
  5144.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>RIGHT_2PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"   
  5145.         }
  5146.     }
  5147.     *Option: 3parallelCM8060
  5148.     {
  5149.         *rcNameID:=IDS_THREE_STAPLES_LEFT
  5150.         *%Name: "Three Staples Left"
  5151.         *Constraints: AccessoryOutputBins.3000Stacker
  5152.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5153.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5154.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5155.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5156.         *Constraints: AccessoryOutputBins.750Stapler
  5157.         *Constraints: AccessoryOutputBins.500Stapler
  5158.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5159.         *Constraints: AccessoryOutputBins.500JStaplerOutput   
  5160.         *Constraints: AccessoryOutputBins.500StaplerOutput  
  5161.         *Constraints: AccessoryOutputBins.3000Stapler                
  5162.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  5163.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5164.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5165.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  5166.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  5167.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  5168.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  5169.         *Constraints: AccessoryOutputBins.MBM5xStacker
  5170.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  5171.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  5172.         *Constraints: AccessoryOutputBins.MBM5Collator 
  5173.         *Constraints: AccessoryOutputBins.MBM5JCollator  
  5174.         *Constraints: AccessoryOutputBins.500StaplerZT                
  5175.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5176.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5177.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5178.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5179.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5180.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5181.         *Command: CmdSelect
  5182.         {
  5183.             *Order: JOB_SETUP.110
  5184.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>LEFT_3PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5185.         }
  5186.     }    
  5187.     *Option: 3right
  5188.     {
  5189.         *rcNameID:=IDS_THREE_STAPLES_RIGHT
  5190.         *%Name: "Three Staples Right"
  5191.         *Constraints: AccessoryOutputBins.3000Stacker
  5192.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5193.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5194.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5195.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5196.         *Constraints: AccessoryOutputBins.750Stapler
  5197.         *Constraints: AccessoryOutputBins.500Stapler
  5198.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5199.         *Constraints: AccessoryOutputBins.500JStaplerOutput   
  5200.         *Constraints: AccessoryOutputBins.500StaplerOutput  
  5201.         *Constraints: AccessoryOutputBins.3000Stapler                
  5202.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  5203.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  5204.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  5205.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5206.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  5207.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5208.          *Constraints: AccessoryOutputBins.StackStapleJobSep
  5209.          *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5210.          *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5211.          *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5212.          *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5213.          *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5214.          *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5215.          *Constraints: AccessoryOutputBins.500StaplerZT  
  5216.          *Command: CmdSelect
  5217.         {
  5218.             *Order: JOB_SETUP.110
  5219.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>RIGHT_3PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5220.         }
  5221.     }    
  5222.     *Option: 3topCM8060
  5223.     {
  5224.         *rcNameID: =IDS_THREE_STAPLES_TOP
  5225.         *%Name: "Three Staples Top"
  5226.         *Constraints: AccessoryOutputBins.3000Stacker
  5227.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5228.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5229.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5230.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5231.         *Constraints: AccessoryOutputBins.750Stapler
  5232.         *Constraints: AccessoryOutputBins.500Stapler
  5233.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5234.         *Constraints: AccessoryOutputBins.500JStaplerOutput    
  5235.         *Constraints: AccessoryOutputBins.500StaplerOutput    
  5236.         *Constraints: AccessoryOutputBins.3000Stapler                        
  5237.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  5238.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5239.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5240.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker
  5241.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  5242.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  5243.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  5244.         *Constraints: AccessoryOutputBins.MBM5xStacker
  5245.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  5246.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  5247.         *Constraints: AccessoryOutputBins.MBM5Collator 
  5248.         *Constraints: AccessoryOutputBins.MBM5JCollator 
  5249.         *Constraints: AccessoryOutputBins.500StaplerZT                
  5250.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5251.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5252.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5253.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5254.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5255.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5256.         *Command: CmdSelect
  5257.          {
  5258.             *Order: JOB_SETUP.110
  5259.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>TOP_3PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5260.         }
  5261.     }
  5262.  
  5263.     *Option: 2topCM8060
  5264.     {
  5265.         *rcNameID: =IDS_TWO_STAPLE_TOP
  5266.         *Constraints: AccessoryOutputBins.3000Stacker
  5267.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5268.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5269.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5270.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5271.         *Constraints: AccessoryOutputBins.750Stapler
  5272.         *Constraints: AccessoryOutputBins.500Stapler
  5273.         *Constraints: AccessoryOutputBins.3000InternalStapler
  5274.         *Constraints: AccessoryOutputBins.500JStaplerOutput     
  5275.         *Constraints: AccessoryOutputBins.500StaplerOutput     
  5276.         *Constraints: AccessoryOutputBins.3000Stapler                        
  5277.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  5278.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5279.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5280.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5281.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5282.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5283.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A   
  5284.         *Constraints: AccessoryOutputBins.500StaplerZT 
  5285.  
  5286.  
  5287.  
  5288.         *Command: CmdSelect
  5289.         {
  5290.             *Order: JOB_SETUP.110
  5291.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>TOP_2PT<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5292.         }
  5293.      }           
  5294.     
  5295.    *Option: StitchingReverse                   *% "Fold Saddle"
  5296.     {
  5297.         *rcNameID: =IDS_FOLD_N_STITCH_MAX15            
  5298.         *Constraints: AccessoryOutputBins.MultiFunctionFinisher
  5299.         *Constraints: AccessoryOutputBins.SingleOutputBin
  5300.         *Constraints: AccessoryOutputBins.MultiFunctionInternalFinisher
  5301.         *Constraints: AccessoryOutputBins.MBM8Stacker
  5302.         *Constraints: AccessoryOutputBins.MBM8Sorter
  5303.         *Constraints: AccessoryOutputBins.MBM8JobSeparator
  5304.         *Constraints: AccessoryOutputBins.MBM5SorterCollator
  5305.         *Constraints: AccessoryOutputBins.MBM5JobSeparator
  5306.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5307.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5308.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5309.         *Constraints: AccessoryOutputBins.MBM5Stacker
  5310.         *Constraints: AccessoryOutputBins.750Stapler
  5311.         *Constraints: AccessoryOutputBins.500Stapler
  5312.         *Constraints: AccessoryOutputBins.3000InternalStapler        
  5313.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  5314.         *Constraints: AccessoryOutputBins.500StaplerOutput
  5315.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  5316.         *Constraints: AccessoryOutputBins.3000Stapler
  5317.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5318.         *Constraints: AccessoryOutputBins.MBM3FunctionSeparator
  5319.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5320.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker 
  5321.         *Constraints: AccessoryOutputBins.MBM5Stacker1
  5322.         *Constraints: AccessoryOutputBins.MBM5xStacker
  5323.         *Constraints: AccessoryOutputBins.MBM5JobSeparator1
  5324.         *Constraints: AccessoryOutputBins.MBM5xJobSeparator
  5325.         *Constraints: AccessoryOutputBins.MBM5Collator
  5326.         *Constraints: AccessoryOutputBins.MBM5JCollator
  5327.         *Constraints: AccessoryOutputBins.500StaplerZT   
  5328.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5329.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5330.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5331.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5332.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5333.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5334.         *Command: CmdSelect
  5335.         {
  5336.             *Order: JOB_SETUP.110
  5337.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>BOOKLET_MAKER<22><0A>@PJL SET PROCESSINGOPTION=<22>BOOKLET_MAKER<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5338.         }
  5339.     }
  5340.      *Option: Stitching                   *% "Fold Saddle"
  5341.     {
  5342.         *rcNameID: =IDS_FOLD_AND_STITCH
  5343.         *Constraints: AccessoryOutputBins.MBM5Mailbox
  5344.         *Constraints: AccessoryOutputBins.MBM5xMailbox
  5345.         *Constraints: AccessoryOutputBins.MBM5xJMailbox
  5346.         *Constraints: AccessoryOutputBins.750Stapler
  5347.         *Constraints: AccessoryOutputBins.500Stapler
  5348.         *Constraints: AccessoryOutputBins.3000InternalStapler        
  5349.         *Constraints: AccessoryOutputBins.500JStaplerOutput
  5350.         *Constraints: AccessoryOutputBins.500StaplerOutput
  5351.         *Constraints: AccessoryOutputBins.StackStapleJobSep
  5352.         *Constraints: AccessoryOutputBins.3000Stapler
  5353.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox
  5354.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker         
  5355.         *Constraints: AccessoryOutputBins.MBMBookletMakerMailboxStapler
  5356.         *Constraints: AccessoryOutputBins.MBMBookletMakerStackerStapler    
  5357.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator
  5358.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CC424A
  5359.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CC424A
  5360.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CC424A
  5361.         *Constraints: AccessoryOutputBins.MBM3StaplerMailbox-CE736A
  5362.         *Constraints: AccessoryOutputBins.MBM3StaplerFunctionSeparator-CE736A
  5363.         *Constraints: AccessoryOutputBins.MBM3StaplerStacker-CE736A       
  5364.         *Constraints: AccessoryOutputBins.500StaplerZT    
  5365.         *Command: CmdSelect
  5366.         {
  5367.             *Order: JOB_SETUP.110
  5368.             *Cmd: "@PJL SET PROCESSINGTYPE=<22>BOOKLET_MAKER<22><0A>@PJL SET PROCESSINGOPTION=<22>BOOKLET_MAKER<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  5369.         }
  5370.     }
  5371.     
  5372. }
  5373. *%------------Mystique Inserted 2-23-05--------End------------------------
  5374.  
  5375. *%------------------------------------------------------------------------
  5376. *% Feature: Economode
  5377. *%------------------------------------------------------------------------
  5378. *Feature: Economode
  5379. {
  5380.     *rcNameID: =IDS_ECONOMODE
  5381.     *HelpIndex: =IDH_UNIDRV_ECONOMODE_MAY_SAVE_PRINT_CARTRIDGES
  5382.     *DefaultOption: False
  5383.  
  5384.     *Option: False
  5385.     {
  5386.         *rcNameID: =IDS_OFF_DISPLAY
  5387.         *Command: CmdSelect
  5388.         {
  5389.             *Order: JOB_SETUP.120
  5390.             *Cmd: "@PJL SET ECONOMODE=OFF<0A>"
  5391.         }
  5392.     }
  5393.  
  5394.     *Option: True
  5395.     {
  5396.         *rcNameID: =IDS_ON_DISPLAY
  5397.         *Command: CmdSelect
  5398.         {
  5399.             *Order: JOB_SETUP.120
  5400.             *Cmd: "@PJL SET ECONOMODE=ON<0A>"
  5401.         }
  5402.     }
  5403. }
  5404.  
  5405. *%------------------------------------------------------------------------
  5406. *% Feature: TextAsBlack : CF (Custom Feature)
  5407. *%------------------------------------------------------------------------
  5408. *Feature: TextAsBlack
  5409. {
  5410.     *rcNameID: =IDS_PRINTALLBLACK
  5411.     *FeatureType: DOC_PROPERTY
  5412.     *HelpIndex: =IDH_UNIDRV_PRINT_TEXT_BLACK_EC5
  5413.     *DefaultOption: False
  5414.  
  5415.     *Option: False
  5416.     {
  5417.         *rcNameID: =IDS_DISABLED_DISPLAY
  5418.     }
  5419.  
  5420.     *Option: True
  5421.     {
  5422.         *rcNameID: =IDS_ENABLED_DISPLAY
  5423.         *Ifdef: WINNT_51
  5424.         *Constraints: GraphicsMode.RASTERMODE
  5425.         *Endif:
  5426.     }
  5427. }
  5428.  
  5429. *Ifdef: WINNT_51
  5430.  
  5431. *Feature: GraphicsMode
  5432. {
  5433.     *rcNameID: =IDS_RENDERING_MODE
  5434.     *DefaultOption: HPGL2MODE
  5435.     *HelpIndex: =IDH_UNIDRV_GRAPHICS_MODE_EC5
  5436.  
  5437.     *Option: HPGL2MODE
  5438.     {
  5439.         *rcNameID: =IDS_RENDERMODE_VECTOR
  5440.  
  5441.     }
  5442.  
  5443.     *Option: RASTERMODE
  5444.     {
  5445.         *rcNameID: =IDS_RENDERMODE_RASTER
  5446.     }
  5447. }
  5448.  
  5449. *Endif:
  5450.  
  5451. *%------------------------------------------------------------------------
  5452. *% AlternateLetterHead custom feature
  5453. *% Only for PDL products and those printers that supports Letterhead and Preprinted Media Types
  5454. *% Shown in the Advanced treeview only if Duplex Unit is installed.
  5455. *% When enabled, if Lettehrehead or Preprinted is selected, a simplex job will be duplexed 
  5456. *% and a blank page will be played for each page.
  5457. *% Options - False, True
  5458. *%------------------------------------------------------------------------
  5459. *% Feature: AlternateLetterHead : 
  5460. *%------------------------------------------------------------------------
  5461.  
  5462. *Feature: AlternateLetterHead
  5463. {
  5464.     *rcNameID: =IDS_ALTERNATE_LETTERHEAD_MODE
  5465.     *HelpIndex: =IDH_ALTERNATIVE_LETTERHEAD_MODE_Q104
  5466.     *FeatureType: DOC_PROPERTY
  5467.     *DefaultOption: False
  5468.     
  5469.     
  5470.       *Option: False
  5471.     {
  5472.         *rcNameID: =IDS_OFF_DISPLAY
  5473.         
  5474.     }
  5475.  
  5476.     *Option: True
  5477.     {
  5478.         *rcNameID: =IDS_ON_DISPLAY
  5479.     }
  5480.   }  
  5481. *%-------------------------------------------------------------------------
  5482. *% Feature: HPSmartHub: HPCF (HP Custom Feature)
  5483. *%-------------------------------------------------------------------------
  5484. *Feature: HPSmartHub
  5485. {
  5486.  
  5487.   *Name: "HPSmartHub"
  5488.   *FeatureType: DOC_PROPERTY  
  5489.   *DefaultOption: Inet_SID_263_BID_514_HID_265
  5490.  
  5491.   *Option: Inet_SID_263_BID_514_HID_265                 *%"Select a destination"
  5492.   {
  5493.      *Name: ""
  5494.   }
  5495.   
  5496.   *Option: Inet_SID_264_BID_514_HID_266                 *%"Online Diagnostic Tools": "Interactive tools and contacts for troubleshooting."
  5497.   {
  5498.      *Name: ""
  5499.   }
  5500.  
  5501.   *Option: Inet_SID_251_BID_514_HID_267                 *%"Product Home Page" was ("Launch Product Support Website") changed to "Support & troubleshooting": "The product's main support page on hp.com"
  5502.   {
  5503.  
  5504.      *Name: ""     
  5505.   }
  5506.   
  5507.   *Option: Inet_SID_252_BID_514_HID_268                 *%"Product Documentation" changed to "Product Manuals": "Online manuals that may be viewed or downloaded."
  5508.   {
  5509.      *Name: ""
  5510.   }
  5511.   
  5512.   *Option: Inet_SID_253_BID_514_HID_269                 *%"Check for Driver Updates": "Automatically check to see if the correct driver is installed."
  5513.   {
  5514.      *Name: ""
  5515.   }
  5516.  
  5517. }
  5518.  
  5519. *%-------------------------------------------------------------------------
  5520. *% PRN_PROP Standard features section
  5521. *%-------------------------------------------------------------------------
  5522.  
  5523. *%------------Mystique Inserted 2-23-05--------Begin-----------------------
  5524. *Feature: AutoConfiguration
  5525. {
  5526.     *rcNameID: =IDS_AUTO_CONFIGURATION
  5527.     *HelpIndex: =IDH_UPDATE_NOW_EC6
  5528.     *FeatureType: PRINTER_PROPERTY
  5529.     *DefaultOption: NotInstalled
  5530.  
  5531.     *Option: NotInstalled
  5532.     {
  5533.         *rcNameID: =IDS_OFF_DISPLAY
  5534.     }
  5535.     *Option: Installed
  5536.     {
  5537.         *rcNameID: =IDS_UPDATE_NOW
  5538.     }
  5539. }
  5540. *%------------------------------------------------------------------------
  5541. *% Feature: SNPEnableDisable : SNP enabled or disabled
  5542. *%------------------------------------------------------------------------
  5543. *Feature: SNPEnableDisable
  5544. {     
  5545.     *rcNameID: =IDS_PRINTER_STATUS_CSL
  5546.     *FeatureType: PRINTER_PROPERTY
  5547.     *HelpIndex: =IDH_PRINTER_STATUS_NOTIFICATION_CSL
  5548.     *DefaultOption: Enable
  5549.        
  5550.     *Option: Enable
  5551.     {
  5552.         *rcNameID: =IDS_ENABLED_DISPLAY
  5553.     }
  5554.  
  5555.     *Option: Disable
  5556.     {
  5557.         *rcNameID: =IDS_DISABLED_DISPLAY
  5558.     }
  5559.  
  5560. }
  5561.  
  5562. *Feature: HPInstallableTrayFeatureName
  5563. {
  5564.     *Name: "HPInstallableTrayFeatureName"
  5565.     *FeatureType: PRINTER_PROPERTY
  5566.  
  5567.     *Option: Auto_install
  5568.     {
  5569.          *rcNameID: =IDS_PRINTER_AUTO_SELECT
  5570.     }
  5571.     *Option: ManualFeed_install
  5572.     {
  5573.          *rcNameID: =IDS_MANUAL_FEED_IN_TRAY1
  5574.     }
  5575.     *Option: Tray1_install
  5576.     {
  5577.          *rcNameID: =IDS_TRAY1
  5578.     }
  5579.     *Option: Tray2_install
  5580.     {
  5581.          *rcNameID: =IDS_TRAY2
  5582.     }
  5583.     *Option: Tray3_install
  5584.     {
  5585.          *rcNameID: =IDS_TRAY3
  5586.     }
  5587.     *Option: Tray4_install
  5588.     {
  5589.          *rcNameID: =IDS_TRAY4
  5590.     }
  5591.     *Option: Tray5_install
  5592.     {
  5593.          *rcNameID: =IDS_TRAY5
  5594.     }
  5595.     *Option: Tray6_install
  5596.     {
  5597.          *rcNameID: =IDS_TRAY_6
  5598.     }
  5599.     *Option: Tray7_install
  5600.     {
  5601.          *rcNameID: =IDS_TRAY7
  5602.     }
  5603.     *Option: Tray8_install
  5604.     {
  5605.          *rcNameID: =IDS_TRAY8
  5606.     }
  5607.     *Option: Tray9_install
  5608.     {
  5609.          *rcNameID: =IDS_TRAY9
  5610.  
  5611.     }
  5612.     *Option: Tray10_install
  5613.     {
  5614.          *rcNameID: =IDS_TRAY10
  5615.  
  5616.     }
  5617.     *Option: TrayExt1_install
  5618.     {
  5619.          *Name: "Ex Tray1"
  5620.     }
  5621.     *Option: TrayExt2_install
  5622.     {
  5623.          *Name: "Ex Tray2"
  5624.     }
  5625.     *Option: TrayExt3_install
  5626.     {
  5627.          *Name: "Ex Tray3"
  5628.     }
  5629.     *Option: TrayExt4_install
  5630.     {
  5631.          *Name: "Ex Tray4"
  5632.     }
  5633.     *Option: TrayExt5_install
  5634.     {
  5635.          *Name: "Ex Tray5"
  5636.     }
  5637.    
  5638.     *Option: TrayExt6_install
  5639.     {
  5640.          *Name: "Ex Tray6"
  5641.     }
  5642.  
  5643.     *Option: EnvFeed_install
  5644.     {
  5645.          *rcNameID: =IDS_ENVELOPE_FEEDER_DISPLAY
  5646.     }
  5647.  
  5648.     
  5649. }
  5650.  
  5651.  
  5652. *%------------------------------------------------------------
  5653.  
  5654. *Feature: Auto_install
  5655. {
  5656.     *rcNameID: =IDS_PRINTER_AUTO_SELECT
  5657.     *FeatureType: PRINTER_PROPERTY
  5658.     *DefaultOption: INSTALLED
  5659.  
  5660.     *Option: NOTINSTALLED
  5661.     {
  5662.         *rcNameID: =IDS_NOTINSTALLED
  5663.         
  5664.     }
  5665.  
  5666.     *Option: INSTALLED
  5667.     {
  5668.         *rcNameID: =IDS_INSTALLED
  5669.     }
  5670. }
  5671. *Feature: ManualFeed_install
  5672. {
  5673.     *rcNameID: =IDS_MANUAL_FEED_IN_TRAY1
  5674.     *FeatureType: PRINTER_PROPERTY
  5675.     *DefaultOption: INSTALLED
  5676.  
  5677.     *Option: NOTINSTALLED
  5678.     {
  5679.         *rcNameID: =IDS_NOTINSTALLED
  5680.         
  5681.     }
  5682.  
  5683.     *Option: INSTALLED
  5684.     {
  5685.         *rcNameID: =IDS_INSTALLED
  5686.     }
  5687. }
  5688. *Feature: Tray1_install
  5689. {
  5690.     *rcNameID: =IDS_TRAY1
  5691.     *FeatureType: PRINTER_PROPERTY
  5692.     *DefaultOption: INSTALLED
  5693.  
  5694.     *Option: NOTINSTALLED
  5695.     {
  5696.         *rcNameID: =IDS_NOTINSTALLED
  5697.         *Constraints: LIST(InputBin.Tray1)
  5698.         
  5699.     }
  5700.  
  5701.     *Option: INSTALLED
  5702.     {
  5703.         *rcNameID: =IDS_INSTALLED
  5704.     }
  5705. }
  5706. *Feature: Tray2_install
  5707. {
  5708.     *rcNameID: =IDS_TRAY2
  5709.     *FeatureType: PRINTER_PROPERTY
  5710.     *DefaultOption: INSTALLED
  5711.  
  5712.     *Option: NOTINSTALLED
  5713.     {
  5714.         *rcNameID: =IDS_NOTINSTALLED
  5715.         *Constraints: LIST(InputBin.Tray2)
  5716.         
  5717.     }
  5718.  
  5719.     *Option: INSTALLED
  5720.     {
  5721.         *rcNameID: =IDS_INSTALLED
  5722.     }
  5723. }
  5724. *Feature: Tray3_install
  5725. {
  5726.     *rcNameID: =IDS_TRAY3
  5727.     *FeatureType: PRINTER_PROPERTY
  5728.     *DefaultOption: NOTINSTALLED
  5729.  
  5730.     *Option: NOTINSTALLED
  5731.     {
  5732.         *rcNameID: =IDS_NOTINSTALLED
  5733.         *Constraints: LIST(InputBin.Tray3)
  5734.     }
  5735.  
  5736.     *Option: INSTALLED
  5737.     {
  5738.         *rcNameID: =IDS_INSTALLED
  5739.     }
  5740. }
  5741.  
  5742. *Feature: Tray4_install
  5743. {
  5744.     *rcNameID: =IDS_TRAY4
  5745.     *FeatureType: PRINTER_PROPERTY
  5746.     *DefaultOption: NOTINSTALLED
  5747.  
  5748.     *Option: NOTINSTALLED
  5749.     {
  5750.         *rcNameID: =IDS_NOTINSTALLED
  5751.         *Constraints: LIST(InputBin.Tray4)
  5752.         
  5753.     }
  5754.  
  5755.     *Option: INSTALLED
  5756.     {
  5757.         *rcNameID: =IDS_INSTALLED
  5758.     }
  5759. }
  5760.  
  5761. *Feature: Tray5_install
  5762. {
  5763.     *rcNameID: =IDS_TRAY5
  5764.     *FeatureType: PRINTER_PROPERTY
  5765.     *DefaultOption: NOTINSTALLED
  5766.  
  5767.     *Option: NOTINSTALLED
  5768.     {
  5769.         *rcNameID: =IDS_NOTINSTALLED
  5770.         *Constraints: LIST(InputBin.Tray5)
  5771.         
  5772.     }
  5773.  
  5774.     *Option: INSTALLED
  5775.     {
  5776.         *rcNameID: =IDS_INSTALLED
  5777.     }
  5778. }
  5779.  
  5780. *Feature: Tray6_install
  5781. {
  5782.     *rcNameID: =IDS_TRAY_6
  5783.     *FeatureType: PRINTER_PROPERTY
  5784.     *DefaultOption: NOTINSTALLED
  5785.  
  5786.     *Option: NOTINSTALLED
  5787.     {
  5788.         *rcNameID: =IDS_NOTINSTALLED
  5789.         *Constraints: LIST(InputBin.Tray6)
  5790.         
  5791.     }
  5792.  
  5793.     *Option: INSTALLED
  5794.     {
  5795.         *rcNameID: =IDS_INSTALLED
  5796.     }
  5797. }
  5798.  
  5799. *Feature: Tray7_install
  5800. {
  5801.     *rcNameID: =IDS_TRAY7
  5802.     *FeatureType: PRINTER_PROPERTY
  5803.     *DefaultOption: NOTINSTALLED
  5804.  
  5805.     *Option: NOTINSTALLED
  5806.     {
  5807.         *rcNameID: =IDS_NOTINSTALLED
  5808.         *Constraints: LIST(InputBin.Tray7)
  5809.         
  5810.     }
  5811.  
  5812.     *Option: INSTALLED
  5813.     {
  5814.         *rcNameID: =IDS_INSTALLED
  5815.     }
  5816. }
  5817.  
  5818. *Feature: Tray8_install
  5819. {
  5820.     *rcNameID: =IDS_TRAY8
  5821.     *FeatureType: PRINTER_PROPERTY
  5822.     *DefaultOption: NOTINSTALLED
  5823.  
  5824.     *Option: NOTINSTALLED
  5825.     {
  5826.         *rcNameID: =IDS_NOTINSTALLED
  5827.         *Constraints: LIST(InputBin.Tray8)
  5828.         
  5829.     }
  5830.  
  5831.     *Option: INSTALLED
  5832.     {
  5833.         *rcNameID: =IDS_INSTALLED
  5834.     }
  5835. }
  5836.  
  5837. *Feature: Tray9_install
  5838. {
  5839.     *rcNameID: =IDS_TRAY9
  5840.     *FeatureType: PRINTER_PROPERTY
  5841.     *DefaultOption: NOTINSTALLED
  5842.  
  5843.     *Option: NOTINSTALLED
  5844.     {
  5845.         *rcNameID: =IDS_NOTINSTALLED
  5846.         *Constraints: LIST(InputBin.Tray9)
  5847.         
  5848.     }
  5849.  
  5850.     *Option: INSTALLED
  5851.     {
  5852.         *rcNameID: =IDS_INSTALLED
  5853.     }
  5854. }
  5855. *Feature: Tray10_install
  5856. {
  5857.     *rcNameID: =IDS_TRAY10
  5858.     *FeatureType: PRINTER_PROPERTY
  5859.     *DefaultOption: NOTINSTALLED
  5860.  
  5861.     *Option: NOTINSTALLED
  5862.     {
  5863.         *rcNameID: =IDS_NOTINSTALLED
  5864.         *Constraints: LIST(InputBin.Tray10)
  5865.         
  5866.     }
  5867.  
  5868.     *Option: INSTALLED
  5869.     {
  5870.         *rcNameID: =IDS_INSTALLED
  5871.     }
  5872. }
  5873.  
  5874. *Feature: TrayExt1_install
  5875. {
  5876.     *Name: "Ex Tray1"
  5877.     *FeatureType: PRINTER_PROPERTY
  5878.     *DefaultOption: NOTINSTALLED
  5879.  
  5880.     *Option: NOTINSTALLED
  5881.     {
  5882.         *rcNameID: =IDS_NOTINSTALLED
  5883.         *Constraints: LIST(InputBin.TrayExt1)
  5884.         
  5885.     }
  5886.  
  5887.     *Option: INSTALLED
  5888.     {
  5889.         *rcNameID: =IDS_INSTALLED
  5890.     }
  5891. }
  5892.  
  5893. *Feature: TrayExt2_install
  5894. {
  5895.     *Name: "Ex Tray2"
  5896.     *FeatureType: PRINTER_PROPERTY
  5897.     *DefaultOption: NOTINSTALLED
  5898.  
  5899.     *Option: NOTINSTALLED
  5900.     {
  5901.         *rcNameID: =IDS_NOTINSTALLED
  5902.         *Constraints: LIST(InputBin.TrayExt2)
  5903.         
  5904.     }
  5905.  
  5906.     *Option: INSTALLED
  5907.     {
  5908.         *rcNameID: =IDS_INSTALLED
  5909.     }
  5910. }
  5911.  
  5912. *Feature: TrayExt3_install
  5913. {
  5914.     *Name: "Ex Tray3"
  5915.     *FeatureType: PRINTER_PROPERTY
  5916.     *DefaultOption: NOTINSTALLED
  5917.  
  5918.     *Option: NOTINSTALLED
  5919.     {
  5920.         *rcNameID: =IDS_NOTINSTALLED
  5921.         *Constraints: LIST(InputBin.TrayExt3)
  5922.         
  5923.     }
  5924.  
  5925.     *Option: INSTALLED
  5926.     {
  5927.         *rcNameID: =IDS_INSTALLED
  5928.     }
  5929. }
  5930. *Feature: TrayExt4_install
  5931. {
  5932.     *Name: "Ex Tray4"
  5933.     *FeatureType: PRINTER_PROPERTY
  5934.     *DefaultOption: NOTINSTALLED
  5935.  
  5936.     *Option: NOTINSTALLED
  5937.     {
  5938.         *rcNameID: =IDS_NOTINSTALLED
  5939.         *Constraints: LIST(InputBin.TrayExt4)
  5940.         
  5941.     }
  5942.  
  5943.     *Option: INSTALLED
  5944.     {
  5945.         *rcNameID: =IDS_INSTALLED
  5946.     }
  5947. }
  5948.  
  5949. *Feature: TrayExt5_install
  5950. {
  5951.     *Name: "Ex Tray5"
  5952.     *FeatureType: PRINTER_PROPERTY
  5953.     *DefaultOption: NOTINSTALLED
  5954.  
  5955.     *Option: NOTINSTALLED
  5956.     {
  5957.         *rcNameID: =IDS_NOTINSTALLED
  5958.         *Constraints: LIST(InputBin.TrayExt5)
  5959.         
  5960.     }
  5961.  
  5962.     *Option: INSTALLED
  5963.     {
  5964.         *rcNameID: =IDS_INSTALLED
  5965.     }
  5966. }
  5967.  
  5968. *Feature: TrayExt6_install
  5969. {
  5970.     *Name: "Ex Tray6"
  5971.     *FeatureType: PRINTER_PROPERTY
  5972.     *DefaultOption: NOTINSTALLED
  5973.  
  5974.     *Option: NOTINSTALLED
  5975.     {
  5976.         *rcNameID: =IDS_NOTINSTALLED
  5977.         *Constraints: LIST(InputBin.TrayExt6)
  5978.         
  5979.     }
  5980.  
  5981.     *Option: INSTALLED
  5982.     {
  5983.         *rcNameID: =IDS_INSTALLED
  5984.     }
  5985. }
  5986.  
  5987. *Feature: EnvFeed_install
  5988. {
  5989.     *rcNameID: =IDS_ENVELOPE_FEEDER_DISPLAY
  5990.     *FeatureType: PRINTER_PROPERTY
  5991.  
  5992.     *DefaultOption: NOTINSTALLED
  5993.  
  5994.     *Option: NOTINSTALLED
  5995.     {
  5996.         *rcNameID: =IDS_NOTINSTALLED
  5997.         *Constraints: LIST(InputBin.EnvFeed)
  5998.     }
  5999.  
  6000.     *Option: INSTALLED
  6001.     {
  6002.         *rcNameID: =IDS_INSTALLED
  6003.     }
  6004. }
  6005.  
  6006. *Feature: DuplexUnit
  6007. {
  6008.     *rcNameID: =IDS_DUPLEX_2_SIDED_PRINTING
  6009.     *FeatureType: PRINTER_PROPERTY
  6010.     *HelpIndex: =IDH_UNIDRV_DUPLEX_UNIT_EC5
  6011.     *DefaultOption: Installed
  6012.  
  6013.     *Option: NotInstalled
  6014.     {
  6015.         *rcNameID: =IDS_NOTINSTALLED
  6016.         *Constraints: LIST(Duplex.VERTICAL,Duplex.HORIZONTAL)
  6017.          *DisabledFeatures: LIST(Duplex)
  6018.     }
  6019.  
  6020.     *Option: Installed
  6021.     {
  6022.         *rcNameID: =IDS_INSTALLED
  6023.     }
  6024.  
  6025. }
  6026. *Feature: AccessoryOutputBins
  6027. {
  6028.     *rcNameID: =IDS_ACCESSORY_OUTPUT_BIN
  6029.     *FeatureType: PRINTER_PROPERTY
  6030.     *HelpIndex: =IDH_UNIDRV_ACCESSORY_OUTPUT_BIN_EC5
  6031.     *DefaultOption: None
  6032.  
  6033.     *Option: None
  6034.     {
  6035.         *rcNameID: =IDS_NOTINSTALLED
  6036.         *DisabledFeatures: LIST(Stapling)
  6037.     }
  6038.     *Option: MBM3StaplerMailbox-CC424A
  6039.     {
  6040.         *rcNameID: =IDS_HP_3_BIN_STAPLER_STACKER_MAILBOX_CC424A_CSL
  6041.         *InsertBlock: =ContentOrientationCallBack
  6042.     }  
  6043.     *Option: MBM3StaplerFunctionSeparator-CC424A
  6044.     {
  6045.         *rcNameID: =IDS_HP_3_BIN_FUNCTION_STAPLER_CC424A
  6046.         *InsertBlock: =ContentOrientationCallBack
  6047.     }
  6048.     *Option: MBM3StaplerStacker-CC424A
  6049.     {
  6050.         *rcNameID: =IDS_HP_3_BIN_STAPLER_STACKER_STACKER_CC424A_CSL
  6051.         *InsertBlock: =ContentOrientationCallBack
  6052.     }
  6053.     *Option: MBM3StaplerMailbox-CE736A
  6054.     {
  6055.         *rcNameID: =IDS_HP_3_BIN_STAPLER_MAILBOX_CE736A
  6056.         *InsertBlock: =ContentOrientationCallBack
  6057.     }
  6058.     *Option: MBM3StaplerFunctionSeparator-CE736A
  6059.     {
  6060.         *rcNameID: =IDS_HP_3_BIN_FUNCTION_STAPLER_CE736A
  6061.         *InsertBlock: =ContentOrientationCallBack
  6062.     }
  6063.     *Option: MBM3StaplerStacker-CE736A
  6064.     {
  6065.         *rcNameID: =IDS_HP_3_BIN_STAPLER_STACKER_CE736A
  6066.         *InsertBlock: =ContentOrientationCallBack
  6067.     }
  6068.     *Option: MBM3StaplerMailbox
  6069.     {
  6070.         *rcNameID: =IDS_HP_3_BIN_STAPLER_MAILBOX
  6071.         *InsertBlock: =ContentOrientationCallBack
  6072.     }
  6073.     *Option: MBM3StaplerFunctionSeparator
  6074.      {
  6075.         *rcNameID: =IDS_HP_3BIN_FUNCTION_STAPLER
  6076.         *InsertBlock: =ContentOrientationCallBack
  6077.     }
  6078.     *Option: MBM3StaplerStacker
  6079.     {
  6080.         *rcNameID: =IDS_HP_3_BIN_STAPLER_STACKER
  6081.         *InsertBlock: =ContentOrientationCallBack
  6082.     }
  6083.     *Option: 3000Stacker
  6084.     {
  6085.         *rcNameID: =IDS_HP_3000_SHEET_STACKER
  6086.         *DisabledFeatures: LIST(Stapling)
  6087.     }
  6088.     *Option: 3000Stapler
  6089.     {
  6090.         *rcNameID: =IDS_HP_3000_SHEET_STAPLERSTACKER
  6091.         *InsertBlock: =ContentOrientationCallBack
  6092.     }
  6093.     *Option: MultiFunctionFinisher
  6094.     {
  6095.         *rcNameID: =IDS_MULTIFN_FINISHER
  6096.     }
  6097.     *Option: MBM8Mailbox
  6098.     {
  6099.         *rcNameID: =IDS_8_BIN_MAILBOX_MAILBOX_MODE
  6100.         *DisabledFeatures: LIST(Stapling)
  6101.     }
  6102.     *Option: MBM8Stacker
  6103.     {
  6104.         *rcNameID: =IDS_8_BIN_MAILBOX_STACKER_MODE
  6105.     }
  6106.     *Option: MBM8Sorter
  6107.     {
  6108.         *rcNameID: =IDS_8_BIN_MAILBOX_COLLATOR_MODE
  6109.     }
  6110.     *Option: MBM8JobSeparator
  6111.     {
  6112.         *rcNameID: =IDS_8_BIN_MAILBOX_JOBSEPARATOR_MODE
  6113.     }
  6114.     *Option: MBM5Mailbox
  6115.     {
  6116.         *rcNameID: =IDS_5BIN_MAILBOX_MODE_CSL
  6117.         *DisabledFeatures: LIST(Stapling)
  6118.     }
  6119.     *Option: MBM5Stacker
  6120.     {
  6121.         *rcNameID: =IDS_STACKER_MODE_CSL
  6122.     }
  6123.     *Option: MBM5SorterCollator
  6124.     {
  6125.         *rcNameID: =IDS_SORTER_MODE_CSL
  6126.     }
  6127.     *Option: MBM5JobSeparator
  6128.     {
  6129.         *rcNameID: =IDS_JOB_SEPARATOR_MODE_CSL
  6130.     }
  6131.     *Option: MBM5JCollator
  6132.     {
  6133.         *rcNameID: =IDS_HP_5_BIN_COLLATOR_CE997A
  6134.     }
  6135.     *Option: MBM5xJMailbox
  6136.     {
  6137.         *rcNameID: =IDS_HP_5_BIN_MAILBOX_CE997A
  6138.         *DisabledFeatures: LIST(Stapling)
  6139.     }
  6140.     *Option: 750Stapler
  6141.     {
  6142.         *rcNameID: =IDS_HP_750_STAPLER_STACKER
  6143.         *InsertBlock: =ContentOrientationCallBack
  6144.     }
  6145.  
  6146.     *Option: 500JStaplerOutput
  6147.     {
  6148.         *rcNameID: =IDS_HP_500_Sheet_Stapler_Stacker_CE405A
  6149.         *InsertBlock: =ContentOrientationCallBack
  6150.     }
  6151.     
  6152.     *Option: 500StaplerOutput
  6153.     {
  6154.         *rcNameID: =IDS_500_STAPLER_STACKER
  6155.         *InsertBlock: =ContentOrientationCallBack
  6156.     }
  6157.     *Option: 500Stapler
  6158.     {
  6159.         *rcNameID: =IDS_HP_500_SHEET_STAPLER_CSL
  6160.         *InsertBlock: =ContentOrientationCallBack
  6161.     }
  6162.     *Option: 500JStacker
  6163.     {
  6164.         *rcNameID: =IDS_HP_500_Sheet_Stacker_CE404A
  6165.         *DisabledFeatures: LIST(Stapling)
  6166.     }
  6167.  
  6168.     *Option: 500Stacker
  6169.     {
  6170.         *rcNameID: =IDS_500_STACKER
  6171.         *DisabledFeatures: LIST(Stapling)
  6172.     }
  6173.     
  6174.     *Option: MBM3Mailbox
  6175.     {
  6176.         *rcNameID: =IDS_3_BIN_MAILBOX_MAILBOX_MODE
  6177.         *DisabledFeatures: LIST(Stapling)
  6178.     }
  6179.     *Option: MBM3Stacker
  6180.     {
  6181.         *rcNameID: =IDS_3_BIN_MAILBOX_STACKER_MODE
  6182.     }
  6183.     *Option: MBM3FunctionSeparator
  6184.     {
  6185.         *rcNameID: =IDS_3_BIN_MAILBOX_SEPARATOR_MODE
  6186.     }
  6187.     *Option: 3000InternalStapler
  6188.     {
  6189.         *rcNameID: =IDS_HP_3000_SHEET_STAPLER_CSL
  6190.         *InsertBlock: =ContentOrientationCallBack
  6191.     }
  6192.     *Option: MultiFunctionInternalFinisher
  6193.     {
  6194.         *rcNameID: =IDS_HP_MULTIFUNCTION_FINISHER_CSL
  6195.     }
  6196.     *Option: StackStapleJobSep
  6197.     {
  6198.         *rcNameID: =IDS_HP_STAK_STAPL_JOBSEP
  6199.         *InsertBlock: =ContentOrientationCallBack
  6200.      }
  6201.     *Option: MBM4JobSeparator
  6202.     {
  6203.         *rcNameID: =IDS_HP_4BIN_JOB_SEP
  6204.     }
  6205.     *Option: SingleOutputBin
  6206.     {
  6207.         *rcNameID: =IDS_SINGLE_OUTPUT_BIN
  6208.     }
  6209.     *Option: MBMBookletMakerMailboxStapler
  6210.     {
  6211.          *rcNameID: =IDS_HP_BOOKLET_MAK_MAIL
  6212.          *InsertBlock: =ContentOrientationCallBack
  6213.     } 
  6214.     *Option: MBMBookletMakerStackerStapler
  6215.     {
  6216.          *rcNameID: =IDS_HP_BOOKLET_MAK_STAK
  6217.          *InsertBlock: =ContentOrientationCallBack
  6218.     }
  6219.     *Option: MBM5xMailbox
  6220.     {
  6221.         *rcNameID: =IDS_HP_5BIN_MAILBOX
  6222.         *DisabledFeatures: LIST(Stapling)
  6223.     }
  6224.     *Option: MBM5xStacker
  6225.     {
  6226.         *rcNameID: =IDS_HP_5_Bin_Stacker_CE997A
  6227.     }
  6228.     *Option: MBM5Stacker1
  6229.     {
  6230.         *rcNameID: =IDS_HP_5BIN_STACKER
  6231.     }
  6232.  
  6233.     *Option: MBM5xJobSeparator
  6234.     {
  6235.         *rcNameID: =IDS_HP_5_Bin_Job_Separator_CE997A
  6236.     }
  6237.  
  6238.     *Option: MBM5JobSeparator1
  6239.     {
  6240.         *rcNameID: =IDS_HP_5BIN_JOB_SEPARATOR
  6241.     }
  6242.     *Option: MBM5Collator
  6243.     {
  6244.         *rcNameID: =IDS_HP_5BIN_COLLATOR
  6245.     }  
  6246.     *Option: 500StaplerZT
  6247.     {
  6248.         *rcNameID: =IDS_HP_500_SHEET_STACKER_CSL
  6249.         *InsertBlock: =ContentOrientationCallBack
  6250.     }
  6251.     
  6252. }
  6253.  
  6254. *%------------Mystique Inserted 2-23-05--------End------------------------
  6255.  
  6256.  
  6257.  
  6258.  
  6259. *Feature: Memory
  6260. {
  6261.     *rcNameID: =IDS_PRINTER_MEMORY
  6262.     *HelpIndex: =IDH_UNIDRV_HP5SI_MEM
  6263.     *DefaultOption: 256MB
  6264.  
  6265.     *Option: 128MB
  6266.     {
  6267.         *rcNameID: =IDS_128_MB
  6268.         *MemoryConfigKB: PAIR(131072, 6144)
  6269.     }
  6270.     
  6271.     *Option: 160MB
  6272.     {
  6273.         *rcNameID: =IDS_160_MB
  6274.         *MemoryConfigKB: PAIR(163840, 22528)
  6275.     }
  6276.     
  6277.     *Option: 192MB
  6278.     {
  6279.         *rcNameID: =IDS_192_MB
  6280.         *MemoryConfigKB: PAIR(196608, 38912)
  6281.     }
  6282.  
  6283.     *Option: 224MB
  6284.     {
  6285.         *rcNameID: =IDS_224_MB
  6286.         *MemoryConfigKB: PAIR(229376, 55296)
  6287.     }
  6288.     
  6289.     *Option: 256MB
  6290.     {
  6291.         *rcNameID: =IDS_256_MB
  6292.         *MemoryConfigKB: PAIR(260096, 71680)
  6293.     }
  6294.     *Option: 288MB
  6295.     {
  6296.         *rcNameID: =IDS_288_MB
  6297.         *MemoryConfigKB: PAIR(294912, 88064)
  6298.     }
  6299.     
  6300.     *Option: 320MB
  6301.     {
  6302.         *rcNameID: =IDS_320_MB
  6303.         *MemoryConfigKB: PAIR(327680,104448)
  6304.     }
  6305.     
  6306.     *Option: 352MB
  6307.     {
  6308.         *rcNameID: =IDS_352_MB
  6309.         *MemoryConfigKB: PAIR(360448, 120832)
  6310.     }
  6311.     
  6312.  
  6313.     *Option: 384MB
  6314.     {
  6315.         *rcNameID: =IDS_384_MB
  6316.         *MemoryConfigKB: PAIR(393216, 137216)
  6317.     }
  6318.     
  6319.     *Option: 416MB
  6320.     {
  6321.         *rcNameID: =IDS_416_MB
  6322.         *MemoryConfigKB: PAIR(425984, 153600)
  6323.     }
  6324.  
  6325.     *Option: 448MB
  6326.     {
  6327.         *rcNameID: =IDS_448_MB
  6328.         *MemoryConfigKB: PAIR(458752, 169984)
  6329.     }
  6330.  
  6331.     *Option: 480MB
  6332.     {
  6333.         *rcNameID: =IDS_480_MB
  6334.         *MemoryConfigKB: PAIR(491520, 186368)
  6335.     }
  6336.  
  6337.     *Option: 512MB
  6338.     {
  6339.         *rcNameID: =IDS_512_MB
  6340.         *MemoryConfigKB: PAIR(524288,202752)
  6341.     }
  6342. }
  6343.  
  6344. *Feature: PrinterHardDisk
  6345. {
  6346.     *rcNameID: =IDS_PRINTERHARDDISK
  6347.     *FeatureType: PRINTER_PROPERTY
  6348.     *HelpIndex: =IDH_UNIDRV_HP5SI_DISK
  6349.     *DefaultOption: Installed
  6350.  
  6351.     *Option: NotInstalled
  6352.     {
  6353.         *rcNameID: =IDS_NOTINSTALLED
  6354.     }
  6355.  
  6356.     *Option: Installed
  6357.     {
  6358.         *rcNameID: =IDS_INSTALLED
  6359.     }
  6360.  
  6361. }
  6362.  
  6363. *Feature: JobRetention
  6364. {
  6365.     *rcNameID: =IDS_JOBR_CB_TITLE
  6366.     *FeatureType: PRINTER_PROPERTY
  6367.     *HelpIndex: =IDH_UNIDRV_JOBRETENTION_PH3
  6368.     *DefaultOption: Installed
  6369.  
  6370.     *Option: NotInstalled
  6371.     {
  6372.         *rcNameID: =IDS_DISABLED_DISPLAY
  6373.     }
  6374.  
  6375.     *Option: Installed
  6376.     {
  6377.         *rcNameID: =IDS_AUTOMATIC
  6378.         *Command: CmdSelect
  6379.         {
  6380.             *Order: JOB_SETUP.30
  6381.             *CallbackID: =CMDCB_JRSTARTDOC
  6382.         }
  6383.         
  6384.     }
  6385.  
  6386. }
  6387.  
  6388. *%------------------------------------------------------------------------
  6389. *% Feature: SecurePrinting 
  6390. *%------------------------------------------------------------------------
  6391. *Feature: SecurePrinting
  6392. {
  6393.     *rcNameID: =IDS_SECURE_PRINTING
  6394.     *FeatureType: PRINTER_PROPERTY
  6395.     *HelpIndex: = IDH_UNIDRV_JOBRETENTION_PH3
  6396.     *DefaultOption: Installed
  6397.  
  6398.     *Option: NotInstalled
  6399.     {
  6400.         *rcNameID: =IDS_DISABLED_DISPLAY
  6401.     }
  6402.  
  6403.     *Option: Installed
  6404.     {
  6405.         *rcNameID: =IDS_AUTOMATIC
  6406.     }
  6407. }
  6408.  
  6409. *%------------------------------------------------------------------------
  6410. *% Feature: PCL5c Color Mode 
  6411. *%------------------------------------------------------------------------
  6412. *Feature: PCL5cColorMode
  6413. {
  6414.     *rcNameID: =IDS_COLOR_PRINTING_MODE
  6415.     *FeatureType: PRINTER_PROPERTY 
  6416.     *DefaultOption: Auto
  6417.     
  6418.     *Option: Auto
  6419.     {
  6420.         *rcNameID: =IDS_AUTOMATIC
  6421.     }
  6422.     
  6423.     *Option: True
  6424.     {
  6425.         *rcNameID: =IDS_ON_DISPLAY
  6426.     }
  6427.  
  6428.     *Option: False
  6429.     {
  6430.         *rcNameID: =IDS_OFF_DISPLAY
  6431.     }
  6432.    
  6433.  
  6434. }
  6435.  
  6436. *%-------------------------------------------------------------------------
  6437. *%  HPJobSeparatorPage feature
  6438. *%  This feature is used for showing the Job Separator Page Button on the Finshing tab page
  6439. *%-------------------------------------------------------------------------
  6440. *Feature: HPJobSeparatorPage
  6441. {
  6442.     *rcNameID: =IDS_JOB_SEPARATOR
  6443.     *FeatureType: PRINTER_PROPERTY
  6444.     *DefaultOption: NotInstalled
  6445.     *Option: NotInstalled
  6446.     {
  6447.         *rcNameID: =IDS_DISABLED_DISPLAY
  6448.         *Command: CmdSelect
  6449.         {
  6450.     *Order: JOB_SETUP.41
  6451.     *CallbackID: =CMDCB_SEPARATOR_PAGE
  6452.         }
  6453.    }
  6454.    *Option: Installed
  6455.    {
  6456.         *rcNameID: =IDS_ENABLED_DISPLAY
  6457.         *Command: CmdSelect
  6458.         {
  6459.     *Order: JOB_SETUP.41
  6460.     *CallbackID: =CMDCB_SEPARATOR_PAGE
  6461.         }
  6462.    }
  6463. }
  6464.  
  6465.  
  6466.  
  6467. *%------------Mystique Inserted 2-23-05--------Begin----------------------
  6468. *Feature: DeviceIsMopier
  6469. {
  6470.     *rcNameID:=IDS_MOPIER_MODE
  6471.     *FeatureType: PRINTER_PROPERTY
  6472.     *HelpIndex: =IDH_UNIDRV_MOPIER_ENABLED
  6473.     *DefaultOption: Installed
  6474.  
  6475.     *Option: NotInstalled
  6476.     {
  6477.         *rcNameID: =IDS_DISABLED_DISPLAY
  6478.         *DisabledFeatures: LIST(Collate)
  6479.     }
  6480.     *Option: Installed
  6481.     {
  6482.         *rcNameID: =IDS_ENABLED_DISPLAY
  6483.     }
  6484. }
  6485. *%------------Mystique Inserted 2-23-05--------End------------------------
  6486.  
  6487. *%------------Mystique Inserted 2-23-05--------Begin------------------------
  6488. *% not working
  6489. *%serrano lite should have a top-bin when configured with a 3000 sheet stapler stacker
  6490. *%serrano not printing to left output bin (it has a top bin and left bin) "left bin (face up)"
  6491. *%vulcan face up bin does not work
  6492. *%4200 w/ 500 sheet stacker stapler, top bin face down doesn't work
  6493. *% endof not working
  6494. *Feature: OutputBin
  6495. {
  6496.     *rcNameID: =IDS_OUTPUTBIN_DISPLAY
  6497.     *HelpIndex: =IDH_OUTPUT_BIN_OPTIONS_Q204
  6498.     *DefaultOption: Auto
  6499.  
  6500.     *Option: Auto
  6501.     {
  6502.         *rcNameID: =IDS_AUTO_SELECT
  6503.         *Command: CmdSelect
  6504.         {
  6505.             *Order: JOB_SETUP.100
  6506.             *Cmd: ""
  6507.         }
  6508.     }
  6509.     *Option: Top
  6510.     {
  6511.         *rcNameID: =IDS_STANDARD_BIN_CORRECT_ORDER
  6512.         *Command: CmdSelect
  6513.         {
  6514.             *Order: JOB_SETUP.100
  6515.             *Cmd: "@PJL SET OUTBIN=UPPER<0A>"
  6516.         }
  6517.     }
  6518.     
  6519.     *Option: RearBin
  6520.     {
  6521.         *rcNameID: =IDS_REAR_BIN_STRAIGHTEST_PATH
  6522.         *Command: CmdSelect
  6523.         {
  6524.             *Order: JOB_SETUP.100
  6525.             *Cmd: "@PJL SET OUTBIN=FACEUP<0A>"
  6526.         }
  6527.     }
  6528.  
  6529.     *Option: UpperBin
  6530.     {
  6531.         *rcNameID: =IDS_UPPER_BIN
  6532.         *Command: CmdSelect
  6533.         {
  6534.             *Order: JOB_SETUP.100
  6535.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6536.         }
  6537.     }
  6538.     *Option: OutputBin15
  6539.     {
  6540.         *rcNameID: =IDS_OUTPUT_BINS_1_5
  6541.         *Command: CmdSelect
  6542.         {
  6543.             *Order: JOB_SETUP.100
  6544.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6545.         }
  6546.     }
  6547. *% begin 9500mfp    
  6548.     *Option: UpperLeftBinStraight9500MFP
  6549.     {
  6550.         *rcNameID: =IDS_UPPER_LEFT_BIN_SP
  6551.         *OutputOrderReversed?:  TRUE
  6552.         *switch: AccessoryOutputBins
  6553.         {
  6554.             *case: 3000Stapler
  6555.             {
  6556.                 *Command: CmdSelect
  6557.                 {
  6558.                     *Order: JOB_SETUP.100
  6559.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6560.                 }
  6561.             }
  6562.             *case: 3000Stacker
  6563.             {
  6564.                 *Command: CmdSelect
  6565.                 {
  6566.                     *Order: JOB_SETUP.100
  6567.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6568.                 }
  6569.             }
  6570.             *case: MultiFunctionFinisher
  6571.             {
  6572.                 *Command: CmdSelect
  6573.                 {
  6574.                     *Order: JOB_SETUP.100
  6575.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_UP<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_UP<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  6576.                 }
  6577.             }
  6578.             *case: MBM8Mailbox
  6579.             {
  6580.                 *Command: CmdSelect
  6581.                 {
  6582.                     *Order: JOB_SETUP.100
  6583.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6584.                 }
  6585.             }
  6586.             *case: MBM8Stacker
  6587.             {
  6588.                 *Command: CmdSelect
  6589.                 {
  6590.                     *Order: JOB_SETUP.100
  6591.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6592.                 }
  6593.             }
  6594.             *case: MBM8Sorter
  6595.             {
  6596.                 *Command: CmdSelect
  6597.                 {
  6598.                     *Order: JOB_SETUP.100
  6599.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6600.                 }
  6601.             }
  6602.             *case: MBM8JobSeparator
  6603.             {
  6604.                 *Command: CmdSelect
  6605.                 {
  6606.                     *Order: JOB_SETUP.100
  6607.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6608.                 }
  6609.             }
  6610.             *default:       *% added this for the 9050
  6611.             {
  6612.                 *Command: CmdSelect
  6613.                 {
  6614.                     *Order: JOB_SETUP.100
  6615.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6616.                 }
  6617.             }
  6618.  
  6619.         }
  6620.     }
  6621.  
  6622.     *Option: UpperLeftBin9500MFP
  6623.     {
  6624.         *rcNameID: =IDS_UPPER_LEFT_BIN
  6625.         *OutputOrderReversed?:  TRUE
  6626.         *switch: AccessoryOutputBins
  6627.         {
  6628.             *case: MultiFunctionFinisher
  6629.             {
  6630.                 *Command: CmdSelect
  6631.                 {
  6632.                     *Order: JOB_SETUP.100
  6633.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_DOWN<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_DOWN<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  6634.                 }
  6635.             }
  6636.  
  6637.         }
  6638.     }
  6639.  
  6640.     *Option: LowerLeftBin9500MFP
  6641.     {
  6642.         *rcNameID: =IDS_LOWER_LEFT_BIN_HC
  6643.         *%OutputOrderReversed?:  TRUE
  6644.         *switch: AccessoryOutputBins
  6645.         {
  6646.             *case: 3000Stapler
  6647.             {
  6648.                 *Command: CmdSelect
  6649.                 {
  6650.                     *Order: JOB_SETUP.100
  6651.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  6652.                 }
  6653.             }
  6654.             *case: 3000Stacker
  6655.             {
  6656.                 *Command: CmdSelect
  6657.                 {
  6658.                     *Order: JOB_SETUP.100
  6659.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  6660.                 }
  6661.             }
  6662.           }
  6663.     }
  6664.     *Option: OutputBin29500MFP
  6665.     {
  6666.         *rcNameID: =IDS_OUTPUT_BIN_2
  6667.         *switch: AccessoryOutputBins
  6668.         {
  6669.             *case: MBM8Mailbox
  6670.             {
  6671.                 *Command: CmdSelect
  6672.                 {
  6673.                     *Order: JOB_SETUP.100
  6674.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6675.                 }
  6676.             }
  6677.         }
  6678.     }
  6679.     *Option: OutputBin39500MFP
  6680.     {
  6681.         *rcNameID: =IDS_OUTPUT_BIN_3
  6682.         *switch: AccessoryOutputBins
  6683.         {
  6684.             *case: MBM8Mailbox
  6685.             {
  6686.                 *Command: CmdSelect
  6687.                 {
  6688.                     *Order: JOB_SETUP.100
  6689.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN4<0A>"
  6690.                 }
  6691.             }
  6692.         }
  6693.     }
  6694.     *Option: OutputBin49500MFP
  6695.     {
  6696.         *rcNameID: =IDS_OUTPUT_BIN_4
  6697.         *switch: AccessoryOutputBins
  6698.         {
  6699.             *case: MBM8Mailbox
  6700.             {
  6701.                 *Command: CmdSelect
  6702.                 {
  6703.                     *Order: JOB_SETUP.100
  6704.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN5<0A>"
  6705.                 }
  6706.             }
  6707.         }
  6708.     }
  6709.     *Option: OutputBin59500MFP
  6710.     {
  6711.         *rcNameID: =IDS_OUTPUT_BIN_5
  6712.         *switch: AccessoryOutputBins
  6713.         {
  6714.             *case: MBM8Mailbox
  6715.             {
  6716.                 *Command: CmdSelect
  6717.                 {
  6718.                     *Order: JOB_SETUP.100
  6719.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN6<0A>"
  6720.                 }
  6721.             }
  6722.         }
  6723.     }
  6724.     *Option: OutputBin69500MFP
  6725.     {
  6726.         *rcNameID: =IDS_OUTPUT_BIN_6
  6727.         *switch: AccessoryOutputBins
  6728.         {
  6729.             *case: MBM8Mailbox
  6730.             {
  6731.                 *Command: CmdSelect
  6732.                 {
  6733.                     *Order: JOB_SETUP.100
  6734.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN7<0A>"
  6735.                 }
  6736.             }
  6737.         }
  6738.     }
  6739.     *Option: OutputBin79500MFP
  6740.     {
  6741.         *rcNameID: =IDS_OUTPUT_BIN_7
  6742.         *switch: AccessoryOutputBins
  6743.         {
  6744.             *case: MBM8Mailbox
  6745.             {
  6746.                 *Command: CmdSelect
  6747.                 {
  6748.                     *Order: JOB_SETUP.100
  6749.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN8<0A>"
  6750.                 }
  6751.             }
  6752.         }
  6753.     }
  6754.     *Option: OutputBin89500MFP
  6755.     {
  6756.         *rcNameID: =IDS_OUTPUT_BIN_8
  6757.         *switch: AccessoryOutputBins
  6758.         {
  6759.             *case: MBM8Mailbox
  6760.             {
  6761.                 *Command: CmdSelect
  6762.                 {
  6763.                     *Order: JOB_SETUP.100
  6764.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN9<0A>"
  6765.                 }
  6766.             }
  6767.         }
  6768.     }
  6769.     *Option: OutputBin2_89500MFP
  6770.     {
  6771.         *rcNameID: =IDS_OUTPUT_BIN_2_8
  6772.         *switch: AccessoryOutputBins
  6773.         {
  6774.             *case: MBM8Stacker
  6775.             {
  6776.                 *Command: CmdSelect
  6777.                 {
  6778.                     *Order: JOB_SETUP.100
  6779.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6780.                 }
  6781.             }
  6782.             *case: MBM8Sorter
  6783.             {
  6784.                 *Command: CmdSelect
  6785.                 {
  6786.                     *Order: JOB_SETUP.100
  6787.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6788.                 }
  6789.             }
  6790.             *case: MBM8JobSeparator
  6791.             {
  6792.                 *Command: CmdSelect
  6793.                 {
  6794.                     *Order: JOB_SETUP.100
  6795.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6796.                 }
  6797.             }
  6798.  
  6799.         }
  6800.     }
  6801. *% end of 9500mfp    
  6802. *% lj9050 begin
  6803.     *Option: Upper
  6804.     {
  6805.         *rcNameID: =IDS_STANDARD_TOP_BIN
  6806.         *Command: CmdSelect
  6807.         {
  6808.             *Order: JOB_SETUP.100
  6809.             *Cmd: "@PJL SET OUTBIN=UPPER<0A>"
  6810.         }
  6811.     }
  6812.     *Option: Left
  6813.     {    
  6814.         *%rcNameID: =IDS_UPPER_LEFT_BIN   
  6815.         *Name: "Left Output Bin (Straightest Path)"
  6816.         *OutputOrderReversed?: TRUE
  6817.         *Command: CmdSelect
  6818.         {
  6819.             *Order: JOB_SETUP.100
  6820.             *Cmd: "@PJL SET OUTBIN=LOWER<0A>"
  6821.         }
  6822.     }
  6823.     *Option: UpperLeftBin           *% this looks to be the same command as UpperLeftBin9500MFP but it has a switch statement to only enable during multifunction device
  6824.     {
  6825.         *rcNameID: =IDS_UPPER_LEFT_BIN
  6826.         *Command: CmdSelect
  6827.         {
  6828.             *Order: JOB_SETUP.100
  6829.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_DOWN<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_DOWN<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  6830.         }
  6831.     }   
  6832. *% end lj9050
  6833. *% lj9040mfp begin
  6834.     *Option: MFPUpperLeftBinStraight
  6835.     {
  6836.         *rcNameID: =IDS_UPPER_LEFT_BIN_SP
  6837.         *DisabledFeatures: LIST(Stapling)
  6838.         *OutputOrderReversed?:  TRUE         *% Verify with the spec
  6839.         *switch: AccessoryOutputBins
  6840.         {
  6841.             *case: 3000Stapler
  6842.             {
  6843.                 *Command: CmdSelect
  6844.                 {
  6845.                     *Order: JOB_SETUP.100
  6846.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6847.                 }
  6848.             }
  6849.  
  6850.             *case: 3000Stacker
  6851.             {
  6852.                 *Command: CmdSelect
  6853.                 {
  6854.                     *Order: JOB_SETUP.100
  6855.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6856.                 } 
  6857.             }
  6858.  
  6859.             *case: MultiFunctionFinisher
  6860.             {
  6861.                 *Command: CmdSelect
  6862.                 {
  6863.                     *Order: JOB_SETUP.100
  6864.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_UP<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_UP<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  6865.                 }
  6866.             }
  6867.             *default:
  6868.             {
  6869.                 *Command: CmdSelect
  6870.                 {
  6871.                     *Order: JOB_SETUP.100
  6872.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6873.                 } 
  6874.             }
  6875.         }
  6876.     }
  6877.     *Option: Stacker2
  6878.     {
  6879.         *rcNameID: =IDS_STACKER_BIN
  6880.         *Command: CmdSelect
  6881.         {
  6882.             *Order: JOB_SETUP.100
  6883.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  6884.         }
  6885.     }
  6886.     *Option: OutputBin2_8
  6887.     {
  6888.         *rcNameID: =IDS_OUTPUT_BIN_2_8 
  6889.         *Command: CmdSelect
  6890.         {
  6891.             *Order: JOB_SETUP.100
  6892.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6893.         }
  6894.     }
  6895.  
  6896.     
  6897.     *Option: OutputBin2
  6898.     {
  6899.         *rcNameID: =IDS_OUTPUT_BIN_2 
  6900.         *Command: CmdSelect
  6901.         {
  6902.             *Order: JOB_SETUP.100
  6903.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6904.         }
  6905.     }
  6906.     *Option: OutputBin3
  6907.     {
  6908.         *rcNameID: =IDS_OUTPUT_BIN_3
  6909.         *Command: CmdSelect
  6910.         {
  6911.             *Order: JOB_SETUP.100
  6912.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN4<0A>"
  6913.         }
  6914.     }
  6915.     *Option: OutputBin4
  6916.     {
  6917.         *rcNameID: =IDS_OUTPUT_BIN_4
  6918.         *Command: CmdSelect
  6919.         {
  6920.             *Order: JOB_SETUP.100
  6921.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN5<0A>"
  6922.         }
  6923.     }
  6924.     *Option: OutputBin5
  6925.     {
  6926.         *rcNameID: =IDS_OUTPUT_BIN_5
  6927.         *Command: CmdSelect
  6928.         {
  6929.             *Order: JOB_SETUP.100
  6930.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN6<0A>"
  6931.         }
  6932.     }
  6933.     *Option: OutputBin6
  6934.     {
  6935.         *rcNameID: =IDS_OUTPUT_BIN_6
  6936.         *Command: CmdSelect
  6937.         {
  6938.             *Order: JOB_SETUP.100
  6939.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN7<0A>"
  6940.         }
  6941.     }
  6942.     *Option: OutputBin7
  6943.     {
  6944.         *rcNameID: =IDS_OUTPUT_BIN_7
  6945.         *Command: CmdSelect
  6946.         {
  6947.             *Order: JOB_SETUP.100
  6948.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN8<0A>"
  6949.         }
  6950.     }
  6951.     *Option: OutputBin8
  6952.     {
  6953.         *rcNameID: =IDS_OUTPUT_BIN_8
  6954.         *Command: CmdSelect
  6955.         {
  6956.             *Order: JOB_SETUP.100
  6957.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN9<0A>"
  6958.         }
  6959.     }
  6960.  
  6961. *% shares stackerfaceup/down and left from 9500 below
  6962. *% end lj9040mfp
  6963. *% from hplj4345 begin
  6964.     *Option: OutputBin31
  6965.     {
  6966.         *rcNameID: =IDS_OUTPUT_BIN_1
  6967.         *Command: CmdSelect
  6968.         {
  6969.             *Order: JOB_SETUP.100
  6970.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  6971.         }
  6972.     }
  6973.     *Option: OutputBin32
  6974.     {
  6975.         *rcNameID: =IDS_OUTPUT_BIN_2
  6976.         *Command: CmdSelect
  6977.         {
  6978.             *Order: JOB_SETUP.100
  6979.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  6980.         }
  6981.     }
  6982.     *Option: OutputBin33
  6983.     {
  6984.         *rcNameID: =IDS_OUTPUTBIN_3_HIGHEST_CAPACITY
  6985.         *Command: CmdSelect
  6986.         {
  6987.             *Order: JOB_SETUP.100
  6988.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  6989.         }
  6990.     }
  6991. *% end hplj4345
  6992. *% from hp9055mfp begin
  6993.     *% Missing 9055 GPD info
  6994. *% end hp9055mfp
  6995. *% lj9000 begin
  6996.     *Option: Upper9000
  6997.     {
  6998.         *rcNameID: =IDS_TOP_BIN_FACE_DOWN
  6999.         *Command: CmdSelect
  7000.         {
  7001.             *Order: JOB_SETUP.100
  7002.             *Cmd: "@PJL SET OUTBIN=UPPER<0A>"
  7003.         }
  7004.     
  7005.     }
  7006.  
  7007.     *Option: Left9000
  7008.     {
  7009.         *rcNameID: =IDS_LEFT_BIN_FACE_UP
  7010.         *OutputOrderReversed?:  TRUE         
  7011.  
  7012.         *switch: AccessoryOutputBins
  7013.         {
  7014.             *case: None
  7015.             {
  7016.                 *Command: CmdSelect
  7017.                 {
  7018.                     *Order: JOB_SETUP.100
  7019.                     *Cmd: "@PJL SET OUTBIN=LOWER<0A>"
  7020.                 }
  7021.             }
  7022.             *case: 3000Stacker
  7023.             {
  7024.                 *Command: CmdSelect
  7025.                 {
  7026.                     *Order: JOB_SETUP.100
  7027.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7028.                 }
  7029.             }
  7030.             *case: 3000Stapler
  7031.             {
  7032.                 *Command: CmdSelect
  7033.                 {
  7034.                     *Order: JOB_SETUP.100
  7035.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7036.                 }
  7037.             }
  7038.             *case: MultiFunctionFinisher
  7039.             {
  7040.                 *Command: CmdSelect
  7041.                 {
  7042.                     *Order: JOB_SETUP.100
  7043.                     *Cmd: "@PJL SET OUTBIN=BIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_UP<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_UP<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7044.                 }
  7045.             }
  7046.         }
  7047.     }
  7048. *% end lj9000
  7049. *% lj4250 begin
  7050.     *%shares Upper
  7051.     *Option: Stacker
  7052.     {
  7053.         *rcNameID: =IDS_STACKER_BIN
  7054.         *Command: CmdSelect
  7055.         {
  7056.             *Order: JOB_SETUP.100
  7057.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7058.         }
  7059.     }
  7060.     
  7061. *% end lj4250
  7062. *% lj9500 begin
  7063.     *% shares Upper
  7064.     *Option: LeftBinUp
  7065.     {
  7066.         *rcNameID: =IDS_LEFT_BIN_FACE_UP
  7067.         *OutputOrderReversed?: TRUE         *% Verify with the spec
  7068.         *Command: CmdSelect
  7069.         {
  7070.             *Order: JOB_SETUP.100
  7071.             *Cmd: "@PJL SET OUTBIN=LOWER<0A>"
  7072.         }
  7073.     }
  7074.  
  7075.  
  7076.     *Option: StackerFaceDown
  7077.     {
  7078.         *rcNameID: =IDS_STACKER_BIN_DOWN
  7079.         *switch: AccessoryOutputBins
  7080.         {
  7081.             *case: 3000Stapler
  7082.             {
  7083.                 *Command: CmdSelect
  7084.                 {
  7085.                     *Order: JOB_SETUP.100
  7086.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>NONE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7087.                 }
  7088.             }
  7089.  
  7090.             *case: 3000Stacker
  7091.             {
  7092.                 *Command: CmdSelect
  7093.                 {
  7094.                     *Order: JOB_SETUP.100
  7095.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  7096.                 } 
  7097.             }
  7098.  
  7099.             *case: MultiFunctionFinisher
  7100.             {
  7101.                 *Command: CmdSelect
  7102.                 {
  7103.                     *Order: JOB_SETUP.100
  7104.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_DOWN<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_DOWN<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7105.                 }
  7106.             }
  7107.         }
  7108.     }
  7109.  
  7110.     *Option: StackerFaceUp
  7111.     {
  7112.         *rcNameID: =IDS_STACKER_BIN_UP
  7113.         *OutputOrderReversed?:  TRUE         *% Verify with the spec
  7114.         *switch: AccessoryOutputBins
  7115.         {
  7116.             *case: 3000Stapler
  7117.             {
  7118.                 *Command: CmdSelect
  7119.                 {
  7120.                     *Order: JOB_SETUP.100
  7121.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7122.                 }
  7123.             }
  7124.  
  7125.             *case: 3000Stacker
  7126.             {
  7127.                 *Command: CmdSelect
  7128.                 {
  7129.                     *Order: JOB_SETUP.100
  7130.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7131.                 } 
  7132.             }
  7133.  
  7134.             *case: MultiFunctionFinisher
  7135.             {
  7136.                 *Command: CmdSelect
  7137.                 {
  7138.                     *Order: JOB_SETUP.100
  7139.                     *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>@PJL SET PROCESSINGTYPE=<22>FACE_UP<22><0A>@PJL SET PROCESSINGOPTION=<22>FACE_UP<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7140.                 }
  7141.             }
  7142.         }
  7143.     }
  7144. *% end lj9500
  7145. *% lj4700 begin
  7146.           
  7147.     *Option: Stapler750
  7148.     {
  7149.         *rcNameID: =IDS_STAPLER_BIN
  7150.         *Command: CmdSelect
  7151.         {
  7152.             *Order: JOB_SETUP.100
  7153.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7154.         }
  7155.     }
  7156. *% end lj4700
  7157.  
  7158. *% lj5035/5025 Begin
  7159.    *Option: TopBinX0X5
  7160.     {
  7161.         *rcNameID: =IDS_STANDARD_TOP_BIN
  7162.         *Command: CmdSelect
  7163.         {
  7164.             *Order: JOB_SETUP.100
  7165.             *Cmd: "@PJL SET OUTBIN=UPPER<0A>"
  7166.         }
  7167.     }
  7168.  
  7169.     *Option: StackerBinX0X5
  7170.     {
  7171.         *rcNameID: =IDS_STACKER_BIN
  7172.         *Command: CmdSelect
  7173.         {
  7174.             *Order: JOB_SETUP.100
  7175.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7176.         }
  7177.     }
  7178. *% lj5035 / 5025 End
  7179.  
  7180.  
  7181. *% lj8150 mbm 5 begin
  7182.     *Option: FaceUp8150
  7183.     {
  7184.         *rcNameID: =IDS_LEFT_BIN
  7185.         *%Name: "Left Bin - Face Up"
  7186.         *OutputOrderReversed?:  TRUE         
  7187.         *Command: CmdSelect
  7188.         {
  7189.             *Order: JOB_SETUP.100
  7190.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7191.         }
  7192.     }
  7193.     *Option: Stacker8150
  7194.     {
  7195.         *rcNameID: =IDS_STACKER
  7196.         *%Name: "Stacker"
  7197.         *Command: CmdSelect
  7198.         {
  7199.             *Order: JOB_SETUP.100
  7200.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>@PJL SET FINISH=NONE<0A>"
  7201.         }
  7202.     }
  7203.     *Option: Stapler8150
  7204.     {
  7205.         *rcNameID: =IDS_STAPLER_MAX_20_LETTER_OR_A4
  7206.         *%Name: "LJ8150 Stapler Bin"
  7207.         *Command: CmdSelect
  7208.         {
  7209.             *Order: JOB_SETUP.100
  7210.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN7<0A>@PJL SET FINISH=STAPLE<0A>"
  7211.         }
  7212.     }
  7213.  
  7214.     *Option: Collator8150
  7215.     {
  7216.         *rcNameID: =IDS_COLLATOR_BIN
  7217.         *Command: CmdSelect
  7218.         {
  7219.             *Order: JOB_SETUP.100
  7220.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  7221.         }
  7222.     }
  7223.  
  7224.     *Option: Separator8150
  7225.     {
  7226.         *rcNameID: =IDS_JOB_SEPARATOR_BIN
  7227.         *Command: CmdSelect
  7228.         {
  7229.             *Order: JOB_SETUP.100
  7230.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  7231.         }
  7232.     }
  7233.     *Option: OutputBin51
  7234.     {
  7235.         *rcNameID: =IDS_OUTPUT_BIN_1 
  7236.         *Command: CmdSelect
  7237.         {
  7238.             *Order: JOB_SETUP.100
  7239.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  7240.         }
  7241.     }
  7242.     *Option: OutputBin52
  7243.     {
  7244.         *rcNameID: =IDS_OUTPUT_BIN_2 
  7245.         *Command: CmdSelect
  7246.         {
  7247.             *Order: JOB_SETUP.100
  7248.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  7249.         }
  7250.     }
  7251.     *Option: OutputBin53
  7252.     {
  7253.         *rcNameID: =IDS_OUTPUT_BIN_3
  7254.         *Command: CmdSelect
  7255.         {
  7256.             *Order: JOB_SETUP.100
  7257.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN4<0A>"
  7258.         }
  7259.     }
  7260.     *Option: OutputBin54
  7261.     {
  7262.         *rcNameID: =IDS_OUTPUT_BIN_4
  7263.         *Command: CmdSelect
  7264.         {
  7265.             *Order: JOB_SETUP.100
  7266.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN5<0A>"
  7267.         }
  7268.     }
  7269.     *Option: OutputBin55
  7270.     {
  7271.         *rcNameID: =IDS_OUTPUT_BIN_5
  7272.         *Command: CmdSelect
  7273.         {
  7274.             *Order: JOB_SETUP.100
  7275.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN6<0A>"
  7276.         }
  7277.     }
  7278.     
  7279. *% lj8150 mbm 5 end
  7280.  
  7281.  
  7282.     *Option: OutputBin56
  7283.     {
  7284.         *rcNameID: =IDS_OUTPUT_BIN_3
  7285.         *Command: CmdSelect
  7286.         {
  7287.             *Order: JOB_SETUP.100
  7288.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  7289.         }
  7290.     }
  7291.  
  7292.     *Option: OutputBin57
  7293.     {
  7294.         *rcNameID: =IDS_OUTPUT_BIN_4
  7295.         *Command: CmdSelect
  7296.         {
  7297.             *Order: JOB_SETUP.100
  7298.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN4<0A>"
  7299.         }
  7300.     }
  7301.  
  7302.     *Option: OutputBin58
  7303.     {
  7304.         *rcNameID: =IDS_OUTPUT_BIN_5
  7305.         *Command: CmdSelect
  7306.         {
  7307.             *Order: JOB_SETUP.100
  7308.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN5<0A>"
  7309.         }
  7310.     }   
  7311.     *Option:StandardBin
  7312.     {
  7313.         *rcNameID:=IDS_OUTPUT_BIN_1
  7314.         
  7315.         *Command:CmdSelect
  7316.         {
  7317.             *Order:JOB_SETUP.100
  7318.             *Cmd: "@PJL SET OUTBIN=STANDARD BIN<0A>"
  7319.         }
  7320.     }    
  7321.      *Option: MiddleLeftBin           
  7322.     {
  7323.         *%Name:"Middle Left Bin"
  7324.         *rcNameID: =IDS_MIDDLE_LEFT_BIN
  7325.         *Command: CmdSelect
  7326.         {
  7327.             *Order: JOB_SETUP.100
  7328.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN2<0A>"
  7329.         }   
  7330.      }   
  7331.    *Option: LowerLeftBin           
  7332.     {
  7333.         *rcNameID: =IDS_LOWER_LEFT_BIN
  7334.         *Command: CmdSelect
  7335.         {
  7336.             *Order: JOB_SETUP.100
  7337.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN3<0A>"
  7338.         }
  7339.      }
  7340.     
  7341.     *Option: OutputBinZT
  7342.     {
  7343.         *rcNameID: =IDS_OUTPUT_BIN_1
  7344.         *Command: CmdSelect
  7345.         {
  7346.             *Order: JOB_SETUP.100
  7347.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7348.         }
  7349.     }
  7350.     *Option: MainBinFaceDown
  7351.     {
  7352.         *rcNameID: =IDS_MAIN_BIN_FACE_DOWN
  7353.         *Command: CmdSelect
  7354.         {
  7355.             *Order: JOB_SETUP.100
  7356.             *Cmd: "@PJL SET OUTBIN=OPTIONALOUTBIN1<0A>"
  7357.         }
  7358.     }
  7359.     *Option: MainBinFaceUp
  7360.     {
  7361.         *rcNameID: =IDS_MAIN_BIN_FACE_UP
  7362.         *Command: CmdSelect
  7363.         {
  7364.             *Order: JOB_SETUP.100
  7365.             *Cmd: "@PJL SET OUTBIN=BIN2<0A>@PJL SET PROCESSINGTYPE=FACE_UP<0A>@PJL SET PROCESSINGOPTION=FACE_UP<0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7366.         }
  7367.     }
  7368.     *Option: UpperBinFaceDown
  7369.     {
  7370.         *rcNameID: =IDS_UPPER_BIN_FACE_DOWN
  7371.         *Command: CmdSelect
  7372.         {
  7373.             *Order: JOB_SETUP.100
  7374.             *Cmd: "@PJL SET OUTBIN=BIN1<0A>@PJL SET PROCESSINGTYPE=FACE_DOWN<0A>@PJL SET PROCESSINGOPTION=FACE_DOWN<0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7375.         }
  7376.     }
  7377.     *Option: UpperBinFaceUp
  7378.     {
  7379.         *rcNameID: =IDS_UPPER_BIN_FACE_UP
  7380.         *Command: CmdSelect
  7381.         {
  7382.             *Order: JOB_SETUP.100
  7383.             *Cmd: "@PJL SET OUTBIN=BIN1<0A>@PJL SET PROCESSINGTYPE=FACE_UP<0A>@PJL SET PROCESSINGOPTION=FACE_UP<0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  7384.         }
  7385.     }
  7386. }
  7387. *%------------Mystique Inserted 2-23-05--------End------------------------
  7388.  
  7389.  
  7390.  
  7391. *%-------------------------------------------------------------------------
  7392. *% DOC_PROP Custom features section
  7393. *%-------------------------------------------------------------------------
  7394. *%-------------------------------------------------------------------------
  7395. *% Feature: HPDocPropResourceData: HPCF (HP Custom Feature)
  7396. *%-------------------------------------------------------------------------
  7397. *%  The dependency files will include now a .cab file, 
  7398. *%  which will contain the help files of all locales supported by the product. 
  7399. *%  During the runtime the help file corresponding to the locale of the current user 
  7400. *%  the help file is extracted from the .cab file and used.
  7401. *%-------------------------------------------------------------------------
  7402. *Feature: HPDocPropResourceData
  7403. {
  7404.     *Name: "HPDocPropResourceData"
  7405.     *FeatureType: DOC_PROPERTY
  7406.     *DefaultOption: hpchl130.cab 
  7407.  
  7408.     *Option: hpchl130.cab       *%Name of the cab file in hpchlyyq.cab format
  7409.     {
  7410.         *Name: "hpchl130.cab" 
  7411.     }
  7412.     
  7413.     *Option: hpc_en_130.hlp     *%Name of the English help file with the token separator "_"
  7414.     {
  7415.         *Name: "hpc_en_130.hlp"
  7416.     }
  7417.  
  7418.     *Option: hpc_en_130.chm     *%Name of the English help file with the token separator "_"
  7419.     {
  7420.         *Name: "hpc_en_130.chm"
  7421.     }
  7422.  
  7423. }
  7424.  
  7425. *%  This feature is used for the Print Quality association.
  7426. *%  The help index, and option name strings are taken from here and displayed on the HP Paper/Quality tab page
  7427. *%  under the Print Quality list box.
  7428. *%  Each of these option selections are associated with a set of other GPD feature selections
  7429. *%  (visible or hidden in treeview) using the HP specific XML data file
  7430.  
  7431. *Feature: PrintQualityGroup
  7432. {
  7433.     *Name: "PrintQualityGroup"
  7434.     *HelpIndex: =IDH_UNIDRV_PRINT_QUALITY_PH3
  7435.     *FeatureType: DOC_PROPERTY
  7436.     *DefaultOption: PQGroup_2
  7437.  
  7438.     *Option: PQGroup_1      *%300 dpi
  7439.     {
  7440.         *rcNameID: =IDS_300DPI_RES
  7441.     }
  7442.  
  7443.     *Option: PQGroup_2      *%600 dpi
  7444.     {
  7445.         *rcNameID: =IDS_600DPI_RES
  7446.     }
  7447.  
  7448.     *Option: PQGroup_3      *%ImageREt 2400 dpi
  7449.     {
  7450.         *rcNameID: =IDS_PQ_IMAGE_RET_2400
  7451.     }
  7452.     *Option: PQGroup_6     *%General
  7453.     {
  7454.         *rcNameID: =IDS_PQ_GENERAL_OFFICE
  7455.     }
  7456.     *Option: PQGroup_7      *%Professional
  7457.     {
  7458.         *rcNameID: =IDS_PQ_PROFESSIONAL
  7459.     }
  7460.     *Option: PQGroup_10         
  7461.     {
  7462.         *rcNameID: =IDS_1200_600
  7463.     }
  7464.     *Option: PQGroup_11         *%600 dpi
  7465.     {
  7466.         *rcNameID: =IDS_IMAGERET_4800
  7467.     }
  7468.     *Option: PQGroup_12         *%ImageREt 3600 
  7469.     {
  7470.         *rcNameID: =IDS_IMAGERET_3600
  7471.     }  
  7472.     *Option: PQGroup_13      *%600 dpi
  7473.     {
  7474.         *%rcNameID: =IDS_600DPI_RES
  7475.         *Name: "600 dpi "
  7476.     } 
  7477.     *Option: PQGroup_17         *%ImageREt 3600
  7478.     {
  7479.         *rcNameID: =IDS_IMAGERET_3600
  7480.     }
  7481.     *Option: PQGroup_16         *%1200 x 600
  7482.     {
  7483.         *rcNameID: =IDS_1200_600
  7484.     }
  7485.     *Option: PQGroup_18        *%ImageREt 3600 
  7486.     {
  7487.         *rcNameID: =IDS_IMAGERET_3600
  7488.     }  
  7489.     *Option: PQGroup_20  
  7490.     {    
  7491.         *%rcNameID: =IDS_1200_1200    1200x1200
  7492.         *Name: "1200 x 1200"
  7493.     }
  7494.     *Option: PQGroup_21      *%600 dpi
  7495.     {
  7496.         *%rcNameID: =IDS_600DPI_RES
  7497.         *Name: "600 dpi "
  7498.         *Constraints:  ColorMode.24bpp
  7499.     }
  7500.     *Option: PQGroup_22        *%Draft
  7501.     {
  7502.        
  7503.         *rcNameID: =IDS_WM_OPTION_DRAFT
  7504.     } 
  7505.     
  7506.     *Option: PQGroup_23        *%Normal
  7507.     {
  7508.         *rcNameID: =IDS_NORMAL
  7509.     } 
  7510.     
  7511.     *Option: PQGroup_24        *%Best
  7512.     {
  7513.         *rcNameID: =IDS_PQ_ICD_BEST
  7514.     }
  7515.     *Option: PQGroup_27         *% Presentation
  7516.     {
  7517.         *rcNameID: =IDS_PQ_PRESENTATION_CSL
  7518.     }
  7519.     
  7520.     *Option: PQGroup_28        *% Maximum dpi
  7521.     {
  7522.         *rcNameID: =IDS_MAXIMUM_DPI
  7523.     }  
  7524.       
  7525. }
  7526.  
  7527. *%------------------------------------------------------------------------
  7528. *% Feature: HPMediaTypeTreeviewPopup : CF (Custom Feature)
  7529. *% AADZ2076: WIP:(650)New Standard Media types for Seabiscuit
  7530. *%------------------------------------------------------------------------
  7531. *Feature: HPMediaTypeTreeviewPopup
  7532. {
  7533.     *Name: "TreeviewPopUP"
  7534.     *ConcealFromUI?: TRUE
  7535.     *FeatureType: DOC_PROPERTY
  7536.     *DefaultOption: True
  7537.     *Option: True
  7538.     {
  7539.         *Name: "True"
  7540.     }
  7541. }
  7542. *%-------------------------------------------------------------------------
  7543. *% Custom Features for Color UI Tab
  7544. *%-------------------------------------------------------------------------
  7545. *Feature: HPColorMode
  7546. {
  7547.     *Name: "HPColorMode"
  7548.     *ConcealFromUI?: TRUE
  7549.     *FeatureType: DOC_PROPERTY
  7550.     *DefaultOption: COLOR_MODE
  7551.     *Option: COLOR_MODE
  7552.     {
  7553.         *Name: "Color Mode"
  7554.     }
  7555. }
  7556.  
  7557. *%  Associated feature under PrintQualityGroup.
  7558. *%  - PrintQuality
  7559. *%  This feature is used for specifying whether the printer is color or monochrome
  7560. *%  Possible values are MONOCHROME_MODE, COLOR_MODE
  7561. *%  Based on the color/monochrome support, the Color tab is shown in the HP UI.
  7562. *%  Using this, additional specific processing and switching can also be done in the HP UI and render plug-in modules
  7563.  
  7564. *ChangeColorModeOnDoc?: FALSE
  7565. *Feature: ColorMode
  7566. {
  7567.     *rcNameID: =IDS_COLOR_PRINTING_MODE          *%IDS_COLOR_PRINTING_MODE
  7568.     *HelpIndex: 12024
  7569.     *DefaultOption: 24bpp
  7570.     *Option: Mono
  7571.     {
  7572.         *rcNameID: =IDS_MONOCHROME               *%IDS_MONOCHROME
  7573.         *DevNumOfPlanes: 1
  7574.         *DevBPP: 1
  7575.         *Color? : FALSE
  7576.         *Command: CmdSelect
  7577.         {
  7578.             *Order: PAGE_SETUP.16
  7579.             *Cmd: "<1B>&b1M"
  7580.         }
  7581.     }
  7582.     *Option: 24bpp
  7583.     {
  7584.         *rcNameID: =IDS_TRUE_COLOR
  7585.         *DevNumOfPlanes: 1
  7586.         *DevBPP: 24
  7587.         *DrvBPP: 24
  7588. *%      *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  7589.         *PaletteSize: 256
  7590.         *PaletteProgrammable? : TRUE
  7591.         *Command: CmdDefinePaletteEntry
  7592.         {
  7593.             *Cmd : "<1B>*v" %d{RedValue}"a"
  7594. +                            %d{GreenValue}"b"
  7595. +                            %d{BlueValue}"c"
  7596. +                            %d{PaletteIndexToProgram}"I"
  7597.         }
  7598.         *Command: CmdSelectPaletteEntry { *Cmd : "<1B>*v" %d{CurrentPaletteIndex}"S" }
  7599.         *Command: CmdSetSrcBmpWidth { *Cmd : "<1B>*r" %d{RasterDataWidthInBytes / 3}"S" }
  7600.         *Command: CmdSelect
  7601.         {
  7602.             *Order: PAGE_SETUP.16
  7603.             *Cmd: "<1B>*v1N<1B>*v1O<1B>*l184O<1B>*v6W<000308080808><1B>*v0a0b0c7i255a255b255c0I"
  7604.         }
  7605.     }
  7606. }
  7607.  
  7608. *Feature: TTAsBitmapsSetting
  7609. {
  7610.     *rcNameID: =IDS_TTASBITMAPS
  7611.     *HelpIndex: 13153
  7612.     *FeatureType: DOC_PROPERTY
  7613.     *DefaultOption: TTModeOutline
  7614.     *Option: TTModeOutline
  7615.     {
  7616.         *rcNameID: =IDS_DISABLED_DISPLAY
  7617.     }
  7618.     *Option: TTModeBitmap
  7619.     {
  7620.         *rcNameID: =IDS_ENABLED_DISPLAY
  7621.     }
  7622. }
  7623.  
  7624. *switch: TTAsBitmapsSetting
  7625. {
  7626.     *case: TTModeBitmap
  7627.     {
  7628.         *FontFormat: HPPCL_RES
  7629.     }
  7630.  
  7631.     *case: TTModeOutline
  7632.     {
  7633.         *switch: Resolution
  7634.         {
  7635.             *case: 300dpi
  7636.             {
  7637.                 *FontFormat: HPPCL_RES
  7638.             }
  7639.  
  7640.             *default:
  7641.             {
  7642.                 *FontFormat: HPPCL_RES
  7643.             }
  7644.         }
  7645.     }
  7646. }
  7647.  
  7648. *Feature: HPPDLType
  7649. {
  7650.     *Name: "HPPDLType"
  7651.     *FeatureType: DOC_PROPERTY
  7652.     *DefaultOption: PDL_PCL5
  7653.  
  7654.     *Option: PDL_PCL5
  7655.     {
  7656.         *Name: "PDL_PCL5"
  7657.     }
  7658. }
  7659.  
  7660. *% This feature is used for specifying the maximum resolution supported by the printer for use in the render module
  7661. *% Possible values are PDM_1500DPI, PDM_300DPI, PDM_600DPI
  7662.  
  7663. *Feature: HPMaxResolution
  7664. {
  7665.     *Name: "HPMaxResolution"
  7666.     *FeatureType: DOC_PROPERTY
  7667.     *DefaultOption: PDM_600DPI
  7668.     *Option: PDM_600DPI
  7669.     {
  7670.         *Name: "PDM_600DPI"
  7671.     }
  7672. }
  7673.  
  7674. *% This feature is used for specifying the encoding supported by the printer
  7675. *% Possible values are UTF8, 7 Bit ASCII Encoding, 8 Bit ASCII Encoding and No Encoding
  7676. *% Using this, various PJL strings (Job Storage User Names, Job Names etc) can be encoded and sent to the printer
  7677.  
  7678. *Feature: HPPJLEncoding
  7679. {
  7680.     *Name: "HPPJLEncoding"
  7681.     *FeatureType: DOC_PROPERTY
  7682.     *DefaultOption: UTF8
  7683.  
  7684.     *Option: UTF8
  7685.     {
  7686.         *Name: "UTF8"
  7687.     }
  7688. }
  7689.  
  7690. *% This feature is used for the Job Accounting feature for sending various statistical and metrics data to the printer
  7691. *% Possible values are HPJOBACCT_JOBACNT (Job Accounting alone), HPJOBACCT_JOBACNT_TIMESTAMP (Job Accounting and Time Stamp)
  7692. *% A callback ID (must be 1) is specified and in the render module, the metrics data is obtained
  7693. *% and sent as PJLs to the printer
  7694.  
  7695. *Feature: HPJobAccounting
  7696. {
  7697.     *Name: "HPJobAccounting"
  7698.     *FeatureType: DOC_PROPERTY
  7699.  
  7700.     *Option: HPJOBACCT_JOBACNT_GROUPNAME
  7701.     {
  7702.         *Name: "HPJOBACCT_JOBACNT_GROUPNAME"
  7703.         *Command: CmdSelect
  7704.         {
  7705.             *Order: JOB_SETUP.10
  7706.             *CallbackID: =CMDCB_HPJOBACCOUNT
  7707.         }
  7708.     }
  7709. }
  7710. *Feature: HPJobAccWoPin
  7711. {
  7712.     *Name: "HPJobAccWoPin"
  7713.     *DefaultOption: True
  7714.     *Option: True
  7715.     {
  7716.         *Name: "True"
  7717.     }
  7718. }
  7719. *% This feature is used for the Born On Date feature for sending the date/time stamp of the job to the printer
  7720. *% Possible values are HPBOD
  7721. *% A callback ID (must be 3) is specified and in the render module, the date/time stamp is obtained
  7722. *% and sent as PJLs to the printer
  7723.  
  7724. *Feature: HPBornOnDate
  7725. {
  7726.     *Name: "HPBornOnDate"
  7727.     *FeatureType: DOC_PROPERTY
  7728.     *DefaultOption: HPBOD
  7729.  
  7730.     *Option: HPBOD
  7731.     {
  7732.         *Name: "HPBOD"
  7733.         *Command: CmdSelect
  7734.         {
  7735.             *Order: JOB_SETUP.20
  7736.             *CallbackID: =CMDCB_HPBOD
  7737.         }
  7738.     }
  7739. }
  7740.  
  7741. *% This feature is used to verify the color settings of Mystique
  7742.  
  7743. *Feature: HPColorPlane
  7744. {
  7745.     *Name: "HPColorPlane"
  7746.     *FeatureType: DOC_PROPERTY
  7747.     *DefaultOption: HPCP
  7748.  
  7749.     *Option: HPCP
  7750.     {
  7751.         *Name: "HPCP"
  7752.         *Command: CmdSelect
  7753.         {
  7754.             *Order: JOB_SETUP.30
  7755.             *CallbackID: =CMDCB_COLOR_PLANE
  7756.         }
  7757.     }
  7758. }
  7759.  
  7760. *% This feature is used for the Job By Hob Override feature. Here the user name needs to be sent with every job
  7761. *% Possible values are JBJO
  7762. *% A callback ID (must be 5) is specified and in the render module, the user name is obtained 
  7763. *% and sent as PJLs to the printer
  7764.  
  7765. *Feature: HPJobByJobOverride
  7766. {
  7767.     *Name: "HPJobByJobOverride"
  7768.     *FeatureType: DOC_PROPERTY
  7769.     *DefaultOption: JBJO
  7770.  
  7771.     *Option: JBJO
  7772.     {
  7773.         *Name: "JBJO"
  7774.         *Command: CmdSelect
  7775.         {
  7776.             *Order: JOB_SETUP.40
  7777.             *CallbackID: =CMDCB_HPJBJO
  7778.         }
  7779.     }
  7780. }
  7781. *% This feature is used for specifying the HP specific XML file name that the printer is using
  7782. *% The HP specific XML file is an additional data fle to the UI and render modules. It specifies enhanced data like
  7783. *% Print Quality automation, External Quicksets, Media Type Ordering, DMC Install and Upgrade Time events etc
  7784. *% The XML file is used only in the read mode dynamically during the UI session
  7785.  
  7786. *Feature: HPXMLFileUsed
  7787. {
  7788.     *Name: "HPXMLFileUsed"
  7789.     *FeatureType: DOC_PROPERTY
  7790.     *DefaultOption: hpcu1305.xml
  7791.  
  7792.     *Option: hpcu1305.xml
  7793.     {
  7794.         *Name: "hpcu1305.xml"
  7795.     }
  7796. }
  7797.  
  7798. *%------------Mystique Inserted 2-23-05--------Begin------------------------
  7799. *% This feature is used for specifying the type of stapling to be applied under diferent scenarios
  7800. *% The option is set from the UI depending on the scenarios. This feature is switched along with other features like
  7801. *% orientation, paper size etc for determining the exact stapling commands to be sent to the printer
  7802.  
  7803. *Feature: HPStaplingOpposed
  7804. {
  7805.     *Name: "HPStaplingOpposed"
  7806.     *FeatureType: DOC_PROPERTY
  7807.     *DefaultOption: False
  7808.  
  7809.     *Option: False
  7810.     {
  7811.         *Name: "False"
  7812.     }
  7813.  
  7814.     *Option: True
  7815.     {
  7816.         *Name: "True"
  7817.     }
  7818. }
  7819. *%------------Mystique Inserted 2-23-05--------End------------------------
  7820.  
  7821.  
  7822. *% This feature is used for enabling smart duplexing on a single page job
  7823. *% (i.e not playing the blank side of the page)
  7824. *% Required as True for all products     
  7825.  
  7826. *Feature: HPSmartDuplexSinglePageJob
  7827. {
  7828.     *Name: "HPSmartDuplexSinglePageJob"
  7829.     *FeatureType: DOC_PROPERTY
  7830.     *DefaultOption: True
  7831.  
  7832.     *Option: True
  7833.     {
  7834.         *Name: "True"
  7835.     }
  7836. }
  7837.  
  7838.  
  7839.  
  7840.  
  7841. *%  This feature is used for handling duplicate job names
  7842. *%  Single option. Possible values are SWFW and SW
  7843. *Feature: HPDuplicateJobNameOverride
  7844. {
  7845.     *Name: "HPDuplicateJobNameOverride"
  7846.  
  7847.     *Option: SWFW
  7848.     {
  7849.         *Name: "SWFW"
  7850.     }
  7851. }
  7852. *Feature: EnhancedPCL5Enable
  7853. {
  7854.     *Name: "EnhancedPCL5Enable"
  7855.     *FeatureType: DOC_PROPERTY
  7856.     *% ConcealFromUI?: TRUE
  7857.     *DefaultOption: True
  7858.     *Option: False
  7859.     {
  7860.         *Name: "False"
  7861.     }        
  7862.     *Option: True
  7863.     {
  7864.         *Name: "True"
  7865.     }
  7866. }
  7867.  
  7868. *Feature: DynamicRender
  7869. {
  7870.     *% Name: "Device Render Type"               *%6517
  7871.     *rcNameID:=IDS_DEVICE_RENDER_TYPE
  7872.     *FeatureType: PRINTER_PROPERTY
  7873.     *DefaultOption: AUTODEVICE
  7874.     *Option: AUTODEVICE
  7875.     {
  7876.          *% Name: "Automatic"      *%6518
  7877.          *rcNameID:=IDS_DEVICE_TYPE_AUTO_DETECT
  7878.     }
  7879.     *Option: COLORDEVICE
  7880.     {
  7881.          *% Name: "Color"      *%6519
  7882.          *rcNameID:=IDS_DEVICE_TYPE_COLOR
  7883.     }
  7884.     *Option: MONODEVICE
  7885.     {
  7886.          *% Name: "Monochrome"      *%6520
  7887.          *rcNameID:=IDS_DEVICE_TYPE_MONOCHROME
  7888.     }
  7889. }
  7890.  
  7891. *%  This feature is used for enabling dynamic EMF/RAW spool switching in the driver
  7892. *%  Single option. Possible values are True.
  7893. *%  Add this feature if you want to support the dynamic switching.
  7894.  
  7895. *Feature: HPEnableRAWSpooling
  7896. {
  7897.     *Name: "HPEnableRAWSpooling"
  7898.     *FeatureType: DOC_PROPERTY
  7899.     *DefaultOption: True
  7900.  
  7901.     *Option: True
  7902.     {
  7903.         *Name: "True"
  7904.     }
  7905.  
  7906.     *Option: False
  7907.     {
  7908.         *Name: "False"
  7909.     }
  7910. }
  7911.  
  7912. *%-------------------------------------------------------------------------
  7913. *%  RGBColor
  7914. *%-------------------------------------------------------------------------
  7915. *%  This feature is used for showing the RGB Color option under 
  7916. *%  the new Color Themes group box in the Color Tab
  7917. *%  This feature is from Q105 Laser and implemented as per the CR: AADZ994
  7918. *%  Add this feature only for Color Printers
  7919. *%-------------------------------------------------------------------------
  7920. *Feature: RGBColor
  7921. {
  7922.      *rcNameID: =IDS_RGB_COLOR
  7923.      *FeatureType: DOC_PROPERTY
  7924.      *HelpIndex: 15549
  7925.      *DefaultOption: NoCmd
  7926.      
  7927.      *Option: Default-sRGB
  7928.      {
  7929.         *rcNameID: =IDS_RGB_DEFAULT
  7930.         *Command: CmdSelect
  7931.         {
  7932.             *Order: PAGE_SETUP.50
  7933.             *Cmd: "<1B>*o4W<0A010002><1B>*o4W<0A010102><1B>*o4W<0A010202>"
  7934.         }
  7935.      }
  7936.  
  7937.      *Option: ImagesRGB
  7938.      {
  7939.         *rcNameID: =IDS_PHOTO_SRGB
  7940.         *Command: CmdSelect
  7941.         {
  7942.             *Order: PAGE_SETUP.50
  7943.             *Cmd: "<1B>*o4W<0A010003><1B>*o4W<0A010103><1B>*o4W<0A010203>"
  7944.         }
  7945.      }
  7946.  
  7947.      *Option: AdobeRGB
  7948.      {
  7949.         *rcNameID: =IDS_PHOTO_ADOBE_RGB_1998
  7950.         *Command: CmdSelect
  7951.         {
  7952.             *Order: PAGE_SETUP.50
  7953.             *Cmd: "<1B>*o4W<0A010004><1B>*o4W<0A010104><1B>*o4W<0A010204>"
  7954.         }
  7955.      }
  7956.  
  7957.     *Option: Vivid8060
  7958.     {
  7959.         *%rcNameID: =IDS_VIVID_SRGB
  7960.         *Name: "Vivid (sRGB) "
  7961.         *Command: CmdSelect
  7962.         {
  7963.             *Order: PAGE_SETUP.50
  7964.             *Cmd: "<1B>*o4W<0A010005><1B>*o4W<0A010105><1B>*o4W<0A010205>"
  7965.         }
  7966.      }
  7967.  
  7968.     *Option: Vivid
  7969.     {
  7970.         *rcNameID: =IDS_VIVID_SRGB
  7971.         *%Name: "Vivid (sRGB)"
  7972.         *Command: CmdSelect
  7973.         {
  7974.             *Order: PAGE_SETUP.50
  7975.             *Cmd: "<1B>*o4W<0A010007><1B>*o4W<0A010107><1B>*o4W<0A010207>"
  7976.         }
  7977.     }
  7978.      
  7979.     *Option: None
  7980.      {
  7981.         *rcNameID: =IDS_NONE
  7982.         *Command: CmdSelect
  7983.         {
  7984.             *Order: PAGE_SETUP.50
  7985.             *Cmd: "<1B>*o4W<0A010005><1B>*o4W<0A010105><1B>*o4W<0A010205>"
  7986.         }
  7987.      }
  7988.       
  7989.      *Option: CustomProfile
  7990.      {
  7991.         *rcNameID: =IDS_CUSTOM_PROFILE
  7992.         *Command: CmdSelect
  7993.         {
  7994.             *Order: PAGE_SETUP.50
  7995.             *Cmd: "<1B>*o4W<0A010001><1B>*o4W<0A010101><1B>*o4W<0A010201>"
  7996.         }
  7997.      }
  7998.      
  7999.     *Option: NoCmd
  8000.     {
  8001.         *Name: "NULL"
  8002.     }
  8003. }
  8004.  
  8005. *%-------------------------------------------------------------------------
  8006. *% PRN_PROP Custom features section
  8007. *%-------------------------------------------------------------------------
  8008.  
  8009. *%  Job Storage custom feature
  8010. *%  JRConstraints will have an option value for full, none or partial
  8011. *%  (1) JRCHDFull - the printer requires a Hard Disk for ALL JR options
  8012. *%  (2) JRCHDPartial - the printer requires a HardDisk only for SOME JR options.
  8013. *%  (3) JRCHDNone - the printer does NOT require a HardDisk for ANY JR options
  8014.  
  8015. *Feature: JRConstraints
  8016. {
  8017.     *Name: "JRConstraints"
  8018.     *FeatureType: DOC_PROPERTY
  8019.     *DefaultOption: JRCHDFull
  8020.     *Option: JRCHDFull
  8021.     {
  8022.         *Name: "JRCHDFull"
  8023.     }
  8024.     *Option: JRCJobRet
  8025.     {
  8026.         *Name: "JRCJobRet"
  8027.     }
  8028.     *Option: 0
  8029.     {
  8030.         *Name: "0"
  8031.     }
  8032. }
  8033.  
  8034. *%  Job Storage custom feature
  8035. *%  Two JR Option constraint features are defined
  8036. *%  (1) JRHDInstalled - This lists the JR options available when HD is installed
  8037. *%  (2) JRHDNotInstalled - This lists the JR options available when HD is not installed
  8038. *%      The options are as follows - (in this order)
  8039. *%               (a) JRHDOff
  8040. *%               (b) JRHDProof
  8041. *%               (c) JRHDPrivate
  8042. *%               (d) JRHDQuickCopy
  8043. *%               (e) JRHDStore
  8044. *%  Note: The options are the same for both JRHDInstalled and JRHDNotInstalled
  8045.  
  8046. *Feature: JRHDInstalled
  8047. {
  8048.     *Name: "JRHDInstalled"
  8049.     *FeatureType: DOC_PROPERTY
  8050.     *DefaultOption: JRHDOff
  8051.     *Option: JRHDOff
  8052.     {
  8053.         *Name: "JRHDOff"
  8054.     }
  8055.  
  8056.     *Option: JRHDProof
  8057.     {
  8058.         *Name: "JRHDProof"
  8059.     }
  8060.  
  8061.     *Option: JRHDPrivate
  8062.     {
  8063.         *Name: "JRHDPrivate"
  8064.     }
  8065.  
  8066.     *Option: JRHDQuickCopy
  8067.     {
  8068.         *Name: "JRHDQuickCopy"
  8069.     }
  8070.  
  8071.     *Option: JRHDStore
  8072.     {
  8073.         *Name: "JRHDStore"
  8074.     }
  8075. }
  8076.  
  8077. *Feature: JRHDNotInstalled
  8078. {
  8079.     *Name: "JRHDNotInstalled"
  8080.     *FeatureType: DOC_PROPERTY
  8081.     *DefaultOption: JRHDOff
  8082.  
  8083.     *Option: JRHDOff
  8084.     {
  8085.         *Name: "JRHDOff"
  8086.     }
  8087.  
  8088.     *Option: JRHDProof
  8089.     {
  8090.         *Name: "JRHDProof"
  8091.     }
  8092.  
  8093.     *Option: JRHDPrivate
  8094.     {
  8095.         *Name: "JRHDPrivate"
  8096.     }
  8097. }
  8098.  
  8099. *%-------------------------------------------------------------------------
  8100. *% Feature: HPPrnPropResourceData: HPCF (HP Custom Feature)
  8101. *%-------------------------------------------------------------------------
  8102. *% The dependency files will include now a .cab file, 
  8103. *% which will contain the help files of all locales supported by the product. 
  8104. *% During the runtime the help file corresponding to the locale of the current user 
  8105. *% the help file is extracted from the .cab file and used.
  8106. *%-------------------------------------------------------------------------
  8107. *Feature: HPPrnPropResourceData
  8108. {
  8109.     *Name: "HPPrnPropResourceData"
  8110.     *FeatureType: PRINTER_PROPERTY
  8111.     *DefaultOption: hpchl130.cab
  8112.  
  8113.     *Option: hpchl130.cab       *%name of the cab file in hpchlyyq.cab format
  8114.     {
  8115.         *Name: "hpchl130.cab" 
  8116.     }
  8117.     *Option: hpc_en_130.hlp     *%name of the English help file with the token separator "_"
  8118.     {
  8119.         *Name: "hpc_en_130.hlp"
  8120.     }
  8121.     *Option: hpc_en_130.chm     *%name of the English help file with the token separator "_"
  8122.     {
  8123.         *Name: "hpc_en_130.chm"
  8124.     }
  8125. }
  8126. *% This feature is used for specifying the Support for Larger paper (SLP) feature which allows the user to select a paper
  8127. *% size larger than what the printer supports and still print that onto a supported (mapped) paper without any page reflow
  8128. *% in the document at the application side
  8129. *% Currently, this feature is either always supported for printers or not suppoted at all.
  8130. *% This means that this feature is not user modifiable and has no UI exposure
  8131. *% To support SLP, define this feature with *DefaultOption: Installed
  8132. *% To remove SLP support, define this feature with *DefaultOption: NotInstalled or do not define the feature
  8133.  
  8134. *% This feature is used for the "Combine Media Types and Sources in the application list" feature
  8135. *% This feature is currently not shown in the treeview because of Unidrv limitations.
  8136. *% So in any product, this feature is either always present as installed or always present as Not Installed
  8137.  
  8138. *Feature: CombineMediaTypesAndInputBins
  8139. {
  8140.     *rcNameID: =IDS_COMBINE_SOURCE_TYPE
  8141.     *FeatureType: PRINTER_PROPERTY
  8142.     *HelpIndex: =IDH_UNIDRV_COMBINE_SOURCE_TYPE
  8143.     *DefaultOption: Installed
  8144.  
  8145.     *Option: Installed
  8146.     {
  8147.         *rcNameID: =IDS_ENABLED_DISPLAY
  8148.     }
  8149. }
  8150.  
  8151. *Feature: HPNUseDiffFirstPageChoice
  8152. {
  8153.     *Name: "HPNUseDiffFirstPageChoice"
  8154.     *FeatureType: DOC_PROPERTY
  8155.     *DefaultOption: TRUE
  8156.  
  8157.     *Option: TRUE
  8158.     {
  8159.         *Name: "TRUE"
  8160.     }
  8161. }
  8162. *%------------Mystique Inserted 1-15-07--------Begin------------------------
  8163. *%-------------------------------------------------------------------------
  8164. *% Feature: HPPageExceptionsFile: HPCF (HP Custom Feature)
  8165. *%-------------------------------------------------------------------------
  8166. *%  Page Exceptions component custom feature *%  HPPageExceptionsFile *%  This feature is used to get the name of the Page Exceptions 
  8167. *%    component DLL(hpcpeyyq.dll)
  8168. *%-------------------------------------------------------------------------
  8169. *Feature: HPPageExceptionsFile
  8170. {
  8171.     *Name: "HPPageExceptionsFile"
  8172.     *FeatureType: DOC_PROPERTY
  8173.     *Option: HPCPE130
  8174.     {
  8175.         *Name: "HPCPE130"
  8176.     }
  8177. }
  8178.  
  8179. *%-------------------------------------------------------------------------
  8180. *% Feature: HPPageExceptionsInterface: HPCF (HP Custom Feature)
  8181. *%-------------------------------------------------------------------------
  8182. *%  Page Exceptions Interface component custom feature *%  HPPageExceptionsInterface *%  This feature is used to get the name of the Page Exceptions dll's main 
  8183. *%    interface(exported function)
  8184. *%-------------------------------------------------------------------------
  8185. *Feature: HPPageExceptionsInterface
  8186. {
  8187.     *Name: "HPPageExceptionsInterface"
  8188.     *FeatureType: DOC_PROPERTY
  8189.     *Option: ShowPageExceptions
  8190.     {
  8191.         *Name: "ShowPageExceptions"
  8192.     }
  8193. }
  8194.  
  8195. *%-------------------------------------------------------------------------
  8196. *%  HPPageExceptionsLowEnd component custom feature *%  HPPageExceptionsLowEnd *%  This feature is used to represent the Low End version
  8197. *%-------------------------------------------------------------------------
  8198. *Feature: HPPageExceptionsLowEnd
  8199. {
  8200.     *Name: "HPPageExceptionsLowEnd"
  8201.     *FeatureType: DOC_PROPERTY
  8202.     *DefaultOption: HPPageExceptionsLowEndVer
  8203.  
  8204.     *Option: HPPageExceptionsLowEndVer
  8205.     {
  8206.         *Name: "HPPageExceptionsLowEndVer"
  8207.     }
  8208. }
  8209.  
  8210. *%-------------------------------------------------------------------------
  8211. *% Feature: HPPageExceptions: HPCF (HP Custom Feature)
  8212. *%-------------------------------------------------------------------------
  8213. *Feature: HPPageExceptions
  8214. {
  8215.     *rcNameID: =IDS_PAGE_EXCEPTIONS    
  8216.     *HelpIndex: =IDH_PAGE_EXCEPTION
  8217.     *HelpIndex: 15666
  8218.     *FeatureType: DOC_PROPERTY
  8219.     *DefaultOption: CoverInsertion
  8220.  
  8221.     *Option: CoverInsertion        *% Covers
  8222.     {
  8223.         *rcNameID: =IDS_COVER
  8224.     }         
  8225.  
  8226.     *Option: PrintedInsertion    *% Print pages on different paper
  8227.     {
  8228.         *rcNameID: =IDS_PRINT_PAGES_ON_DIFFERENT_PAPER
  8229.     }         
  8230. }
  8231.  
  8232.  
  8233.  
  8234. *%------------Mystique Inserted 1-15-07--------End------------------------
  8235. *%------------Mystique Inserted 2-23-05--------Begin------------------------
  8236. *% Verify that each option in AccessoryOutputBin feature corresponds to an option here
  8237.  
  8238. *Feature: HPInstallableHCO
  8239. {
  8240.     *Name: "HPInstallableHCO"
  8241.     *FeatureType: PRINTER_PROPERTY
  8242.     
  8243.     *Option:  3000Stacker-C8084
  8244.     {
  8245.         *Name: "3000Stacker-C8084"
  8246.     }
  8247.     *Option:  3000Stapler-C8085
  8248.     {
  8249.         *Name: "3000Stapler-C8085"
  8250.     }
  8251.     *Option:  MultiFunctionFinisher-C8088
  8252.     {
  8253.         *Name: "MultiFunctionFinisher-C8088"
  8254.     }
  8255.     *Option: HPL9050-MBM8Mailbox-Q5693A
  8256.     {
  8257.         *Name: "HPL9050-MBM8Mailbox-Q5693A"
  8258.     }
  8259.     *Option: HPL9040-MBM8Mailbox-Q5693A
  8260.     {
  8261.         *Name: "HPL9040-MBM8Mailbox-Q5693A"
  8262.     }
  8263.     *Option: HPL9050M-MBM8Mailbox-Q5693A
  8264.     {
  8265.         *Name: "HPL9050M-MBM8Mailbox-Q5693A"
  8266.     }
  8267.     *Option: HPL9040M-MBM8Mailbox-Q5693A
  8268.     {
  8269.         *Name: "HPL9040M-MBM8Mailbox-Q5693A"
  8270.     }
  8271.     *Option: HPCL9500M-MBM8Mailbox-Q5693
  8272.     {
  8273.         *Name: "HPCL9500M-MBM8Mailbox-Q5693"
  8274.     }
  8275.     *Option:  MBM8Mailbox-Q5693
  8276.     {
  8277.         *Name: "MBM8Mailbox-Q5693"
  8278.     }
  8279.     *Option:  MBM8Stacker-Q5693
  8280.     {
  8281.         *Name: "MBM8Stacker-Q5693"
  8282.     }
  8283.     *Option:  MBM8Sorter-Q5693
  8284.     {
  8285.         *Name: "MBM8Sorter-Q5693"
  8286.     }
  8287.     *Option:  MBM8JobSeparator-Q5693
  8288.     {
  8289.         *Name: "MBM8JobSeparator-Q5693"
  8290.     }
  8291.     *Option:  MBM5Mailbox-C4787
  8292.     {
  8293.         *Name: "MBM5Mailbox-C4787"
  8294.     }
  8295.     *Option:  MBM5Stacker-C4787
  8296.     {
  8297.         *Name: "MBM5Stacker-C4787"
  8298.     }
  8299.     *Option:  MBM5SorterCollator-C4787
  8300.     {
  8301.         *Name: "MBM5SorterCollator-C4787"
  8302.     }
  8303.     *Option:  MBM5JobSeparator-C4787
  8304.     {
  8305.         *Name: "MBM5JobSeparator-C4787"
  8306.     }
  8307.     *Option:  750Stapler-Q7003
  8308.     {
  8309.         *Name: "750Stapler-Q7003"
  8310.     }
  8311.     *Option: 500StaplerOutput-Q7604A
  8312.     {
  8313.          *Name: "500StaplerOutput-Q7604A"
  8314.     }
  8315.     *Option:  500Stapler-Q2443
  8316.     {
  8317.         *Name: "500Stapler-Q2443"
  8318.     }
  8319.     *Option:  500Stacker-Q2442
  8320.     {
  8321.         *Name: "500Stacker-Q2442"
  8322.     }
  8323.     *Option: 500Stapler-Q5691
  8324.     {
  8325.          *Name: "500Stapler-Q5691"
  8326.     }
  8327.     *Option: HPLM4345M-MBM3Mailbox-Q5692
  8328.     {
  8329.         *Name: "HPLM4345M-MBM3Mailbox-Q5692"
  8330.     }
  8331.     *Option: HPCLC4730M-MBM3Mailbox-Q5692
  8332.     {
  8333.         *Name: "HPCLC4730M-MBM3Mailbox-Q5692"
  8334.     }
  8335.     *Option: MBM3Mailbox-Q5692
  8336.     {
  8337.         *Name: "MBM3Mailbox-Q5692"
  8338.     }
  8339.  
  8340.     *Option: MBM3Stacker-Q5692
  8341.     {
  8342.         *Name: "MBM3Stacker-Q5692"
  8343.     }
  8344.  
  8345.     *Option: MBM3FunctionSeparator-Q5692
  8346.     {
  8347.         *Name: "MBM3FunctionSeparator-Q5692"
  8348.     }
  8349.     *Option:  3000InternalStapler-Q3633
  8350.     {
  8351.         *Name: "3000InternalStapler-Q3633"
  8352.     }
  8353.     *Option:  MultiFunctionInternalFinisher-Q3634
  8354.     {
  8355.         *Name: "MultiFunctionInternalFinisher-Q3634"
  8356.     }
  8357.     *Option:  StackStapleJobSep-C5959
  8358.     {
  8359.         *Name: "StackStapleJobSep-C5959"
  8360.     }
  8361.     *Option:  MBM4JobSeparator-C5964
  8362.     {
  8363.         *Name: "MBM4JobSeparator-C5964"
  8364.     }
  8365.     *Option:  SingleOutputBin-C5963
  8366.     {
  8367.         *Name: "SingleOutputBin-C5963"
  8368.     }
  8369.     *Option: HPLM9040M-3000Stacker-C8084
  8370.     {
  8371.         *Name: "HPLM9040M-3000Stacker-C8084"
  8372.     }
  8373.     *Option: HPLM9040M-3000Stapler-C8085
  8374.     {
  8375.         *Name: "HPLM9040M-3000Stapler-C8085"
  8376.     }
  8377.     *Option: HPLM9040M-MultiFunctionFinisher-C8088B
  8378.     {
  8379.         *Name: "HPLM9040M-MultiFunctionFinisher-C8088B"
  8380.     }
  8381.     *Option: HPLM9040M-MBM8Mailbox-Q5693A
  8382.     {
  8383.         *Name: "HPLM9040M-MBM8Mailbox-Q5693A"
  8384.     }
  8385.     *Option: HPLM9040M-MBM8Stacker-Q5693A
  8386.     {
  8387.         *Name: "HPLM9040M-MBM8Stacker-Q5693A"
  8388.     }
  8389.     *Option: HPLM9040M-MBM8Sorter-Q5693A
  8390.     {
  8391.         *Name: "HPLM9040M-MBM8Sorter-Q5693A"
  8392.     }
  8393.     *Option: HPLM9040M-MBM8JobSeparator-Q5693A
  8394.     {
  8395.         *Name: "HPLM9040M-MBM8JobSeparator-Q5693A"
  8396.     }
  8397.     *Option: HPLM9050M-3000Stacker-C8084
  8398.     {
  8399.         *Name: "HPLM9050M-3000Stacker-C8084"
  8400.     }
  8401.     *Option: HPLM9050M-3000Stapler-C8085
  8402.     {
  8403.         *Name: "HPLM9050M-3000Stapler-C8085"
  8404.     }
  8405.     *Option: HPLM9050M-MultiFunctionFinisher-C8088B
  8406.     {
  8407.         *Name: "HPLM9050M-MultiFunctionFinisher-C8088B"
  8408.     }
  8409.     *Option: HPLM9050M-MBM8Mailbox-Q5693A
  8410.     {
  8411.         *Name: "HPLM9050M-MBM8Mailbox-Q5693A"
  8412.     }
  8413.     *Option: HPLM9050M-MBM8Stacker-Q5693A
  8414.     {
  8415.         *Name: "HPLM9050M-MBM8Stacker-Q5693A"
  8416.     }
  8417.     *Option: HPLM9050M-MBM8Sorter-Q5693A
  8418.     {
  8419.         *Name: "HPLM9050M-MBM8Sorter-Q5693A"
  8420.     }
  8421.     *Option: HPLM9050M-MBM8JobSeparator-Q5693A
  8422.     {
  8423.         *Name: "HPLM9050M-MBM8JobSeparator-Q5693A"
  8424.     }
  8425.     *Option:  HPCLC6040M-MBM3StaplerMailbox-Q6998
  8426.     {
  8427.         *Name: "HPCLC6040M-MBM3StaplerMailbox-Q6998"
  8428.     }
  8429.     *Option:  HPCLC6030M-MBM3StaplerMailbox-Q6998
  8430.     {
  8431.         *Name: "HPCLC6030M-MBM3StaplerMailbox-Q6998"
  8432.     }
  8433.     *Option:  HPCLC6040M-MBM3StaplerFunctionSeparator-Q6998
  8434.     {
  8435.         *Name: "HPCLC6040M-MBM3StaplerFunctionSeparator-Q6998"
  8436.     }
  8437.     *Option:  HPCLC6030M-MBM3StaplerFunctionSeparator-Q6998
  8438.     {
  8439.         *Name: "HPCLC6030M-MBM3StaplerFunctionSeparator-Q6998"
  8440.     }
  8441.     *Option:  HPCLC6040M-MBMBookletMakerMailboxStapler-Q6999
  8442.     {
  8443.         *Name: "HPCLC6040M-MBMBookletMakerMailboxStapler-Q6999"
  8444.     }
  8445.     *Option:  HPCLC6030M-MBMBookletMakerMailboxStapler-Q6999
  8446.     {
  8447.         *Name: "HPCLC6030M-MBMBookletMakerMailboxStapler-Q6999"
  8448.     }
  8449.     *Option:  MBM3StaplerMailbox-Q6998
  8450.     {
  8451.         *Name: "MBM3StaplerMailbox-Q6998"
  8452.     }
  8453.     *Option:  MBM3StaplerFunctionSeparator-Q6998
  8454.     {
  8455.         *Name: "MBM3StaplerFunctionSeparator-Q6998"
  8456.     }
  8457.     *Option: MBM3StaplerStacker-Q6998
  8458.     {
  8459.         *Name: "MBM3StaplerStacker-Q6998"
  8460.     }
  8461.     *Option:  MBM3StaplerMailbox-CC424A
  8462.     {
  8463.         *Name: "MBM3StaplerMailbox-CC424A"
  8464.     }
  8465.     *Option:  MBM3StaplerFunctionSeparator-CC424A
  8466.     {
  8467.         *Name: "MBM3StaplerFunctionSeparator-CC424A"
  8468.     }
  8469.     *Option: MBM3StaplerStacker-CC424A
  8470.     {
  8471.         *Name: "MBM3StaplerStacker-CC424A"
  8472.     }
  8473.     *Option:  MBM3StaplerMailbox-CE736A
  8474.     {
  8475.         *Name: "MBM3StaplerMailbox-CE736A"
  8476.     }
  8477.     *Option:  MBM3StaplerFunctionSeparator-CE736A
  8478.     {
  8479.         *Name: "MBM3StaplerFunctionSeparator-CE736A"
  8480.     }
  8481.     *Option: MBM3StaplerStacker-CE736A
  8482.     {
  8483.         *Name: "MBM3StaplerStacker-CE736A"
  8484.     }
  8485.     *Option: MBMBookletMakerMailboxStapler-Q6999
  8486.     {
  8487.         *Name: "MBMBookletMakerMailboxStapler-Q6999"
  8488.     }
  8489.     *Option:  MBMBookletMakerStackerStapler-Q6999
  8490.     {
  8491.         *Name: "MBMBookletMakerStackerStapler-Q6999"
  8492.     }
  8493.     *Option:  MBM5xMailbox-CB520
  8494.     {
  8495.         *Name: "MBM5xMailbox-CB520"
  8496.     }
  8497.     *Option:  MBM5JobSeparator1-CB520
  8498.     {
  8499.         *Name: "MBM5JobSeparator1-CB520"
  8500.     }
  8501.     *Option: MBM5Stacker1-CB520
  8502.     {
  8503.         *Name: "MBM5Stacker1-CB520"
  8504.     }
  8505.     *Option: MBM5Collator-CB520
  8506.     {
  8507.         *Name: "MBM5Collator-CB520"
  8508.     }
  8509.     *Option: 500Stacker-CB521
  8510.     {
  8511.         *Name: "500Stacker-CB521"
  8512.     }
  8513.     *Option: 500StaplerZT-CB522
  8514.     {
  8515.         *Name: "500StaplerZT-CB522"
  8516.     }
  8517.     *Option: 500JStacker-CE404A
  8518.     {
  8519.         *Name: "500JStacker-CE404A"
  8520.     }
  8521.     *Option: 500JStaplerOutput-CE405A
  8522.     {
  8523.         *Name: "500JStaplerOutput-CE405A"
  8524.     }
  8525.     *Option: 500StaplerOutput-CB522A
  8526.     {
  8527.         *Name: "500StaplerOutput-CB522A"
  8528.     }
  8529.     *Option: 500Stacker-CB521A
  8530.     {
  8531.         *Name: "500Stacker-CB521A"
  8532.     }
  8533.     *Option:  MBM5xJMailbox-CE997A
  8534.     {
  8535.         *Name: "MBM5xJMailbox-CE997A"
  8536.     }
  8537.     *Option: MBM5xStacker-CE997A
  8538.     {
  8539.         *Name: "MBM5xStacker-CE997A"
  8540.     }
  8541.     *Option: MBM5xJobSeparator-CE997A
  8542.     {
  8543.         *Name: "MBM5xJobSeparator-CE997A"
  8544.     }
  8545.    *Option: MBM5JCollator-CE997A
  8546.     {
  8547.         *Name: "MBM5JCollator-CE997A"
  8548.     }
  8549. }
  8550. *%------------Mystique Inserted 2-23-05--------End------------------------
  8551.  
  8552. *% This feature is used for specifying if the HP custom font installer is to be used
  8553.  
  8554. *Feature: HPFontInstaller
  8555. {
  8556.     *Name: "HPFontInstaller"
  8557.     *FeatureType: PRINTER_PROPERTY
  8558.     *DefaultOption: TRUE
  8559.  
  8560.     *Option: TRUE
  8561.     {
  8562.         *Name: ""
  8563.     }
  8564. }
  8565.  
  8566. *switch:  Stapling
  8567. {
  8568.     *case: StitchingReverse            *% Fold and stitch option
  8569.     {
  8570.         *OutputOrderReversed?: TRUE       
  8571.     }
  8572.     *default:
  8573.     {
  8574.         *OutputOrderReversed?: FALSE
  8575.     }
  8576. }
  8577.  
  8578.  
  8579. *%-------------------------------------------------------------------------
  8580. *% HP Best Gloss Feature
  8581. *%-------------------------------------------------------------------------
  8582. *Feature: HPBestGloss
  8583. {
  8584.  *Name: "HPBestGloss"
  8585.  *FeatureType: DOC_PROPERTY
  8586.  *DefaultOption: Default
  8587.     
  8588.  *Option: DEFAULT
  8589.     {
  8590.         *%Name: "Default"
  8591.         *rcNameID: =IDS_PRINTER_DEFAULT
  8592.         *Command: CmdSelect
  8593.         {
  8594.             *Order: JOB_SETUP.150
  8595.             *Cmd: "@PJL SET KEEPGLOSSMODE=UNDEFINED<0A>"
  8596.         }
  8597.     }
  8598.  *Option: BEST
  8599.     {
  8600.         *%Name: "Best"
  8601.         *rcNameID: =IDS_BEST
  8602.         *Command: CmdSelect
  8603.         {
  8604.             *Order: JOB_SETUP.150
  8605.             *Cmd: "@PJL SET KEEPGLOSSMODE=ON<0A>"
  8606.         }
  8607.     }
  8608.  *Option: STANDARD
  8609.     {
  8610.         *%Name: "Standard"
  8611.         *rcNameID: =IDS_GRAY_STANDARD
  8612.         *Command: CmdSelect
  8613.         {
  8614.             *Order: JOB_SETUP.150
  8615.             *Cmd: "@PJL SET KEEPGLOSSMODE=OFF<0A>"
  8616.         }
  8617.     } 
  8618. }
  8619.  
  8620. *%------------Mystique Inserted 2-24-05--------Begin----------------------
  8621. *%-------------------------------------------------------------------------
  8622. *% HP Device (MailBox/MultiFunction/StackerStapler or ModelName) to OutputBin Mapping
  8623. *%-------------------------------------------------------------------------
  8624. *Feature: HPMOutputBinHCOMap
  8625. {
  8626.     *Name: "HPMOutputBinHCOMap"
  8627.     *FeatureType: PRINTER_PROPERTY
  8628.     *DefaultOption: None
  8629.     
  8630.     *Option: None
  8631.     {
  8632.         *Name: "Auto"
  8633.     }
  8634.     *%------------Mystique New Product Support for Lono, Lono Lite------------
  8635.     *Option: HPLM9040M-3000Stacker-C8084
  8636.     {
  8637.         *Name: "Auto-UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8638.     }
  8639.     *Option: HPLM9040M-3000Stapler-C8085
  8640.     {
  8641.         *Name: "Auto-UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8642.     }
  8643.     *Option: HPLM9040M-MultiFunctionFinisher-C8088B
  8644.     {
  8645.         *Name: "Auto-UpperLeftBinStraight9500MFP-UpperLeftBin9500MFP"
  8646.     }
  8647.     *Option: HPLM9040M-MBM8Mailbox-Q5693A
  8648.     {
  8649.         *Name: "Auto-OutputBin29500MFP-OutputBin39500MFP-OutputBin49500MFP-OutputBin59500MFP-OutputBin69500MFP-OutputBin79500MFP-OutputBin89500MFP-UpperLeftBinStraight9500MFP"
  8650.     }
  8651.     *Option: HPLM9040M-MBM8Stacker-Q5693A
  8652.     {
  8653.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8654.     }
  8655.     *Option: HPLM9040M-MBM8Sorter-Q5693A
  8656.     {
  8657.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8658.     }
  8659.     *Option: HPLM9040M-MBM8JobSeparator-Q5693A
  8660.     {
  8661.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8662.     }
  8663.     *Option: HPLM9050M-3000Stacker-C8084
  8664.     {
  8665.         *Name: "Auto-UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8666.     }
  8667.     *Option: HPLM9050M-3000Stapler-C8085
  8668.     {
  8669.         *Name: "Auto-UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8670.     }
  8671.     *Option: HPLM9050M-MultiFunctionFinisher-C8088B
  8672.     {
  8673.         *Name: "Auto-UpperLeftBinStraight9500MFP-UpperLeftBin9500MFP"
  8674.     }
  8675.     *Option: HPLM9050M-MBM8Mailbox-Q5693A
  8676.     {
  8677.         *Name: "Auto-OutputBin29500MFP-OutputBin39500MFP-OutputBin49500MFP-OutputBin59500MFP-OutputBin69500MFP-OutputBin79500MFP-OutputBin89500MFP-UpperLeftBinStraight9500MFP"
  8678.     }
  8679.     *Option: HPLM9050M-MBM8Stacker-Q5693A
  8680.     {
  8681.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8682.     }
  8683.     *Option: HPLM9050M-MBM8Sorter-Q5693A
  8684.     {
  8685.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8686.     }
  8687.     *Option: HPLM9050M-MBM8JobSeparator-Q5693A
  8688.     {
  8689.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8690.     }
  8691.     *Option: HPL9050M-MBM8Mailbox-Q5693A
  8692.     {
  8693.         *Name: "OutputBin2-OutputBin3-OutputBin4-OutputBin5-OutputBin6-OutputBin7-OutputBin8-Auto-MFPUpperLeftBinStraight"
  8694.     }
  8695.     *Option: HPL9040M-MBM8Mailbox-Q5693A
  8696.     {
  8697.         *Name: "OutputBin2-OutputBin3-OutputBin4-OutputBin5-OutputBin6-OutputBin7-OutputBin8-Auto-MFPUpperLeftBinStraight"
  8698.     }
  8699.     *%------------------------Lono, Lono Lite end----------------------------
  8700.     *Option: HPCL9500M-3000Stapler-C8085
  8701.     {
  8702.         *Name: "UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8703.     }
  8704.     *Option: HPCL9500M-3000Stacker-C8084
  8705.     {
  8706.         *Name: "UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8707.     }
  8708.     *Option: HPCL9500M-MultiFunctionFinisher-C8088
  8709.     {
  8710.         *Name: "Auto-UpperLeftBinStraight9500MFP-LowerLeftBin9500MFP"
  8711.     }
  8712.     *Option: HPCL9500M-MBM8Mailbox-Q5693
  8713.     {
  8714.         *Name: "OutputBin29500MFP-OutputBin39500MFP-OutputBin49500MFP-OutputBin59500MFP-OutputBin69500MFP-OutputBin79500MFP-OutputBin89500MFP-Auto-UpperLeftBinStraight9500MFP"
  8715.     }
  8716.     *Option: HPCL9500M-MBM8Stacker-Q5693
  8717.     {
  8718.         *Name: "Auto-UpperLeftBinStraight-OutputBin2_89500MFP"
  8719.     }
  8720.     *Option: HPCL9500M-MBM8Sorter-Q5693
  8721.     {
  8722.         *Name: "Auto-UpperLeftBinStraight9500MFP-OutputBin2_89500MFP"
  8723.     }
  8724.     *Option: HPCLC6040M-MBM3StaplerMailbox-Q6998
  8725.     {
  8726.         *Name: "Auto-UpperLeftBin-MiddleLeftBin-LowerLeftBin"
  8727.     }
  8728.     *Option: HPCLC6030M-MBM3StaplerMailbox-Q6998
  8729.     {
  8730.         *Name: "Auto-UpperLeftBin-MiddleLeftBin-LowerLeftBin"
  8731.     }
  8732.     *Option: HPCLC6040M-MBM3StaplerFunctionSeparator-Q6998
  8733.     {
  8734.         *Name: "Auto"
  8735.     }
  8736.     *Option: HPCLC6030M-MBM3StaplerFunctionSeparator-Q6998
  8737.     {
  8738.         *Name: "Auto"
  8739.     }
  8740.     *Option: HPCLC6040M-MBMBookletMakerMailboxStapler-Q6999
  8741.     {
  8742.         *Name: "Auto-UpperLeftBin-MiddleLeftBin"
  8743.     }
  8744.     *Option: HPCLC6030M-MBMBookletMakerMailboxStapler-Q6999
  8745.     {
  8746.         *Name: "Auto-UpperLeftBin-MiddleLeftBin"
  8747.     }
  8748.     *Option: HPL9050-MBM8Mailbox-Q5693A
  8749.     {
  8750.         *Name: "Stacker2-OutputBin2-OutputBin3-OutputBin4-OutputBin5-OutputBin6-OutputBin7-OutputBin8-Auto-Upper-MFPUpperLeftBinStraight"
  8751.     }
  8752.     *Option: HPL9040-MBM8Mailbox-Q5693A
  8753.     {
  8754.         *Name: "Stacker2-OutputBin2-OutputBin3-OutputBin4-OutputBin5-OutputBin6-OutputBin7-OutputBin8-Auto-Upper-MFPUpperLeftBinStraight"
  8755.     }
  8756.     *Option: HPL4250
  8757.     {
  8758.         *Name: "Auto-Upper-Stacker"
  8759.     }
  8760.     *Option: HPL4350
  8761.     {
  8762.         *Name: "Auto-Upper-Stacker"
  8763.     }
  8764.     *Option: HPCL9500
  8765.     {
  8766.         *Name: "Auto-Upper-LeftBinUp"
  8767.     }
  8768.     *Option: HPL500MM525
  8769.     {
  8770.         *Name: "Auto-Top-RearBin"
  8771.     }
  8772.     *Option: HPL9040M
  8773.     {
  8774.         *Name: "Auto-Left"
  8775.     }
  8776.     *Option: HPL9050M
  8777.     {
  8778.         *Name: "Auto-Left"
  8779.     }
  8780.     *Option: HPL9050
  8781.     {
  8782.         *Name: "Auto-Upper9000-Left9000"
  8783.     }
  8784.     *Option: HPL8100S
  8785.     {
  8786.         *Name: "Auto-Upper9000-Left9000"
  8787.     }
  8788.     *Option: HPL8150S
  8789.     {
  8790.         *Name: "Auto-Upper9000-Left9000"
  8791.     }
  8792.     *Option: HPL9000S
  8793.     {
  8794.         *Name: "Auto-Upper9000-Left9000"
  8795.     }
  8796.     *Option: HPLM3035M
  8797.     {
  8798.         *Name: "Auto-Upper"
  8799.     }
  8800.     *Option: HPLM3027M
  8801.     {
  8802.         *Name: "Auto-Upper"
  8803.     }
  8804.     *Option: 500StaplerOutput-Q7604A
  8805.     {
  8806.         *Name: "Auto-TopBinX0X5-StackerBinX0X5"
  8807.     }
  8808.     *Option: 500Stapler-Q2443
  8809.     {
  8810.         *Name: "Upper9000-Stacker"
  8811.     }
  8812.     *Option: 500Stacker-Q2442
  8813.     {
  8814.         *Name: "Auto-Upper-Stacker"
  8815.     }
  8816.     *Option: 500Stapler-Q5691
  8817.     {
  8818.         *Name: "Auto"
  8819.     }
  8820.     *Option: 750Stapler-Q7003
  8821.     {
  8822.         *Name: "Auto-Stapler750"
  8823.     }
  8824.     *Option: 3000Stapler-C8085
  8825.     {
  8826.         *Name: "Auto-MFPUpperLeftBinStraight-Stacker2"
  8827.     }
  8828.     *Option: 3000Stacker-C8084
  8829.     {
  8830.         *Name: "Auto-MFPUpperLeftBinStraight-Stacker2"
  8831.     }
  8832.     *Option: MultiFunctionFinisher-C8088
  8833.     {
  8834.         *Name: "Auto-StackerFaceUp-StackerFaceDown"
  8835.     }
  8836.     *Option: MBM8Mailbox-Q5693
  8837.     {
  8838.         *Name: "Stacker2-OutputBin2-OutputBin3-OutputBin4-OutputBin5-OutputBin6-OutputBin7-OutputBin8-Auto-MFPUpperLeftBinStraight"
  8839.     }
  8840.     *Option: MBM8Stacker-Q5693
  8841.     {
  8842.         *Name: "Auto-StackerFaceUp-OutputBin2_8"
  8843.     }
  8844.     *Option: MBM8Sorter-Q5693
  8845.     {
  8846.         *Name: "Auto-StackerFaceUp-OutputBin2_8"
  8847.     }
  8848.     *Option: MBM5Mailbox-C4787
  8849.     {
  8850.         *Name: "OutputBin51-OutputBin52-OutputBin53-OutputBin54-OutputBin55-Auto-Upper9000-FaceUp8150-Stapler8150"
  8851.     }
  8852.     *Option: MBM5Stacker-C4787
  8853.     {
  8854.         *Name: "Auto-Upper9000-FaceUp8150-Stacker8150-Stapler8150"
  8855.     }
  8856.     *Option: MBM5SorterCollator-C4787
  8857.     {
  8858.         *Name: "Auto-Upper9000-FaceUp8150-Stapler8150-Collator8150"
  8859.     }
  8860.     *Option: MBM5JobSeparator-C4787
  8861.     {
  8862.         *Name: "Auto-Upper9000-FaceUp8150-Separator8150"
  8863.     }
  8864.     *Option: HPLM4345M-MBM3Mailbox-Q5692
  8865.     {
  8866.         *Name: "OutputBin31-OutputBin32-OutputBin33-Auto"
  8867.     }
  8868.     *Option: HPCLC4730M-MBM3Mailbox-Q5692
  8869.     {
  8870.         *Name: "OutputBin31-OutputBin32-OutputBin33-Auto"
  8871.     }
  8872.     *Option: MBM3Mailbox-Q5692
  8873.     {
  8874.         *Name: "OutputBin31-OutputBin32-OutputBin33-Auto"
  8875.     }
  8876.     *Option: MBM3Stacker-Q5692
  8877.     {
  8878.         *Name: "Auto"
  8879.     }
  8880.     *Option: MBM3FunctionSeparator-Q5692
  8881.     {
  8882.         *Name: "Auto"
  8883.     }
  8884.     *Option: 3000InternalStapler-Q3633
  8885.     {
  8886.         *Name: "Auto-MainBinFaceDown-MainBinFaceUp-UpperBinFaceDown-UpperBinFaceUp"
  8887.     }
  8888.     *Option: MultiFunctionInternalFinisher-Q3634
  8889.     {
  8890.         *Name: "Auto-MainBinFaceDown-MainBinFaceUp-UpperBinFaceDown-UpperBinFaceUp"
  8891.     }
  8892.     *Option: StackStapleJobSep-C5959
  8893.     {
  8894.         *Name: "Auto-OutputBin31-OutputBin32-OutputBin56-OutputBin57-OutputBin58"
  8895.     }
  8896.     *Option: MBM4JobSeparator-C5964
  8897.     {
  8898.         *Name: "Auto-OutputBin31-OutputBin32-OutputBin56-OutputBin57"
  8899.     }    
  8900.     *Option: SingleOutputBin-C5963
  8901.     {
  8902.         *Name: "Auto-StandardBin"
  8903.     }
  8904.     *Option: MBM3StaplerMailbox-Q6998
  8905.     {
  8906.         *Name: "Auto-UpperLeftBin-MiddleLeftBin-LowerLeftBin"
  8907.     }
  8908.     *Option: MBM3StaplerFunctionSeparator-Q6998
  8909.     {
  8910.         *Name: "Auto"
  8911.     }
  8912.     *Option:MBM3StaplerStacker-Q6998
  8913.     {
  8914.         *Name: "Auto"
  8915.     }
  8916.     *Option: MBM3StaplerMailbox-CC424A
  8917.     {
  8918.         *Name: "Auto-UpperLeftBin-MiddleLeftBin-LowerLeftBin"
  8919.     }
  8920.     *Option: MBM3StaplerFunctionSeparator-CC424A
  8921.     {
  8922.         *Name: "Auto"
  8923.     }
  8924.     *Option:MBM3StaplerStacker-CC424A
  8925.     {
  8926.         *Name: "Auto"
  8927.     }
  8928.     *Option: MBM3StaplerMailbox-CE736A
  8929.     {
  8930.         *Name: "Auto-UpperLeftBin-MiddleLeftBin-LowerLeftBin"
  8931.     }
  8932.     *Option: MBM3StaplerFunctionSeparator-CE736A
  8933.     {
  8934.         *Name: "Auto"
  8935.     }
  8936.     *Option:MBM3StaplerStacker-CE736A
  8937.     {
  8938.         *Name: "Auto"
  8939.     }
  8940.     *Option: MBMBookletMakerMailboxStapler-Q6999
  8941.     {
  8942.         *Name: "Auto-UpperLeftBin-MiddleLeftBin"
  8943.     }
  8944.     *Option: MBMBookletMakerStackerStapler-Q6999
  8945.     {
  8946.         *Name: "Auto"
  8947.     }
  8948.     *Option: MBM5xMailbox-CB520
  8949.     {
  8950.         *Name: "Auto-OutputBin31-OutputBin32-OutputBin56-OutputBin57-OutputBin58"
  8951.     }
  8952.     *Option: MBM5Stacker1-CB520
  8953.     {
  8954.         *Name: "Auto-OutputBin31"
  8955.     }
  8956.     *Option: MBM5JobSeparator1-CB520
  8957.     {
  8958.         *Name: "Auto-OutputBin31"
  8959.     }
  8960.     *Option: MBM5Collator-CB520
  8961.     {
  8962.         *Name: "Auto-OutputBin31"
  8963.     }
  8964.     *Option: 500Stacker-CB521
  8965.     {
  8966.         *Name: "Auto-OutputBin31"
  8967.     }
  8968.     *Option: 500StaplerZT-CB522
  8969.     {
  8970.         *Name: "Auto-Upper-Stacker"
  8971.     }
  8972.     *Option: 500JStacker-CE404A
  8973.     {
  8974.         *Name: "Auto-Top-RearBin-UpperBin"
  8975.     }
  8976.     *Option: 500JStaplerOutput-CE405A
  8977.     {
  8978.         *Name: "Auto-Top-RearBin-UpperBin"
  8979.     }
  8980.     *Option: 500StaplerOutput-CB522A
  8981.     {
  8982.         *Name: "Auto-Upper-Stacker"
  8983.     }
  8984.     *Option: 500Stacker-CB521A
  8985.     {
  8986.         *Name: "Auto-Upper-Stacker"
  8987.     }
  8988.     *Option: MBM5xJMailbox-CE997A
  8989.     {
  8990.         *Name: "Auto-OutputBin31-OutputBin32-OutputBin56-OutputBin57-OutputBin58-Top-RearBin"
  8991.     }
  8992.     *Option: MBM5xStacker-CE997A
  8993.     {
  8994.         *Name: "Auto-Top-RearBin-OutputBin15"
  8995.     }
  8996.     *Option: MBM5xJobSeparator-CE997A
  8997.     {
  8998.         *Name: "Auto-Top-RearBin-OutputBin15"
  8999.     }
  9000.     *Option: MBM5JCollator-CE997A
  9001.     {
  9002.         *Name: "Auto-Top-RearBin-OutputBin15"
  9003.     }
  9004.     *Option: HPL600M603
  9005.     {
  9006.         *Name: "Auto-Top-RearBin"
  9007.     }
  9008. }
  9009.  
  9010. *Feature: HPMOutputBinHCOPMLMap
  9011. {
  9012.     *Name: "HPMOutputBinHCOPMLMap"
  9013.     *FeatureType: PRINTER_PROPERTY
  9014.     *DefaultOption: None
  9015.     
  9016.     *Option: None
  9017.     {
  9018.           *Name: "0-0"
  9019.     }
  9020.     *Option: HPL9050M-MBM8Mailbox-Q5693
  9021.     {
  9022.           *Name: "5-11"
  9023.     }
  9024.     *Option: HPL9040M-MBM8Mailbox-Q5693
  9025.     {
  9026.           *Name: "5-11"
  9027.     }
  9028.    *Option: HPLM9050M-MBM8Mailbox-Q5693
  9029.     {
  9030.           *Name: "3-9"
  9031.     }
  9032.    *Option: HPLM9040M-MBM8Mailbox-Q5693
  9033.     {
  9034.           *Name: "3-9"
  9035.     }
  9036.     *Option: HPCL4730M-MBM3Mailbox-Q5692
  9037.     {
  9038.           *Name: "2-4"
  9039.     }
  9040.     *Option: HPCLC6040M-MBM3StaplerMailbox-Q6998
  9041.     {
  9042.         *Name: "1-3"
  9043.     }
  9044.     *Option: HPCLC6030M-MBM3StaplerMailbox-Q6998
  9045.     {
  9046.         *Name: "1-3"
  9047.     }
  9048.     *Option: HPCLC6040M-MBM3StaplerFunctionSeparator-Q6998
  9049.     {
  9050.         *Name: "1-3"
  9051.     }
  9052.     *Option: HPCLC6030M-MBM3StaplerFunctionSeparator-Q6998
  9053.     {
  9054.         *Name: "1-3"
  9055.     }
  9056.     *Option: MBM3StaplerMailbox-CC424A
  9057.     {
  9058.         *Name: "1-3"
  9059.     }
  9060.      *Option: MBM3StaplerMailbox-CE736A
  9061.     {
  9062.         *Name: "1-3"
  9063.     }   
  9064.     *Option: HPCLC6040M-MBMBookletMakerMailboxStapler-Q6999
  9065.     {
  9066.         *Name: "1-3"
  9067.     }
  9068.     *Option: HPCLC6030M-MBMBookletMakerMailboxStapler-Q6999
  9069.     {
  9070.         *Name: "1-3"
  9071.     }
  9072.     *Option: MBM5Mailbox-C4787
  9073.     {
  9074.           *Name: "4-8"
  9075.     }
  9076.     *Option: HPL9050-MBM8Mailbox-Q5693
  9077.     {
  9078.           *Name: "4-11"
  9079.     }
  9080.     *Option: HPL9040-MBM8Mailbox-Q5693
  9081.     {
  9082.           *Name: "4-11"
  9083.     }
  9084.     *Option: HPCL9500M-MBM8Mailbox-Q5693
  9085.     {
  9086.           *Name: "6-12"
  9087.     }
  9088.     *Option: MBM8Mailbox-Q5693
  9089.     {
  9090.           *Name: "5-12"
  9091.     }
  9092.     *Option: HPLM4345M-MBM3Mailbox-Q5692
  9093.     {
  9094.           *Name: "1-3"
  9095.     }
  9096.     *Option: HPCLC4730M-MBM3Mailbox-Q5692
  9097.     {
  9098.           *Name: "1-3"
  9099.     }
  9100.     *Option: MBM3Mailbox-Q5692
  9101.     {
  9102.           *Name: "3-5"
  9103.     }
  9104.     *Option: StackStapleJobSep-C5959
  9105.     {
  9106.         *Name: "1-5"
  9107.     }
  9108.     *Option: MBM4JobSeparator-C5964
  9109.     {
  9110.         *Name: "1-4"
  9111.     }    
  9112.     *Option: MBM3StaplerMailbox-Q6998
  9113.     {
  9114.         *Name: "2-4"
  9115.     }
  9116.     *Option: MBMBookletMakerMailboxStapler-Q6999
  9117.     {
  9118.         *Name: "2-4"
  9119.     }    
  9120.     *Option: MBM5xMailbox-CB520
  9121.     {
  9122.           *Name: "2-6"
  9123.     }    
  9124.     *Option: MBM5xJMailbox-CE997A
  9125.     {
  9126.           *Name: "3-7"
  9127.     }  
  9128. }
  9129.  
  9130. *%------------Mystique Inserted 2-24-05--------End------------------------
  9131.  
  9132. *%------------Mystique Inserted 2-24-05--------Begin----------------------
  9133. *Feature: HPOutputBinPMLRange
  9134. {
  9135.      *Name: "HPOutputBinPMLRange"
  9136.      *FeatureType: PRINTER_PROPERTY
  9137.  
  9138.      *Option: 0-0
  9139.      {
  9140.           *Name: "0-0"
  9141.      }
  9142.       *Option: 3-9
  9143.      {
  9144.           *Name: "3-9"
  9145.      }
  9146.      *Option: 2-4
  9147.      {
  9148.           *Name: "2-4"
  9149.      }
  9150.      *Option: 2-6
  9151.      {
  9152.           *Name: "2-6"
  9153.      }
  9154.      *Option: 3-5
  9155.      {
  9156.           *Name: "3-5"
  9157.      }
  9158.      *Option: 4-8
  9159.      {
  9160.           *Name: "4-8"
  9161.      }
  9162.      *Option: 4-11
  9163.      {
  9164.           *Name: "4-11"
  9165.      }
  9166.      *Option: 5-12
  9167.      {
  9168.           *Name: "5-12"
  9169.      }
  9170.      *Option: 1-5
  9171.      {
  9172.           *Name: "1-5"
  9173.      }
  9174.      *Option: 1-4
  9175.      {
  9176.           *Name: "1-4"
  9177.      }
  9178.      *Option: 2-3
  9179.      {
  9180.           *Name: "2-3"
  9181.      }
  9182.      *Option: 1-3
  9183.      {
  9184.         *Name: "1-3"
  9185.      }
  9186.      *Option: 5-11
  9187.      {
  9188.           *Name: "5-11"
  9189.      }
  9190.      *Option: 6-12
  9191.      {
  9192.           *Name: "6-12"
  9193.      }
  9194.      *Option: 3-7
  9195.      {
  9196.           *Name: "3-7"
  9197.      }
  9198. }
  9199. *%------------Mystique Inserted 2-24-05--------End------------------------
  9200.  
  9201. *%------------Mystique Inserted 2-23-05--------Begin----------------------
  9202. *% This macro is to be inserted for the 1diagonal and 1diagonal cases that depend on paper sizes
  9203.  
  9204. *BlockMacro: StaplingCommandsFrontAndRearStaple
  9205. {
  9206.     *case: True
  9207.     {
  9208.         *switch: PaperSize
  9209.         {
  9210.             *case: LETTER
  9211.             {
  9212.                 *switch: Orientation
  9213.                 {
  9214.                     *case: PORTRAIT
  9215.                     {
  9216.                         *Command: CmdSelect
  9217.                         {
  9218.                             *Order: JOB_SETUP.110
  9219.                             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>FRONT_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  9220.                         }
  9221.                     }
  9222.  
  9223.                     *case: LANDSCAPE_CC90
  9224.                     {
  9225.                         *Command: CmdSelect
  9226.                         {
  9227.                             *Order: JOB_SETUP.110
  9228.                             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>REAR_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  9229.                         }
  9230.                     }
  9231.                 }
  9232.             }
  9233.  
  9234.             *case: A4
  9235.             {
  9236.                 *switch: Orientation
  9237.                 {
  9238.                     *case: PORTRAIT
  9239.                     {
  9240.                         *Command: CmdSelect
  9241.                         {
  9242.                             *Order: JOB_SETUP.110
  9243.                             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>FRONT_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  9244.                         }
  9245.                     }
  9246.  
  9247.                     *case: LANDSCAPE_CC90
  9248.                     {
  9249.                         *Command: CmdSelect
  9250.                         {
  9251.                             *Order: JOB_SETUP.110
  9252.                             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>REAR_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  9253.                         }
  9254.                     }
  9255.                 }
  9256.             }
  9257.  
  9258.             *default:
  9259.             {
  9260.                 *switch: Orientation
  9261.                 {
  9262.                     *case: PORTRAIT
  9263.                     {
  9264.                         *Command: CmdSelect
  9265.                         {
  9266.                             *Order: JOB_SETUP.110
  9267.                             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>REAR_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  9268.                         }
  9269.                     }
  9270.  
  9271.                     *case: LANDSCAPE_CC90
  9272.                     {
  9273.                         *Command: CmdSelect
  9274.                         {
  9275.                             *Order: JOB_SETUP.110
  9276.                             *Cmd: "@PJL SET PROCESSINGTYPE=<22>STAPLING<22><0A>@PJL SET PROCESSINGOPTION=<22>FRONT_STAPLE<22><0A>@PJL SET PROCESSINGBOUNDARY=MOPY<0A>"
  9277.                         }
  9278.                     }
  9279.                 }
  9280.             }
  9281.         }
  9282.     }
  9283. }
  9284. *%-------------------------------------------------------------------------
  9285. *% Feature: PSAlignmentFile: HPCF (HP Custom Feature)
  9286. *%-------------------------------------------------------------------------
  9287. *%  Printer Services component custom feature
  9288. *%  PSAlignmentFile
  9289. *%  This feature is used to get the name of the Printer Services component DLL
  9290. *%-------------------------------------------------------------------------
  9291. *Feature: PSAlignmentFile
  9292. {
  9293.     *Name: "PSAlignmentFile"
  9294.     *FeatureType: DOC_PROPERTY
  9295.     *Option: HPCLS130
  9296.     {
  9297.         *Name: "HPCLS130"
  9298.     }
  9299. }
  9300.  
  9301. *%-------------------------------------------------------------------------
  9302. *% Feature: ActualCustomRange: HPCF (HP Custom Feature)
  9303. *%-------------------------------------------------------------------------
  9304. *% This feature is used in conjunction with the ScaleFromLargePaper above. It should be present only if 
  9305. *% ScaleFromLargePaper above is present. This specifies the Actual (supported) MaxSize dimensions of the printer
  9306. *% since the *MaxSize keyword dimensions have been specified as the maximum larger (SLP) paper
  9307. *% Specify the option name as X_Y where X and Y are the width and height of the paper in "tens of mm"
  9308. *%-------------------------------------------------------------------------
  9309. *Feature: ActualCustomRange
  9310. {
  9311.     *Name: "Actual Custom Range"
  9312.     *FeatureType: PRINTER_PROPERTY
  9313.     *DefaultOption: 431800_914400
  9314.  
  9315.     *Option: 431800_914400
  9316.     {
  9317.         *Name: "431800_914400"
  9318.     }
  9319. }
  9320.  
  9321. *%-------------------------------------------------------------------------
  9322. *% Constraints section
  9323. *%-------------------------------------------------------------------------
  9324.  
  9325. *%-------------------------------------------------------------------------
  9326. *% Commands section
  9327. *%-------------------------------------------------------------------------
  9328.  
  9329. *Command: CmdStartJob
  9330. {
  9331.     *Order: JOB_SETUP.1
  9332.     *Cmd: "<1B>%%-12345X"
  9333. }
  9334.  
  9335. *Command: CmdStartDoc
  9336. {
  9337.     *Order: DOC_SETUP.1
  9338.     *Cmd: "<1B>&u600D<1B>*r0F"
  9339. }
  9340.  
  9341. *Command: CmdEndJob
  9342. {
  9343.     *Order: JOB_FINISH.1
  9344.     *Cmd: "<1B>E<1B>%%-12345X@PJL EOJ<0A><1B>%%-12345X"
  9345. }
  9346.  
  9347. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{(DestX / 2) }"X" }
  9348. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,9600]{max_repeat((DestXRel / 2) )}"X" }
  9349. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,9600]{max_repeat((DestXRel / 2) )}"X" }
  9350. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{(DestY / 2) }"Y" }
  9351. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d{(DestYRel / 2) }"Y" }
  9352. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d{(DestYRel / 2) }"Y" }
  9353. *Command: CmdCR { *Cmd : "<0D>" }
  9354. *Command: CmdLF { *Cmd : "<0A>" }
  9355. *Command: CmdFF { *Cmd : "<0C>" }
  9356. *Command: CmdBackSpace { *Cmd : "<08>" }
  9357. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  9358. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  9359. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  9360. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  9361. *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" }
  9362. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  9363. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  9364. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  9365. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  9366. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  9367. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  9368. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  9369. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  9370. *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" }
  9371. *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" }
  9372. *Command: CmdSelectSingleByteMode { *Cmd : "<1B>&t0P" }
  9373. *Command: CmdSelectDoubleByteMode { *Cmd : "<1B>&t21P" }
  9374. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{(RectXSize / 2) }"A" }
  9375. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{(RectYSize / 2) }"B" }
  9376. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage }"g2P" }
  9377. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  9378. *Command: CmdRectBlackFill { *Cmd : "<1B>*c0P" }
  9379.  
  9380. *%-------------------------------------------------------------------------
  9381. *% Render standard keywords section
  9382. *%-------------------------------------------------------------------------
  9383.  
  9384. *CharPosition: BASELINE     *% character positioning keyword must be present even if device font are not present
  9385. *RotateCoordinate?: TRUE
  9386. *RotateRaster?: TRUE
  9387. *RotateFont?: TRUE
  9388. *EjectPageWithFF?: FALSE
  9389. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  9390. *MemoryUsage: LIST(FONT)
  9391. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  9392. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  9393. *CursorYAfterSendBlockData: AUTO_INCREMENT
  9394. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  9395. *XMoveThreshold: 0
  9396. *YMoveThreshold: 0
  9397. *XMoveUnit: 600
  9398. *YMoveUnit: 600
  9399. *OptimizeLeftBound?: TRUE
  9400. *MinGrayFill: 1
  9401. *MaxGrayFill: 100
  9402.  
  9403. *%-------------------------------------------------------------------------
  9404. *% Constraints section
  9405. *%-------------------------------------------------------------------------
  9406. *InvalidCombination: LIST(AccessoryOutputBins.None, HPPunchUnitType.HP2HolePunch)
  9407. *InvalidCombination: LIST(AccessoryOutputBins.None, HPPunchUnitType.HP3HolePunch)
  9408. *InvalidCombination: LIST(AccessoryOutputBins.None, HPPunchUnitType.HP4HolePunch)
  9409.  
  9410.  
  9411. *InvalidCombination: LIST(HPPunchUnitType.NotInstalled, Punching.Left)
  9412. *InvalidCombination: LIST(HPPunchUnitType.NotInstalled, Punching.Right)
  9413. *InvalidCombination: LIST(HPPunchUnitType.NotInstalled, Punching.Top)
  9414.  
  9415. *InvalidCombination: LIST(Stapling.1right,Punching.Left)
  9416. *InvalidCombination: LIST(Stapling.1left,Punching.Right)
  9417. *InvalidCombination: LIST(Stapling.2left,Punching.Right)
  9418. *InvalidCombination: LIST(Stapling.2left,Punching.Top)
  9419. *InvalidCombination: LIST(Stapling.2right,Punching.Left)
  9420. *InvalidCombination: LIST(Stapling.2right,Punching.Top)
  9421. *InvalidCombination: LIST(Stapling.2top,Punching.Left)
  9422. *InvalidCombination: LIST(Stapling.2top,Punching.Right)
  9423.  
  9424. *InvalidCombination: LIST(OutputBin.MainBinFaceUp, Punching.Left)
  9425. *InvalidCombination: LIST(OutputBin.MainBinFaceUp, Punching.Right)
  9426. *InvalidCombination: LIST(OutputBin.MainBinFaceUp, Punching.Top)
  9427.  
  9428. *InvalidCombination: LIST(OutputBin.UpperBinFaceUp, Punching.Left)
  9429. *InvalidCombination: LIST(OutputBin.UpperBinFaceUp, Punching.Right)
  9430. *InvalidCombination: LIST(OutputBin.UpperBinFaceUp, Punching.Top)
  9431. *%----------------------------------------------------------------------------------------------------------------
  9432. *InvalidCombination: LIST(HPPunchUnitType.HP2HolePunch,Orientation.PORTRAIT,Punching.Left)
  9433. *InvalidCombination: LIST(HPPunchUnitType.HP2HolePunch,Orientation.PORTRAIT,Punching.Right)
  9434. *InvalidCombination: LIST(HPPunchUnitType.HP2HolePunch,Orientation.LANDSCAPE_CC90,Punching.Top)
  9435.  
  9436.  
  9437. *InvalidCombination: LIST(HPPunchUnitType.HP3HolePunch,Orientation.PORTRAIT,Punching.Top)
  9438. *InvalidCombination: LIST(HPPunchUnitType.HP3HolePunch,Orientation.LANDSCAPE_CC90,Punching.Left)
  9439. *InvalidCombination: LIST(HPPunchUnitType.HP3HolePunch,Orientation.LANDSCAPE_CC90,Punching.Right)
  9440.  
  9441.  
  9442. *InvalidCombination: LIST(HPPunchUnitType.HP4HolePunch,Orientation.PORTRAIT,Punching.Top)
  9443. *InvalidCombination: LIST(HPPunchUnitType.HP4HolePunch,Orientation.LANDSCAPE_CC90,Punching.Left)
  9444. *InvalidCombination: LIST(HPPunchUnitType.HP4HolePunch,Orientation.LANDSCAPE_CC90,Punching.Right)
  9445.  
  9446. *%-----------------------------------------------------------------------------------------------------------------
  9447. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.3X5)
  9448. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.4X6)
  9449. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.5X7)
  9450. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.5X8)
  9451. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.A6)
  9452. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.B6_JIS)
  9453. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.10X15CM)
  9454. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.16K_195_270)
  9455. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.16K_184_260)
  9456. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.JAPANESE_POSTCARD)
  9457. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.DBL_JAPANESE_POSTCARD_ROTATED)
  9458. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_9)
  9459. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_C6)
  9460. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_10)
  9461. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_DL)
  9462. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_MONARCH)
  9463. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_B5)
  9464. *InvalidCombination: LIST(AccessoryOutputBins.500JStacker,PaperSize.ENV_C5)
  9465. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.3X5)
  9466. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.4X6)
  9467. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.5X7)
  9468. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.5X8)
  9469. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.A6)
  9470. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.B6_JIS)
  9471. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.10X15CM)
  9472. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.16K_195_270)
  9473. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.16K_184_260)
  9474. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.JAPANESE_POSTCARD)
  9475. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.DBL_JAPANESE_POSTCARD_ROTATED)
  9476. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_9)
  9477. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_C6)
  9478. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_10)
  9479. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_DL)
  9480. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_MONARCH)
  9481. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_B5)
  9482. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJMailbox-CE997A,PaperSize.ENV_C5)
  9483. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.3X5)
  9484. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.4X6)
  9485. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.5X7)
  9486. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.5X8)
  9487. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.A6)
  9488. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.B6_JIS)
  9489. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.10X15CM)
  9490. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.16K_195_270)
  9491. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.16K_184_260)
  9492. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.JAPANESE_POSTCARD)
  9493. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.DBL_JAPANESE_POSTCARD_ROTATED)
  9494. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_9)
  9495. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_C6)
  9496. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_10)
  9497. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_DL)
  9498. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_MONARCH)
  9499. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_B5)
  9500. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xStacker-CE997A,PaperSize.ENV_C5)
  9501. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.3X5)
  9502. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.4X6)
  9503. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.5X7)
  9504. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.5X8)
  9505. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.A6)
  9506. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.B6_JIS)
  9507. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.10X15CM)
  9508. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.16K_195_270)
  9509. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.16K_184_260)
  9510. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.JAPANESE_POSTCARD)
  9511. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.DBL_JAPANESE_POSTCARD_ROTATED)
  9512. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_9)
  9513. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_C6)
  9514. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_10)
  9515. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_DL)
  9516. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_MONARCH)
  9517. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_B5)
  9518. *InvalidCombination: LIST(AccessoryOutputBins.MBM5xJobSeparator-CE997A,PaperSize.ENV_C5)
  9519. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.3X5)
  9520. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.4X6)
  9521. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.5X7)
  9522. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.5X8)
  9523. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.A6)
  9524. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.B6_JIS)
  9525. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.10X15CM)
  9526. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.16K_195_270)
  9527. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.16K_184_260)
  9528. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.JAPANESE_POSTCARD)
  9529. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.DBL_JAPANESE_POSTCARD_ROTATED)
  9530. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_9)
  9531. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_C6)
  9532. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_10)
  9533. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_DL)
  9534. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_MONARCH)
  9535. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_B5)
  9536. *InvalidCombination: LIST(AccessoryOutputBins.MBM5JCollator-CE997A,PaperSize.ENV_C5)
  9537.  
  9538. *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9539.