File: Infotec-Pro_8100S_PDF.ppd

package info (click to toggle)
foomatic-db 20200820-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 670,572 kB
  • sloc: xml: 326,326; sh: 153; makefile: 114; python: 8
file content (2452 lines) | stat: -rw-r--r-- 132,979 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "Infotec Pro 8100S PDF"
*%
*%    CreationDate: 2018/02/05
*%
*%
*%    COPYRIGHT (C) 2018 RICOH COMPANY, LTD.
*%
*%    Permission is hereby granted, free of charge, to any person obtaining
*%    a copy of this software and associated documentation files (the
*%    "Software"), to deal in the Software without restriction, including
*%    without limitation the rights to use, copy, modify, merge, publish,
*%    distribute, sublicense, and/or sell copies of the Software, and to
*%    permit persons to whom the Software is furnished to do so, subject to
*%    the following conditions:
*%
*%    The above copyright notice and this permission notice shall be
*%    included in all copies or substantial portions of the Software.
*%
*%    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
*%    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
*%    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
*%    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
*%    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
*%    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
*%    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*%
*%    [this is the MIT open source license -- please see www.opensource.org]
*%

*FileVersion: "1.0"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*ModelName: "Infotec Pro 8100S"
*PCFileName: "IF1601E3.PPD"
*Manufacturer: "Infotec"
*Product: "(infotec Pro 8100S PDF)"
*PSVersion: "(3018.102) 2"
*ShortNickName: "Infotec Pro 8100S PDF"
*NickName: "Infotec Pro 8100S PDF"
*1284DeviceID: "MFG:infotec;MDL:Pro 8100S;CMD:PDF,PJL;"

*cupsVersion:      1.1
*cupsManualCopies: False
*cupsCommands:     ""

*JCLBegin:            "<1B>%-12345X@PJL JOB<0A>"
*JCLToPDFInterpreter: "@PJL ENTER LANGUAGE = PDF<0A>"
*JCLEnd:              "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"

*cupsFilter: "application/vnd.cups-pdf 0 -"

*%========== Basic Device Capabilities ==========

*LanguageLevel: "3"
*ColorDevice: False
*DefaultColorSpace: Gray

*TTRasterizer: Type42

*FileSystem: True

*Throughput: "95"
*LandscapeOrientation: Minus90
*HWMargins: 12 12 12 12

*%========== Installable Options ==========
*%========== & System Management ==========

*OpenGroup: InstallableOptions/Installable Options

*OpenUI *LargeCapacityTray/Large Capacity Tray: PickOne
*DefaultLargeCapacityTray: NotInstalled
*LargeCapacityTray NotInstalled/Not Installed: ""
*LargeCapacityTray LCTALASKAE/Large Capacity Tray: ""
*LargeCapacityTray LCTSIBERIAG/Wide Large Capacity Tray: ""
*LargeCapacityTray LCTANATOLIA1/Wide Large Capacity Tray (2-Tray): ""
*LargeCapacityTray LCTANATOLIA2/Wide Large Capacity Tray (2-Tray and 2-Tray): ""
*LargeCapacityTray LCTANAANDSIB/Wide Large Capacity Tray (2-Tray and 3-Tray): ""
*CloseUI: *LargeCapacityTray

*OpenUI *Tray7/Tray 7: PickOne
*DefaultTray7: NotInstalled
*Tray7 NotInstalled/Not Installed: ""
*Tray7 Installed/Installed: ""
*CloseUI: *Tray7

*OpenUI *Finisher/Finisher: PickOne
*DefaultFinisher: NotInstalled
*Finisher NotInstalled/Not Installed: ""
*Finisher FinCOLUMBIACBK/Finisher SR5060: ""
*Finisher FinCOLUMBIAC/Finisher SR5050: ""
*CloseUI: *Finisher

*OpenUI *TrimmerUnit/Trimmer: PickOne
*DefaultTrimmerUnit: NotInstalled
*TrimmerUnit NotInstalled/Not Installed: ""
*TrimmerUnit Installed/Installed: ""
*CloseUI: *TrimmerUnit

*OpenUI *BKLProcessor/Booklet Processor: PickOne
*DefaultBKLProcessor: NotInstalled
*BKLProcessor NotInstalled/Not Installed: ""
*BKLProcessor Plockmatic/Installed: ""
*CloseUI: *BKLProcessor

*OpenUI *MultiHolePunchUnit/Multi-hole Punch Unit: PickOne
*DefaultMultiHolePunchUnit: NotInstalled
*MultiHolePunchUnit NotInstalled/Not Installed: ""
*MultiHolePunchUnit StreamPunch/Multi-hole Punch Unit: ""
*MultiHolePunchUnit Sparta/Multi-hole Punch Ultra Unit: ""
*CloseUI: *MultiHolePunchUnit

*OpenUI *MultiFold/Folding Unit: PickOne
*DefaultMultiFold: NotInstalled
*MultiFold NotInstalled/Not Installed: ""
*MultiFold Installed/Installed: ""
*CloseUI: *MultiFold

*OpenUI *OptionBind/Ring/Perfect Binder Unit: PickOne
*DefaultOptionBind: NotInstalled
*OptionBind NotInstalled/Not Installed: ""
*OptionBind FinISHIKARIC/Ring Binder: ""
*OptionBind FinTENRYUB/Perfect Binder: ""
*CloseUI: *OptionBind

*OpenUI *Stacker/Stacker: PickOne
*DefaultStacker: NotInstalled
*Stacker NotInstalled/Not Installed: ""
*Stacker StackerSingle/Stacker: ""
*Stacker StackerDouble/Second Stacker: ""
*CloseUI: *Stacker

*CloseGroup: InstallableOptions

*JCLOpenUI *PageSize: PickOne
*OrderDependency: 100 JCLSetup *PageSize
*DefaultPageSize: Letter
*PageSize A3/A3: "@PJL SET FITTOPAGESIZE=A3<0A>"
*PageSize A4/A4: "@PJL SET FITTOPAGESIZE=A4<0A>"
*PageSize A5/A5: "@PJL SET FITTOPAGESIZE=A5<0A>"
*PageSize A6/A6: "@PJL SET FITTOPAGESIZE=A6<0A>"
*PageSize B4/B4 (JIS): "@PJL SET FITTOPAGESIZE=JISB4<0A>"
*PageSize B5/B5 (JIS): "@PJL SET FITTOPAGESIZE=JISB5<0A>"
*PageSize B6/B6 (JIS): "@PJL SET FITTOPAGESIZE=JISB6<0A>"
*PageSize Legal/Legal: "@PJL SET FITTOPAGESIZE=LEGAL<0A>"
*PageSize GovernmentLG/8.25x14: "@PJL SET FITTOPAGESIZE=GOVERNMENTLG<0A>"
*PageSize EngQuatro/8x10: "@PJL SET FITTOPAGESIZE=ENGQUATRO<0A>"
*PageSize Letter/Letter: "@PJL SET FITTOPAGESIZE=LETTER<0A>"
*PageSize Statement/5.5x8.5: "@PJL SET FITTOPAGESIZE=HALFLETTER<0A>"
*PageSize F/8x13: "@PJL SET FITTOPAGESIZE=FGL<0A>"
*PageSize Folio/8.25x13: "@PJL SET FITTOPAGESIZE=FOLIO<0A>"
*PageSize FanFoldGermanLegal/8.5x13: "@PJL SET FITTOPAGESIZE=FOOLSCAP<0A>"
*PageSize Tabloid/11x17: "@PJL SET FITTOPAGESIZE=LEDGER<0A>"
*PageSize 12x18/12x18: "@PJL SET FITTOPAGESIZE=A3WIDE<0A>"
*PageSize 11x15/11x15: "@PJL SET FITTOPAGESIZE=INCH11x15<0A>"
*PageSize 10x14/10x14: "@PJL SET FITTOPAGESIZE=INCH10x14<0A>"
*PageSize 10x15/10x15: "@PJL SET FITTOPAGESIZE=INCH10x15<0A>"
*PageSize 11x14/11x14: "@PJL SET FITTOPAGESIZE=INCH11x14<0A>"
*PageSize 13x19.2/13x19.2: "@PJL SET FITTOPAGESIZE=INCH13x19d2<0A>"
*PageSize 13x19/13x19: "@PJL SET FITTOPAGESIZE=INCH13x19<0A>"
*PageSize 12.6x19.2/12.6x19.2: "@PJL SET FITTOPAGESIZE=INCH12d6x19d2<0A>"
*PageSize 12.6x18.5/12.6x18.5: "@PJL SET FITTOPAGESIZE=INCH12d6x18d5<0A>"
*PageSize 13x18/13x18: "@PJL SET FITTOPAGESIZE=INCH13x18<0A>"
*PageSize SRA3/SRA3: "@PJL SET FITTOPAGESIZE=SRA3<0A>"
*PageSize SRA4/SRA4: "@PJL SET FITTOPAGESIZE=SRA4<0A>"
*PageSize 226x310/226x310: "@PJL SET FITTOPAGESIZE=MM226x310<0A>"
*PageSize 310x432/310x432: "@PJL SET FITTOPAGESIZE=MM310x432<0A>"
*PageSize Executive/Executive: "@PJL SET FITTOPAGESIZE=EXECUTIVE<0A>"
*PageSize 8Kai/8K: "@PJL SET FITTOPAGESIZE=K8<0A>"
*PageSize 16Kai/16K: "@PJL SET FITTOPAGESIZE=K16<0A>"
*JCLCloseUI: *PageSize

*JCLOpenUI *PageRegion: PickOne
*OrderDependency: 100 JCLSetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion A3/A3: "@PJL SET PAPER=A3<0A>"
*PageRegion A4/A4: "@PJL SET PAPER=A4<0A>"
*PageRegion A5/A5: "@PJL SET PAPER=A5<0A>"
*PageRegion A6/A6: "@PJL SET PAPER=A6<0A>"
*PageRegion B4/B4 (JIS): "@PJL SET PAPER=JISB4<0A>"
*PageRegion B5/B5 (JIS): "@PJL SET PAPER=JISB5<0A>"
*PageRegion B6/B6 (JIS): "@PJL SET PAPER=JISB6<0A>"
*PageRegion Legal/Legal: "@PJL SET PAPER=LEGAL<0A>"
*PageRegion GovernmentLG/8.25x14: "@PJL SET PAPER=GOVERNMENTLG<0A>"
*PageRegion EngQuatro/8x10: "@PJL SET PAPER=ENGQUATRO<0A>"
*PageRegion Letter/Letter: "@PJL SET PAPER=LETTER<0A>"
*PageRegion Statement/5.5x8.5: "@PJL SET PAPER=HALFLETTER<0A>"
*PageRegion F/8x13: "@PJL SET PAPER=FGL<0A>"
*PageRegion Folio/8.25x13: "@PJL SET PAPER=FOLIO<0A>"
*PageRegion FanFoldGermanLegal/8.5x13: "@PJL SET PAPER=FOOLSCAP<0A>"
*PageRegion Tabloid/11x17: "@PJL SET PAPER=LEDGER<0A>"
*PageRegion 12x18/12x18: "@PJL SET PAPER=A3WIDE<0A>"
*PageRegion 11x15/11x15: "@PJL SET PAPER=INCH11x15<0A>"
*PageRegion 10x14/10x14: "@PJL SET PAPER=INCH10x14<0A>"
*PageRegion 10x15/10x15: "@PJL SET PAPER=INCH10x15<0A>"
*PageRegion 11x14/11x14: "@PJL SET PAPER=INCH11x14<0A>"
*PageRegion 13x19.2/13x19.2: "@PJL SET PAPER=INCH13x19d2<0A>"
*PageRegion 13x19/13x19: "@PJL SET PAPER=INCH13x19<0A>"
*PageRegion 12.6x19.2/12.6x19.2: "@PJL SET PAPER=INCH12d6x19d2<0A>"
*PageRegion 12.6x18.5/12.6x18.5: "@PJL SET PAPER=INCH12d6x18d5<0A>"
*PageRegion 13x18/13x18: "@PJL SET PAPER=INCH13x18<0A>"
*PageRegion SRA3/SRA3: "@PJL SET PAPER=SRA3<0A>"
*PageRegion SRA4/SRA4: "@PJL SET PAPER=SRA4<0A>"
*PageRegion 226x310/226x310: "@PJL SET PAPER=MM226x310<0A>"
*PageRegion 310x432/310x432: "@PJL SET PAPER=MM310x432<0A>"
*PageRegion Executive/Executive: "@PJL SET PAPER=EXECUTIVE<0A>"
*PageRegion 8Kai/8K: "@PJL SET PAPER=K8<0A>"
*PageRegion 16Kai/16K: "@PJL SET PAPER=K16<0A>"
*JCLCloseUI: *PageRegion

*DefaultImageableArea: Letter
*ImageableArea A3/A3: "12 12 830 1179"
*ImageableArea A4/A4: "12 12 583 830"
*ImageableArea A5/A5: "12 12 408 583"
*ImageableArea A6/A6: "12 12 285 408"
*ImageableArea B4/B4 (JIS): "12 12 717 1020"
*ImageableArea B5/B5 (JIS): "12 12 504 717"
*ImageableArea B6/B6 (JIS): "12 12 351 504"
*ImageableArea Legal/Legal: "12 12 600 996"
*ImageableArea GovernmentLG/8.25x14: "12 12 582 996"
*ImageableArea EngQuatro/8x10: "12 12 564 708"
*ImageableArea Letter/Letter: "12 12 600 780"
*ImageableArea Statement/5.5x8.5: "12 12 384 600"
*ImageableArea F/8x13: "12 12 564 924"
*ImageableArea Folio/8.25x13: "12 12 583 923"
*ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
*ImageableArea Tabloid/11x17: "12 12 780 1212"
*ImageableArea 12x18/12x18: "12 12 852 1284"
*ImageableArea 11x15/11x15: "12 12 780 1068"
*ImageableArea 10x14/10x14: "12 12 708 996"
*ImageableArea 10x15/10x15: "12 12 708 1068"
*ImageableArea 11x14/11x14: "12 12 780 996"
*ImageableArea 13x19.2/13x19.2: "12 12 924 1370"
*ImageableArea 13x19/13x19: "12 12 924 1356"
*ImageableArea 12.6x19.2/12.6x19.2: "12 12 895 1370"
*ImageableArea 12.6x18.5/12.6x18.5: "12 12 895 1320"
*ImageableArea 13x18/13x18: "12 12 924 1284"
*ImageableArea SRA3/SRA3: "12 12 895 1264"
*ImageableArea SRA4/SRA4: "12 12 626 895"
*ImageableArea 226x310/226x310: "12 12 629 867"
*ImageableArea 310x432/310x432: "12 12 867 1213"
*ImageableArea Executive/Executive: "12 12 510 744"
*ImageableArea 8Kai/8K: "12 12 745 1094"
*ImageableArea 16Kai/16K: "12 12 541 745"

*DefaultPaperDimension: Letter
*PaperDimension A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "420 595"
*PaperDimension A6/A6: "297 420"
*PaperDimension B4/B4 (JIS): "729 1032"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension B6/B6 (JIS): "363 516"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension GovernmentLG/8.25x14: "594 1008"
*PaperDimension EngQuatro/8x10: "576 720"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Statement/5.5x8.5: "396 612"
*PaperDimension F/8x13: "576 936"
*PaperDimension Folio/8.25x13: "595 935"
*PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
*PaperDimension Tabloid/11x17: "792 1224"
*PaperDimension 12x18/12x18: "864 1296"
*PaperDimension 11x15/11x15: "792 1080"
*PaperDimension 10x14/10x14: "720 1008"
*PaperDimension 10x15/10x15: "720 1080"
*PaperDimension 11x14/11x14: "792 1008"
*PaperDimension 13x19.2/13x19.2: "936 1382"
*PaperDimension 13x19/13x19: "936 1368"
*PaperDimension 12.6x19.2/12.6x19.2: "907 1382"
*PaperDimension 12.6x18.5/12.6x18.5: "907 1332"
*PaperDimension 13x18/13x18: "936 1296"
*PaperDimension SRA3/SRA3: "907 1276"
*PaperDimension SRA4/SRA4: "638 907"
*PaperDimension 226x310/226x310: "641 879"
*PaperDimension 310x432/310x432: "879 1225"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension 8Kai/8K: "757 1106"
*PaperDimension 16Kai/16K: "553 757"

*JCLOpenUI *InputSlot: PickOne
*OrderDependency: 100 JCLSetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot 1Tray/Tray 1: "@PJL SET TRAY=TRAY1<0A>"
*InputSlot 2Tray/Tray 2: "@PJL SET TRAY=TRAY2<0A>"
*InputSlot 3Tray/Tray 3: "@PJL SET TRAY=TRAY3<0A>"
*InputSlot 4Tray/Tray 4: "@PJL SET TRAY=TRAY4<0A>"
*InputSlot 5Tray/Tray 5: "@PJL SET TRAY=TRAY5<0A>"
*InputSlot 6Tray/Tray 6: "@PJL SET TRAY=TRAY6<0A>"
*InputSlot 7Tray/Tray 7: "@PJL SET TRAY=TRAY7<0A>"
*InputSlot 8Tray/Tray T1: "@PJL SET TRAY=TRAY8<0A>"
*InputSlot 9Tray/Tray T2: "@PJL SET TRAY=TRAY9<0A>"
*InputSlot 10Tray/Tray T3: "@PJL SET TRAY=TRAY10<0A>"
*InputSlot 11Tray/Tray T4: "@PJL SET TRAY=TRAY11<0A>"
*InputSlot Auto/Auto Select: "@PJL SET TRAY=ALL<0A>"
*JCLCloseUI: *InputSlot

*JCLOpenUI *Resolution/Resolution: PickOne
*OrderDependency: 100 JCLSetup *Resolution
*DefaultResolution: 600dpi
*Resolution 600dpi/600 dpi: "@PJL SET RESOLUTION=600<0A>"
*Resolution 1200dpi/1200 dpi: "@PJL SET RESOLUTION=1200<0A>"
*JCLCloseUI: *Resolution

*JCLOpenUI *Duplex/Duplex: PickOne
*OrderDependency: 100 JCLSetup *Duplex
*DefaultDuplex: DuplexNoTumble
*Duplex None/Off:  "@PJL SET DUPLEX=OFF<0A>"
*Duplex DuplexNoTumble/Long Edge:  "@PJL SET DUPLEX=ON<0A>@PJL SET BINDING=LONGEDGE<0A>"
*Duplex DuplexTumble/Short Edge:  "@PJL SET DUPLEX=ON<0A>@PJL SET BINDING=SHORTEDGE<0A>"
*JCLCloseUI: *Duplex

*JCLOpenUI *RICollateKind/Collate Type: PickOne
*OrderDependency: 100 JCLSetup *RICollateKind
*DefaultRICollateKind: Normal
*RICollateKind Normal/Collate: "@PJL SET JOBOFFSET=OFF<0A>"
*RICollateKind RotateCollate/Rotating Collate: "@PJL SET JOBOFFSET=ROTATE<0A>"
*RICollateKind ShiftCollate/Shift Collate: "@PJL SET JOBOFFSET=SHIFT<0A>"
*JCLCloseUI: *RICollateKind

*JCLOpenUI *Collate/Collate: Boolean
*OrderDependency: 100 JCLSetup *Collate
*DefaultCollate: False
*Collate False/Off: "@PJL SET COLLATE=OFF<0A>@PJL SET COPIES=&copies;<0A>"
*Collate True/On:   "@PJL SET COLLATE=ON<0A>@PJL SET QTY=&copies;<0A>"
*JCLCloseUI: *Collate

*JCLOpenUI *RIPrintMode/Print Mode: PickOne
*OrderDependency: 100 JCLSetup *RIPrintMode
*DefaultRIPrintMode: 0rhit
*RIPrintMode 0rhit/Off: "@PJL SET ECONOMODE=OFF<0A>"
*RIPrintMode 3rhit/Toner Saving: "@PJL SET ECONOMODE=ON<0A>"
*JCLCloseUI: *RIPrintMode

*JCLOpenUI *MediaType/Paper Type: PickOne
*OrderDependency: 100 JCLSetup *MediaType
*DefaultMediaType: Auto
*MediaType Auto/Plain/Recycled: "@PJL SET MEDIATYPE=PLAINORRECYCLED<0A>"
*MediaType Plain1/Plain: "@PJL SET MEDIATYPE=PLAIN<0A>"
*MediaType Recycled/Recycled: "@PJL SET MEDIATYPE=RECYCLED<0A>"
*MediaType Colored1/Color 1: "@PJL SET MEDIATYPE=USERCOLOR1<0A>"
*MediaType Colored2/Color 2: "@PJL SET MEDIATYPE=USERCOLOR2<0A>"
*MediaType Letterhead/Letterhead: "@PJL SET MEDIATYPE=LETTERHEAD<0A>"
*MediaType Preprinted/Preprinted: "@PJL SET MEDIATYPE=PREPRINTED<0A>"
*MediaType Prepunched/Prepunched: "@PJL SET MEDIATYPE=PREPUNCHED<0A>"
*MediaType Labels/Labels: "@PJL SET MEDIATYPE=LABELS<0A>"
*MediaType Bond/Bond: "@PJL SET MEDIATYPE=BOND<0A>"
*MediaType Cardstock/Cardstock: "@PJL SET MEDIATYPE=CARDSTOCK<0A>"
*MediaType OHP/Transparency: "@PJL SET MEDIATYPE=TRANSPARENCY<0A>"
*MediaType Index/Tab Stock: "@PJL SET MEDIATYPE=TABSTOCK<0A>"
*MediaType Translucent/Translucent: "@PJL SET MEDIATYPE=TRANSLUCENT<0A>"
*MediaType Yellow/Yellow: "@PJL SET MEDIATYPE=YELLOW<0A>"
*MediaType Green/Green: "@PJL SET MEDIATYPE=GREEN<0A>"
*MediaType Blue/Blue: "@PJL SET MEDIATYPE=BLUE<0A>"
*MediaType Purple/Purple: "@PJL SET MEDIATYPE=PURPLE<0A>"
*MediaType Ivory/Ivory: "@PJL SET MEDIATYPE=IVORY<0A>"
*MediaType Orange/Orange: "@PJL SET MEDIATYPE=ORANGE<0A>"
*MediaType Pink/Pink: "@PJL SET MEDIATYPE=PINK<0A>"
*MediaType Red/Red: "@PJL SET MEDIATYPE=RED<0A>"
*MediaType Gray/Gray: "@PJL SET MEDIATYPE=GRAY<0A>"
*MediaType Glossy/Coated (Glossy): "@PJL SET MEDIATYPE=GLOSSYCOATED<0A>"
*MediaType MatCoated/Coated (Matted): "@PJL SET MEDIATYPE=MATCOATED<0A>"
*MediaType Envelope/Envelope: "@PJL SET MEDIATYPE=ENVELOPE<0A>"
*JCLCloseUI: *MediaType

*JCLOpenUI *OutputBin/Destination: PickOne
*OrderDependency: 100 JCLSetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Printer Default: "@PJL SET OUTBIN=SYSDEFAULT<0A>"
*OutputBin FinCOLUMBIACBKUpper/Finisher SR5060 Upper Tray: "@PJL SET OUTBIN=FINISHERPROOF<0A>"
*OutputBin FinCOLUMBIACBKShift/Finisher SR5060 Shift Tray: "@PJL SET OUTBIN=FINISHERSHIFT<0A>"
*OutputBin FinCOLUMBIACBKLower/Finisher SR5060 Booklet Tray: "@PJL SET OUTBIN=FINISHERBOOKLET<0A>"
*OutputBin FinCOLUMBIACUpper/Finisher SR5050 Upper Tray: "@PJL SET OUTBIN=FINISHERPROOF<0A>"
*OutputBin FinCOLUMBIACShift/Finisher SR5050 Shift Tray: "@PJL SET OUTBIN=FINISHERSHIFT<0A>"
*OutputBin FinISHIKARI/Ring Binder Tray: "@PJL SET OUTBIN=RINGSTACKER<0A>"
*OutputBin FinTENRYU/Perfect Binder Lower Left Tray: "@PJL SET OUTBIN=LOADINGTRAY<0A>"
*OutputBin FinDONAUProof/Folding Unit Tray: "@PJL SET OUTBIN=FOLDPROOF<0A>"
*OutputBin Trimmer/Trimmer Tray: "@PJL SET OUTBIN=FINISHERBOOKLET<0A>"
*OutputBin PlockmaticTray/Booklet Processor Tray: "@PJL SET OUTBIN=FINISHERSHIFT<0A>"
*OutputBin StackerUpperTray/Stacker Upper Tray: "@PJL SET OUTBIN=STACKERPROOF<0A>"
*OutputBin StackerTray/Stacker Tray: "@PJL SET OUTBIN=STACKER<0A>"
*OutputBin SecondStackerTray/Second Stacker Tray: "@PJL SET OUTBIN=STACKER2<0A>"
*JCLCloseUI: *OutputBin

*JCLOpenUI *StapleLocation/Staple: PickOne
*OrderDependency: 100 JCLSetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/Off: "@PJL SET STAPLE=OFF<0A>"
*StapleLocation UpperLeft/Top left: "@PJL SET STAPLE=LEFTTOP<0A>"
*StapleLocation UpperRight/Top right: "@PJL SET STAPLE=RIGHTTOP<0A>"
*StapleLocation LeftW/2 at left: "@PJL SET STAPLE=LEFT2PORT<0A>"
*StapleLocation RightW/2 at right: "@PJL SET STAPLE=RIGHT2PORT<0A>"
*StapleLocation UpperW/2 at top: "@PJL SET STAPLE=TOP2PORT<0A>"
*StapleLocation CenterW/2 at center: "@PJL SET STAPLE=BOOKLET<0A>"
*JCLCloseUI: *StapleLocation

*JCLOpenUI *RIPunch/Punch: PickOne
*OrderDependency: 100 JCLSetup *RIPunch
*DefaultRIPunch: None
*RIPunch None/Off: "@PJL SET PUNCH=OFF<0A>"
*RIPunch LeftJP2/2 at left (Japan/Europe): "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=JP2<0A>"
*RIPunch LeftUS2/2 at left (North America): "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=US2<0A>"
*RIPunch LeftUS3/3 at left (North America): "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=US3<0A>"
*RIPunch LeftEU4/4 at left (Europe): "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=EU4<0A>"
*RIPunch LeftNEU4/4 at left (Northern Europe): "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=NEU4<0A>"
*RIPunch RightJP2/2 at right (Japan/Europe): "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=JP2<0A>"
*RIPunch RightUS2/2 at right (North America): "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=US2<0A>"
*RIPunch RightUS3/3 at right (North America): "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=US3<0A>"
*RIPunch RightEU4/4 at right (Europe): "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=EU4<0A>"
*RIPunch RightNEU4/4 at right (Northern Europe): "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=NEU4<0A>"
*RIPunch UpperJP2/2 at top (Japan/Europe): "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=JP2<0A>"
*RIPunch UpperUS2/2 at top (North America): "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=US2<0A>"
*RIPunch UpperUS3/3 at top (North America): "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=US3<0A>"
*RIPunch UpperEU4/4 at top (Europe): "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=EU4<0A>"
*RIPunch UpperNEU4/4 at top (Northern Europe): "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=NEU4<0A>"
*RIPunch GBCLeft/Multi punch at left: "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=MULTI<0A>"
*RIPunch GBCRight/Multi punch at right: "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=MULTI<0A>"
*RIPunch GBCTop/Multi punch at top: "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=MULTI<0A>"
*RIPunch DoubleLeft/Multi punch - two at left: "@PJL SET PUNCH=LEFTPORT<0A>@PJL SET PUNCHHOLE=DOUBLE<0A>"
*RIPunch DoubleRight/Multi punch - two at right: "@PJL SET PUNCH=RIGHTPORT<0A>@PJL SET PUNCHHOLE=DOUBLE<0A>"
*RIPunch DoubleTop/Multi punch - two at top: "@PJL SET PUNCH=TOPPORT<0A>@PJL SET PUNCHHOLE=DOUBLE<0A>"
*JCLCloseUI: *RIPunch

*JCLOpenUI *Faceup/Eject Face-up: PickOne
*OrderDependency: 100 JCLSetup *Faceup
*DefaultFaceup: Off
*Faceup Off/Off: "@PJL SET PAPERFACE=DOWN<0A>"
*Faceup On/On: "@PJL SET PAPERFACE=UP<0A>"
*JCLCloseUI: *Faceup

*OpenGroup: JobLog/Job Log
*JCLOpenUI *JobType/JobType: PickOne
*OrderDependency: 100 JCLSetup *JobType
*DefaultJobType: Normal
*JobType Normal/Normal: ""
*JobType SamplePrint/Sample Print: "@PJL PROOFJOB<0A>"
*JobType LockedPrint/Locked Print: "@PJL SECUREJOB<0A>"
*JobType DocServer/Document Server: "@PJL SET DISKIMAGE=ON<0A>"
*JCLCloseUI: *JobType

*JCLOpenUI *Password/Password (4-8 digits): PickOne
*OrderDependency: 100 JCLSetup *Password
*DefaultPassword: None
*Password None/None: ""
*Password 4001/4001: "@PJL SET JOBPASSWORD2=<22>4001<22><0A>"
*Password 4002/4002: "@PJL SET JOBPASSWORD2=<22>4002<22><0A>"
*Password 4003/4003: "@PJL SET JOBPASSWORD2=<22>4003<22><0A>"
*JCLCloseUI: *Password
*CustomPassword True/Custom Password: "@PJL SET JOBPASSWORD2=<22>\1<22><0A>"
*ParamCustomPassword Password: 1 passcode 4 8

*JCLOpenUI *UserCode/User Code (up to 8 digits): PickOne
*OrderDependency: 100 JCLSetup *UserCode
*DefaultUserCode: None
*UserCode None/None: ""
*UserCode 1001/1001: "@PJL SET USERCODE=<22>1001<22><0A>"
*UserCode 1002/1002: "@PJL SET USERCODE=<22>1002<22><0A>"
*UserCode 1003/1003: "@PJL SET USERCODE=<22>1003<22><0A>"
*JCLCloseUI: *UserCode
*CustomUserCode True/Custom UserCode: "@PJL SET USERCODE=<22>\1<22><0A>"
*ParamCustomUserCode UserCode: 1 passcode 1 8

*JCLOpenUI *UserId/User Id (Up to 8 alphanumeric characters): PickOne
*OrderDependency: 100 JCLSetup *UserId
*DefaultUserId: User1
*UserId None/None: ""
*UserId User1/User1: "@PJL SET USERID=<22>User1<22><0A>"
*UserId User2/User2: "@PJL SET USERID=<22>User2<22><0A>"
*UserId User3/User3: "@PJL SET USERID=<22>User3<22><0A>"
*JCLCloseUI: *UserId
*CustomUserId True/Custom UserId: "@PJL SET USERID=<22>\1<22><0A>"
*ParamCustomUserId UserId: 1 string 1 8

*CloseGroup: JobLog/Job Log

*%========== Font ==========

*DefaultFont: Courier
*Font AlbertusMT: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
*Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
*Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
*Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
*Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
*Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
*Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
*Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
*Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
*Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
*Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Carta: Special "(001.001)" Special ROM
*Font Chicago: Standard "(501.011)" ExtendedRoman ROM
*Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
*Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
*Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
*Font CooperBlack: Standard "(001.003)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
*Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
*Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
*Font Courier: Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
*Font Geneva: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans: Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
*Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Goudy: Standard "(001.003)" Standard ROM
*Font Goudy-Bold: Standard "(001.002)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
*Font Goudy-Italic: Standard "(001.002)" Standard ROM
*Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
*Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
*Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
*Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
*Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Marigold: Standard "(001.000)" Standard ROM
*Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
*Font Monaco: Standard "(501.012)" ExtendedRoman ROM
*Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
*Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
*Font NewYork: Standard "(501.013)" ExtendedRoman ROM
*Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font Optima: Standard "(501.010)" ExtendedRoman ROM
*Font Oxford: Standard "(001.000)" Standard ROM
*Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
*Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
*Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
*Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
*Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
*Font Symbol: Special "(001.008)" Special ROM
*Font Tekton: Standard "(001.001)" Standard ROM
*Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
*Font Univers: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
*Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
*Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
*Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
*Font Wingdings-Regular: Special "(001.001)" Special ROM
*Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
*Font ZapfDingbats: Special "(001.005S)" Special ROM

*%========== Media Type / Duplex
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Labels
*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
*UIConstraints: *MediaType OHP *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType OHP
*UIConstraints: *MediaType Index *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Index
*UIConstraints: *MediaType Index *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Index
*UIConstraints: *MediaType Translucent *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Translucent
*UIConstraints: *MediaType Translucent *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Translucent
*UIConstraints: *MediaType Envelope *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Envelope
*UIConstraints: *MediaType Envelope *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Envelope

*%========== Finisher / Staple
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher NotInstalled

*UIConstraints: *BKLProcessor Plockmatic *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *BKLProcessor Plockmatic
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *BKLProcessor Plockmatic
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *BKLProcessor Plockmatic
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *BKLProcessor Plockmatic
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *BKLProcessor Plockmatic

*%========== Media Type / Staple
*UIConstraints: *MediaType OHP *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType OHP
*UIConstraints: *MediaType Translucent *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Translucent
*UIConstraints: *MediaType Translucent *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Translucent
*UIConstraints: *MediaType Translucent *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Translucent
*UIConstraints: *MediaType Translucent *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Translucent
*UIConstraints: *MediaType Translucent *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Translucent
*UIConstraints: *MediaType Envelope *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Envelope

*%========== Destination / Staple
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACShift *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinISHIKARI *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinTENRYU *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinDONAUProof
*UIConstraints: *OutputBin Trimmer *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin Trimmer
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation None
*UIConstraints: *StapleLocation None *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin PlockmaticTray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerTray *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin StackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin SecondStackerTray

*%========== Punch / Staple
*UIConstraints: *RIPunch LeftJP2 *StapleLocation CenterW
*UIConstraints: *RIPunch LeftUS2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftJP2
*UIConstraints: *StapleLocation CenterW *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftEU4 *StapleLocation CenterW
*UIConstraints: *RIPunch LeftNEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftEU4
*UIConstraints: *StapleLocation CenterW *RIPunch LeftNEU4
*UIConstraints: *RIPunch RightJP2 *StapleLocation CenterW
*UIConstraints: *RIPunch RightUS2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightJP2
*UIConstraints: *StapleLocation CenterW *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightUS3
*UIConstraints: *RIPunch RightEU4 *StapleLocation CenterW
*UIConstraints: *RIPunch RightNEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightEU4
*UIConstraints: *StapleLocation CenterW *RIPunch RightNEU4
*UIConstraints: *RIPunch UpperJP2 *StapleLocation CenterW
*UIConstraints: *RIPunch UpperUS2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperJP2
*UIConstraints: *StapleLocation CenterW *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperEU4 *StapleLocation CenterW
*UIConstraints: *RIPunch UpperNEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperEU4
*UIConstraints: *StapleLocation CenterW *RIPunch UpperNEU4
*UIConstraints: *RIPunch GBCLeft *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCRight *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch GBCRight
*UIConstraints: *RIPunch GBCTop *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch GBCTop
*UIConstraints: *RIPunch DoubleLeft *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleRight *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleTop *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch DoubleTop

*%========== Z-fold / Staple

*%========== Perfect/Ring Binding / Staple

*%========== Eject Face-up / Staple
*UIConstraints: *Faceup On *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Faceup On
*UIConstraints: *Faceup On *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Faceup On
*UIConstraints: *Faceup On *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Faceup On
*UIConstraints: *Faceup On *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Faceup On
*UIConstraints: *Faceup On *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Faceup On
*UIConstraints: *Faceup On *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Faceup On

*%========== Multi-hole Punch Unit / Punch
*UIConstraints: *MultiHolePunchUnit NotInstalled *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *MultiHolePunchUnit NotInstalled
*UIConstraints: *MultiHolePunchUnit NotInstalled *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *MultiHolePunchUnit NotInstalled
*UIConstraints: *MultiHolePunchUnit NotInstalled *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *MultiHolePunchUnit NotInstalled
*UIConstraints: *MultiHolePunchUnit NotInstalled *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *MultiHolePunchUnit NotInstalled
*UIConstraints: *MultiHolePunchUnit NotInstalled *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *MultiHolePunchUnit NotInstalled
*UIConstraints: *MultiHolePunchUnit NotInstalled *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *MultiHolePunchUnit NotInstalled
*UIConstraints: *MultiHolePunchUnit StreamPunch *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *MultiHolePunchUnit StreamPunch
*UIConstraints: *MultiHolePunchUnit StreamPunch *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *MultiHolePunchUnit StreamPunch
*UIConstraints: *MultiHolePunchUnit StreamPunch *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *MultiHolePunchUnit StreamPunch

*%========== Finisher / Punch
*UIConstraints: *Finisher NotInstalled *RIPunch LeftJP2
*UIConstraints: *Finisher NotInstalled *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *Finisher NotInstalled
*UIConstraints: *RIPunch LeftUS2 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch LeftEU4
*UIConstraints: *Finisher NotInstalled *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *Finisher NotInstalled
*UIConstraints: *RIPunch LeftNEU4 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch RightJP2
*UIConstraints: *Finisher NotInstalled *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *Finisher NotInstalled
*UIConstraints: *RIPunch RightUS2 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch RightEU4
*UIConstraints: *Finisher NotInstalled *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *Finisher NotInstalled
*UIConstraints: *RIPunch RightNEU4 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch UpperJP2
*UIConstraints: *Finisher NotInstalled *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *Finisher NotInstalled
*UIConstraints: *RIPunch UpperUS2 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch UpperEU4
*UIConstraints: *Finisher NotInstalled *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *Finisher NotInstalled
*UIConstraints: *RIPunch UpperNEU4 *Finisher NotInstalled

*%========== Media Type / Punch
*UIConstraints: *MediaType Prepunched *RIPunch LeftJP2
*UIConstraints: *MediaType Prepunched *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *MediaType Prepunched
*UIConstraints: *RIPunch LeftUS2 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch LeftEU4
*UIConstraints: *MediaType Prepunched *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *MediaType Prepunched
*UIConstraints: *RIPunch LeftNEU4 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch RightJP2
*UIConstraints: *MediaType Prepunched *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *MediaType Prepunched
*UIConstraints: *RIPunch RightUS2 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch RightEU4
*UIConstraints: *MediaType Prepunched *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *MediaType Prepunched
*UIConstraints: *RIPunch RightNEU4 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch UpperJP2
*UIConstraints: *MediaType Prepunched *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *MediaType Prepunched
*UIConstraints: *RIPunch UpperUS2 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *RIPunch UpperEU4
*UIConstraints: *MediaType Prepunched *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *MediaType Prepunched
*UIConstraints: *RIPunch UpperNEU4 *MediaType Prepunched
*UIConstraints: *MediaType OHP *RIPunch LeftJP2
*UIConstraints: *MediaType OHP *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *MediaType OHP
*UIConstraints: *RIPunch LeftUS2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch LeftEU4
*UIConstraints: *MediaType OHP *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *MediaType OHP
*UIConstraints: *RIPunch LeftNEU4 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch RightJP2
*UIConstraints: *MediaType OHP *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *MediaType OHP
*UIConstraints: *RIPunch RightUS2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch RightEU4
*UIConstraints: *MediaType OHP *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *MediaType OHP
*UIConstraints: *RIPunch RightNEU4 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch UpperJP2
*UIConstraints: *MediaType OHP *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *MediaType OHP
*UIConstraints: *RIPunch UpperUS2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch UpperEU4
*UIConstraints: *MediaType OHP *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *MediaType OHP
*UIConstraints: *RIPunch UpperNEU4 *MediaType OHP
*UIConstraints: *MediaType Translucent *RIPunch LeftJP2
*UIConstraints: *MediaType Translucent *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *MediaType Translucent
*UIConstraints: *RIPunch LeftUS2 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch LeftEU4
*UIConstraints: *MediaType Translucent *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *MediaType Translucent
*UIConstraints: *RIPunch LeftNEU4 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch RightJP2
*UIConstraints: *MediaType Translucent *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *MediaType Translucent
*UIConstraints: *RIPunch RightUS2 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch RightEU4
*UIConstraints: *MediaType Translucent *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *MediaType Translucent
*UIConstraints: *RIPunch RightNEU4 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch UpperJP2
*UIConstraints: *MediaType Translucent *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *MediaType Translucent
*UIConstraints: *RIPunch UpperUS2 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *MediaType Translucent
*UIConstraints: *MediaType Translucent *RIPunch UpperEU4
*UIConstraints: *MediaType Translucent *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *MediaType Translucent
*UIConstraints: *RIPunch UpperNEU4 *MediaType Translucent
*UIConstraints: *MediaType Envelope *RIPunch LeftJP2
*UIConstraints: *MediaType Envelope *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *MediaType Envelope
*UIConstraints: *RIPunch LeftUS2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch LeftEU4
*UIConstraints: *MediaType Envelope *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *MediaType Envelope
*UIConstraints: *RIPunch LeftNEU4 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch RightJP2
*UIConstraints: *MediaType Envelope *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *MediaType Envelope
*UIConstraints: *RIPunch RightUS2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch RightEU4
*UIConstraints: *MediaType Envelope *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *MediaType Envelope
*UIConstraints: *RIPunch RightNEU4 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch UpperJP2
*UIConstraints: *MediaType Envelope *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *MediaType Envelope
*UIConstraints: *RIPunch UpperUS2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch UpperEU4
*UIConstraints: *MediaType Envelope *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *MediaType Envelope
*UIConstraints: *RIPunch UpperNEU4 *MediaType Envelope

*%========== Destination / Punch
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch LeftJP2
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIPunch LeftUS2 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch LeftEU4
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIPunch LeftNEU4 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch RightJP2
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIPunch RightUS2 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch RightEU4
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIPunch RightNEU4 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch UpperJP2
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIPunch UpperUS2 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch UpperEU4
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIPunch UpperNEU4 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinISHIKARI *RIPunch LeftJP2
*UIConstraints: *OutputBin FinISHIKARI *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin FinISHIKARI
*UIConstraints: *RIPunch LeftUS2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch LeftEU4
*UIConstraints: *OutputBin FinISHIKARI *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin FinISHIKARI
*UIConstraints: *RIPunch LeftNEU4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch RightJP2
*UIConstraints: *OutputBin FinISHIKARI *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin FinISHIKARI
*UIConstraints: *RIPunch RightUS2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch RightEU4
*UIConstraints: *OutputBin FinISHIKARI *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin FinISHIKARI
*UIConstraints: *RIPunch RightNEU4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch UpperJP2
*UIConstraints: *OutputBin FinISHIKARI *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin FinISHIKARI
*UIConstraints: *RIPunch UpperUS2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch UpperEU4
*UIConstraints: *OutputBin FinISHIKARI *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin FinISHIKARI
*UIConstraints: *RIPunch UpperNEU4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinTENRYU *RIPunch LeftJP2
*UIConstraints: *OutputBin FinTENRYU *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin FinTENRYU
*UIConstraints: *RIPunch LeftUS2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch LeftEU4
*UIConstraints: *OutputBin FinTENRYU *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin FinTENRYU
*UIConstraints: *RIPunch LeftNEU4 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch RightJP2
*UIConstraints: *OutputBin FinTENRYU *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin FinTENRYU
*UIConstraints: *RIPunch RightUS2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch RightEU4
*UIConstraints: *OutputBin FinTENRYU *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin FinTENRYU
*UIConstraints: *RIPunch RightNEU4 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch UpperJP2
*UIConstraints: *OutputBin FinTENRYU *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin FinTENRYU
*UIConstraints: *RIPunch UpperUS2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch UpperEU4
*UIConstraints: *OutputBin FinTENRYU *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin FinTENRYU
*UIConstraints: *RIPunch UpperNEU4 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinDONAUProof *RIPunch LeftJP2
*UIConstraints: *OutputBin FinDONAUProof *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin FinDONAUProof
*UIConstraints: *RIPunch LeftUS2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch LeftEU4
*UIConstraints: *OutputBin FinDONAUProof *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin FinDONAUProof
*UIConstraints: *RIPunch LeftNEU4 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch RightJP2
*UIConstraints: *OutputBin FinDONAUProof *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin FinDONAUProof
*UIConstraints: *RIPunch RightUS2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch RightEU4
*UIConstraints: *OutputBin FinDONAUProof *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin FinDONAUProof
*UIConstraints: *RIPunch RightNEU4 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch UpperJP2
*UIConstraints: *OutputBin FinDONAUProof *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin FinDONAUProof
*UIConstraints: *RIPunch UpperUS2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch UpperEU4
*UIConstraints: *OutputBin FinDONAUProof *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin FinDONAUProof
*UIConstraints: *RIPunch UpperNEU4 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *OutputBin FinDONAUProof
*UIConstraints: *OutputBin Trimmer *RIPunch LeftJP2
*UIConstraints: *OutputBin Trimmer *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin Trimmer
*UIConstraints: *RIPunch LeftUS2 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch LeftEU4
*UIConstraints: *OutputBin Trimmer *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin Trimmer
*UIConstraints: *RIPunch LeftNEU4 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch RightJP2
*UIConstraints: *OutputBin Trimmer *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin Trimmer
*UIConstraints: *RIPunch RightUS2 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch RightEU4
*UIConstraints: *OutputBin Trimmer *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin Trimmer
*UIConstraints: *RIPunch RightNEU4 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch UpperJP2
*UIConstraints: *OutputBin Trimmer *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin Trimmer
*UIConstraints: *RIPunch UpperUS2 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch UpperEU4
*UIConstraints: *OutputBin Trimmer *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin Trimmer
*UIConstraints: *RIPunch UpperNEU4 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *OutputBin Trimmer
*UIConstraints: *OutputBin PlockmaticTray *RIPunch LeftJP2
*UIConstraints: *OutputBin PlockmaticTray *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin PlockmaticTray
*UIConstraints: *RIPunch LeftUS2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch LeftEU4
*UIConstraints: *OutputBin PlockmaticTray *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin PlockmaticTray
*UIConstraints: *RIPunch LeftNEU4 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch RightJP2
*UIConstraints: *OutputBin PlockmaticTray *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin PlockmaticTray
*UIConstraints: *RIPunch RightUS2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch RightEU4
*UIConstraints: *OutputBin PlockmaticTray *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin PlockmaticTray
*UIConstraints: *RIPunch RightNEU4 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch UpperJP2
*UIConstraints: *OutputBin PlockmaticTray *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin PlockmaticTray
*UIConstraints: *RIPunch UpperUS2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch UpperEU4
*UIConstraints: *OutputBin PlockmaticTray *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin PlockmaticTray
*UIConstraints: *RIPunch UpperNEU4 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch GBCLeft
*UIConstraints: *RIPunch GBCLeft *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch GBCRight
*UIConstraints: *RIPunch GBCRight *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch GBCTop
*UIConstraints: *RIPunch GBCTop *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch DoubleLeft
*UIConstraints: *RIPunch DoubleLeft *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch DoubleRight
*UIConstraints: *RIPunch DoubleRight *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *RIPunch DoubleTop
*UIConstraints: *RIPunch DoubleTop *OutputBin PlockmaticTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch LeftJP2
*UIConstraints: *OutputBin StackerUpperTray *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin StackerUpperTray
*UIConstraints: *RIPunch LeftUS2 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch LeftEU4
*UIConstraints: *OutputBin StackerUpperTray *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin StackerUpperTray
*UIConstraints: *RIPunch LeftNEU4 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch RightJP2
*UIConstraints: *OutputBin StackerUpperTray *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin StackerUpperTray
*UIConstraints: *RIPunch RightUS2 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch RightEU4
*UIConstraints: *OutputBin StackerUpperTray *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin StackerUpperTray
*UIConstraints: *RIPunch RightNEU4 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch UpperJP2
*UIConstraints: *OutputBin StackerUpperTray *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin StackerUpperTray
*UIConstraints: *RIPunch UpperUS2 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *RIPunch UpperEU4
*UIConstraints: *OutputBin StackerUpperTray *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin StackerUpperTray
*UIConstraints: *RIPunch UpperNEU4 *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerTray *RIPunch LeftJP2
*UIConstraints: *OutputBin StackerTray *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin StackerTray
*UIConstraints: *RIPunch LeftUS2 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch LeftEU4
*UIConstraints: *OutputBin StackerTray *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin StackerTray
*UIConstraints: *RIPunch LeftNEU4 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch RightJP2
*UIConstraints: *OutputBin StackerTray *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin StackerTray
*UIConstraints: *RIPunch RightUS2 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch RightEU4
*UIConstraints: *OutputBin StackerTray *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin StackerTray
*UIConstraints: *RIPunch RightNEU4 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch UpperJP2
*UIConstraints: *OutputBin StackerTray *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin StackerTray
*UIConstraints: *RIPunch UpperUS2 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *RIPunch UpperEU4
*UIConstraints: *OutputBin StackerTray *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin StackerTray
*UIConstraints: *RIPunch UpperNEU4 *OutputBin StackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch LeftJP2
*UIConstraints: *OutputBin SecondStackerTray *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftJP2 *OutputBin SecondStackerTray
*UIConstraints: *RIPunch LeftUS2 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch LeftEU4
*UIConstraints: *OutputBin SecondStackerTray *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin SecondStackerTray
*UIConstraints: *RIPunch LeftNEU4 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch RightJP2
*UIConstraints: *OutputBin SecondStackerTray *RIPunch RightUS2
*UIConstraints: *RIPunch RightJP2 *OutputBin SecondStackerTray
*UIConstraints: *RIPunch RightUS2 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch RightEU4
*UIConstraints: *OutputBin SecondStackerTray *RIPunch RightNEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin SecondStackerTray
*UIConstraints: *RIPunch RightNEU4 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch UpperJP2
*UIConstraints: *OutputBin SecondStackerTray *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperJP2 *OutputBin SecondStackerTray
*UIConstraints: *RIPunch UpperUS2 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *RIPunch UpperEU4
*UIConstraints: *OutputBin SecondStackerTray *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin SecondStackerTray
*UIConstraints: *RIPunch UpperNEU4 *OutputBin SecondStackerTray

*%========== Z-fold / Punch

*%========== Perfect/Ring Binding / Punch

*%========== Folding Unit / Z-fold

*%========== Media Type / Z-fold

*%========== Destination / Z-fold

*%========== Perfect/Ring Binding / Z-fold

*%========== Eject Face-up / Z-fold

*%========== Finisher / Destination
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *Finisher NotInstalled
*UIConstraints: *Finisher FinCOLUMBIACBK *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACUpper *Finisher FinCOLUMBIACBK
*UIConstraints: *Finisher FinCOLUMBIACBK *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *Finisher FinCOLUMBIACBK
*UIConstraints: *Finisher FinCOLUMBIACBK *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *Finisher FinCOLUMBIACBK
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *Finisher FinCOLUMBIAC
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *Finisher FinCOLUMBIAC
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *Finisher FinCOLUMBIAC
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *Finisher FinCOLUMBIAC

*%========== Trimmer Unit / Destination
*UIConstraints: *TrimmerUnit NotInstalled *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *TrimmerUnit NotInstalled
*UIConstraints: *TrimmerUnit Installed *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *TrimmerUnit Installed

*UIConstraints: *BKLProcessor NotInstalled *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *BKLProcessor NotInstalled
*UIConstraints: *BKLProcessor Plockmatic *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *BKLProcessor Plockmatic

*%========== Perfect/Ring Binder Unit / Destination
*UIConstraints: *OptionBind NotInstalled *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *OptionBind NotInstalled
*UIConstraints: *OptionBind NotInstalled *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *OptionBind NotInstalled
*UIConstraints: *OptionBind FinISHIKARIC *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *OptionBind FinISHIKARIC
*UIConstraints: *OptionBind FinTENRYUB *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *OptionBind FinTENRYUB

*%==========Stacker/Destination
*UIConstraints: *Stacker NotInstalled *OutputBin StackerUpperTray
*UIConstraints: *OutputBin StackerUpperTray *Stacker NotInstalled
*UIConstraints: *Stacker NotInstalled *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *Stacker NotInstalled
*UIConstraints: *Stacker NotInstalled *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *Stacker NotInstalled
*UIConstraints: *Stacker StackerSingle *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *Stacker StackerSingle

*%========== Media Type / Destination
*UIConstraints: *MediaType Preprinted *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Preprinted
*UIConstraints: *MediaType Prepunched *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Prepunched
*UIConstraints: *MediaType Prepunched *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *MediaType Prepunched
*UIConstraints: *MediaType Labels *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Labels
*UIConstraints: *MediaType Labels *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Labels
*UIConstraints: *MediaType Labels *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Labels
*UIConstraints: *MediaType Labels *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *MediaType Labels
*UIConstraints: *MediaType Labels *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *MediaType Labels
*UIConstraints: *MediaType Bond *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Bond
*UIConstraints: *MediaType Bond *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Bond
*UIConstraints: *MediaType Cardstock *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Cardstock
*UIConstraints: *MediaType Cardstock *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Cardstock
*UIConstraints: *MediaType OHP *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *MediaType OHP
*UIConstraints: *MediaType Index *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Index
*UIConstraints: *MediaType Index *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Index
*UIConstraints: *MediaType Index *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *MediaType Index
*UIConstraints: *MediaType Index *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *MediaType Index
*UIConstraints: *MediaType Index *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *MediaType Index
*UIConstraints: *MediaType Translucent *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *MediaType Translucent
*UIConstraints: *MediaType Translucent *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Translucent
*UIConstraints: *MediaType Translucent *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *MediaType Translucent
*UIConstraints: *MediaType Translucent *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Translucent
*UIConstraints: *MediaType Translucent *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Translucent
*UIConstraints: *MediaType Translucent *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *MediaType Translucent
*UIConstraints: *MediaType Envelope *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *MediaType Envelope

*%========== Perfect/Ring Binding / Destination

*%========== Paper Size / Destination
*UIConstraints: *PageSize A3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize A3
*UIConstraints: *PageSize A3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize A3
*UIConstraints: *PageSize A3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize A3
*UIConstraints: *PageSize A5 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize A5
*UIConstraints: *PageSize A5 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize A5
*UIConstraints: *PageSize A5 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize A5
*UIConstraints: *PageSize A5 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageSize A5
*UIConstraints: *PageSize A5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize A5
*UIConstraints: *PageSize A6 *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *PageSize A6
*UIConstraints: *PageSize B4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize B4
*UIConstraints: *PageSize B4 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize B4
*UIConstraints: *PageSize B4 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize B4
*UIConstraints: *PageSize B5 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize B5
*UIConstraints: *PageSize B5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize B5
*UIConstraints: *PageSize B6 *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *PageSize B6
*UIConstraints: *PageSize Legal *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize Legal
*UIConstraints: *PageSize Legal *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize Legal
*UIConstraints: *PageSize Legal *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize Legal
*UIConstraints: *PageSize GovernmentLG *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize GovernmentLG
*UIConstraints: *PageSize GovernmentLG *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize GovernmentLG
*UIConstraints: *PageSize GovernmentLG *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize GovernmentLG
*UIConstraints: *PageSize GovernmentLG *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize GovernmentLG
*UIConstraints: *PageSize EngQuatro *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize EngQuatro
*UIConstraints: *PageSize Statement *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize Statement
*UIConstraints: *PageSize Statement *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize Statement
*UIConstraints: *PageSize Statement *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize Statement
*UIConstraints: *PageSize Statement *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageSize Statement
*UIConstraints: *PageSize Statement *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize Statement
*UIConstraints: *PageSize F *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize F
*UIConstraints: *PageSize F *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize F
*UIConstraints: *PageSize F *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize F
*UIConstraints: *PageSize F *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize F
*UIConstraints: *PageSize Folio *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize Folio
*UIConstraints: *PageSize Folio *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize Folio
*UIConstraints: *PageSize Folio *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize Folio
*UIConstraints: *PageSize Folio *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize Folio
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize Tabloid *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize Tabloid
*UIConstraints: *PageSize 12x18 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 12x18
*UIConstraints: *PageSize 12x18 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 12x18
*UIConstraints: *PageSize 12x18 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 12x18
*UIConstraints: *PageSize 11x15 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 11x15
*UIConstraints: *PageSize 11x15 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 11x15
*UIConstraints: *PageSize 11x15 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 11x15
*UIConstraints: *PageSize 11x15 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 11x15
*UIConstraints: *PageSize 10x14 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 10x14
*UIConstraints: *PageSize 10x14 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 10x14
*UIConstraints: *PageSize 10x14 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 10x14
*UIConstraints: *PageSize 10x14 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 10x14
*UIConstraints: *PageSize 10x15 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 10x15
*UIConstraints: *PageSize 10x15 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 10x15
*UIConstraints: *PageSize 10x15 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 10x15
*UIConstraints: *PageSize 10x15 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 10x15
*UIConstraints: *PageSize 11x14 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 11x14
*UIConstraints: *PageSize 11x14 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 11x14
*UIConstraints: *PageSize 11x14 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 11x14
*UIConstraints: *PageSize 11x14 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 11x14
*UIConstraints: *PageSize 13x19.2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 13x19.2
*UIConstraints: *PageSize 13x19.2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 13x19.2
*UIConstraints: *PageSize 13x19.2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 13x19.2
*UIConstraints: *PageSize 13x19.2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 13x19.2
*UIConstraints: *PageSize 13x19 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 13x19
*UIConstraints: *PageSize 13x19 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 13x19
*UIConstraints: *PageSize 13x19 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 13x19
*UIConstraints: *PageSize 13x19 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 13x19
*UIConstraints: *PageSize 12.6x19.2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x19.2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x19.2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x19.2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x18.5 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 12.6x18.5
*UIConstraints: *PageSize 12.6x18.5 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 12.6x18.5
*UIConstraints: *PageSize 12.6x18.5 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 12.6x18.5
*UIConstraints: *PageSize 12.6x18.5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 12.6x18.5
*UIConstraints: *PageSize 13x18 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 13x18
*UIConstraints: *PageSize 13x18 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 13x18
*UIConstraints: *PageSize 13x18 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 13x18
*UIConstraints: *PageSize 13x18 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 13x18
*UIConstraints: *PageSize SRA3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize SRA3
*UIConstraints: *PageSize SRA3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize SRA3
*UIConstraints: *PageSize SRA3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize SRA3
*UIConstraints: *PageSize SRA4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize SRA4
*UIConstraints: *PageSize 226x310 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 226x310
*UIConstraints: *PageSize 226x310 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 226x310
*UIConstraints: *PageSize 226x310 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 226x310
*UIConstraints: *PageSize 310x432 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 310x432
*UIConstraints: *PageSize 310x432 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 310x432
*UIConstraints: *PageSize 310x432 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 310x432
*UIConstraints: *PageSize 310x432 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 310x432
*UIConstraints: *PageSize Executive *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize Executive
*UIConstraints: *PageSize 8Kai *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 8Kai
*UIConstraints: *PageSize 8Kai *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageSize 8Kai
*UIConstraints: *PageSize 8Kai *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageSize 8Kai
*UIConstraints: *PageSize 8Kai *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 8Kai
*UIConstraints: *PageSize 16Kai *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageSize 16Kai
*UIConstraints: *PageSize 16Kai *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 16Kai

*UIConstraints: *PageRegion A3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion A3
*UIConstraints: *PageRegion A3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion A3
*UIConstraints: *PageRegion A3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion A3
*UIConstraints: *PageRegion A5 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageRegion A5
*UIConstraints: *PageRegion A5 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion A5
*UIConstraints: *PageRegion A5 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion A5
*UIConstraints: *PageRegion A5 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageRegion A5
*UIConstraints: *PageRegion A5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion A5
*UIConstraints: *PageRegion A6 *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *PageRegion A6
*UIConstraints: *PageRegion B4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion B4
*UIConstraints: *PageRegion B4 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion B4
*UIConstraints: *PageRegion B4 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion B4
*UIConstraints: *PageRegion B5 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion B5
*UIConstraints: *PageRegion B5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion B5
*UIConstraints: *PageRegion B6 *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin StackerTray
*UIConstraints: *OutputBin StackerTray *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin SecondStackerTray
*UIConstraints: *OutputBin SecondStackerTray *PageRegion B6
*UIConstraints: *PageRegion Legal *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion Legal
*UIConstraints: *PageRegion Legal *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion Legal
*UIConstraints: *PageRegion Legal *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion Legal
*UIConstraints: *PageRegion GovernmentLG *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion GovernmentLG
*UIConstraints: *PageRegion GovernmentLG *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion GovernmentLG
*UIConstraints: *PageRegion GovernmentLG *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion GovernmentLG
*UIConstraints: *PageRegion GovernmentLG *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion GovernmentLG
*UIConstraints: *PageRegion EngQuatro *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion EngQuatro
*UIConstraints: *PageRegion Statement *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageRegion Statement
*UIConstraints: *PageRegion Statement *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion Statement
*UIConstraints: *PageRegion Statement *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion Statement
*UIConstraints: *PageRegion Statement *OutputBin Trimmer
*UIConstraints: *OutputBin Trimmer *PageRegion Statement
*UIConstraints: *PageRegion Statement *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion Statement
*UIConstraints: *PageRegion F *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion F
*UIConstraints: *PageRegion F *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion F
*UIConstraints: *PageRegion F *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion F
*UIConstraints: *PageRegion F *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion F
*UIConstraints: *PageRegion Folio *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion Folio
*UIConstraints: *PageRegion Folio *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion Folio
*UIConstraints: *PageRegion Folio *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion Folio
*UIConstraints: *PageRegion Folio *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion Folio
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion Tabloid *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion Tabloid
*UIConstraints: *PageRegion Tabloid *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion Tabloid
*UIConstraints: *PageRegion Tabloid *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion Tabloid
*UIConstraints: *PageRegion 12x18 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 12x18
*UIConstraints: *PageRegion 12x18 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 12x18
*UIConstraints: *PageRegion 12x18 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 12x18
*UIConstraints: *PageRegion 11x15 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 11x15
*UIConstraints: *PageRegion 11x15 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 11x15
*UIConstraints: *PageRegion 11x15 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 11x15
*UIConstraints: *PageRegion 11x15 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 11x15
*UIConstraints: *PageRegion 10x14 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 10x14
*UIConstraints: *PageRegion 10x14 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 10x14
*UIConstraints: *PageRegion 10x14 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 10x14
*UIConstraints: *PageRegion 10x14 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 10x14
*UIConstraints: *PageRegion 10x15 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 10x15
*UIConstraints: *PageRegion 10x15 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 10x15
*UIConstraints: *PageRegion 10x15 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 10x15
*UIConstraints: *PageRegion 10x15 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 10x15
*UIConstraints: *PageRegion 11x14 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 11x14
*UIConstraints: *PageRegion 11x14 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 11x14
*UIConstraints: *PageRegion 11x14 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 11x14
*UIConstraints: *PageRegion 11x14 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 11x14
*UIConstraints: *PageRegion 13x19.2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19.2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19.2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19.2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 13x19
*UIConstraints: *PageRegion 13x19 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 13x19
*UIConstraints: *PageRegion 13x19 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 13x19
*UIConstraints: *PageRegion 13x19 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 13x19
*UIConstraints: *PageRegion 12.6x19.2 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x19.2 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x19.2 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x19.2 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x18.5 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 12.6x18.5 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 12.6x18.5 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 12.6x18.5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 13x18 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 13x18
*UIConstraints: *PageRegion 13x18 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 13x18
*UIConstraints: *PageRegion 13x18 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 13x18
*UIConstraints: *PageRegion 13x18 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 13x18
*UIConstraints: *PageRegion SRA3 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion SRA3
*UIConstraints: *PageRegion SRA3 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion SRA3
*UIConstraints: *PageRegion SRA3 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion SRA3
*UIConstraints: *PageRegion SRA4 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion SRA4
*UIConstraints: *PageRegion 226x310 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 226x310
*UIConstraints: *PageRegion 226x310 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 226x310
*UIConstraints: *PageRegion 226x310 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 226x310
*UIConstraints: *PageRegion 310x432 *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 310x432
*UIConstraints: *PageRegion 310x432 *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 310x432
*UIConstraints: *PageRegion 310x432 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 310x432
*UIConstraints: *PageRegion 310x432 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 310x432
*UIConstraints: *PageRegion Executive *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion Executive
*UIConstraints: *PageRegion Executive *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion Executive
*UIConstraints: *PageRegion 8Kai *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 8Kai
*UIConstraints: *PageRegion 8Kai *OutputBin FinTENRYU
*UIConstraints: *OutputBin FinTENRYU *PageRegion 8Kai
*UIConstraints: *PageRegion 8Kai *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *PageRegion 8Kai
*UIConstraints: *PageRegion 8Kai *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 8Kai
*UIConstraints: *PageRegion 16Kai *OutputBin FinISHIKARI
*UIConstraints: *OutputBin FinISHIKARI *PageRegion 16Kai
*UIConstraints: *PageRegion 16Kai *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageRegion 16Kai

*%========== Adjust Fore Edge Cut Position / Destination

*%========== Perfect/Ring Binder Unit / Perfect/Ring Binding

*%========== Media Type / Perfect/Ring Binding

*%========== Perfect Binding Cutting Options / Perfect/Ring Binding

*%========== Adjust Image Position (Along Binding Edge) / Perfect/Ring Binding

*%========== Adjust Image Position (Across Binding Edge) / Perfect/Ring Binding

*%========== Perfect Binding Cover Sheet Print / Perfect/Ring Binding

*%========== Eject Face-up / Perfect/Ring Binding

*%========== Perfect Binding Cover Sheet Print / Perfect Binding Paper Source Tray

*%========== Perfect Binding Finishing Size / Perfect Binding Cutting Options

*%========== Finishing Size (Along Binding Edge) / Perfect Binding Cutting Options

*%========== Trimmer Unit / Adjust Fore Edge Cut Position

*%========== Media Type / Adjust Fore Edge Cut Position

*%========== Media Type / Eject Face-up
*UIConstraints: *MediaType Labels *Faceup On
*UIConstraints: *Faceup On *MediaType Labels
*UIConstraints: *MediaType Envelope *Faceup On
*UIConstraints: *Faceup On *MediaType Envelope

*%========== Large Capacity Tray_lc / Input Tray
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 6Tray
*UIConstraints: *InputSlot 6Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 8Tray
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 9Tray
*UIConstraints: *InputSlot 9Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 10Tray
*UIConstraints: *InputSlot 10Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 11Tray
*UIConstraints: *InputSlot 11Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray LCTALASKAE *InputSlot 8Tray
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray LCTALASKAE
*UIConstraints: *LargeCapacityTray LCTALASKAE *InputSlot 9Tray
*UIConstraints: *InputSlot 9Tray *LargeCapacityTray LCTALASKAE
*UIConstraints: *LargeCapacityTray LCTALASKAE *InputSlot 10Tray
*UIConstraints: *InputSlot 10Tray *LargeCapacityTray LCTALASKAE
*UIConstraints: *LargeCapacityTray LCTALASKAE *InputSlot 11Tray
*UIConstraints: *InputSlot 11Tray *LargeCapacityTray LCTALASKAE
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 8Tray
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 9Tray
*UIConstraints: *InputSlot 9Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 10Tray
*UIConstraints: *InputSlot 10Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 11Tray
*UIConstraints: *InputSlot 11Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 6Tray
*UIConstraints: *InputSlot 6Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 10Tray
*UIConstraints: *InputSlot 10Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 11Tray
*UIConstraints: *InputSlot 11Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *InputSlot 6Tray
*UIConstraints: *InputSlot 6Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *LargeCapacityTray LCTANAANDSIB *InputSlot 10Tray
*UIConstraints: *InputSlot 10Tray *LargeCapacityTray LCTANAANDSIB
*UIConstraints: *LargeCapacityTray LCTANAANDSIB *InputSlot 11Tray
*UIConstraints: *InputSlot 11Tray *LargeCapacityTray LCTANAANDSIB

*%========== Tray7 / Input Tray
*UIConstraints: *Tray7 NotInstalled *InputSlot 7Tray
*UIConstraints: *InputSlot 7Tray *Tray7 NotInstalled

*%========== PageSize / Input Tray
*UIConstraints: *PageSize A3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3
*UIConstraints: *PageSize A5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A5
*UIConstraints: *PageSize A6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A6
*UIConstraints: *PageSize A6 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize A6
*UIConstraints: *PageSize A6 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize A6
*UIConstraints: *PageSize B4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B4
*UIConstraints: *PageSize B5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B5
*UIConstraints: *PageSize B6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B6
*UIConstraints: *PageSize B6 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize B6
*UIConstraints: *PageSize B6 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize B6
*UIConstraints: *PageSize Legal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Legal
*UIConstraints: *PageSize GovernmentLG *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize GovernmentLG
*UIConstraints: *PageSize EngQuatro *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EngQuatro
*UIConstraints: *PageSize Statement *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Statement
*UIConstraints: *PageSize F *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize F
*UIConstraints: *PageSize Folio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Folio
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize Tabloid *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Tabloid
*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12x18
*UIConstraints: *PageSize 11x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 11x15
*UIConstraints: *PageSize 10x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 10x14
*UIConstraints: *PageSize 10x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 10x15
*UIConstraints: *PageSize 11x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 11x14
*UIConstraints: *PageSize 13x19.2 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 13x19.2
*UIConstraints: *PageSize 13x19.2 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize 13x19.2
*UIConstraints: *PageSize 13x19.2 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize 13x19.2
*UIConstraints: *PageSize 13x19 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 13x19
*UIConstraints: *PageSize 13x19 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize 13x19
*UIConstraints: *PageSize 13x19 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize 13x19
*UIConstraints: *PageSize 12.6x19.2 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x19.2 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x19.2 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize 12.6x19.2
*UIConstraints: *PageSize 12.6x18.5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12.6x18.5
*UIConstraints: *PageSize 12.6x18.5 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize 12.6x18.5
*UIConstraints: *PageSize 12.6x18.5 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize 12.6x18.5
*UIConstraints: *PageSize 13x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 13x18
*UIConstraints: *PageSize SRA3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA3
*UIConstraints: *PageSize SRA4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA4
*UIConstraints: *PageSize 226x310 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 226x310
*UIConstraints: *PageSize 310x432 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 310x432
*UIConstraints: *PageSize Executive *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Executive
*UIConstraints: *PageSize 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai
*UIConstraints: *PageSize 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai

*UIConstraints: *PageRegion A3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A3
*UIConstraints: *PageRegion A5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A5
*UIConstraints: *PageRegion A6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A6
*UIConstraints: *PageRegion A6 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion A6
*UIConstraints: *PageRegion A6 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion A6
*UIConstraints: *PageRegion B4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B4
*UIConstraints: *PageRegion B5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B5
*UIConstraints: *PageRegion B6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B6
*UIConstraints: *PageRegion B6 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion B6
*UIConstraints: *PageRegion B6 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion B6
*UIConstraints: *PageRegion Legal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Legal
*UIConstraints: *PageRegion GovernmentLG *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion GovernmentLG
*UIConstraints: *PageRegion EngQuatro *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EngQuatro
*UIConstraints: *PageRegion Statement *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Statement
*UIConstraints: *PageRegion F *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion F
*UIConstraints: *PageRegion Folio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Folio
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion Tabloid *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Tabloid
*UIConstraints: *PageRegion 12x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18
*UIConstraints: *PageRegion 11x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 11x15
*UIConstraints: *PageRegion 10x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 10x14
*UIConstraints: *PageRegion 10x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 10x15
*UIConstraints: *PageRegion 11x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 11x14
*UIConstraints: *PageRegion 13x19.2 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19.2 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19.2 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion 13x19.2
*UIConstraints: *PageRegion 13x19 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 13x19
*UIConstraints: *PageRegion 13x19 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion 13x19
*UIConstraints: *PageRegion 13x19 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion 13x19
*UIConstraints: *PageRegion 12.6x19.2 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x19.2 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x19.2 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion 12.6x19.2
*UIConstraints: *PageRegion 12.6x18.5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 12.6x18.5 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 12.6x18.5 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion 12.6x18.5
*UIConstraints: *PageRegion 13x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 13x18
*UIConstraints: *PageRegion SRA3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA3
*UIConstraints: *PageRegion SRA4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA4
*UIConstraints: *PageRegion 226x310 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 226x310
*UIConstraints: *PageRegion 310x432 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 310x432
*UIConstraints: *PageRegion Executive *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Executive
*UIConstraints: *PageRegion 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 8Kai
*UIConstraints: *PageRegion 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 16Kai

*%========== Media Type / Input Tray
*UIConstraints: *MediaType Labels *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 6Tray
*UIConstraints: *InputSlot 6Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 7Tray
*UIConstraints: *InputSlot 7Tray *MediaType Labels
*UIConstraints: *MediaType OHP *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType OHP
*UIConstraints: *MediaType Index *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Index
*UIConstraints: *MediaType Index *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType Index
*UIConstraints: *MediaType Index *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType Index
*UIConstraints: *MediaType Translucent *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Translucent
*UIConstraints: *MediaType Glossy *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Glossy
*UIConstraints: *MediaType Glossy *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType Glossy
*UIConstraints: *MediaType Glossy *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType Glossy
*UIConstraints: *MediaType Glossy *InputSlot 7Tray
*UIConstraints: *InputSlot 7Tray *MediaType Glossy
*UIConstraints: *MediaType MatCoated *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *InputSlot 7Tray
*UIConstraints: *InputSlot 7Tray *MediaType MatCoated
*UIConstraints: *MediaType Envelope *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Envelope
*UIConstraints: *MediaType Envelope *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType Envelope
*UIConstraints: *MediaType Envelope *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType Envelope

*%========== Media Type / Fit to Paper

*%========== Tray7 / Large Capacity Tray_lc
*UIConstraints: *Tray7 Installed *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *Tray7 Installed

*%========== Trimmer Unit / Finisher
*UIConstraints: *TrimmerUnit Installed *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *TrimmerUnit Installed
*UIConstraints: *TrimmerUnit Installed *Finisher FinCOLUMBIAC
*UIConstraints: *Finisher FinCOLUMBIAC *TrimmerUnit Installed

*UIConstraints: *BKLProcessor Plockmatic *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *BKLProcessor Plockmatic
*UIConstraints: *BKLProcessor Plockmatic *Finisher FinCOLUMBIACBK
*UIConstraints: *Finisher FinCOLUMBIACBK *BKLProcessor Plockmatic

*%========== Folding Unit / Finisher
*UIConstraints: *MultiFold Installed *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *MultiFold Installed

*%==========Folding Unit/Stacker
*UIConstraints: *MultiFold Installed *Stacker StackerDouble
*UIConstraints: *Stacker StackerDouble *MultiFold Installed

*%==========Perfect/Ring Binding Unit/Stacker
*UIConstraints: *OptionBind FinISHIKARIC *Stacker StackerDouble
*UIConstraints: *Stacker StackerDouble *OptionBind FinISHIKARIC
*UIConstraints: *OptionBind FinTENRYUB *Stacker StackerDouble
*UIConstraints: *Stacker StackerDouble *OptionBind FinTENRYUB

*%========== Destination / Folding Unit
*UIConstraints: *OutputBin FinDONAUProof *MultiFold NotInstalled
*UIConstraints: *MultiFold NotInstalled *OutputBin FinDONAUProof

*% end of Printer Description file