home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc095.zip / ckmker.r < prev    next >
Text File  |  1989-08-22  |  92KB  |  5,730 lines

  1. /* Resource file for the MPW Kermit version (Macintosh) */
  2. /* Compile this resource definition with Rez */
  3. /* Created: 10/5/87 Matthias Aebi */
  4. /* Modifications: */
  5. /* 05/22/89 John A. Oberschelp for Emory University -- vt102 printer support */
  6. /*                 Emory contact is Peter W. Day, ospwd@emoryu1.cc.emory.edu */ 
  7. /* 02/27/89 PWP: moved all fonts to ckmfnt.r */
  8. /* 03/23/88 PWP: made just about everything preload (because I */
  9. /*             object to swaping disks a lot), and purgable (in */
  10. /*            hope of making this run on a 128k Mac */
  11. /* 12/17/87 PWP: added the new KSET and MSET for Kermit */
  12. /* 11/??/87 Paul Placeway: added MultiFinder support */
  13. /* 10/13/87 Added field for protocol version to "About Kermit"    */
  14. /*            and changed it from DLOG to ALRT. */
  15. /* 10/12/87 Moved KR09 0 declaration to ckmkr2.r to get the */
  16. /*            compilation date on each link operation. */
  17. /* 10/8/87    Changed settings filetype in FREF to KERS; added */
  18. /*            header. Changed "Restore Settings╔" to "Load */
  19. /*            Settings". Removed output port selection from */
  20. /*             Communications dialog. Made packet length fields */
  21. /*            wider (for long packets. Removed blank cursor re- */
  22. /*            source. (M.Aebi) */
  23. /* 10/7/87    Changed version info to October 1987 (M.Aebi) */
  24.  
  25. #include "Types.r"        /* To get system types */
  26. #include "SysTypes.r"    /* get more system types */
  27.  
  28. /* The KR09 0 resource is created separately by ckmkr2.r */
  29.  
  30. /*
  31.  * (PWP) I'm borrowing yet another idea from NCSA Telnet: there are
  32.  * two sets of menus, one with clover marks (1..31) and one without
  33.  * (33..63).  If clover keys are selected, then the marked ones are
  34.  * displayed, and if not, the unmarked ones (thus not confusing people
  35.  * who are running on Pluses and such).
  36.  */
  37.  
  38. resource 'MENU' (1, preload) {
  39.     1,
  40.     textMenuProc,
  41.     0x7FFFFFFD,
  42.     enabled,
  43.     apple,
  44.     {    /* array: 2 elements */
  45.         /* [1] */
  46.         "About Kermit╔", noIcon, noKey, noMark, plain,
  47.         /* [2] */
  48.         "-", noIcon, noKey, noMark, plain
  49.     }
  50. };
  51.  
  52. resource 'MENU' (2) {
  53.     2,
  54.     textMenuProc,
  55.     0x7FFFFEFB,
  56.     enabled,
  57.     "File",
  58.     {    /* array: 8 elements */
  59.         /* [1] */
  60.         "Load Settings╔", noIcon, noKey, noMark, plain,
  61.         /* [2] */
  62.         "Save Settings╔", noIcon, noKey, noMark, plain,
  63.         /* [3] */
  64.         "-", noIcon, noKey, noMark, plain,
  65.         /* [4] */
  66.         "Get file from server╔", noIcon, "G", noMark, plain,
  67.         /* [5] */
  68.         "Send file╔", noIcon, "S", noMark, plain,
  69.         /* [6] */
  70.         "Receive file╔", noIcon, "R", noMark, plain,
  71.         /* [7] */
  72.         "Transfer stats╔", noIcon, noKey, noMark, plain,
  73.         /* [8] */
  74.         "Set transfer directory╔", noIcon, noKey, noMark, plain,
  75.         /* [9] */
  76.         "-", noIcon, noKey, noMark, plain,
  77.         /* [10] */
  78.         "Transfer to App╔", noIcon, "T", noMark, plain,
  79.         /* [11] */
  80.         "Quit", noIcon, "Q", noMark, plain
  81.     }
  82. };
  83.  
  84. resource 'MENU' (34) {
  85.     2,
  86.     textMenuProc,
  87.     0x7FFFFEFB,
  88.     enabled,
  89.     "File",
  90.     {    /* array: 8 elements */
  91.         /* [1] */
  92.         "Load Settings╔", noIcon, noKey, noMark, plain,
  93.         /* [2] */
  94.         "Save Settings╔", noIcon, noKey, noMark, plain,
  95.         /* [3] */
  96.         "-", noIcon, noKey, noMark, plain,
  97.         /* [4] */
  98.         "Get file from server╔", noIcon, noKey, noMark, plain,
  99.         /* [5] */
  100.         "Send file╔", noIcon, noKey, noMark, plain,
  101.         /* [6] */
  102.         "Receive file╔", noIcon, noKey, noMark, plain,
  103.         /* [7] */
  104.         "Transfer stats╔", noIcon, noKey, noMark, plain,
  105.         /* [8] */
  106.         "Set transfer directory╔", noIcon, noKey, noMark, plain,
  107.         /* [9] */
  108.         "-", noIcon, noKey, noMark, plain,
  109.         /* [10] */
  110.         "Transfer to App╔", noIcon, noKey, noMark, plain,
  111.         /* [11] */
  112.         "Quit", noIcon, noKey, noMark, plain
  113.     }
  114. };
  115.  
  116. resource 'MENU' (3) {
  117.     3,
  118.     textMenuProc,
  119.     0x7FFFFFBD,
  120.     enabled,
  121.     "Edit",
  122.     {    /* array: 10 elements */
  123.         /* [1] */
  124.         "Undo", noIcon, "Z", noMark, plain,
  125.         /* [2] */
  126.         "-", noIcon, noKey, noMark, plain,
  127.         /* [3] */
  128.         "Cut", noIcon, "X", noMark, plain,
  129.         /* [4] */
  130.         "Copy", noIcon, "C", noMark, plain,
  131.         /* [5] */
  132.         "Paste", noIcon, "V", noMark, plain,
  133.         /* [6] */
  134.         "Clear", noIcon, noKey, noMark, plain,
  135.         /* [7] */
  136.         "-", noIcon, noKey, noMark, plain,
  137.         /* [8] */
  138.         "Send Break", noIcon, "B", noMark, plain,
  139.         /* [9] */
  140.         "Send Long Break", noIcon, noKey, noMark, plain,
  141.         /* [10] */
  142.         "Send XON", noIcon, noKey, noMark, plain,
  143.         /* [11] */
  144.         "Toggle DTR", noIcon, noKey, noMark, plain
  145.     }
  146. };
  147. resource 'MENU' (35) {
  148.     3,
  149.     textMenuProc,
  150.     0x7FFFFFBD,
  151.     enabled,
  152.     "Edit",
  153.     {    /* array: 10 elements */
  154.         /* [1] */
  155.         "Undo", noIcon, noKey, noMark, plain,
  156.         /* [2] */
  157.         "-", noIcon, noKey, noMark, plain,
  158.         /* [3] */
  159.         "Cut", noIcon, noKey, noMark, plain,
  160.         /* [4] */
  161.         "Copy", noIcon, noKey, noMark, plain,
  162.         /* [5] */
  163.         "Paste", noIcon, noKey, noMark, plain,
  164.         /* [6] */
  165.         "Clear", noIcon, noKey, noMark, plain,
  166.         /* [7] */
  167.         "-", noIcon, noKey, noMark, plain,
  168.         /* [8] */
  169.         "Send Break", noIcon, noKey, noMark, plain,
  170.         /* [9] */
  171.         "Send Long Break", noIcon, noKey, noMark, plain,
  172.         /* [10] */
  173.         "Send XON", noIcon, noKey, noMark, plain,
  174.         /* [11] */
  175.         "Toggle DTR", noIcon, noKey, noMark, plain
  176.     }
  177. };
  178.  
  179.  
  180. resource 'MENU' (4) {
  181.     4,
  182.     textMenuProc,
  183.     0x7FFFFFDF,
  184.     enabled,
  185.     "Settings",
  186.     {    /* array: 12 elements */
  187.         /* [1] */
  188.         "File Defaults╔", noIcon, noKey, noMark, plain,
  189.         /* [2] */
  190.         "Communications╔", noIcon, noKey, noMark, plain,
  191.         /* [3] */
  192.         "Protocol╔", noIcon, noKey, noMark, plain,
  193.         /* [4] */
  194.         "Terminal╔", noIcon, noKey, noMark, plain,
  195.         /* [5] */
  196.         "Character Set╔", noIcon, noKey, noMark, plain,
  197.         /* [6] */
  198.         "-", noIcon, noKey, noMark, plain,
  199.         /* [7] */
  200.         "\0x11-Shift-1╔\0x11-Shift-9 active", noIcon, noKey,
  201.             check, plain,
  202.         /* [8] */
  203.         "Menu \0x11-Keys active", noIcon, "M", noMark, plain,
  204.         /* [9] */
  205.         "Set key macros╔", noIcon, noKey, noMark, plain,
  206.         /* [10] */
  207.         "Set modifiers╔", noIcon, noKey, noMark, plain
  208.     }
  209. };
  210. resource 'MENU' (36) {
  211.     4,
  212.     textMenuProc,
  213.     0x7FFFFFDF,
  214.     enabled,
  215.     "Settings",
  216.     {    /* array: 12 elements */
  217.         /* [1] */
  218.         "File Defaults╔", noIcon, noKey, noMark, plain,
  219.         /* [2] */
  220.         "Communications╔", noIcon, noKey, noMark, plain,
  221.         /* [3] */
  222.         "Protocol╔", noIcon, noKey, noMark, plain,
  223.         /* [4] */
  224.         "Terminal╔", noIcon, noKey, noMark, plain,
  225.         /* [5] */
  226.         "Character Set╔", noIcon, noKey, noMark, plain,
  227.         /* [6] */
  228.         "-", noIcon, noKey, noMark, plain,
  229.         /* [7] */
  230.         "\0x11-Shift-1╔\0x11-Shift-9 active", noIcon, noKey,
  231.             check, plain,
  232.         /* [8] */
  233.         "Menu \0x11-Keys active", noIcon, noKey, noMark, plain,
  234.         /* [9] */
  235.         "Set key macros╔", noIcon, noKey, noMark, plain,
  236.         /* [10] */
  237.         "Set modifiers╔", noIcon, noKey, noMark, plain
  238.     }
  239. };
  240.  
  241.  
  242. resource 'MENU' (5) {
  243.     5,
  244.     textMenuProc,
  245.     0x7FFFDFED,
  246.     enabled,
  247.     "Remote",
  248.     {    /* array: 15 elements */
  249.         /* [1] */
  250.         "Show Response", noIcon, noKey, noMark, plain,
  251.         /* [2] */
  252.         "-", noIcon, noKey, noMark, plain,
  253.         /* [3] */
  254.         "Finish", noIcon, noKey, noMark, plain,
  255.         /* [4] */
  256.         "Logout", noIcon, noKey, noMark, plain,
  257.         /* [5] */
  258.         "-", noIcon, noKey, noMark, plain,
  259.         /* [6] */
  260.         "Cwd╔", noIcon, noKey, noMark, plain,
  261.         /* [7] */
  262.         "Delete file╔", noIcon, noKey, noMark, plain,
  263.         /* [8] */
  264.         "Directory╔", noIcon, noKey, noMark, plain,
  265.         /* [9] */
  266.         "Help╔", noIcon, noKey, noMark, plain,
  267.         /* [10] */
  268.         "Host╔", noIcon, noKey, noMark, plain,
  269.         /* [11] */
  270.         "Space╔", noIcon, noKey, noMark, plain,
  271.         /* [12] */
  272.         "Type╔", noIcon, noKey, noMark, plain,
  273.         /* [13] */
  274.         "Who╔", noIcon, noKey, noMark, plain,
  275.         /* [14] */
  276.         "-", noIcon, noKey, noMark, plain,
  277.         /* [15] */
  278.         "Be a Server", noIcon, "H", noMark, plain
  279.     }
  280. };
  281. resource 'MENU' (37) {
  282.     5,
  283.     textMenuProc,
  284.     0x7FFFDFED,
  285.     enabled,
  286.     "Remote",
  287.     {    /* array: 15 elements */
  288.         /* [1] */
  289.         "Show Response", noIcon, noKey, noMark, plain,
  290.         /* [2] */
  291.         "-", noIcon, noKey, noMark, plain,
  292.         /* [3] */
  293.         "Finish", noIcon, noKey, noMark, plain,
  294.         /* [4] */
  295.         "Logout", noIcon, noKey, noMark, plain,
  296.         /* [5] */
  297.         "-", noIcon, noKey, noMark, plain,
  298.         /* [6] */
  299.         "Cwd╔", noIcon, noKey, noMark, plain,
  300.         /* [7] */
  301.         "Delete file╔", noIcon, noKey, noMark, plain,
  302.         /* [8] */
  303.         "Directory╔", noIcon, noKey, noMark, plain,
  304.         /* [9] */
  305.         "Help╔", noIcon, noKey, noMark, plain,
  306.         /* [10] */
  307.         "Host╔", noIcon, noKey, noMark, plain,
  308.         /* [11] */
  309.         "Space╔", noIcon, noKey, noMark, plain,
  310.         /* [12] */
  311.         "Type╔", noIcon, noKey, noMark, plain,
  312.         /* [13] */
  313.         "Who╔", noIcon, noKey, noMark, plain,
  314.         /* [14] */
  315.         "-", noIcon, noKey, noMark, plain,
  316.         /* [15] */
  317.         "Be a Server", noIcon, noKey, noMark, plain
  318.     }
  319. };
  320.  
  321. resource 'MENU' (6) {
  322.     6,
  323.     textMenuProc,
  324.     0x7FFFFFFD,
  325.     enabled,
  326.     "Log",
  327.     {    /* array: 3 elements */
  328.         /* [1] */
  329.         "Session", noIcon, noKey, noMark, plain,
  330.         /* [2] */
  331.         "Dump screen to session log", noIcon, noKey, noMark, plain
  332. #ifdef TLOG
  333.         ,
  334.         /* [3] */
  335.         "Transactions", noIcon, noKey, noMark, plain
  336. #endif
  337.     }
  338. };
  339. resource 'MENU' (38) {
  340.     6,
  341.     textMenuProc,
  342.     0x7FFFFFFD,
  343.     enabled,
  344.     "Log",
  345.     {    /* array: 3 elements */
  346.         /* [1] */
  347.         "Session", noIcon, noKey, noMark, plain,
  348.         /* [2] */
  349.         "Dump screen to session log", noIcon, noKey, noMark, plain
  350. #ifdef TLOG
  351.         ,
  352.         /* [3] */
  353.         "Transactions", noIcon, noKey, noMark, plain
  354. #endif
  355.     }
  356. };
  357.  
  358. resource 'MENU' (7) {                                        /*JAO*/
  359.     7,                                                                /*JAO*/
  360.     textMenuProc,                                                    /*JAO*/
  361.     0x7FFFFFFF,                                                        /*JAO*/
  362.     disabled,                                                        /*JAO*/
  363.     "Print",                                                        /*JAO*/
  364.     {    /* array: 3 elements */                                        /*JAO*/
  365.         /* [1] */                                                    /*JAO*/
  366.         "Print Captured Text╔", noIcon, "P", noMark, plain,            /*JAO*/
  367.         /* [2] */                                                    /*JAO*/
  368.         "Status╔", noIcon, noKey, noMark, plain,                    /*JAO*/
  369.         /* [3] */                                                    /*JAO*/
  370.         "Discard Captured Text", noIcon, noKey, noMark, plain        /*JAO*/
  371.     }                                                                /*JAO*/
  372. };
  373. resource 'MENU' (39) {                                        /*JAO*/
  374.     7,                                                                /*JAO*/
  375.     textMenuProc,                                                    /*JAO*/
  376.     0x7FFFFFFF,                                                        /*JAO*/
  377.     disabled,                                                        /*JAO*/
  378.     "Print",                                                        /*JAO*/
  379.     {    /* array: 3 elements */                                        /*JAO*/
  380.         /* [1] */                                                    /*JAO*/
  381.         "Print Captured Text╔", noIcon, noKey, noMark, plain,        /*JAO*/
  382.         /* [2] */                                                    /*JAO*/
  383.         "Status╔", noIcon, noKey, noMark, plain,                    /*JAO*/
  384.         /* [3] */                                                    /*JAO*/
  385.         "Discard Captured Text", noIcon, noKey, noMark, plain        /*JAO*/
  386.     }                                                                /*JAO*/
  387. };
  388.  
  389. resource 'WIND' (1000, preload) {
  390.     {40, 5, 335, 505},
  391.     documentProc,        /* was: noGrowDocProc */
  392.     visible,
  393.     noGoAway,
  394.     0x0,
  395.     "Mac Kermit"
  396. };
  397.  
  398. resource 'WIND' (1001, preload) {
  399.     {45, 10, 315, 490},
  400.     documentProc,
  401.     invisible,
  402.     goAway,
  403.     0x0,
  404.     "Remote Response"
  405. };
  406.  
  407. /* vertical scroll bar */
  408. resource 'CNTL' (1000, preload) {
  409.     {-1, 395, 236, 411},
  410.     0,
  411.     visible,
  412.     0,
  413.     0,
  414.     scrollBarProc,
  415.     0,
  416.     ""
  417. };
  418.  
  419. /* horizontal scroll bar */
  420. resource 'CNTL' (1001, preload) {
  421.     {235, -1, 251, 396},
  422.     0,
  423.     visible,
  424.     0,
  425.     0,
  426.     scrollBarProc,
  427.     0,
  428.     ""
  429. };
  430.  
  431. resource 'ALRT' (1009, preload, purgeable) {
  432.     {40, 55, 285, 460},
  433.     1009,
  434.     {    /* array: 4 elements */
  435.         /* [1] */
  436.         OK, visible, silent,
  437.         /* [2] */
  438.         OK, visible, silent,
  439.         /* [3] */
  440.         OK, visible, silent,
  441.         /* [4] */
  442.         OK, visible, silent
  443.     }
  444. };
  445.  
  446. resource 'ALRT' (1010, preload, purgeable) {
  447.     {113, 121, 222, 378},
  448.     1010,
  449.     {    /* array: 4 elements */
  450.         /* [1] */
  451.         OK, visible, sound1,
  452.         /* [2] */
  453.         OK, visible, sound1,
  454.         /* [3] */
  455.         OK, visible, sound1,
  456.         /* [4] */
  457.         OK, visible, sound1
  458.     }
  459. };
  460.  
  461. #ifdef DEBUG
  462. resource 'ALRT' (1011, preload, purgeable) {
  463.     {60, 81, 180, 431},
  464.     1011,
  465.     {    /* array: 4 elements */
  466.         /* [1] */
  467.         OK, visible, sound1,
  468.         /* [2] */
  469.         OK, visible, sound1,
  470.         /* [3] */
  471.         OK, visible, sound1,
  472.         /* [4] */
  473.         OK, visible, sound1
  474.     }
  475. };
  476. #endif
  477.  
  478. resource 'ALRT' (1012, preload, purgeable) {
  479.     {108, 147, 212, 372},
  480.     1012,
  481.     {    /* array: 4 elements */
  482.         /* [1] */
  483.         OK, visible, sound1,
  484.         /* [2] */
  485.         OK, visible, sound1,
  486.         /* [3] */
  487.         OK, visible, sound1,
  488.         /* [4] */
  489.         OK, visible, sound1
  490.     }
  491. };
  492.  
  493. resource 'ALRT' (1013, preload, purgeable) {
  494.     {34, 16, 318, 494},
  495.     1013,
  496.     {    /* array: 4 elements */
  497.         /* [1] */
  498.         OK, visible, silent,
  499.         /* [2] */
  500.         OK, visible, silent,
  501.         /* [3] */
  502.         OK, visible, silent,
  503.         /* [4] */
  504.         OK, visible, silent
  505.     }
  506. };
  507.  
  508. /* DLOG 230 - Status display (during transfer) */
  509. resource 'DLOG' (230, purgeable, preload) {
  510.     {60, 40, 300, 458},
  511.     noGrowDocProc,
  512.     visible,
  513.     noGoAway,
  514.     0x0,
  515.     230,
  516.     "File Transfer Status"
  517. };
  518.  
  519. /* About Kermit */
  520. resource 'DLOG' (257, purgeable, preload) {
  521.     {38, 16, 306, 500},
  522.     dBoxProc,
  523.     visible,
  524.     noGoAway,
  525.     0x0,
  526.     257,
  527.     ""
  528. };
  529.  
  530. resource 'DLOG' (1001, purgeable, preload) {
  531.     {40, 60, 292, 454},
  532.     dBoxProc,
  533.     visible,
  534.     noGoAway,
  535.     0x0,
  536.     1001,
  537.     ""
  538. };
  539.  
  540. resource 'DLOG' (1002, preload, purgeable) {
  541.     {40, 65, 325, 470},
  542.     dBoxProc,
  543.     visible,
  544.     noGoAway,
  545.     0x0,
  546.     1002,
  547.     ""
  548. };
  549.  
  550. resource 'DLOG' (1003, preload, purgeable) {
  551.     {50, 37, 192, 415},
  552.     dBoxProc,
  553.     visible,
  554.     noGoAway,
  555.     0x0,
  556.     1003,
  557.     ""
  558. };
  559.  
  560. resource 'DLOG' (1004, purgeable, preload) {
  561.     {44, 80, 306, 426},
  562.     dBoxProc,
  563.     visible,
  564.     noGoAway,
  565.     0x0,
  566.     1004,
  567.     ""
  568. };
  569.  
  570. resource 'DLOG' (1005, preload, purgeable) {
  571.     {34, 50, 290, 456},
  572.     dBoxProc,
  573.     visible,
  574.     noGoAway,
  575.     0x0,
  576.     1005,
  577.     ""
  578. };
  579.  
  580. resource 'DLOG' (1006, preload, purgeable) {
  581.     {70, 75, 240, 435},
  582.     dBoxProc,
  583.     visible,
  584.     noGoAway,
  585.     0x0,
  586.     1006,
  587.     ""
  588. };
  589.  
  590. resource 'DLOG' (1007, preload, purgeable) {
  591.     {120, 100, 220, 410},
  592.     plainDBox,
  593.     visible,
  594.     noGoAway,
  595.     0x0,
  596.     1007,
  597.     ""
  598. };
  599.  
  600. resource 'DLOG' (1008, preload, purgeable) {
  601.     {30, 14, 250, 494},
  602.     dBoxProc,
  603.     visible,
  604.     noGoAway,
  605.     0x0,
  606.     1008,
  607.     ""
  608. };
  609.  
  610. resource 'DLOG' (1014, purgeable, preload) {
  611.     {34, 50, 306, 458},
  612.     dBoxProc,
  613.     visible,
  614.     noGoAway,
  615.     0x0,
  616.     1014,
  617.     ""
  618. };
  619.  
  620. resource 'DLOG' (1015) {
  621.     {0, 0, 184, 304},
  622.     dBoxProc,
  623.     invisible,
  624.     noGoAway,
  625.     0x0,
  626.     1015,
  627.     ""
  628. };
  629.  
  630. resource 'DLOG' (1016, purgeable, preload) {
  631.     {46, 94, 288, 370},
  632.     dBoxProc,
  633.     visible,
  634.     noGoAway,
  635.     0x0,
  636.     1016,
  637.     ""
  638. };
  639.  
  640. resource 'DLOG' (2001, preload, purgeable) {        /*JAO*/
  641.     {93, 70, 250, 381},                                /*JAO*/
  642.     dBoxProc,                                        /*JAO*/
  643.     visible,                                        /*JAO*/
  644.     noGoAway,                                        /*JAO*/
  645.     0x0,                                            /*JAO*/
  646.     2001,                                            /*JAO*/
  647.     ""                                                /*JAO*/
  648. };                                                    /*JAO*/
  649.  
  650. resource 'DLOG' (2002, preload, purgeable) {        /*JAO*/
  651.     {30, 70, 70, 300},                                /*JAO*/
  652.     dBoxProc,                                        /*JAO*/
  653.     visible,                                        /*JAO*/
  654.     noGoAway,                                        /*JAO*/
  655.     0x0,                                            /*JAO*/
  656.     2002,                                            /*JAO*/
  657.     ""                                                /*JAO*/
  658. };                                                    /*JAO*/
  659.  
  660. resource 'DLOG' (2003, preload, purgeable) {        /*JAO*/
  661.     {190, 70, 245, 346},                            /*JAO*/
  662.     dBoxProc,                                        /*JAO*/
  663.     visible,                                        /*JAO*/
  664.     noGoAway,                                        /*JAO*/
  665.     0x0,                                            /*JAO*/
  666.     2003,                                            /*JAO*/
  667.     ""                                                /*JAO*/
  668. };                                                    /*JAO*/
  669.  
  670. resource 'DLOG' (2004, preload, purgeable) {        /*JAO*/
  671.     {93, 70, 250, 381},                                /*JAO*/
  672.     dBoxProc,                                        /*JAO*/
  673.     visible,                                        /*JAO*/
  674.     noGoAway,                                        /*JAO*/
  675.     0x0,                                            /*JAO*/
  676.     2004,                                            /*JAO*/
  677.     ""                                                /*JAO*/
  678. };                                                    /*JAO*/
  679.  
  680. resource 'DLOG' (2005, preload, purgeable) {        /*JAO*/
  681.     {70, 100, 120, 300},                            /*JAO*/
  682.     dBoxProc,                                        /*JAO*/
  683.     visible,                                        /*JAO*/
  684.     noGoAway,                                        /*JAO*/
  685.     0x0,                                            /*JAO*/
  686.     2005,                                            /*JAO*/
  687.     ""                                                /*JAO*/
  688. };                                                    /*JAO*/
  689.  
  690. resource 'DLOG' (3998, preload, purgeable) {
  691.     {70, 77, 203, 360},
  692.     dBoxProc,
  693.     visible,
  694.     noGoAway,
  695.     0x0,
  696.     3998,
  697.     ""
  698. };
  699.  
  700. resource 'DLOG' (3999, preload, purgeable) {
  701.     {54, 68, 304, 418},
  702.     dBoxProc,
  703.     invisible,
  704.     noGoAway,
  705.     0x0,
  706.     3999,
  707.     ""
  708. };
  709.  
  710. resource 'DLOG' (4000, preload, purgeable) {
  711.     {60, 55, 315, 455},
  712.     dBoxProc,
  713.     invisible,
  714.     noGoAway,
  715.     0x0,
  716.     4000,
  717.     ""
  718. };
  719.  
  720. resource 'DITL' (230, purgeable, preload) {
  721.     {    /* array DITLarray: 24 elements */
  722.         /* [1] */
  723.         {168, 88, 200, 180},
  724.         Button {
  725.             enabled,
  726.             "Cancel File"
  727.         },
  728.         /* [2] */
  729.         {168, 224, 200, 316},
  730.         Button {
  731.             enabled,
  732.             "Cancel Group"
  733.         },
  734.         /* [3] */
  735.         {8, 8, 24, 76},
  736.         StaticText {
  737.             disabled,
  738.             "Receiving"
  739.         },
  740.         /* [4] */
  741.         {8, 80, 24, 272},
  742.         StaticText {
  743.             disabled,
  744.             ""
  745.         },
  746.         /* [5] */
  747.         {32, 56, 48, 76},
  748.         StaticText {
  749.             disabled,
  750.             "As"
  751.         },
  752.         /* [6] */
  753.         {32, 80, 48, 272},
  754.         StaticText {
  755.             disabled,
  756.             ""
  757.         },
  758.         /* [7] */
  759.         {56, 8, 73, 62},
  760.         StaticText {
  761.             disabled,
  762.             "KBytes:"
  763.         },
  764.         /* [8] */
  765.         {56, 63, 73, 126},
  766.         StaticText {
  767.             disabled,
  768.             ""
  769.         },
  770.         /* [9] */
  771.         {56, 144, 73, 204},
  772.         StaticText {
  773.             disabled,
  774.             "Packets:"
  775.         },
  776.         /* [10] */
  777.         {56, 205, 73, 261},
  778.         StaticText {
  779.             disabled,
  780.             ""
  781.         },
  782.         /* [11] */
  783.         {56, 288, 73, 343},
  784.         StaticText {
  785.             disabled,
  786.             "Retries:"
  787.         },
  788.         /* [12] */
  789.         {56, 344, 73, 391},
  790.         StaticText {
  791.             disabled,
  792.             ""
  793.         },
  794.         /* [13] */
  795.         {32, 288, 48, 408},
  796.         StaticText {
  797.             disabled,
  798.             ""
  799.         },
  800.         /* [14] */
  801.         {8, 288, 24, 408},
  802.         StaticText {
  803.             disabled,
  804.             ""
  805.         },
  806.         /* [15] */
  807.         {104, 40, 120, 368},
  808.         StaticText {
  809.             disabled,
  810.             ""
  811.         },
  812.         /* [16] */
  813.         {80, 144, 96, 229},
  814.         StaticText {
  815.             disabled,
  816.             "Packet size:"
  817.         },
  818.         /* [17] */
  819.         {80, 230, 96, 270},
  820.         StaticText {
  821.             disabled,
  822.             ""
  823.         },
  824.         /* [18] */
  825.         {80, 288, 96, 360},
  826.         StaticText {
  827.             disabled,
  828.             "Checksum:"
  829.         },
  830.         /* [19] */
  831.         {80, 361, 96, 381},
  832.         StaticText {
  833.             disabled,
  834.             ""
  835.         },
  836.         /* [20] */
  837.         {80, 8, 96, 99},
  838.         StaticText {
  839.             disabled,
  840.             "Window size:"
  841.         },
  842.         /* [21] */
  843.         {80, 100, 96, 121},
  844.         StaticText {
  845.             disabled,
  846.             ""
  847.         },
  848.         /* [22] */
  849.         {208, 40, 224, 368},
  850.         StaticText {
  851.             disabled,
  852.             "Emergency exit: hold down \0x11 and type a p"
  853.             "eriod."
  854.         },
  855.         /* [23] */
  856.         {124, 40, 140, 368},
  857.         StaticText {
  858.             disabled,
  859.             ""
  860.         },
  861.         /* [24] */
  862.         {144, 40, 160, 368},
  863.         StaticText {
  864.             disabled,
  865.             ""
  866.         }
  867.     }
  868. };
  869.  
  870.  
  871. /* About Kermit */
  872. resource 'DITL' (257, purgeable, preload) {
  873.     {    /* array DITLarray: 20 elements */
  874.         /* [1] */
  875.         {224, 360, 248, 448},
  876.         Button {
  877.             enabled,
  878.             "OK"
  879.         },
  880.         /* [2] */
  881.         {8, 16, 24, 464},
  882.         StaticText {
  883.             disabled,
  884.             ""
  885.         },
  886.         /* [3] */
  887.         {26, 56, 42, 464},
  888.         StaticText {
  889.             disabled,
  890.             ""
  891.         },
  892.         /* [4] */
  893.         {44, 56, 60, 464},
  894.         StaticText {
  895.             disabled,
  896.             "⌐1986╤1989 Columbia University, All Righ"
  897.             "ts Reserved"
  898.         },
  899.         /* [5] */
  900.         {26, 16, 58, 48},
  901.         Icon {
  902.             disabled,
  903.             1000
  904.         },
  905.         /* [6] */
  906.         {136, 16, 168, 48},
  907.         Icon {
  908.             disabled,
  909.             2000
  910.         },
  911.         /* [7] */
  912.         {136, 52, 168, 124},
  913.         StaticText {
  914.             disabled,
  915.             "Bill Catchings"
  916.         },
  917.         /* [8] */
  918.         {136, 260, 168, 292},
  919.         Icon {
  920.             disabled,
  921.             2001
  922.         },
  923.         /* [9] */
  924.         {136, 296, 168, 344},
  925.         StaticText {
  926.             disabled,
  927.             "Bill Schilit"
  928.         },
  929.         /* [10] */
  930.         {136, 148, 168, 180},
  931.         Icon {
  932.             disabled,
  933.             2002
  934.         },
  935.         /* [11] */
  936.         {136, 184, 168, 240},
  937.         StaticText {
  938.             disabled,
  939.             "Frank da Cruz"
  940.         },
  941.         /* [12] */
  942.         {136, 400, 168, 464},
  943.         StaticText {
  944.             disabled,
  945.             "Matthias Aebi"
  946.         },
  947.         /* [13] */
  948.         {136, 364, 168, 396},
  949.         Icon {
  950.             disabled,
  951.             2003
  952.         },
  953.         /* [14] */
  954.         {176, 16, 208, 48},
  955.         Icon {
  956.             disabled,
  957.             2004
  958.         },
  959.         /* [15] */
  960.         {176, 52, 208, 124},
  961.         StaticText {
  962.             disabled,
  963.             "Paul Placeway"
  964.         },
  965.         /* [16] */
  966.         {64, 16, 80, 464},
  967.         StaticText {
  968.             disabled,
  969.             "Permission is granted to any individual "
  970.             "or institution to use, copy,"
  971.         },
  972.         /* [17] */
  973.         {224, 16, 256, 337},
  974.         StaticText {
  975.             disabled,
  976.             "Please send bugs, comments, and question"
  977.             "s to: Info-Kermit@cunixc.cc.columbia.edu"
  978.         },
  979.         /* [18] */
  980.         {176, 152, 208, 240},
  981.         StaticText {
  982.             disabled,
  983.             "And many, many others"
  984.         },
  985.         /* [19] */
  986.         {80, 16, 96, 464},
  987.         StaticText {
  988.             disabled,
  989.             "or redistribute this software so long as"
  990.             " it is not sold for profit,"
  991.         },
  992.         /* [20] */
  993.         {96, 16, 128, 464},
  994.         StaticText {
  995.             disabled,
  996.             "provided this copyright notice is retain"
  997.             "ed.  ╥Kermit the Frog╙ used by permissio"
  998.             "n of Henson Associates, Inc."
  999.         }
  1000.     }
  1001. };
  1002.  
  1003. resource 'DITL' (1001, purgeable, preload) {
  1004.     {    /* array DITLarray: 31 elements */
  1005.         /* [1] */
  1006.         {216, 104, 236, 184},
  1007.         Button {
  1008.             enabled,
  1009.             "OK"
  1010.         },
  1011.         /* [2] */
  1012.         {216, 200, 236, 280},
  1013.         Button {
  1014.             enabled,
  1015.             "Cancel"
  1016.         },
  1017.         /* [3] */
  1018.         {0, 104, 16, 280},
  1019.         StaticText {
  1020.             disabled,
  1021.             "Communications Settings"
  1022.         },
  1023.         /* [4] */
  1024.         {24, 8, 40, 80},
  1025.         StaticText {
  1026.             disabled,
  1027.             "Baud Rate:"
  1028.         },
  1029.         /* [5] */
  1030.         {24, 96, 40, 152},
  1031.         RadioButton {
  1032.             enabled,
  1033.             "300"
  1034.         },
  1035.         /* [6] */
  1036.         {24, 168, 40, 224},
  1037.         RadioButton {
  1038.             enabled,
  1039.             "600"
  1040.         },
  1041.         /* [7] */
  1042.         {24, 240, 40, 296},
  1043.         RadioButton {
  1044.             enabled,
  1045.             "1200"
  1046.         },
  1047.         /* [8] */
  1048.         {24, 312, 40, 368},
  1049.         RadioButton {
  1050.             enabled,
  1051.             "1800"
  1052.         },
  1053.         /* [9] */
  1054.         {40, 96, 56, 152},
  1055.         RadioButton {
  1056.             enabled,
  1057.             "2400"
  1058.         },
  1059.         /* [10] */
  1060.         {40, 168, 56, 224},
  1061.         RadioButton {
  1062.             enabled,
  1063.             "3600"
  1064.         },
  1065.         /* [11] */
  1066.         {40, 240, 56, 296},
  1067.         RadioButton {
  1068.             enabled,
  1069.             "4800"
  1070.         },
  1071.         /* [12] */
  1072.         {40, 312, 56, 368},
  1073.         RadioButton {
  1074.             enabled,
  1075.             "7200"
  1076.         },
  1077.         /* [13] */
  1078.         {56, 96, 72, 152},
  1079.         RadioButton {
  1080.             enabled,
  1081.             "9600"
  1082.         },
  1083.         /* [14] */
  1084.         {56, 168, 72, 232},
  1085.         RadioButton {
  1086.             enabled,
  1087.             "14400"
  1088.         },
  1089.         /* [15] */
  1090.         {56, 240, 72, 304},
  1091.         RadioButton {
  1092.             enabled,
  1093.             "19200"
  1094.         },
  1095.         /* [16] */
  1096.         {56, 312, 72, 376},
  1097.         RadioButton {
  1098.             enabled,
  1099.             "28800"
  1100.         },
  1101.         /* [17] */
  1102.         {72, 96, 88, 160},
  1103.         RadioButton {
  1104.             enabled,
  1105.             "38400"
  1106.         },
  1107.         /* [18] */
  1108.         {72, 168, 88, 232},
  1109.         RadioButton {
  1110.             enabled,
  1111.             "57600"
  1112.         },
  1113.         /* [19] */
  1114.         {104, 8, 120, 88},
  1115.         StaticText {
  1116.             disabled,
  1117.             "Parity/Bits:"
  1118.         },
  1119.         /* [20] */
  1120.         {104, 272, 120, 352},
  1121.         RadioButton {
  1122.             enabled,
  1123.             "Mark/7"
  1124.         },
  1125.         /* [21] */
  1126.         {120, 272, 136, 360},
  1127.         RadioButton {
  1128.             enabled,
  1129.             "Space/7"
  1130.         },
  1131.         /* [22] */
  1132.         {104, 184, 120, 256},
  1133.         RadioButton {
  1134.             enabled,
  1135.             "Even/7"
  1136.         },
  1137.         /* [23] */
  1138.         {120, 184, 136, 256},
  1139.         RadioButton {
  1140.             enabled,
  1141.             "Odd/7"
  1142.         },
  1143.         /* [24] */
  1144.         {104, 96, 120, 168},
  1145.         RadioButton {
  1146.             enabled,
  1147.             "None/8"
  1148.         },
  1149.         /* [25] */
  1150.         {184, 184, 200, 360},
  1151.         CheckBox {
  1152.             enabled,
  1153.             "XOn/XOff flow control"
  1154.         },
  1155.         /* [26] */
  1156.         {152, 8, 168, 88},
  1157.         StaticText {
  1158.             disabled,
  1159.             "Serial Port:"
  1160.         },
  1161.         /* [27] */
  1162.         {152, 96, 168, 116},
  1163.         RadioButton {
  1164.             enabled,
  1165.             ""
  1166.         },
  1167.         /* [28] */
  1168.         {144, 116, 176, 148},
  1169.         Icon {
  1170.             enabled,
  1171.             3000
  1172.         },
  1173.         /* [29] */
  1174.         {152, 184, 168, 204},
  1175.         RadioButton {
  1176.             enabled,
  1177.             ""
  1178.         },
  1179.         /* [30] */
  1180.         {144, 204, 176, 236},
  1181.         Icon {
  1182.             enabled,
  1183.             3001
  1184.         },
  1185.         /* [31] */
  1186.         {184, 8, 200, 152},
  1187.         CheckBox {
  1188.             enabled,
  1189.             "Drop DTR on Quit"
  1190.         }
  1191.     }
  1192. };
  1193.  
  1194.  
  1195. resource 'DITL' (1002, preload, purgeable) {
  1196.     {    /* array DITLarray: 35 elements */
  1197.         /* [1] */
  1198.         {225, 320, 245, 390},
  1199.         Button {
  1200.             enabled,
  1201.             "OK"
  1202.         },
  1203.         /* [2] */
  1204.         {255, 320, 275, 390},
  1205.         Button {
  1206.             enabled,
  1207.             "Cancel"
  1208.         },
  1209.         /* [3] */
  1210.         {5, 5, 21, 182},
  1211.         StaticText {
  1212.             disabled,
  1213.             "Protocol Settings"
  1214.         },
  1215.         /* [4] */
  1216.         {35, 5, 50, 135},
  1217.         StaticText {
  1218.             disabled,
  1219.             "Block Check Type"
  1220.         },
  1221.         /* [5] */
  1222.         {35, 144, 50, 199},
  1223.         RadioButton {
  1224.             enabled,
  1225.             "1"
  1226.         },
  1227.         /* [6] */
  1228.         {35, 207, 50, 262},
  1229.         RadioButton {
  1230.             enabled,
  1231.             "2"
  1232.         },
  1233.         /* [7] */
  1234.         {35, 271, 50, 326},
  1235.         RadioButton {
  1236.             enabled,
  1237.             "3"
  1238.         },
  1239.         /* [8] */
  1240.         {57, 5, 72, 135},
  1241.         StaticText {
  1242.             disabled,
  1243.             "Handshake"
  1244.         },
  1245.         /* [9] */
  1246.         {57, 332, 72, 387},
  1247.         RadioButton {
  1248.             enabled,
  1249.             "Bell"
  1250.         },
  1251.         /* [10] */
  1252.         {57, 144, 72, 199},
  1253.         RadioButton {
  1254.             enabled,
  1255.             "CR"
  1256.         },
  1257.         /* [11] */
  1258.         {57, 271, 72, 326},
  1259.         RadioButton {
  1260.             enabled,
  1261.             "ESC"
  1262.         },
  1263.         /* [12] */
  1264.         {57, 207, 72, 262},
  1265.         RadioButton {
  1266.             enabled,
  1267.             "LF"
  1268.         },
  1269.         /* [13] */
  1270.         {79, 271, 94, 326},
  1271.         RadioButton {
  1272.             enabled,
  1273.             "None"
  1274.         },
  1275.         /* [14] */
  1276.         {79, 144, 94, 199},
  1277.         RadioButton {
  1278.             enabled,
  1279.             "XON"
  1280.         },
  1281.         /* [15] */
  1282.         {79, 207, 94, 261},
  1283.         RadioButton {
  1284.             enabled,
  1285.             "XOFF"
  1286.         },
  1287.         /* [16] */
  1288.         {114, 237, 146, 313},
  1289.         StaticText {
  1290.             disabled,
  1291.             "SEND (outbound)"
  1292.         },
  1293.         /* [17] */
  1294.         {113, 156, 146, 224},
  1295.         StaticText {
  1296.             disabled,
  1297.             "RECEIVE (inbound)"
  1298.         },
  1299.         /* [18] */
  1300.         {152, 11, 168, 148},
  1301.         StaticText {
  1302.             disabled,
  1303.             "Start of packet char"
  1304.         },
  1305.         /* [19] */
  1306.         {152, 180, 168, 200},
  1307.         EditText {
  1308.             enabled,
  1309.             ""
  1310.         },
  1311.         /* [20] */
  1312.         {173, 21, 189, 148},
  1313.         StaticText {
  1314.             disabled,
  1315.             "End of packet char"
  1316.         },
  1317.         /* [21] */
  1318.         {173, 180, 189, 200},
  1319.         EditText {
  1320.             enabled,
  1321.             ""
  1322.         },
  1323.         /* [22] */
  1324.         {195, 87, 212, 148},
  1325.         StaticText {
  1326.             disabled,
  1327.             "Pad char"
  1328.         },
  1329.         /* [23] */
  1330.         {194, 180, 210, 200},
  1331.         EditText {
  1332.             enabled,
  1333.             ""
  1334.         },
  1335.         /* [24] */
  1336.         {215, 92, 232, 148},
  1337.         StaticText {
  1338.             disabled,
  1339.             "Padding"
  1340.         },
  1341.         /* [25] */
  1342.         {215, 180, 231, 200},
  1343.         EditText {
  1344.             enabled,
  1345.             ""
  1346.         },
  1347.         /* [26] */
  1348.         {236, 11, 252, 148},
  1349.         StaticText {
  1350.             disabled,
  1351.             "Seconds for timeout "
  1352.         },
  1353.         /* [27] */
  1354.         {236, 180, 252, 200},
  1355.         EditText {
  1356.             enabled,
  1357.             ""
  1358.         },
  1359.         /* [28] */
  1360.         {258, 53, 274, 148},
  1361.         StaticText {
  1362.             disabled,
  1363.             "Packet length"
  1364.         },
  1365.         /* [29] */
  1366.         {257, 180, 273, 220},
  1367.         EditText {
  1368.             enabled,
  1369.             ""
  1370.         },
  1371.         /* [30] */
  1372.         {152, 260, 168, 280},
  1373.         EditText {
  1374.             enabled,
  1375.             ""
  1376.         },
  1377.         /* [31] */
  1378.         {173, 260, 189, 280},
  1379.         EditText {
  1380.             enabled,
  1381.             ""
  1382.         },
  1383.         /* [32] */
  1384.         {194, 260, 210, 280},
  1385.         EditText {
  1386.             enabled,
  1387.             ""
  1388.         },
  1389.         /* [33] */
  1390.         {215, 260, 231, 280},
  1391.         EditText {
  1392.             enabled,
  1393.             ""
  1394.         },
  1395.         /* [34] */
  1396.         {236, 260, 252, 280},
  1397.         EditText {
  1398.             enabled,
  1399.             ""
  1400.         },
  1401.         /* [35] */
  1402.         {257, 260, 273, 300},
  1403.         EditText {
  1404.             enabled,
  1405.             ""
  1406.         }
  1407.     }
  1408. };
  1409.  
  1410. resource 'DITL' (1003, preload, purgeable) {
  1411.     {    /* array DITLarray: 8 elements */
  1412.         /* [1] */
  1413.         {83, 100, 113, 185},
  1414.         Button {
  1415.             enabled,
  1416.             "Do It"
  1417.         },
  1418.         /* [2] */
  1419.         {83, 203, 113, 288},
  1420.         Button {
  1421.             enabled,
  1422.             "Cancel"
  1423.         },
  1424.         /* [3] */
  1425.         {5, 8, 21, 298},
  1426.         StaticText {
  1427.             disabled,
  1428.             "Remote command is ^0"
  1429.         },
  1430.         /* [4] */
  1431.         {31, 8, 47, 83},
  1432.         StaticText {
  1433.             disabled,
  1434.             "^1"
  1435.         },
  1436.         /* [5] */
  1437.         {31, 90, 47, 365},
  1438.         EditText {
  1439.             enabled,
  1440.             ""
  1441.         },
  1442.         /* [6] */
  1443.         {56, 8, 72, 83},
  1444.         StaticText {
  1445.             disabled,
  1446.             "^2"
  1447.         },
  1448.         /* [7] */
  1449.         {57, 90, 73, 365},
  1450.         EditText {
  1451.             enabled,
  1452.             ""
  1453.         },
  1454.         /* [8] */
  1455.         {120, 30, 136, 352},
  1456.         StaticText {
  1457.             disabled,
  1458.             "Emergency exit: hold down \0x11 and type a "
  1459.             "period."
  1460.         }
  1461.     }
  1462. };
  1463.  
  1464. resource 'DITL' (1004, purgeable, preload) {
  1465.     {    /* array DITLarray: 17 elements */
  1466.         /* [1] */
  1467.         {224, 72, 248, 152},
  1468.         Button {
  1469.             enabled,
  1470.             "OK"
  1471.         },
  1472.         /* [2] */
  1473.         {224, 184, 248, 264},
  1474.         Button {
  1475.             enabled,
  1476.             "Cancel"
  1477.         },
  1478.         /* [3] */
  1479.         {8, 8, 24, 96},
  1480.         StaticText {
  1481.             disabled,
  1482.             "File Settings:"
  1483.         },
  1484.         /* [4] */
  1485.         {32, 8, 48, 320},
  1486.         RadioButton {
  1487.             enabled,
  1488.             "Attended: dialog on each file received."
  1489.         },
  1490.         /* [5] */
  1491.         {56, 8, 72, 328},
  1492.         RadioButton {
  1493.             enabled,
  1494.             "Unattended: with the following defaults."
  1495.             ".."
  1496.         },
  1497.         /* [6] */
  1498.         {80, 24, 96, 336},
  1499.         RadioButton {
  1500.             enabled,
  1501.             "Supersede existing files of the same nam"
  1502.             "e."
  1503.         },
  1504.         /* [7] */
  1505.         {96, 24, 112, 320},
  1506.         RadioButton {
  1507.             enabled,
  1508.             "Create new file names to avoid conflicts"
  1509.             "."
  1510.         },
  1511.         /* [8] */
  1512.         {144, 24, 160, 72},
  1513.         StaticText {
  1514.             disabled,
  1515.             "Mode:"
  1516.         },
  1517.         /* [9] */
  1518.         {144, 176, 160, 216},
  1519.         StaticText {
  1520.             disabled,
  1521.             "Fork:"
  1522.         },
  1523.         /* [10] */
  1524.         {48, 410, 56, 426},
  1525.         StaticText {
  1526.             disabled,
  1527.             "-"
  1528.         },
  1529.         /* [11] */
  1530.         {144, 224, 160, 288},
  1531.         RadioButton {
  1532.             enabled,
  1533.             "Data"
  1534.         },
  1535.         /* [12] */
  1536.         {160, 224, 176, 312},
  1537.         RadioButton {
  1538.             enabled,
  1539.             "Resource"
  1540.         },
  1541.         /* [13] */
  1542.         {144, 80, 160, 136},
  1543.         RadioButton {
  1544.             enabled,
  1545.             "Text"
  1546.         },
  1547.         /* [14] */
  1548.         {160, 80, 176, 144},
  1549.         RadioButton {
  1550.             enabled,
  1551.             "Binary"
  1552.         },
  1553.         /* [15] */
  1554.         {176, 80, 192, 176},
  1555.         RadioButton {
  1556.             enabled,
  1557.             "MacBinary"
  1558.         },
  1559.         /* [16] */
  1560.         {120, 24, 136, 232},
  1561.         CheckBox {
  1562.             enabled,
  1563.             "Keep partially received files"
  1564.         },
  1565.         /* [17] */
  1566.         {200, 8, 216, 304},
  1567.         CheckBox {
  1568.             enabled,
  1569.             "Use above defaults for sending too"
  1570.         }
  1571.     }
  1572. };
  1573.  
  1574.  
  1575. /* PWP was here╔ (many times) */
  1576. resource 'DITL' (1005, purgeable, preload) {
  1577.     {    /* array DITLarray: 18 elements */
  1578.         /* [1] */
  1579.         {216, 304, 240, 384},
  1580.         Button {
  1581.             enabled,
  1582.             "OK"
  1583.         },
  1584.         /* [2] */
  1585.         {216, 208, 240, 288},
  1586.         Button {
  1587.             enabled,
  1588.             "Cancel"
  1589.         },
  1590.         /* [3] */
  1591.         {8, 128, 24, 256},
  1592.         StaticText {
  1593.             disabled,
  1594.             "Terminal Settings:"
  1595.         },
  1596.         /* [4] */
  1597.         {64, 24, 80, 168},
  1598.         CheckBox {
  1599.             enabled,
  1600.             "Auto Wrap around"
  1601.         },
  1602.         /* [5] */
  1603.         {88, 24, 104, 160},
  1604.         CheckBox {
  1605.             enabled,
  1606.             "Auto Repeat Keys"
  1607.         },
  1608.         /* [6] */
  1609.         {160, 24, 176, 152},
  1610.         CheckBox {
  1611.             enabled,
  1612.             "Inverted Screen"
  1613.         },
  1614.         /* [7] */
  1615.         {112, 208, 128, 344},
  1616.         CheckBox {
  1617.             enabled,
  1618.             "Smooth Scrolling"
  1619.         },
  1620.         /* [8] */
  1621.         {40, 24, 56, 152},
  1622.         CheckBox {
  1623.             enabled,
  1624.             "Auto LF with CR"
  1625.         },
  1626.         /* [9] */
  1627.         {64, 208, 80, 304},
  1628.         CheckBox {
  1629.             enabled,
  1630.             "Local Echo"
  1631.         },
  1632.         /* [10] */
  1633.         {136, 208, 152, 380},
  1634.         CheckBox {
  1635.             enabled,
  1636.             "Symbolic Control Chars"
  1637.         },
  1638.         /* [11] */
  1639.         {112, 24, 128, 128},
  1640.         CheckBox {
  1641.             enabled,
  1642.             "Block Cursor"
  1643.         },
  1644.         /* [12] */
  1645.         {88, 208, 104, 368},
  1646.         CheckBox {
  1647.             enabled,
  1648.             "Mouse -> Arrow Keys"
  1649.         },
  1650.         /* [13] */
  1651.         {160, 208, 176, 304},
  1652.         CheckBox {
  1653.             enabled,
  1654.             "Visible Bell"
  1655.         },
  1656.         /* [14] */
  1657.         {184, 24, 200, 304},
  1658.         CheckBox {
  1659.             enabled,
  1660.             "Accept Eight Bit Characters"
  1661.         },
  1662.         /* [15] */
  1663.         {136, 24, 152, 144},
  1664.         CheckBox {
  1665.             enabled,
  1666.             "Blinking Cursor"
  1667.         },
  1668.         /* [16] */
  1669.         {216, 24, 240, 136},
  1670.         Button {
  1671.             enabled,
  1672.             "Reset Terminal"
  1673.         },
  1674.         /* [17] */
  1675.         {40, 200, 56, 220},
  1676.         EditText {
  1677.             enabled,
  1678.             "00"
  1679.         },
  1680.         /* [18] */
  1681.         {40, 225, 56, 377},
  1682.         StaticText {
  1683.             disabled,
  1684.             "Lines on the screen"
  1685.         }
  1686.     }
  1687. };
  1688.  
  1689.  
  1690.  
  1691. resource 'DITL' (1006, preload, purgeable) {
  1692.     {    /* array DITLarray: 3 elements */
  1693.         /* [1] */
  1694.         {115, 235, 135, 315},
  1695.         Button {
  1696.             enabled,
  1697.             "OK"
  1698.         },
  1699.         /* [2] */
  1700.         {0, 0, 0, 0},
  1701.         UserItem {
  1702.             disabled
  1703.         },
  1704.         /* [3] */
  1705.         {20, 15, 35, 345},
  1706.         StaticText {
  1707.             enabled,
  1708.             ""
  1709.         }
  1710.     }
  1711. };
  1712.  
  1713. resource 'DITL' (1007, preload, purgeable) {
  1714.     {    /* array DITLarray: 4 elements */
  1715.         /* [1] */
  1716.         {65, 210, 85, 290},
  1717.         Button {
  1718.             enabled,
  1719.             "OK"
  1720.         },
  1721.         /* [2] */
  1722.         {65, 20, 85, 100},
  1723.         Button {
  1724.             enabled,
  1725.             "Cancel"
  1726.         },
  1727.         /* [3] */
  1728.         {15, 15, 50, 295},
  1729.         EditText {
  1730.             enabled,
  1731.             ""
  1732.         },
  1733.         /* [4] */
  1734.         {65, 115, 85, 195},
  1735.         Button {
  1736.             enabled,
  1737.             "Help"
  1738.         }
  1739.     }
  1740. };
  1741.  
  1742. resource 'DITL' (1008, preload, purgeable) {
  1743.     {    /* array DITLarray: 51 elements */
  1744.         /* [1] */
  1745.         {184, 296, 208, 360},
  1746.         Button {
  1747.             enabled,
  1748.             "OK"
  1749.         },
  1750.         /* [2] */
  1751.         {184, 112, 208, 184},
  1752.         Button {
  1753.             enabled,
  1754.             "Cancel"
  1755.         },
  1756.         /* [3] */
  1757.         {72, 320, 88, 340},
  1758.         CheckBox {
  1759.             enabled,
  1760.             ""
  1761.         },
  1762.         /* [4] */
  1763.         {72, 288, 88, 308},
  1764.         CheckBox {
  1765.             enabled,
  1766.             ""
  1767.         },
  1768.         /* [5] */
  1769.         {72, 256, 88, 276},
  1770.         CheckBox {
  1771.             enabled,
  1772.             ""
  1773.         },
  1774.         /* [6] */
  1775.         {72, 200, 88, 220},
  1776.         CheckBox {
  1777.             enabled,
  1778.             ""
  1779.         },
  1780.         /* [7] */
  1781.         {72, 144, 88, 164},
  1782.         CheckBox {
  1783.             enabled,
  1784.             ""
  1785.         },
  1786.         /* [8] */
  1787.         {72, 112, 88, 132},
  1788.         CheckBox {
  1789.             enabled,
  1790.             ""
  1791.         },
  1792.         /* [9] */
  1793.         {72, 80, 88, 100},
  1794.         CheckBox {
  1795.             enabled,
  1796.             ""
  1797.         },
  1798.         /* [10] */
  1799.         {72, 48, 88, 68},
  1800.         CheckBox {
  1801.             enabled,
  1802.             ""
  1803.         },
  1804.         /* [11] */
  1805.         {72, 16, 88, 36},
  1806.         CheckBox {
  1807.             enabled,
  1808.             ""
  1809.         },
  1810.         /* [12] */
  1811.         {96, 320, 112, 340},
  1812.         CheckBox {
  1813.             enabled,
  1814.             ""
  1815.         },
  1816.         /* [13] */
  1817.         {96, 288, 112, 308},
  1818.         CheckBox {
  1819.             enabled,
  1820.             ""
  1821.         },
  1822.         /* [14] */
  1823.         {96, 256, 112, 276},
  1824.         CheckBox {
  1825.             enabled,
  1826.             ""
  1827.         },
  1828.         /* [15] */
  1829.         {96, 200, 112, 220},
  1830.         CheckBox {
  1831.             enabled,
  1832.             ""
  1833.         },
  1834.         /* [16] */
  1835.         {96, 144, 112, 164},
  1836.         CheckBox {
  1837.             enabled,
  1838.             ""
  1839.         },
  1840.         /* [17] */
  1841.         {96, 112, 112, 132},
  1842.         CheckBox {
  1843.             enabled,
  1844.             ""
  1845.         },
  1846.         /* [18] */
  1847.         {96, 80, 112, 100},
  1848.         CheckBox {
  1849.             enabled,
  1850.             ""
  1851.         },
  1852.         /* [19] */
  1853.         {96, 48, 112, 68},
  1854.         CheckBox {
  1855.             enabled,
  1856.             ""
  1857.         },
  1858.         /* [20] */
  1859.         {96, 16, 112, 36},
  1860.         CheckBox {
  1861.             enabled,
  1862.             ""
  1863.         },
  1864.         /* [21] */
  1865.         {120, 320, 136, 340},
  1866.         CheckBox {
  1867.             enabled,
  1868.             ""
  1869.         },
  1870.         /* [22] */
  1871.         {120, 288, 136, 308},
  1872.         CheckBox {
  1873.             enabled,
  1874.             ""
  1875.         },
  1876.         /* [23] */
  1877.         {120, 256, 136, 276},
  1878.         CheckBox {
  1879.             enabled,
  1880.             ""
  1881.         },
  1882.         /* [24] */
  1883.         {120, 200, 136, 220},
  1884.         CheckBox {
  1885.             enabled,
  1886.             ""
  1887.         },
  1888.         /* [25] */
  1889.         {120, 144, 136, 164},
  1890.         CheckBox {
  1891.             enabled,
  1892.             ""
  1893.         },
  1894.         /* [26] */
  1895.         {120, 112, 136, 132},
  1896.         CheckBox {
  1897.             enabled,
  1898.             ""
  1899.         },
  1900.         /* [27] */
  1901.         {120, 80, 136, 100},
  1902.         CheckBox {
  1903.             enabled,
  1904.             ""
  1905.         },
  1906.         /* [28] */
  1907.         {120, 48, 136, 68},
  1908.         CheckBox {
  1909.             enabled,
  1910.             ""
  1911.         },
  1912.         /* [29] */
  1913.         {120, 16, 136, 36},
  1914.         CheckBox {
  1915.             enabled,
  1916.             ""
  1917.         },
  1918.         /* [30] */
  1919.         {144, 320, 160, 340},
  1920.         CheckBox {
  1921.             enabled,
  1922.             ""
  1923.         },
  1924.         /* [31] */
  1925.         {144, 288, 160, 308},
  1926.         CheckBox {
  1927.             enabled,
  1928.             ""
  1929.         },
  1930.         /* [32] */
  1931.         {144, 256, 160, 276},
  1932.         CheckBox {
  1933.             enabled,
  1934.             ""
  1935.         },
  1936.         /* [33] */
  1937.         {144, 200, 160, 220},
  1938.         CheckBox {
  1939.             enabled,
  1940.             ""
  1941.         },
  1942.         /* [34] */
  1943.         {144, 144, 160, 164},
  1944.         CheckBox {
  1945.             enabled,
  1946.             ""
  1947.         },
  1948.         /* [35] */
  1949.         {144, 112, 160, 132},
  1950.         CheckBox {
  1951.             enabled,
  1952.             ""
  1953.         },
  1954.         /* [36] */
  1955.         {144, 80, 160, 100},
  1956.         CheckBox {
  1957.             enabled,
  1958.             ""
  1959.         },
  1960.         /* [37] */
  1961.         {144, 48, 160, 68},
  1962.         CheckBox {
  1963.             enabled,
  1964.             ""
  1965.         },
  1966.         /* [38] */
  1967.         {144, 16, 160, 40},
  1968.         CheckBox {
  1969.             enabled,
  1970.             ""
  1971.         },
  1972.         /* [39] */
  1973.         {72, 352, 88, 464},
  1974.         EditText {
  1975.             enabled,
  1976.             ""
  1977.         },
  1978.         /* [40] */
  1979.         {96, 352, 112, 464},
  1980.         EditText {
  1981.             enabled,
  1982.             ""
  1983.         },
  1984.         /* [41] */
  1985.         {120, 352, 136, 464},
  1986.         EditText {
  1987.             enabled,
  1988.             ""
  1989.         },
  1990.         /* [42] */
  1991.         {144, 352, 160, 464},
  1992.         EditText {
  1993.             enabled,
  1994.             ""
  1995.         },
  1996.         /* [43] */
  1997.         {64, 8, 65, 176},
  1998.         UserItem {
  1999.             enabled
  2000.         },
  2001.         /* [44] */
  2002.         {64, 176, 168, 177},
  2003.         UserItem {
  2004.             enabled
  2005.         },
  2006.         /* [45] */
  2007.         {64, 176, 65, 466},
  2008.         UserItem {
  2009.             enabled
  2010.         },
  2011.         /* [46] */
  2012.         {168, 8, 169, 466},
  2013.         UserItem {
  2014.             enabled
  2015.         },
  2016.         /* [47] */
  2017.         {40, 8, 56, 162},
  2018.         StaticText {
  2019.             enabled,
  2020.             "Ctrl  Opt  Lock  Shift  \0x11"
  2021.         },
  2022.         /* [48] */
  2023.         {40, 176, 56, 456},
  2024.         StaticText {
  2025.             enabled,
  2026.             "Unmodify  Caps  Ctrl  Meta  Prefix strin"
  2027.             "g:"
  2028.         },
  2029.         /* [49] */
  2030.         {16, 8, 32, 160},
  2031.         StaticText {
  2032.             disabled,
  2033.             "Modifier Pattern:   -->"
  2034.         },
  2035.         /* [50] */
  2036.         {16, 176, 32, 472},
  2037.         StaticText {
  2038.             disabled,
  2039.             "Modification:  (default is modified as t"
  2040.             "yped)"
  2041.         },
  2042.         /* [51] */
  2043.         {184, 208, 208, 272},
  2044.         Button {
  2045.             enabled,
  2046.             "Help"
  2047.         }
  2048.     }
  2049. };
  2050.  
  2051. resource 'DITL' (1009, preload, purgeable) {
  2052.     {    /* array DITLarray: 3 elements */
  2053.         /* [1] */
  2054.         {220, 165, 240, 245},
  2055.         Button {
  2056.             enabled,
  2057.             "OK"
  2058.         },
  2059.         /* [2] */
  2060.         {10, 5, 105, 405},
  2061.         StaticText {
  2062.             disabled,
  2063.             "Enter the string to be sent to the line "
  2064.             "into the edit box and click on OK.\n\nTo d"
  2065.             "efine unprintable characters like ESC, B"
  2066.             "ell, BS, DEL, ╔ enter a \\ followed by th"
  2067.             "e octal representation of the ASCII ch"
  2068.             "aracter desired.  To enter a \\ just double it."
  2069.         },
  2070.         /* [3] */
  2071.         {110, 5, 210, 405},
  2072.         StaticText {
  2073.             disabled,
  2074.             "Examples:  BS: \\10   LF: \\12   CR: \\15   "
  2075.             "ESC: \\33   DEL: \\177\n\nYou cannot combine "
  2076.             "both characters and breaks in a single key macro.  "
  2077.             "For a short break "
  2078.             "enter \\break or \\shortbreak and for a "
  2079.             "long break enter \\longbreak\n"
  2080.         }
  2081.     }
  2082. };
  2083.  
  2084. resource 'DITL' (1010, preload, purgeable) {
  2085.     {    /* array DITLarray: 2 elements */
  2086.         /* [1] */
  2087.         {65, 20, 94, 63},
  2088.         Button {
  2089.             enabled,
  2090.             "OK"
  2091.         },
  2092.         /* [2] */
  2093.         {12, 72, 94, 236},
  2094.         StaticText {
  2095.             disabled,
  2096.             "^0 ^1 ^2^3"
  2097.         }
  2098.     }
  2099. };
  2100.  
  2101. #ifdef DEBUG
  2102. resource 'DITL' (1011, preload, purgeable) {
  2103.     {    /* array DITLarray: 2 elements */
  2104.         /* [1] */
  2105.         {90, 13, 110, 83},
  2106.         Button {
  2107.             enabled,
  2108.             "OK"
  2109.         },
  2110.         /* [2] */
  2111.         {10, 60, 70, 350},
  2112.         StaticText {
  2113.             disabled,
  2114.             "Debug: ^0 ^1 ^2 ^3"
  2115.         }
  2116.     }
  2117. };
  2118. #endif
  2119.  
  2120. resource 'DITL' (1012, preload, purgeable) {
  2121.     {    /* array DITLarray: 3 elements */
  2122.         /* [1] */
  2123.         {63, 75, 83, 125},
  2124.         Button {
  2125.             enabled,
  2126.             "OK"
  2127.         },
  2128.         /* [2] */
  2129.         {63, 154, 83, 204},
  2130.         Button {
  2131.             enabled,
  2132.             "Cancel"
  2133.         },
  2134.         /* [3] */
  2135.         {10, 75, 46, 216},
  2136.         StaticText {
  2137.             disabled,
  2138.             "Emergency Exit?"
  2139.         }
  2140.     }
  2141. };
  2142.  
  2143. resource 'DITL' (1013, preload, purgeable) {
  2144.     {    /* array DITLarray: 7 elements */
  2145.         /* [1] */
  2146.         {251, 192, 275, 272},
  2147.         Button {
  2148.             enabled,
  2149.             "OK"
  2150.         },
  2151.         /* [2] */
  2152.         {8, 8, 72, 472},
  2153.         StaticText {
  2154.             disabled,
  2155.             "For each row, the left side is a pattern"
  2156.             " of modifier keys to match, and the righ"
  2157.             "t side is what to do to the character wh"
  2158.             "en that pattern is used to produce it.  "
  2159.             "The modifier keys are Control, Option, C"
  2160.             "aps Lock, Shift, and Command (\0x11). "
  2161.         },
  2162.         /* [3] */
  2163.         {184, 8, 200, 472},
  2164.         StaticText {
  2165.             disabled,
  2166.             "Meta means set the 8th (high or parity) "
  2167.             "bit of this character."
  2168.         },
  2169.         /* [4] */
  2170.         {80, 8, 112, 472},
  2171.         StaticText {
  2172.             disabled,
  2173.             "Unmodify means use the code that would h"
  2174.             "ave been produced if the same key were t"
  2175.             "yped without holding down any modifier k"
  2176.             "eys. "
  2177.         },
  2178.         /* [5] */
  2179.         {120, 8, 136, 472},
  2180.         StaticText {
  2181.             disabled,
  2182.             "Caps means pretend that the Caps Lock ke"
  2183.             "y was down."
  2184.         },
  2185.         /* [6] */
  2186.         {144, 8, 176, 472},
  2187.         StaticText {
  2188.             disabled,
  2189.             "Ctrl means make this letter into the con"
  2190.             "trol character of the same name (actuall"
  2191.             "y: use only the low 5 bits)."
  2192.         },
  2193.         /* [7] */
  2194.         {208, 8, 240, 472},
  2195.         StaticText {
  2196.             disabled,
  2197.             "If anything is entered as the Prefix str"
  2198.             "ing, it will be sent before the modified"
  2199.             " key."
  2200.         }
  2201.     }
  2202. };
  2203.  
  2204. resource 'DITL' (1014, purgeable, preload) {
  2205.     {    /* array DITLarray: 29 elements */
  2206.         /* [1] */
  2207.         {240, 304, 264, 384},
  2208.         Button {
  2209.             enabled,
  2210.             "OK"
  2211.         },
  2212.         /* [2] */
  2213.         {240, 208, 264, 288},
  2214.         Button {
  2215.             enabled,
  2216.             "Cancel"
  2217.         },
  2218.         /* [3] */
  2219.         {8, 104, 24, 280},
  2220.         StaticText {
  2221.             disabled,
  2222.             "Terminal Character Sets:"
  2223.         },
  2224.         /* [4] */
  2225.         {56, 8, 72, 168},
  2226.         RadioButton {
  2227.             enabled,
  2228.             "USA National (ASCII)"
  2229.         },
  2230.         /* [5] */
  2231.         {72, 8, 88, 168},
  2232.         RadioButton {
  2233.             enabled,
  2234.             "UK National"
  2235.         },
  2236.         /* [6] */
  2237.         {88, 8, 104, 168},
  2238.         RadioButton {
  2239.             enabled,
  2240.             "Dutch National"
  2241.         },
  2242.         /* [7] */
  2243.         {104, 8, 120, 168},
  2244.         RadioButton {
  2245.             enabled,
  2246.             "Finnish National"
  2247.         },
  2248.         /* [8] */
  2249.         {120, 8, 136, 168},
  2250.         RadioButton {
  2251.             enabled,
  2252.             "French National"
  2253.         },
  2254.         /* [9] */
  2255.         {136, 8, 152, 200},
  2256.         RadioButton {
  2257.             enabled,
  2258.             "French Canadian National"
  2259.         },
  2260.         /* [10] */
  2261.         {152, 8, 168, 168},
  2262.         RadioButton {
  2263.             enabled,
  2264.             "German National"
  2265.         },
  2266.         /* [11] */
  2267.         {168, 8, 184, 168},
  2268.         RadioButton {
  2269.             enabled,
  2270.             "Italian National"
  2271.         },
  2272.         /* [12] */
  2273.         {184, 8, 200, 192},
  2274.         RadioButton {
  2275.             enabled,
  2276.             "Norwegian/Danish Nat."
  2277.         },
  2278.         /* [13] */
  2279.         {200, 8, 216, 168},
  2280.         RadioButton {
  2281.             enabled,
  2282.             "Portuguese National"
  2283.         },
  2284.         /* [14] */
  2285.         {216, 8, 232, 168},
  2286.         RadioButton {
  2287.             enabled,
  2288.             "Spanish National"
  2289.         },
  2290.         /* [15] */
  2291.         {232, 8, 248, 168},
  2292.         RadioButton {
  2293.             enabled,
  2294.             "Swedish National"
  2295.         },
  2296.         /* [16] */
  2297.         {248, 8, 264, 168},
  2298.         RadioButton {
  2299.             enabled,
  2300.             "Swiss National"
  2301.         },
  2302.         /* [17] */
  2303.         {88, 208, 104, 376},
  2304.         RadioButton {
  2305.             enabled,
  2306.             "ISO Latin 1 (Western)"
  2307.         },
  2308.         /* [18] */
  2309.         {104, 208, 120, 368},
  2310.         RadioButton {
  2311.             disabled,
  2312.             "ISO Latin 2 (Eastern)"
  2313.         },
  2314.         /* [19] */
  2315.         {120, 208, 136, 376},
  2316.         RadioButton {
  2317.             disabled,
  2318.             "ISO Latin 3 (Romance)"
  2319.         },
  2320.         /* [20] */
  2321.         {136, 208, 152, 400},
  2322.         RadioButton {
  2323.             disabled,
  2324.             "ISO Latin 4 (Scandinavian)"
  2325.         },
  2326.         /* [21] */
  2327.         {152, 208, 168, 368},
  2328.         RadioButton {
  2329.             disabled,
  2330.             "ISO Latin/Cyrillic"
  2331.         },
  2332.         /* [22] */
  2333.         {168, 208, 184, 368},
  2334.         RadioButton {
  2335.             disabled,
  2336.             "ISO Latin/Arabic"
  2337.         },
  2338.         /* [23] */
  2339.         {184, 208, 200, 368},
  2340.         RadioButton {
  2341.             disabled,
  2342.             "ISO Latin/Greek"
  2343.         },
  2344.         /* [24] */
  2345.         {200, 208, 216, 368},
  2346.         RadioButton {
  2347.             disabled,
  2348.             "ISO Latin/Hebrew"
  2349.         },
  2350.         /* [25] */
  2351.         {216, 208, 232, 368},
  2352.         RadioButton {
  2353.             disabled,
  2354.             "ISO Latin 5 (Turkish)"
  2355.         },
  2356.         /* [26] */
  2357.         {56, 208, 72, 368},
  2358.         RadioButton {
  2359.             enabled,
  2360.             "DEC Graphics"
  2361.         },
  2362.         /* [27] */
  2363.         {72, 208, 88, 368},
  2364.         RadioButton {
  2365.             enabled,
  2366.             "DEC Technical"
  2367.         },
  2368.         /* [28] */
  2369.         {32, 8, 48, 176},
  2370.         StaticText {
  2371.             disabled,
  2372.             "G0 (normal characters):"
  2373.         },
  2374.         /* [29] */
  2375.         {32, 208, 48, 360},
  2376.         StaticText {
  2377.             disabled,
  2378.             "G1 (8 bit characters):"
  2379.         }
  2380.     }
  2381. };
  2382.  
  2383.  
  2384. resource 'DITL' (1015) {
  2385.     {    /* array DITLarray: 8 elements */
  2386.         /* [1] */
  2387.         {132, 218, 150, 288},
  2388.         Button {
  2389.             enabled,
  2390.             "Set"
  2391.         },
  2392.         /* [2] */
  2393.         {158, 218, 176, 288},
  2394.         Button {
  2395.             enabled,
  2396.             "Cancel"
  2397.         },
  2398.         /* [3] */
  2399.         {10, 15, 26, 198},
  2400.         StaticText {
  2401.             disabled,
  2402.             "Select Default Directory"
  2403.         },
  2404.         /* [4] */
  2405.         {29, 198, 49, 302},
  2406.         UserItem {
  2407.             disabled
  2408.         },
  2409.         /* [5] */
  2410.         {56, 218, 74, 288},
  2411.         Button {
  2412.             enabled,
  2413.             "Eject"
  2414.         },
  2415.         /* [6] */
  2416.         {82, 218, 100, 288},
  2417.         Button {
  2418.             enabled,
  2419.             "Drive"
  2420.         },
  2421.         /* [7] */
  2422.         {0, 1500, 50, 1550},
  2423.         EditText {
  2424.             enabled,
  2425.             ""
  2426.         },
  2427.         /* [8] */
  2428.         {59, 14, 157, 197},
  2429.         UserItem {
  2430.             disabled
  2431.         }
  2432.     }
  2433. };
  2434.  
  2435. resource 'DITL' (1016, purgeable, preload) {
  2436.     {    /* array DITLarray: 14 elements */
  2437.         /* [1] */
  2438.         {208, 104, 232, 168},
  2439.         Button {
  2440.             enabled,
  2441.             "OK"
  2442.         },
  2443.         /* [2] */
  2444.         {16, 56, 32, 216},
  2445.         StaticText {
  2446.             disabled,
  2447.             "File Transfer Statistics"
  2448.         },
  2449.         /* [3] */
  2450.         {48, 50, 64, 170},
  2451.         StaticText {
  2452.             disabled,
  2453.             "Transaction time:"
  2454.         },
  2455.         /* [4] */
  2456.         {72, 24, 88, 168},
  2457.         StaticText {
  2458.             disabled,
  2459.             "Characters from line:"
  2460.         },
  2461.         /* [5] */
  2462.         {96, 42, 112, 170},
  2463.         StaticText {
  2464.             disabled,
  2465.             "Characters to line:"
  2466.         },
  2467.         /* [6] */
  2468.         {120, 25, 136, 169},
  2469.         StaticText {
  2470.             disabled,
  2471.             "Effective characters:"
  2472.         },
  2473.         /* [7] */
  2474.         {144, 32, 160, 168},
  2475.         StaticText {
  2476.             disabled,
  2477.             "Effective baud rate:"
  2478.         },
  2479.         /* [8] */
  2480.         {48, 184, 64, 248},
  2481.         StaticText {
  2482.             disabled,
  2483.             ""
  2484.         },
  2485.         /* [9] */
  2486.         {72, 184, 88, 248},
  2487.         StaticText {
  2488.             disabled,
  2489.             ""
  2490.         },
  2491.         /* [10] */
  2492.         {96, 184, 112, 248},
  2493.         StaticText {
  2494.             disabled,
  2495.             ""
  2496.         },
  2497.         /* [11] */
  2498.         {120, 184, 136, 248},
  2499.         StaticText {
  2500.             disabled,
  2501.             ""
  2502.         },
  2503.         /* [12] */
  2504.         {144, 184, 160, 248},
  2505.         StaticText {
  2506.             disabled,
  2507.             ""
  2508.         },
  2509.         /* [13] */
  2510.         {168, 95, 184, 167},
  2511.         StaticText {
  2512.             disabled,
  2513.             "Efficiency:"
  2514.         },
  2515.         /* [14] */
  2516.         {168, 184, 184, 248},
  2517.         StaticText {
  2518.             disabled,
  2519.             ""
  2520.         }
  2521.     }
  2522. };
  2523.  
  2524. resource 'DITL' (2001, preload, purgeable) {    /*JAO*/
  2525.     {    /* array DITLarray: 5 elements */        /*JAO*/
  2526.         /* [1] */                                /*JAO*/
  2527.         {120, 216, 144, 296},                    /*JAO*/
  2528.         Button {                                /*JAO*/
  2529.             enabled,                            /*JAO*/
  2530.             "OK"                                /*JAO*/
  2531.         },                                        /*JAO*/
  2532.         /* [2] */                                /*JAO*/
  2533.         {88, 34, 104, 227},                        /*JAO*/
  2534.         StaticText {                            /*JAO*/
  2535.             enabled,                            /*JAO*/
  2536.             "Characters Lost: ^0"                /*JAO*/
  2537.         },                                        /*JAO*/
  2538.         /* [3] */                                /*JAO*/
  2539.         {65, 34, 81, 258},                        /*JAO*/
  2540.         StaticText {                            /*JAO*/
  2541.             enabled,                            /*JAO*/
  2542.             "Characters Buffered: ^1"            /*JAO*/
  2543.         },                                        /*JAO*/
  2544.         /* [4] */                                /*JAO*/
  2545.         {40, 34, 56, 202},                        /*JAO*/
  2546.         StaticText {                            /*JAO*/
  2547.             enabled,                            /*JAO*/
  2548.             "Buffer Size: ^2"                    /*JAO*/
  2549.         },                                        /*JAO*/
  2550.         /* [5] */                                /*JAO*/
  2551.         {8, 8, 24, 127},                        /*JAO*/
  2552.         StaticText {                            /*JAO*/
  2553.             enabled,                            /*JAO*/
  2554.             "Status╔"                            /*JAO*/
  2555.         }                                        /*JAO*/
  2556.     }                                            /*JAO*/
  2557. };                                                /*JAO*/
  2558.  
  2559. resource 'DITL' (2002, preload, purgeable) {    /*JAO*/
  2560.     {    /* array DITLarray: 1 element */        /*JAO*/
  2561.         /* [1] */                                /*JAO*/
  2562.         {10, 15, 500, 500},                        /*JAO*/
  2563.         StaticText {                            /*JAO*/
  2564.             enabled,                            /*JAO*/
  2565.             "Capturing text to be printed"        /*JAO*/
  2566.         },                                        /*JAO*/
  2567.     }                                            /*JAO*/
  2568. };                                                /*JAO*/
  2569.  
  2570.  
  2571. resource 'DITL' (2003, preload, purgeable) {    /*JAO*/
  2572.     {    /* array DITLarray: 1 element */        /*JAO*/
  2573.         /* [1] */                                /*JAO*/
  2574.         {10, 15, 500, 500},                        /*JAO*/
  2575.         StaticText {                            /*JAO*/
  2576.             enabled,                            /*JAO*/
  2577.             "Warning, captured text overflowed\nits storage space, some text is lost."    /*JAO*/
  2578.         },                                        /*JAO*/
  2579.     }                                            /*JAO*/
  2580. };                                                /*JAO*/
  2581.  
  2582.  
  2583. resource 'DITL' (2004, preload, purgeable) {    /*JAO*/
  2584.     {    /* array DITLarray: 4 elements */        /*JAO*/
  2585.         /* [1] */                                /*JAO*/
  2586.         {55, 56, 79, 216},                        /*JAO*/
  2587.         Button {                                /*JAO*/
  2588.             enabled,                            /*JAO*/
  2589.             "Print anyway"                        /*JAO*/
  2590.         },                                        /*JAO*/
  2591.         /* [2] */                                /*JAO*/
  2592.         {90, 56, 114, 216},                        /*JAO*/
  2593.         Button {                                /*JAO*/
  2594.             enabled,                            /*JAO*/
  2595.             "Cancel"                            /*JAO*/
  2596.         },                                        /*JAO*/
  2597.         /* [3] */                                /*JAO*/
  2598.         {125, 56, 149, 216},                    /*JAO*/
  2599.         Button {                                /*JAO*/
  2600.             enabled,                            /*JAO*/
  2601.             "Cancel, discard text"                /*JAO*/
  2602.         },                                        /*JAO*/
  2603.         /* [4] */                                /*JAO*/
  2604.         {10, 34, 42, 327},                        /*JAO*/
  2605.         StaticText {                            /*JAO*/
  2606.             enabled,                            /*JAO*/
  2607.             "Captured text overflowed storage,\nsome text is lost.  Print anyway?"    /*JAO*/
  2608.         }                                        /*JAO*/
  2609.     }                                            /*JAO*/
  2610. };                                                /*JAO*/
  2611.  
  2612.  
  2613. resource 'DITL' (2005, preload, purgeable) {    /*JAO*/
  2614.     {    /* array DITLarray: 3 elements */        /*JAO*/
  2615.         /* [1] */                                /*JAO*/
  2616.         {10, 34, 42, 174},                        /*JAO*/
  2617.         StaticText {                            /*JAO*/
  2618.             enabled,                            /*JAO*/
  2619.             "Printing╔\nTo cancel press \0x11-."/*JAO*/
  2620.         }                                        /*JAO*/
  2621.     }                                            /*JAO*/
  2622. };                                                /*JAO*/
  2623.  
  2624. resource 'DITL' (3998, preload, purgeable) {
  2625.     {    /* array DITLarray: 5 elements */
  2626.         /* [1] */
  2627.         {90, 38, 112, 117},
  2628.         Button {
  2629.             enabled,
  2630.             "Get"
  2631.         },
  2632.         /* [2] */
  2633.         {90, 155, 112, 225},
  2634.         Button {
  2635.             enabled,
  2636.             "Cancel"
  2637.         },
  2638.         /* [3] */
  2639.         {32, 12, 48, 184},
  2640.         StaticText {
  2641.             disabled,
  2642.             "Get remote file:"
  2643.         },
  2644.         /* [4] */
  2645.         {57, 15, 76, 247},
  2646.         EditText {
  2647.             enabled,
  2648.             ""
  2649.         },
  2650.         /* [5] */
  2651.         {11, 216, 43, 248},
  2652.         Icon {
  2653.             disabled,
  2654.             1000
  2655.         }
  2656.     }
  2657. };
  2658.  
  2659. resource 'DITL' (3999, purgeable, preload) {
  2660.     {    /* array DITLarray: 16 elements */
  2661.         /* [1] */
  2662.         {216, 16, 236, 86},
  2663.         Button {
  2664.             enabled,
  2665.             "OK"
  2666.         },
  2667.         /* [2] */
  2668.         {216, 96, 236, 166},
  2669.         Button {
  2670.             enabled,
  2671.             "Cancel"
  2672.         },
  2673.         /* [3] */
  2674.         {112, 16, 128, 184},
  2675.         StaticText {
  2676.             enabled,
  2677.             "Receive as:"
  2678.         },
  2679.         /* [4] */
  2680.         {88, 216, 112, 344},
  2681.         UserItem {
  2682.             enabled
  2683.         },
  2684.         /* [5] */
  2685.         {123, 240, 143, 320},
  2686.         Button {
  2687.             enabled,
  2688.             "Eject"
  2689.         },
  2690.         /* [6] */
  2691.         {150, 240, 170, 320},
  2692.         Button {
  2693.             enabled,
  2694.             "Drive"
  2695.         },
  2696.         /* [7] */
  2697.         {136, 16, 152, 184},
  2698.         EditText {
  2699.             enabled,
  2700.             ""
  2701.         },
  2702.         /* [8] */
  2703.         {30, 16, 110, 184},
  2704.         UserItem {
  2705.             enabled
  2706.         },
  2707.         /* [9] */
  2708.         {36, 262, 68, 294},
  2709.         Icon {
  2710.             enabled,
  2711.             1000
  2712.         },
  2713.         /* [10] */
  2714.         {23, 207, 175, 208},
  2715.         UserItem {
  2716.             enabled
  2717.         },
  2718.         /* [11] */
  2719.         {160, 112, 176, 168},
  2720.         RadioButton {
  2721.             enabled,
  2722.             "Data"
  2723.         },
  2724.         /* [12] */
  2725.         {176, 112, 192, 192},
  2726.         RadioButton {
  2727.             enabled,
  2728.             "Resource"
  2729.         },
  2730.         /* [13] */
  2731.         {160, 16, 176, 80},
  2732.         RadioButton {
  2733.             enabled,
  2734.             "Text"
  2735.         },
  2736.         /* [14] */
  2737.         {176, 16, 192, 88},
  2738.         RadioButton {
  2739.             enabled,
  2740.             "Binary"
  2741.         },
  2742.         /* [15] */
  2743.         {192, 16, 208, 112},
  2744.         RadioButton {
  2745.             enabled,
  2746.             "MacBinary"
  2747.         },
  2748.         /* [16] */
  2749.         {216, 176, 236, 336},
  2750.         Button {
  2751.             enabled,
  2752.             "Proceed Automatically"
  2753.         }
  2754.     }
  2755. };
  2756.  
  2757. resource 'DITL' (4000, purgeable, preload) {
  2758.     {    /* array DITLarray: 20 elements */
  2759.         /* [1] */
  2760.         {51, 174, 69, 254},
  2761.         Button {
  2762.             enabled,
  2763.             "Send"
  2764.         },
  2765.         /* [2] */
  2766.         {148, 488, 166, 568},
  2767.         Button {
  2768.             enabled,
  2769.             "0"
  2770.         },
  2771.         /* [3] */
  2772.         {91, 173, 109, 253},
  2773.         Button {
  2774.             enabled,
  2775.             "Cancel"
  2776.         },
  2777.         /* [4] */
  2778.         {83, 284, 101, 380},
  2779.         UserItem {
  2780.             disabled
  2781.         },
  2782.         /* [5] */
  2783.         {121, 290, 139, 370},
  2784.         Button {
  2785.             enabled,
  2786.             "Eject"
  2787.         },
  2788.         /* [6] */
  2789.         {154, 291, 172, 371},
  2790.         Button {
  2791.             enabled,
  2792.             "Drive"
  2793.         },
  2794.         /* [7] */
  2795.         {10, 9, 124, 149},
  2796.         UserItem {
  2797.             enabled
  2798.         },
  2799.         /* [8] */
  2800.         {10, 148, 124, 164},
  2801.         UserItem {
  2802.             enabled
  2803.         },
  2804.         /* [9] */
  2805.         {10, 270, 246, 271},
  2806.         UserItem {
  2807.             enabled
  2808.         },
  2809.         /* [10] */
  2810.         {32, 435, 128, 536},
  2811.         StaticText {
  2812.             disabled,
  2813.             "h"
  2814.         },
  2815.         /* [11] */
  2816.         {176, 168, 192, 224},
  2817.         RadioButton {
  2818.             enabled,
  2819.             "Data"
  2820.         },
  2821.         /* [12] */
  2822.         {192, 168, 208, 248},
  2823.         RadioButton {
  2824.             enabled,
  2825.             "Resource"
  2826.         },
  2827.         /* [13] */
  2828.         {176, 48, 192, 112},
  2829.         RadioButton {
  2830.             enabled,
  2831.             "Text"
  2832.         },
  2833.         /* [14] */
  2834.         {192, 48, 208, 112},
  2835.         RadioButton {
  2836.             enabled,
  2837.             "Binary"
  2838.         },
  2839.         /* [15] */
  2840.         {208, 48, 224, 144},
  2841.         RadioButton {
  2842.             enabled,
  2843.             "MacBinary"
  2844.         },
  2845.         /* [16] */
  2846.         {132, 12, 150, 44},
  2847.         StaticText {
  2848.             disabled,
  2849.             "As:"
  2850.         },
  2851.         /* [17] */
  2852.         {52, 455, 148, 556},
  2853.         EditText {
  2854.             enabled,
  2855.             ""
  2856.         },
  2857.         /* [18] */
  2858.         {155, 15, 171, 255},
  2859.         EditText {
  2860.             enabled,
  2861.             ""
  2862.         },
  2863.         /* [19] */
  2864.         {31, 311, 63, 343},
  2865.         Icon {
  2866.             disabled,
  2867.             1000
  2868.         },
  2869.         /* [20] */
  2870.         {225, 15, 245, 260},
  2871.         CheckBox {
  2872.             enabled,
  2873.             "Send all files of the current folder"
  2874.         }
  2875.     }
  2876. };
  2877.  
  2878. resource 'ICON' (1000, preload, purgeable) {
  2879.     $"0000 0000 0000 0000 0000 0004 0003 7616"
  2880.     $"0005 8D0E 0007 071C 0008 0084 0014 0244"
  2881.     $"0016 0644 5011 988C 300C 6318 5FC3 0CF8"
  2882.     $"20F7 FFE0 001F 5700 0003 AA00 0001 5600"
  2883.     $"0001 AF00 0001 F7C0 0003 83E0 0003 FFE0"
  2884.     $"0007 B7E0 0007 AFE0 000F 9F60 000D AF60"
  2885.     $"000D B760 001D FF78 007C 0078 007C 0040"
  2886.     $"0004 0F40 07E5 0040 FC1C 0040 0007 FFC0",
  2887. };
  2888.  
  2889. resource 'ICON' (2000, preload, purgeable) {
  2890.     $"0000 0000 0003 FE00 001D 1580 0034 46C0"
  2891.     $"0051 1160 0044 4720 0091 18D0 00C4 6050"
  2892.     $"0111 4050 0145 8028 0316 0028 0249 E3D8"
  2893.     $"0312 0038 0250 E5D0 02B0 4490 0360 0410"
  2894.     $"0360 0410 0360 0010 03C0 1110 0110 0E10"
  2895.     $"0150 0020 00C8 40A0 0048 3F20 0004 0040"
  2896.     $"0022 0040 0001 8080 0020 6100 0000 1E"
  2897. };
  2898.  
  2899. resource 'ICON' (2001, preload, purgeable) {
  2900.     $"0000 0000 000F F800 0035 5600 00EA AB80"
  2901.     $"0155 5540 01AA AAC0 0355 57E0 02AA ADA0"
  2902.     $"0355 78E0 06AB C0B0 057E 00D0 06E0 00F0"
  2903.     $"05DE 3DD0 0761 C370 055C 9D50 0748 8970"
  2904.     $"0541 C150 0322 2260 029C 1C20 0181 4060"
  2905.     $"0180 00C0 0143 E1C0 00C7 F280 00AC 1F80"
  2906.     $"007B EB00 0028 8E00 0038 8A00 001F FC00"
  2907.     $"000D 5800 0007 E0"
  2908. };
  2909.  
  2910. resource 'ICON' (2002, preload, purgeable) {
  2911.     $"0003 F000 000E 5800 0031 0600 00FA 2F80"
  2912.     $"01C0 8EC0 013A 5940 0357 3360 0331 E1B0"
  2913.     $"02E0 00B0 0680 00F8 0580 0058 0580 007C"
  2914.     $"0D00 002C 0B3E 3E34 0F41 413C 051C 9C48"
  2915.     $"0788 8858 0280 8068 0380 8050 0280 00F0"
  2916.     $"0341 40C0 01C6 B0C0 00CB 6980 0068 0980"
  2917.     $"0077 F700 0030 8600 001D 5C00 000A A800"
  2918.     $"0005 5000 0003 E0"
  2919. };
  2920.  
  2921. resource 'ICON' (2003, preload, purgeable) {
  2922.     $"000F C000 001F F800 007F FE00 00FF FF80"
  2923.     $"01FF FF80 03FF FFC0 03FF FFE0 03FF FFE0"
  2924.     $"07FF FFE0 07FF FFF0 07FC AFF0 0FF8 97F0"
  2925.     $"0FE0 41F0 0FC0 00F0 0F1E 38F0 0F3E 7CF0"
  2926.     $"0F3E 7CF0 0702 40D0 0780 00D0 0782 41B0"
  2927.     $"0380 41E0 03C7 C3E0 03C7 C1E0 01E7 E7C0"
  2928.     $"01EF FFC0 00FC 3F80 00FE FF80 007F FF00"
  2929.     $"007F FE00 003F FC00 001F F800 0007 E0"
  2930. };
  2931.  
  2932. resource 'ICON' (2004, purgeable, preload) {
  2933.     $"0000 0000 0007 E000 0038 7E00 00F0 0F80"
  2934.     $"01E0 1BC0 01C0 07C0 03C0 06E0 0380 01F0"
  2935.     $"0380 0278 0700 00F8 0780 00D8 0700 0078"
  2936.     $"0700 006C 0578 7454 0703 0224 0539 3828"
  2937.     $"0311 1048 0302 0028 0102 0050 0102 0030"
  2938.     $"0081 8040 0080 0040 0088 1080 0047 E080"
  2939.     $"0060 0100 0020 0200 0010 0400 0008 1800"
  2940.     $"0007 E0"
  2941. };
  2942.  
  2943. /* Modem port (phone) Icon */
  2944. resource 'ICON' (3000, purgeable) {
  2945.     $"FFFF FFFF 8000 0001 8000 0001 80E0 0001"
  2946.     $"8110 0301 8208 0481 8208 0481 8208 1301"
  2947.     $"8210 0801 8220 6401 8220 9001 8210 9001"
  2948.     $"8108 6001 8104 0001 8082 0001 8041 0001"
  2949.     $"8020 8701 8010 4881 8008 3041 8004 0041"
  2950.     $"8002 0041 8001 8081 8000 7F01 8000 0001"
  2951.     $"9100 4001 9B00 4001 9531 CCD1 914A 5EA9"
  2952.     $"914A 5089 9131 CC89 8000 0001 FFFF FFFF"
  2953. };
  2954.  
  2955. /* Printer port icon */
  2956. resource 'ICON' (3001, purgeable) {
  2957.     $"FFFF FFFF 8000 0001 80FF FE01 8080 2201"
  2958.     $"8080 3201 8080 2A01 8080 3E01 8080 0201"
  2959.     $"8080 0201 8080 0201 8080 0201 8F80 03E1"
  2960.     $"8880 0221 8880 0239 8880 0229 88FF FE29"
  2961.     $"8800 0039 8800 0021 8FFF FFE1 8800 0021"
  2962.     $"8800 0021 8FFF FFE1 8000 0001 8000 0001"
  2963.     $"8C00 0001 8A10 2001 8CC6 7361 8895 2741"
  2964.     $"8895 2441 8895 2341 8000 0001 FFFF FFFF"
  2965. };
  2966.  
  2967. resource 'ICN#' (128) {
  2968.     {    /* array: 2 elements */
  2969.         /* [1] */
  2970.         $"0000 0000 0000 0000 0000 0004 0003 7616"
  2971.         $"0005 8D0E 0007 071C 0008 0084 0014 0244"
  2972.         $"0016 0644 5011 988C 300C 6318 5FC3 0CF8"
  2973.         $"20F7 FFE0 001F 5700 0003 AA00 0001 5600"
  2974.         $"0001 AF00 0001 F7C0 0003 83E0 0003 FFE0"
  2975.         $"0007 B7E0 0007 AFE0 000F 9F60 000D AF60"
  2976.         $"000D B760 001D FF78 007C 0078 007C 0040"
  2977.         $"0004 0F40 07E5 0040 FC1C 0040 0007 FFC0",
  2978.         /* [2] */
  2979.         $"0000 0000 0000 0000 0003 FE1E 0007 FF3F"
  2980.         $"000F FFBF 000F FFBF 003F FFCE 003F FFEE"
  2981.         $"F03F FFDE F83F FFBE FFDF FFFC FFFF FFFC"
  2982.         $"FFFF FFFC 71FF FFE0 003F FF00 0007 FF00"
  2983.         $"0003 FFC0 0007 FFE0 0007 FFF0 000F 7DF0"
  2984.         $"000E FEF0 001E FF70 001D FFF0 001F FFF0"
  2985.         $"003F FFF8 007F FFFC 00FF FFFC 00FF FFF8"
  2986.         $"007B FFE0 07E7 FFE0 FC1F FFE0 0007 FFE0"
  2987.     }
  2988. };
  2989.  
  2990. resource 'ICN#' (129) {
  2991.     {    /* array: 2 elements */
  2992.         /* [1] */
  2993.         $"1FFF FC00 1000 0600 1000 0500 1000 0480"
  2994.         $"1000 0440 1000 0420 1000 07F0 101B B050"
  2995.         $"102C 6970 1038 38F0 1040 05D0 10A0 1250"
  2996.         $"10B0 3250 108C C4D0 1063 1990 1018 2790"
  2997.         $"10CF FE10 10FA B010 110D 6010 120A A010"
  2998.         $"130D 6010 170F E010 1200 0010 1AFF FFF0"
  2999.         $"1000 0010 17FD 5370 1915 7490 1595 7550"
  3000.         $"1315 7530 1D95 57D0 1000 0010 1FFF FFF0",
  3001.         /* [2] */
  3002.         $"1FFF FC00 1FFF FE00 1FFF FF00 1FFF FF80"
  3003.         $"1FFF FFC0 1FFF FFE0 1FFF FFF0 1FFF FFF0"
  3004.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3005.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3006.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3007.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3008.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3009.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3010.     }
  3011. };
  3012.  
  3013. resource 'FREF' (128) {
  3014.     'APPL',
  3015.     0,
  3016.     ""
  3017. };
  3018.  
  3019. resource 'FREF' (129) {
  3020.     'KERS',
  3021.     1,
  3022.     ""
  3023. };
  3024.  
  3025. resource 'BNDL' (128) {
  3026.     'KR09',
  3027.     0,
  3028.     {    /* array TypeArray: 2 elements */
  3029.         /* [1] */
  3030.         'ICN#',
  3031.         {    /* array IDArray: 2 elements */
  3032.             /* [1] */
  3033.             0, 128,
  3034.             /* [2] */
  3035.             1, 129
  3036.         },
  3037.         /* [2] */
  3038.         'FREF',
  3039.         {    /* array IDArray: 2 elements */
  3040.             /* [1] */
  3041.             0, 128,
  3042.             /* [2] */
  3043.             1, 129
  3044.         }
  3045.     }
  3046. };
  3047.  
  3048. /* PWP -- is this even used any more???? */
  3049. data 'FSET' (2, purgeable) {
  3050.     $"1203 1B4F 7003 1B4F 7103 1B4F 7203 1B4F"    /* ...Op..Oq..Or..O */
  3051.     $"7303 1B4F 7403 1B4F 7503 1B4F 7603 1B4F"    /* s..Ot..Ou..Ov..O */
  3052.     $"7703 1B4F 7803 1B4F 7903 1B4F 6D03 1B4F"    /* w..Ox..Oy..Om..O */
  3053.     $"6C03 1B4F 6E03 1B4F 4D02 1B50 021B 5102"    /* l..On..OM..P..Q. */
  3054.     $"1B52 021B 5300"                             /* .R..S. */
  3055. };
  3056.  
  3057. /* PWP: new KSET and MSET -- does vt100 arrow keys */
  3058. data 'KSET' (4) {
  3059.     $"0000 0000 0000 3000 779E 7FD8 0000 001E"        /* ......0.w₧.╪.... */
  3060.     $"0000 0000 0000 2000 0100 0000 0000 0000"        /* ...... ......... */
  3061.     $"0000 0000 0000 0000 2284 0000 0000 0000"        /* ........"ä...... */
  3062.     $"0000 0210 0000 2000 0000 0000 0000 0000"        /* ...... ......... */
  3063.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3064.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3065.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3066.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3067.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3068.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3069.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3070.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3071.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3072.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3073.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3074.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3075.     $"0000 0000 0000 2000 0000 0000 0000 0000"        /* ...... ......... */
  3076.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3077.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3078.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3079.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3080.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3081.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3082.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3083.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3084.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3085.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3086.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3087.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3088.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3089.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3090.     $"0000 0000 0000 0000 0000 0000 0000 0000"        /* ................ */
  3091. };
  3092.  
  3093. data 'MSET' (5) {
  3094.     $"0102 00BC 0045 83FC 0002 6AE2 0000 0000"        /* ...╝.Eâ...j..... */
  3095.     $"0002 6AE2 0045 0012 00BC 0045 83FC 0002"        /* ..j..E...╝.Eâ... */
  3096.     $"6AE2 0000 0000 0002 6AE2 0045 0000 00BC"        /* j.......j..E...╝ */
  3097.     $"0045 83FC 0002 6AE2 0000 0000 0002 6AE2"        /* .Eâ...j.......j. */
  3098.     $"0045 0000 00BC 0045 83FC 0002 6AE2 0000"        /* .E...╝.Eâ...j... */
  3099.     $"0000 0002 6AE2 0045 0026 0033 0001 7F00"        /* ....j..E.&.3.... */
  3100.     $"3200 011B 00B2 0001 6000 7E05 0000 7D06"        /* 2....▓..`.~...}. */
  3101.     $"0000 7C04 0000 7B03 0000 4609 0000 4D0C"        /* ..|...{...F╞..M. */
  3102.     $"0000 480B 0000 420A 0008 3200 0160 004C"        /* ..H...B...2..`.L */
  3103.     $"1900 00C7 0100 019B 0001 1F00 4707 0000"        /* ...╟...¢....G... */
  3104.     $"4E0C 0000 520F 0000 5310 0000 5411 0000"        /* N...R...S...T... */
  3105.     $"5512 0000 5613 0000 5714 0000 5815 0000"        /* U...V...W...X... */
  3106.     $"5916 0000 5B17 0000 5C18 0000 410D 0001"        /* Y...[...\...A┬.. */
  3107.     $"9600 011E 01B2 0001 1E01 4808 0001 4D09"        /* û....▓....H...M╞ */
  3108.     $"0001 420A 0001 460B 0000 450B 0000 430A"        /* ..B...F...E...C. */
  3109.     $"0000 4B09 0000 5108 0043 616E 6365 6C00"        /* ..K╞..Q..Cancel. */
  3110.     $"0000 0020 0000 4CAC 5361 7665 2076 6172"        /* ... ..L¼Save var */
  3111.     $"6961 626C 6573 2069 6E20 6669 6C65 3A"          /* iables in file: */
  3112. };
  3113.  
  3114. /* for the benifit of MultiFinder.. */
  3115.     /* 12th bit (2^0 == 0th) is "can background", 14th is */
  3116.     /*  does accept suspend and resume events */
  3117.     /*     { this  } is the (long) prefered memory size */
  3118.     /*  and          { this  } is the minimum memory size */
  3119.     /* we are currently playing it safe with these (160K) */
  3120. data 'SIZE' (-1) {
  3121.     $"5000 0004 0000 0004 0000"                       /* X......... */
  3122. };
  3123. data 'SIZE' (0) {
  3124.     $"5000 0004 0000 0004 0000"                       /* X......... */
  3125. };
  3126.  
  3127. /* so that the Apple keyboard doesn't do dead keys on OPTION */
  3128. resource 'KCHR' (13000, "US-NoDeadKeys", sysheap, locked) {
  3129.     13000,
  3130.     {    /* array: 256 elements */
  3131.         /* [1] */
  3132.         0,
  3133.         /* [2] */
  3134.         0,
  3135.         /* [3] */
  3136.         1,
  3137.         /* [4] */
  3138.         0,
  3139.         /* [5] */
  3140.         2,
  3141.         /* [6] */
  3142.         2,
  3143.         /* [7] */
  3144.         1,
  3145.         /* [8] */
  3146.         0,
  3147.         /* [9] */
  3148.         3,
  3149.         /* [10] */
  3150.         6,
  3151.         /* [11] */
  3152.         4,
  3153.         /* [12] */
  3154.         4,
  3155.         /* [13] */
  3156.         5,
  3157.         /* [14] */
  3158.         5,
  3159.         /* [15] */
  3160.         4,
  3161.         /* [16] */
  3162.         4,
  3163.         /* [17] */
  3164.         7,
  3165.         /* [18] */
  3166.         7,
  3167.         /* [19] */
  3168.         7,
  3169.         /* [20] */
  3170.         7,
  3171.         /* [21] */
  3172.         7,
  3173.         /* [22] */
  3174.         7,
  3175.         /* [23] */
  3176.         7,
  3177.         /* [24] */
  3178.         7,
  3179.         /* [25] */
  3180.         7,
  3181.         /* [26] */
  3182.         7,
  3183.         /* [27] */
  3184.         7,
  3185.         /* [28] */
  3186.         7,
  3187.         /* [29] */
  3188.         7,
  3189.         /* [30] */
  3190.         7,
  3191.         /* [31] */
  3192.         7,
  3193.         /* [32] */
  3194.         7,
  3195.         /* [33] */
  3196.         1,
  3197.         /* [34] */
  3198.         0,
  3199.         /* [35] */
  3200.         1,
  3201.         /* [36] */
  3202.         0,
  3203.         /* [37] */
  3204.         1,
  3205.         /* [38] */
  3206.         0,
  3207.         /* [39] */
  3208.         1,
  3209.         /* [40] */
  3210.         0,
  3211.         /* [41] */
  3212.         4,
  3213.         /* [42] */
  3214.         4,
  3215.         /* [43] */
  3216.         4,
  3217.         /* [44] */
  3218.         4,
  3219.         /* [45] */
  3220.         4,
  3221.         /* [46] */
  3222.         4,
  3223.         /* [47] */
  3224.         4,
  3225.         /* [48] */
  3226.         4,
  3227.         /* [49] */
  3228.         7,
  3229.         /* [50] */
  3230.         7,
  3231.         /* [51] */
  3232.         7,
  3233.         /* [52] */
  3234.         7,
  3235.         /* [53] */
  3236.         7,
  3237.         /* [54] */
  3238.         7,
  3239.         /* [55] */
  3240.         7,
  3241.         /* [56] */
  3242.         7,
  3243.         /* [57] */
  3244.         7,
  3245.         /* [58] */
  3246.         7,
  3247.         /* [59] */
  3248.         7,
  3249.         /* [60] */
  3250.         7,
  3251.         /* [61] */
  3252.         7,
  3253.         /* [62] */
  3254.         7,
  3255.         /* [63] */
  3256.         7,
  3257.         /* [64] */
  3258.         7,
  3259.         /* [65] */
  3260.         3,
  3261.         /* [66] */
  3262.         6,
  3263.         /* [67] */
  3264.         4,
  3265.         /* [68] */
  3266.         4,
  3267.         /* [69] */
  3268.         5,
  3269.         /* [70] */
  3270.         5,
  3271.         /* [71] */
  3272.         4,
  3273.         /* [72] */
  3274.         4,
  3275.         /* [73] */
  3276.         3,
  3277.         /* [74] */
  3278.         6,
  3279.         /* [75] */
  3280.         4,
  3281.         /* [76] */
  3282.         4,
  3283.         /* [77] */
  3284.         5,
  3285.         /* [78] */
  3286.         5,
  3287.         /* [79] */
  3288.         4,
  3289.         /* [80] */
  3290.         4,
  3291.         /* [81] */
  3292.         7,
  3293.         /* [82] */
  3294.         7,
  3295.         /* [83] */
  3296.         7,
  3297.         /* [84] */
  3298.         7,
  3299.         /* [85] */
  3300.         7,
  3301.         /* [86] */
  3302.         7,
  3303.         /* [87] */
  3304.         7,
  3305.         /* [88] */
  3306.         7,
  3307.         /* [89] */
  3308.         7,
  3309.         /* [90] */
  3310.         7,
  3311.         /* [91] */
  3312.         7,
  3313.         /* [92] */
  3314.         7,
  3315.         /* [93] */
  3316.         7,
  3317.         /* [94] */
  3318.         7,
  3319.         /* [95] */
  3320.         7,
  3321.         /* [96] */
  3322.         7,
  3323.         /* [97] */
  3324.         4,
  3325.         /* [98] */
  3326.         4,
  3327.         /* [99] */
  3328.         4,
  3329.         /* [100] */
  3330.         4,
  3331.         /* [101] */
  3332.         4,
  3333.         /* [102] */
  3334.         4,
  3335.         /* [103] */
  3336.         4,
  3337.         /* [104] */
  3338.         4,
  3339.         /* [105] */
  3340.         4,
  3341.         /* [106] */
  3342.         4,
  3343.         /* [107] */
  3344.         4,
  3345.         /* [108] */
  3346.         4,
  3347.         /* [109] */
  3348.         4,
  3349.         /* [110] */
  3350.         4,
  3351.         /* [111] */
  3352.         4,
  3353.         /* [112] */
  3354.         4,
  3355.         /* [113] */
  3356.         7,
  3357.         /* [114] */
  3358.         7,
  3359.         /* [115] */
  3360.         7,
  3361.         /* [116] */
  3362.         7,
  3363.         /* [117] */
  3364.         7,
  3365.         /* [118] */
  3366.         7,
  3367.         /* [119] */
  3368.         7,
  3369.         /* [120] */
  3370.         7,
  3371.         /* [121] */
  3372.         7,
  3373.         /* [122] */
  3374.         7,
  3375.         /* [123] */
  3376.         7,
  3377.         /* [124] */
  3378.         7,
  3379.         /* [125] */
  3380.         7,
  3381.         /* [126] */
  3382.         7,
  3383.         /* [127] */
  3384.         7,
  3385.         /* [128] */
  3386.         7,
  3387.         /* [129] */
  3388.         7,
  3389.         /* [130] */
  3390.         7,
  3391.         /* [131] */
  3392.         7,
  3393.         /* [132] */
  3394.         7,
  3395.         /* [133] */
  3396.         7,
  3397.         /* [134] */
  3398.         7,
  3399.         /* [135] */
  3400.         7,
  3401.         /* [136] */
  3402.         7,
  3403.         /* [137] */
  3404.         7,
  3405.         /* [138] */
  3406.         7,
  3407.         /* [139] */
  3408.         7,
  3409.         /* [140] */
  3410.         7,
  3411.         /* [141] */
  3412.         7,
  3413.         /* [142] */
  3414.         7,
  3415.         /* [143] */
  3416.         7,
  3417.         /* [144] */
  3418.         7,
  3419.         /* [145] */
  3420.         7,
  3421.         /* [146] */
  3422.         7,
  3423.         /* [147] */
  3424.         7,
  3425.         /* [148] */
  3426.         7,
  3427.         /* [149] */
  3428.         7,
  3429.         /* [150] */
  3430.         7,
  3431.         /* [151] */
  3432.         7,
  3433.         /* [152] */
  3434.         7,
  3435.         /* [153] */
  3436.         7,
  3437.         /* [154] */
  3438.         7,
  3439.         /* [155] */
  3440.         7,
  3441.         /* [156] */
  3442.         7,
  3443.         /* [157] */
  3444.         7,
  3445.         /* [158] */
  3446.         7,
  3447.         /* [159] */
  3448.         7,
  3449.         /* [160] */
  3450.         7,
  3451.         /* [161] */
  3452.         7,
  3453.         /* [162] */
  3454.         7,
  3455.         /* [163] */
  3456.         7,
  3457.         /* [164] */
  3458.         7,
  3459.         /* [165] */
  3460.         7,
  3461.         /* [166] */
  3462.         7,
  3463.         /* [167] */
  3464.         7,
  3465.         /* [168] */
  3466.         7,
  3467.         /* [169] */
  3468.         7,
  3469.         /* [170] */
  3470.         7,
  3471.         /* [171] */
  3472.         7,
  3473.         /* [172] */
  3474.         7,
  3475.         /* [173] */
  3476.         7,
  3477.         /* [174] */
  3478.         7,
  3479.         /* [175] */
  3480.         7,
  3481.         /* [176] */
  3482.         7,
  3483.         /* [177] */
  3484.         7,
  3485.         /* [178] */
  3486.         7,
  3487.         /* [179] */
  3488.         7,
  3489.         /* [180] */
  3490.         7,
  3491.         /* [181] */
  3492.         7,
  3493.         /* [182] */
  3494.         7,
  3495.         /* [183] */
  3496.         7,
  3497.         /* [184] */
  3498.         7,
  3499.         /* [185] */
  3500.         7,
  3501.         /* [186] */
  3502.         7,
  3503.         /* [187] */
  3504.         7,
  3505.         /* [188] */
  3506.         7,
  3507.         /* [189] */
  3508.         7,
  3509.         /* [190] */
  3510.         7,
  3511.         /* [191] */
  3512.         7,
  3513.         /* [192] */
  3514.         7,
  3515.         /* [193] */
  3516.         7,
  3517.         /* [194] */
  3518.         7,
  3519.         /* [195] */
  3520.         7,
  3521.         /* [196] */
  3522.         7,
  3523.         /* [197] */
  3524.         7,
  3525.         /* [198] */
  3526.         7,
  3527.         /* [199] */
  3528.         7,
  3529.         /* [200] */
  3530.         7,
  3531.         /* [201] */
  3532.         7,
  3533.         /* [202] */
  3534.         7,
  3535.         /* [203] */
  3536.         7,
  3537.         /* [204] */
  3538.         7,
  3539.         /* [205] */
  3540.         7,
  3541.         /* [206] */
  3542.         7,
  3543.         /* [207] */
  3544.         7,
  3545.         /* [208] */
  3546.         7,
  3547.         /* [209] */
  3548.         7,
  3549.         /* [210] */
  3550.         7,
  3551.         /* [211] */
  3552.         7,
  3553.         /* [212] */
  3554.         7,
  3555.         /* [213] */
  3556.         7,
  3557.         /* [214] */
  3558.         7,
  3559.         /* [215] */
  3560.         7,
  3561.         /* [216] */
  3562.         7,
  3563.         /* [217] */
  3564.         7,
  3565.         /* [218] */
  3566.         7,
  3567.         /* [219] */
  3568.         7,
  3569.         /* [220] */
  3570.         7,
  3571.         /* [221] */
  3572.         7,
  3573.         /* [222] */
  3574.         7,
  3575.         /* [223] */
  3576.         7,
  3577.         /* [224] */
  3578.         7,
  3579.         /* [225] */
  3580.         7,
  3581.         /* [226] */
  3582.         7,
  3583.         /* [227] */
  3584.         7,
  3585.         /* [228] */
  3586.         7,
  3587.         /* [229] */
  3588.         7,
  3589.         /* [230] */
  3590.         7,
  3591.         /* [231] */
  3592.         7,
  3593.         /* [232] */
  3594.         7,
  3595.         /* [233] */
  3596.         7,
  3597.         /* [234] */
  3598.         7,
  3599.         /* [235] */
  3600.         7,
  3601.         /* [236] */
  3602.         7,
  3603.         /* [237] */
  3604.         7,
  3605.         /* [238] */
  3606.         7,
  3607.         /* [239] */
  3608.         7,
  3609.         /* [240] */
  3610.         7,
  3611.         /* [241] */
  3612.         7,
  3613.         /* [242] */
  3614.         7,
  3615.         /* [243] */
  3616.         7,
  3617.         /* [244] */
  3618.         7,
  3619.         /* [245] */
  3620.         7,
  3621.         /* [246] */
  3622.         7,
  3623.         /* [247] */
  3624.         7,
  3625.         /* [248] */
  3626.         7,
  3627.         /* [249] */
  3628.         7,
  3629.         /* [250] */
  3630.         7,
  3631.         /* [251] */
  3632.         7,
  3633.         /* [252] */
  3634.         7,
  3635.         /* [253] */
  3636.         7,
  3637.         /* [254] */
  3638.         7,
  3639.         /* [255] */
  3640.         7,
  3641.         /* [256] */
  3642.         7
  3643.     },
  3644.     {    /* array TableArray: 8 elements */
  3645.         /* [1] */
  3646.         {    /* array: 128 elements */
  3647.             /* [1] */
  3648.             "a",
  3649.             /* [2] */
  3650.             "s",
  3651.             /* [3] */
  3652.             "d",
  3653.             /* [4] */
  3654.             "f",
  3655.             /* [5] */
  3656.             "h",
  3657.             /* [6] */
  3658.             "g",
  3659.             /* [7] */
  3660.             "z",
  3661.             /* [8] */
  3662.             "x",
  3663.             /* [9] */
  3664.             "c",
  3665.             /* [10] */
  3666.             "v",
  3667.             /* [11] */
  3668.             "",
  3669.             /* [12] */
  3670.             "b",
  3671.             /* [13] */
  3672.             "q",
  3673.             /* [14] */
  3674.             "w",
  3675.             /* [15] */
  3676.             "e",
  3677.             /* [16] */
  3678.             "r",
  3679.             /* [17] */
  3680.             "y",
  3681.             /* [18] */
  3682.             "t",
  3683.             /* [19] */
  3684.             "1",
  3685.             /* [20] */
  3686.             "2",
  3687.             /* [21] */
  3688.             "3",
  3689.             /* [22] */
  3690.             "4",
  3691.             /* [23] */
  3692.             "6",
  3693.             /* [24] */
  3694.             "5",
  3695.             /* [25] */
  3696.             "=",
  3697.             /* [26] */
  3698.             "9",
  3699.             /* [27] */
  3700.             "7",
  3701.             /* [28] */
  3702.             "-",
  3703.             /* [29] */
  3704.             "8",
  3705.             /* [30] */
  3706.             "0",
  3707.             /* [31] */
  3708.             "]",
  3709.             /* [32] */
  3710.             "o",
  3711.             /* [33] */
  3712.             "u",
  3713.             /* [34] */
  3714.             "[",
  3715.             /* [35] */
  3716.             "i",
  3717.             /* [36] */
  3718.             "p",
  3719.             /* [37] */
  3720.             "\n",
  3721.             /* [38] */
  3722.             "l",
  3723.             /* [39] */
  3724.             "j",
  3725.             /* [40] */
  3726.             "'",
  3727.             /* [41] */
  3728.             "k",
  3729.             /* [42] */
  3730.             ";",
  3731.             /* [43] */
  3732.             "\\",
  3733.             /* [44] */
  3734.             ",",
  3735.             /* [45] */
  3736.             "/",
  3737.             /* [46] */
  3738.             "n",
  3739.             /* [47] */
  3740.             "m",
  3741.             /* [48] */
  3742.             ".",
  3743.             /* [49] */
  3744.             "\t",
  3745.             /* [50] */
  3746.             " ",
  3747.             /* [51] */
  3748.             "`",
  3749.             /* [52] */
  3750.             "\b",
  3751.             /* [53] */
  3752.             "\0x03",
  3753.             /* [54] */
  3754.             "\0x1B",
  3755.             /* [55] */
  3756.             "",
  3757.             /* [56] */
  3758.             "",
  3759.             /* [57] */
  3760.             "",
  3761.             /* [58] */
  3762.             "",
  3763.             /* [59] */
  3764.             "",
  3765.             /* [60] */
  3766.             "",
  3767.             /* [61] */
  3768.             "",
  3769.             /* [62] */
  3770.             "",
  3771.             /* [63] */
  3772.             "",
  3773.             /* [64] */
  3774.             "",
  3775.             /* [65] */
  3776.             "",
  3777.             /* [66] */
  3778.             ".",
  3779.             /* [67] */
  3780.             "\0x1D",
  3781.             /* [68] */
  3782.             "*",
  3783.             /* [69] */
  3784.             "",
  3785.             /* [70] */
  3786.             "+",
  3787.             /* [71] */
  3788.             "\0x1C",
  3789.             /* [72] */
  3790.             "\0x1B",
  3791.             /* [73] */
  3792.             "\0x1F",
  3793.             /* [74] */
  3794.             "",
  3795.             /* [75] */
  3796.             "",
  3797.             /* [76] */
  3798.             "/",
  3799.             /* [77] */
  3800.             "\0x03",
  3801.             /* [78] */
  3802.             "\0x1E",
  3803.             /* [79] */
  3804.             "-",
  3805.             /* [80] */
  3806.             "",
  3807.             /* [81] */
  3808.             "",
  3809.             /* [82] */
  3810.             "=",
  3811.             /* [83] */
  3812.             "0",
  3813.             /* [84] */
  3814.             "1",
  3815.             /* [85] */
  3816.             "2",
  3817.             /* [86] */
  3818.             "3",
  3819.             /* [87] */
  3820.             "4",
  3821.             /* [88] */
  3822.             "5",
  3823.             /* [89] */
  3824.             "6",
  3825.             /* [90] */
  3826.             "7",
  3827.             /* [91] */
  3828.             "",
  3829.             /* [92] */
  3830.             "8",
  3831.             /* [93] */
  3832.             "9",
  3833.             /* [94] */
  3834.             "",
  3835.             /* [95] */
  3836.             "",
  3837.             /* [96] */
  3838.             "",
  3839.             /* [97] */
  3840.             "\0x10",
  3841.             /* [98] */
  3842.             "\0x10",
  3843.             /* [99] */
  3844.             "\0x10",
  3845.             /* [100] */
  3846.             "\0x10",
  3847.             /* [101] */
  3848.             "\0x10",
  3849.             /* [102] */
  3850.             "\0x10",
  3851.             /* [103] */
  3852.             "\0x10",
  3853.             /* [104] */
  3854.             "\0x10",
  3855.             /* [105] */
  3856.             "\0x10",
  3857.             /* [106] */
  3858.             "\0x10",
  3859.             /* [107] */
  3860.             "\0x10",
  3861.             /* [108] */
  3862.             "\0x10",
  3863.             /* [109] */
  3864.             "\0x10",
  3865.             /* [110] */
  3866.             "\0x10",
  3867.             /* [111] */
  3868.             "\0x10",
  3869.             /* [112] */
  3870.             "\0x10",
  3871.             /* [113] */
  3872.             "\0x10",
  3873.             /* [114] */
  3874.             "\0x10",
  3875.             /* [115] */
  3876.             "\0x05",
  3877.             /* [116] */
  3878.             "\0x01",
  3879.             /* [117] */
  3880.             "\v",
  3881.             /* [118] */
  3882.             "\?",
  3883.             /* [119] */
  3884.             "\0x10",
  3885.             /* [120] */
  3886.             "\0x04",
  3887.             /* [121] */
  3888.             "\0x10",
  3889.             /* [122] */
  3890.             "\f",
  3891.             /* [123] */
  3892.             "\0x10",
  3893.             /* [124] */
  3894.             "\0x1C",
  3895.             /* [125] */
  3896.             "\0x1D",
  3897.             /* [126] */
  3898.             "\0x1F",
  3899.             /* [127] */
  3900.             "\0x1E",
  3901.             /* [128] */
  3902.             ""
  3903.         },
  3904.         /* [2] */
  3905.         {    /* array: 128 elements */
  3906.             /* [1] */
  3907.             "A",
  3908.             /* [2] */
  3909.             "S",
  3910.             /* [3] */
  3911.             "D",
  3912.             /* [4] */
  3913.             "F",
  3914.             /* [5] */
  3915.             "H",
  3916.             /* [6] */
  3917.             "G",
  3918.             /* [7] */
  3919.             "Z",
  3920.             /* [8] */
  3921.             "X",
  3922.             /* [9] */
  3923.             "C",
  3924.             /* [10] */
  3925.             "V",
  3926.             /* [11] */
  3927.             "",
  3928.             /* [12] */
  3929.             "B",
  3930.             /* [13] */
  3931.             "Q",
  3932.             /* [14] */
  3933.             "W",
  3934.             /* [15] */
  3935.             "E",
  3936.             /* [16] */
  3937.             "R",
  3938.             /* [17] */
  3939.             "Y",
  3940.             /* [18] */
  3941.             "T",
  3942.             /* [19] */
  3943.             "!",
  3944.             /* [20] */
  3945.             "@",
  3946.             /* [21] */
  3947.             "#",
  3948.             /* [22] */
  3949.             "$",
  3950.             /* [23] */
  3951.             "^",
  3952.             /* [24] */
  3953.             "%",
  3954.             /* [25] */
  3955.             "+",
  3956.             /* [26] */
  3957.             "(",
  3958.             /* [27] */
  3959.             "&",
  3960.             /* [28] */
  3961.             "_",
  3962.             /* [29] */
  3963.             "*",
  3964.             /* [30] */
  3965.             ")",
  3966.             /* [31] */
  3967.             "}",
  3968.             /* [32] */
  3969.             "O",
  3970.             /* [33] */
  3971.             "U",
  3972.             /* [34] */
  3973.             "{",
  3974.             /* [35] */
  3975.             "I",
  3976.             /* [36] */
  3977.             "P",
  3978.             /* [37] */
  3979.             "\n",
  3980.             /* [38] */
  3981.             "L",
  3982.             /* [39] */
  3983.             "J",
  3984.             /* [40] */
  3985.             "\"",
  3986.             /* [41] */
  3987.             "K",
  3988.             /* [42] */
  3989.             ":",
  3990.             /* [43] */
  3991.             "|",
  3992.             /* [44] */
  3993.             "<",
  3994.             /* [45] */
  3995.             "?",
  3996.             /* [46] */
  3997.             "N",
  3998.             /* [47] */
  3999.             "M",
  4000.             /* [48] */
  4001.             ">",
  4002.             /* [49] */
  4003.             "\t",
  4004.             /* [50] */
  4005.             " ",
  4006.             /* [51] */
  4007.             "~",
  4008.             /* [52] */
  4009.             "\b",
  4010.             /* [53] */
  4011.             "\0x03",
  4012.             /* [54] */
  4013.             "\0x1B",
  4014.             /* [55] */
  4015.             "",
  4016.             /* [56] */
  4017.             "",
  4018.             /* [57] */
  4019.             "",
  4020.             /* [58] */
  4021.             "",
  4022.             /* [59] */
  4023.             "",
  4024.             /* [60] */
  4025.             "",
  4026.             /* [61] */
  4027.             "",
  4028.             /* [62] */
  4029.             "",
  4030.             /* [63] */
  4031.             "",
  4032.             /* [64] */
  4033.             "",
  4034.             /* [65] */
  4035.             "",
  4036.             /* [66] */
  4037.             ".",
  4038.             /* [67] */
  4039.             "*",
  4040.             /* [68] */
  4041.             "*",
  4042.             /* [69] */
  4043.             "",
  4044.             /* [70] */
  4045.             "+",
  4046.             /* [71] */
  4047.             "+",
  4048.             /* [72] */
  4049.             "\0x1B",
  4050.             /* [73] */
  4051.             "=",
  4052.             /* [74] */
  4053.             "",
  4054.             /* [75] */
  4055.             "",
  4056.             /* [76] */
  4057.             "/",
  4058.             /* [77] */
  4059.             "\0x03",
  4060.             /* [78] */
  4061.             "/",
  4062.             /* [79] */
  4063.             "-",
  4064.             /* [80] */
  4065.             "",
  4066.             /* [81] */
  4067.             "",
  4068.             /* [82] */
  4069.             "=",
  4070.             /* [83] */
  4071.             "0",
  4072.             /* [84] */
  4073.             "1",
  4074.             /* [85] */
  4075.             "2",
  4076.             /* [86] */
  4077.             "3",
  4078.             /* [87] */
  4079.             "4",
  4080.             /* [88] */
  4081.             "5",
  4082.             /* [89] */
  4083.             "6",
  4084.             /* [90] */
  4085.             "7",
  4086.             /* [91] */
  4087.             "",
  4088.             /* [92] */
  4089.             "8",
  4090.             /* [93] */
  4091.             "9",
  4092.             /* [94] */
  4093.             "",
  4094.             /* [95] */
  4095.             "",
  4096.             /* [96] */
  4097.             "",
  4098.             /* [97] */
  4099.             "\0x10",
  4100.             /* [98] */
  4101.             "\0x10",
  4102.             /* [99] */
  4103.             "\0x10",
  4104.             /* [100] */
  4105.             "\0x10",
  4106.             /* [101] */
  4107.             "\0x10",
  4108.             /* [102] */
  4109.             "\0x10",
  4110.             /* [103] */
  4111.             "\0x10",
  4112.             /* [104] */
  4113.             "\0x10",
  4114.             /* [105] */
  4115.             "\0x10",
  4116.             /* [106] */
  4117.             "\0x10",
  4118.             /* [107] */
  4119.             "\0x10",
  4120.             /* [108] */
  4121.             "\0x10",
  4122.             /* [109] */
  4123.             "\0x10",
  4124.             /* [110] */
  4125.             "\0x10",
  4126.             /* [111] */
  4127.             "\0x10",
  4128.             /* [112] */
  4129.             "\0x10",
  4130.             /* [113] */
  4131.             "\0x10",
  4132.             /* [114] */
  4133.             "\0x10",
  4134.             /* [115] */
  4135.             "\0x05",
  4136.             /* [116] */
  4137.             "\0x01",
  4138.             /* [117] */
  4139.             "\v",
  4140.             /* [118] */
  4141.             "\?",
  4142.             /* [119] */
  4143.             "\0x10",
  4144.             /* [120] */
  4145.             "\0x04",
  4146.             /* [121] */
  4147.             "\0x10",
  4148.             /* [122] */
  4149.             "\f",
  4150.             /* [123] */
  4151.             "\0x10",
  4152.             /* [124] */
  4153.             "\0x1C",
  4154.             /* [125] */
  4155.             "\0x1D",
  4156.             /* [126] */
  4157.             "\0x1F",
  4158.             /* [127] */
  4159.             "\0x1E",
  4160.             /* [128] */
  4161.             ""
  4162.         },
  4163.         /* [3] */
  4164.         {    /* array: 128 elements */
  4165.             /* [1] */
  4166.             "A",
  4167.             /* [2] */
  4168.             "S",
  4169.             /* [3] */
  4170.             "D",
  4171.             /* [4] */
  4172.             "F",
  4173.             /* [5] */
  4174.             "H",
  4175.             /* [6] */
  4176.             "G",
  4177.             /* [7] */
  4178.             "Z",
  4179.             /* [8] */
  4180.             "X",
  4181.             /* [9] */
  4182.             "C",
  4183.             /* [10] */
  4184.             "V",
  4185.             /* [11] */
  4186.             "",
  4187.             /* [12] */
  4188.             "B",
  4189.             /* [13] */
  4190.             "Q",
  4191.             /* [14] */
  4192.             "W",
  4193.             /* [15] */
  4194.             "E",
  4195.             /* [16] */
  4196.             "R",
  4197.             /* [17] */
  4198.             "Y",
  4199.             /* [18] */
  4200.             "T",
  4201.             /* [19] */
  4202.             "1",
  4203.             /* [20] */
  4204.             "2",
  4205.             /* [21] */
  4206.             "3",
  4207.             /* [22] */
  4208.             "4",
  4209.             /* [23] */
  4210.             "6",
  4211.             /* [24] */
  4212.             "5",
  4213.             /* [25] */
  4214.             "=",
  4215.             /* [26] */
  4216.             "9",
  4217.             /* [27] */
  4218.             "7",
  4219.             /* [28] */
  4220.             "-",
  4221.             /* [29] */
  4222.             "8",
  4223.             /* [30] */
  4224.             "0",
  4225.             /* [31] */
  4226.             "]",
  4227.             /* [32] */
  4228.             "O",
  4229.             /* [33] */
  4230.             "U",
  4231.             /* [34] */
  4232.             "[",
  4233.             /* [35] */
  4234.             "I",
  4235.             /* [36] */
  4236.             "P",
  4237.             /* [37] */
  4238.             "\n",
  4239.             /* [38] */
  4240.             "L",
  4241.             /* [39] */
  4242.             "J",
  4243.             /* [40] */
  4244.             "'",
  4245.             /* [41] */
  4246.             "K",
  4247.             /* [42] */
  4248.             ";",
  4249.             /* [43] */
  4250.             "\\",
  4251.             /* [44] */
  4252.             ",",
  4253.             /* [45] */
  4254.             "/",
  4255.             /* [46] */
  4256.             "N",
  4257.             /* [47] */
  4258.             "M",
  4259.             /* [48] */
  4260.             ".",
  4261.             /* [49] */
  4262.             "\t",
  4263.             /* [50] */
  4264.             " ",
  4265.             /* [51] */
  4266.             "`",
  4267.             /* [52] */
  4268.             "\b",
  4269.             /* [53] */
  4270.             "\0x03",
  4271.             /* [54] */
  4272.             "\0x1B",
  4273.             /* [55] */
  4274.             "",
  4275.             /* [56] */
  4276.             "",
  4277.             /* [57] */
  4278.             "",
  4279.             /* [58] */
  4280.             "",
  4281.             /* [59] */
  4282.             "",
  4283.             /* [60] */
  4284.             "",
  4285.             /* [61] */
  4286.             "",
  4287.             /* [62] */
  4288.             "",
  4289.             /* [63] */
  4290.             "",
  4291.             /* [64] */
  4292.             "",
  4293.             /* [65] */
  4294.             "",
  4295.             /* [66] */
  4296.             ".",
  4297.             /* [67] */
  4298.             "\0x1D",
  4299.             /* [68] */
  4300.             "*",
  4301.             /* [69] */
  4302.             "",
  4303.             /* [70] */
  4304.             "+",
  4305.             /* [71] */
  4306.             "\0x1C",
  4307.             /* [72] */
  4308.             "\0x1B",
  4309.             /* [73] */
  4310.             "\0x1F",
  4311.             /* [74] */
  4312.             "",
  4313.             /* [75] */
  4314.             "",
  4315.             /* [76] */
  4316.             "/",
  4317.             /* [77] */
  4318.             "\0x03",
  4319.             /* [78] */
  4320.             "\0x1E",
  4321.             /* [79] */
  4322.             "-",
  4323.             /* [80] */
  4324.             "",
  4325.             /* [81] */
  4326.             "",
  4327.             /* [82] */
  4328.             "=",
  4329.             /* [83] */
  4330.             "0",
  4331.             /* [84] */
  4332.             "1",
  4333.             /* [85] */
  4334.             "2",
  4335.             /* [86] */
  4336.             "3",
  4337.             /* [87] */
  4338.             "4",
  4339.             /* [88] */
  4340.             "5",
  4341.             /* [89] */
  4342.             "6",
  4343.             /* [90] */
  4344.             "7",
  4345.             /* [91] */
  4346.             "",
  4347.             /* [92] */
  4348.             "8",
  4349.             /* [93] */
  4350.             "9",
  4351.             /* [94] */
  4352.             "",
  4353.             /* [95] */
  4354.             "",
  4355.             /* [96] */
  4356.             "",
  4357.             /* [97] */
  4358.             "\0x10",
  4359.             /* [98] */
  4360.             "\0x10",
  4361.             /* [99] */
  4362.             "\0x10",
  4363.             /* [100] */
  4364.             "\0x10",
  4365.             /* [101] */
  4366.             "\0x10",
  4367.             /* [102] */
  4368.             "\0x10",
  4369.             /* [103] */
  4370.             "\0x10",
  4371.             /* [104] */
  4372.             "\0x10",
  4373.             /* [105] */
  4374.             "\0x10",
  4375.             /* [106] */
  4376.             "\0x10",
  4377.             /* [107] */
  4378.             "\0x10",
  4379.             /* [108] */
  4380.             "\0x10",
  4381.             /* [109] */
  4382.             "\0x10",
  4383.             /* [110] */
  4384.             "\0x10",
  4385.             /* [111] */
  4386.             "\0x10",
  4387.             /* [112] */
  4388.             "\0x10",
  4389.             /* [113] */
  4390.             "\0x10",
  4391.             /* [114] */
  4392.             "\0x10",
  4393.             /* [115] */
  4394.             "\0x05",
  4395.             /* [116] */
  4396.             "\0x01",
  4397.             /* [117] */
  4398.             "\v",
  4399.             /* [118] */
  4400.             "\?",
  4401.             /* [119] */
  4402.             "\0x10",
  4403.             /* [120] */
  4404.             "\0x04",
  4405.             /* [121] */
  4406.             "\0x10",
  4407.             /* [122] */
  4408.             "\f",
  4409.             /* [123] */
  4410.             "\0x10",
  4411.             /* [124] */
  4412.             "\0x1C",
  4413.             /* [125] */
  4414.             "\0x1D",
  4415.             /* [126] */
  4416.             "\0x1F",
  4417.             /* [127] */
  4418.             "\0x1E",
  4419.             /* [128] */
  4420.             ""
  4421.         },
  4422.         /* [4] */
  4423.         {    /* array: 128 elements */
  4424.             /* [1] */
  4425.             "î",
  4426.             /* [2] */
  4427.             "º",
  4428.             /* [3] */
  4429.             "╢",
  4430.             /* [4] */
  4431.             "─",
  4432.             /* [5] */
  4433.             "\0xFA",
  4434.             /* [6] */
  4435.             "⌐",
  4436.             /* [7] */
  4437.             "╜",
  4438.             /* [8] */
  4439.             "┼",
  4440.             /* [9] */
  4441.             "ì",
  4442.             /* [10] */
  4443.             "├",
  4444.             /* [11] */
  4445.             "",
  4446.             /* [12] */
  4447.             "║",
  4448.             /* [13] */
  4449.             "╧",
  4450.             /* [14] */
  4451.             "╖",
  4452.             /* [15] */
  4453.             "Ä",
  4454.             /* [16] */
  4455.             "¿",
  4456.             /* [17] */
  4457.             "┤",
  4458.             /* [18] */
  4459.             "á",
  4460.             /* [19] */
  4461.             "┴",
  4462.             /* [20] */
  4463.             "¬",
  4464.             /* [21] */
  4465.             "ú",
  4466.             /* [22] */
  4467.             "ó",
  4468.             /* [23] */
  4469.             "ñ",
  4470.             /* [24] */
  4471.             "░",
  4472.             /* [25] */
  4473.             "¡",
  4474.             /* [26] */
  4475.             "╗",
  4476.             /* [27] */
  4477.             "ª",
  4478.             /* [28] */
  4479.             "╨",
  4480.             /* [29] */
  4481.             "Ñ",
  4482.             /* [30] */
  4483.             "╝",
  4484.             /* [31] */
  4485.             "╘",
  4486.             /* [32] */
  4487.             "┐",
  4488.             /* [33] */
  4489.             "ƒ",
  4490.             /* [34] */
  4491.             "╥",
  4492.             /* [35] */
  4493.             "ö",
  4494.             /* [36] */
  4495.             "╣",
  4496.             /* [37] */
  4497.             "\n",
  4498.             /* [38] */
  4499.             "┬",
  4500.             /* [39] */
  4501.             "╞",
  4502.             /* [40] */
  4503.             "╛",
  4504.             /* [41] */
  4505.             "\0xFB",
  4506.             /* [42] */
  4507.             "╔",
  4508.             /* [43] */
  4509.             "╟",
  4510.             /* [44] */
  4511.             "▓",
  4512.             /* [45] */
  4513.             "╓",
  4514.             /* [46] */
  4515.             "û",
  4516.             /* [47] */
  4517.             "╡",
  4518.             /* [48] */
  4519.             "│",
  4520.             /* [49] */
  4521.             "\t",
  4522.             /* [50] */
  4523.             "╩",
  4524.             /* [51] */
  4525.             "Å",
  4526.             /* [52] */
  4527.             "\b",
  4528.             /* [53] */
  4529.             "\0x03",
  4530.             /* [54] */
  4531.             "\0x1B",
  4532.             /* [55] */
  4533.             "",
  4534.             /* [56] */
  4535.             "",
  4536.             /* [57] */
  4537.             "",
  4538.             /* [58] */
  4539.             "",
  4540.             /* [59] */
  4541.             "",
  4542.             /* [60] */
  4543.             "",
  4544.             /* [61] */
  4545.             "",
  4546.             /* [62] */
  4547.             "",
  4548.             /* [63] */
  4549.             "",
  4550.             /* [64] */
  4551.             "",
  4552.             /* [65] */
  4553.             "",
  4554.             /* [66] */
  4555.             ".",
  4556.             /* [67] */
  4557.             "\0x1D",
  4558.             /* [68] */
  4559.             "*",
  4560.             /* [69] */
  4561.             "",
  4562.             /* [70] */
  4563.             "+",
  4564.             /* [71] */
  4565.             "\0x1C",
  4566.             /* [72] */
  4567.             "\0x1B",
  4568.             /* [73] */
  4569.             "\0x1F",
  4570.             /* [74] */
  4571.             "",
  4572.             /* [75] */
  4573.             "",
  4574.             /* [76] */
  4575.             "/",
  4576.             /* [77] */
  4577.             "\0x03",
  4578.             /* [78] */
  4579.             "\0x1E",
  4580.             /* [79] */
  4581.             "-",
  4582.             /* [80] */
  4583.             "",
  4584.             /* [81] */
  4585.             "",
  4586.             /* [82] */
  4587.             "=",
  4588.             /* [83] */
  4589.             "0",
  4590.             /* [84] */
  4591.             "1",
  4592.             /* [85] */
  4593.             "2",
  4594.             /* [86] */
  4595.             "3",
  4596.             /* [87] */
  4597.             "4",
  4598.             /* [88] */
  4599.             "5",
  4600.             /* [89] */
  4601.             "6",
  4602.             /* [90] */
  4603.             "7",
  4604.             /* [91] */
  4605.             "",
  4606.             /* [92] */
  4607.             "8",
  4608.             /* [93] */
  4609.             "9",
  4610.             /* [94] */
  4611.             "",
  4612.             /* [95] */
  4613.             "",
  4614.             /* [96] */
  4615.             "",
  4616.             /* [97] */
  4617.             "\0x10",
  4618.             /* [98] */
  4619.             "\0x10",
  4620.             /* [99] */
  4621.             "\0x10",
  4622.             /* [100] */
  4623.             "\0x10",
  4624.             /* [101] */
  4625.             "\0x10",
  4626.             /* [102] */
  4627.             "\0x10",
  4628.             /* [103] */
  4629.             "\0x10",
  4630.             /* [104] */
  4631.             "\0x10",
  4632.             /* [105] */
  4633.             "\0x10",
  4634.             /* [106] */
  4635.             "\0x10",
  4636.             /* [107] */
  4637.             "\0x10",
  4638.             /* [108] */
  4639.             "\0x10",
  4640.             /* [109] */
  4641.             "\0x10",
  4642.             /* [110] */
  4643.             "\0x10",
  4644.             /* [111] */
  4645.             "\0x10",
  4646.             /* [112] */
  4647.             "\0x10",
  4648.             /* [113] */
  4649.             "\0x10",
  4650.             /* [114] */
  4651.             "\0x10",
  4652.             /* [115] */
  4653.             "\0x05",
  4654.             /* [116] */
  4655.             "\0x01",
  4656.             /* [117] */
  4657.             "\v",
  4658.             /* [118] */
  4659.             "\?",
  4660.             /* [119] */
  4661.             "\0x10",
  4662.             /* [120] */
  4663.             "\0x04",
  4664.             /* [121] */
  4665.             "\0x10",
  4666.             /* [122] */
  4667.             "\f",
  4668.             /* [123] */
  4669.             "\0x10",
  4670.             /* [124] */
  4671.             "\0x1C",
  4672.             /* [125] */
  4673.             "\0x1D",
  4674.             /* [126] */
  4675.             "\0x1F",
  4676.             /* [127] */
  4677.             "\0x1E",
  4678.             /* [128] */
  4679.             ""
  4680.         },
  4681.         /* [5] */
  4682.         {    /* array: 128 elements */
  4683.             /* [1] */
  4684.             "ü",
  4685.             /* [2] */
  4686.             "\0xEA",
  4687.             /* [3] */
  4688.             "\0xEB",
  4689.             /* [4] */
  4690.             "\0xEC",
  4691.             /* [5] */
  4692.             "\0xEE",
  4693.             /* [6] */
  4694.             "\0xED",
  4695.             /* [7] */
  4696.             "\0xF3",
  4697.             /* [8] */
  4698.             "\0xF4",
  4699.             /* [9] */
  4700.             "é",
  4701.             /* [10] */
  4702.             "╫",
  4703.             /* [11] */
  4704.             "",
  4705.             /* [12] */
  4706.             "\0xF5",
  4707.             /* [13] */
  4708.             "╬",
  4709.             /* [14] */
  4710.             "\0xE3",
  4711.             /* [15] */
  4712.             "\0xE4",
  4713.             /* [16] */
  4714.             "\0xE5",
  4715.             /* [17] */
  4716.             "\0xE7",
  4717.             /* [18] */
  4718.             "\0xE6",
  4719.             /* [19] */
  4720.             "\0xDA",
  4721.             /* [20] */
  4722.             "\0xDB",
  4723.             /* [21] */
  4724.             "\0xDC",
  4725.             /* [22] */
  4726.             "\0xDD",
  4727.             /* [23] */
  4728.             "\0xDF",
  4729.             /* [24] */
  4730.             "\0xDE",
  4731.             /* [25] */
  4732.             "▒",
  4733.             /* [26] */
  4734.             "\0xE1",
  4735.             /* [27] */
  4736.             "\0xE0",
  4737.             /* [28] */
  4738.             "╤",
  4739.             /* [29] */
  4740.             "í",
  4741.             /* [30] */
  4742.             "\0xE2",
  4743.             /* [31] */
  4744.             "╒",
  4745.             /* [32] */
  4746.             "»",
  4747.             /* [33] */
  4748.             "\0xE8",
  4749.             /* [34] */
  4750.             "╙",
  4751.             /* [35] */
  4752.             "\0xE9",
  4753.             /* [36] */
  4754.             "╕",
  4755.             /* [37] */
  4756.             "\n",
  4757.             /* [38] */
  4758.             "\0xF1",
  4759.             /* [39] */
  4760.             "\0xEF",
  4761.             /* [40] */
  4762.             "«",
  4763.             /* [41] */
  4764.             "\0xF0",
  4765.             /* [42] */
  4766.             "\0xF2",
  4767.             /* [43] */
  4768.             "╚",
  4769.             /* [44] */
  4770.             "\0xF8",
  4771.             /* [45] */
  4772.             "└",
  4773.             /* [46] */
  4774.             "\0xF6",
  4775.             /* [47] */
  4776.             "\0xF7",
  4777.             /* [48] */
  4778.             "\0xF9",
  4779.             /* [49] */
  4780.             "\t",
  4781.             /* [50] */
  4782.             "╩",
  4783.             /* [51] */
  4784.             "\0xD9",
  4785.             /* [52] */
  4786.             "\b",
  4787.             /* [53] */
  4788.             "\0x03",
  4789.             /* [54] */
  4790.             "\0x1B",
  4791.             /* [55] */
  4792.             "",
  4793.             /* [56] */
  4794.             "",
  4795.             /* [57] */
  4796.             "",
  4797.             /* [58] */
  4798.             "",
  4799.             /* [59] */
  4800.             "",
  4801.             /* [60] */
  4802.             "",
  4803.             /* [61] */
  4804.             "",
  4805.             /* [62] */
  4806.             "",
  4807.             /* [63] */
  4808.             "",
  4809.             /* [64] */
  4810.             "",
  4811.             /* [65] */
  4812.             "",
  4813.             /* [66] */
  4814.             ".",
  4815.             /* [67] */
  4816.             "*",
  4817.             /* [68] */
  4818.             "*",
  4819.             /* [69] */
  4820.             "",
  4821.             /* [70] */
  4822.             "+",
  4823.             /* [71] */
  4824.             "+",
  4825.             /* [72] */
  4826.             "\0x1B",
  4827.             /* [73] */
  4828.             "=",
  4829.             /* [74] */
  4830.             "",
  4831.             /* [75] */
  4832.             "",
  4833.             /* [76] */
  4834.             "/",
  4835.             /* [77] */
  4836.             "\0x03",
  4837.             /* [78] */
  4838.             "/",
  4839.             /* [79] */
  4840.             "-",
  4841.             /* [80] */
  4842.             "",
  4843.             /* [81] */
  4844.             "",
  4845.             /* [82] */
  4846.             "=",
  4847.             /* [83] */
  4848.             "0",
  4849.             /* [84] */
  4850.             "1",
  4851.             /* [85] */
  4852.             "2",
  4853.             /* [86] */
  4854.             "3",
  4855.             /* [87] */
  4856.             "4",
  4857.             /* [88] */
  4858.             "5",
  4859.             /* [89] */
  4860.             "6",
  4861.             /* [90] */
  4862.             "7",
  4863.             /* [91] */
  4864.             "",
  4865.             /* [92] */
  4866.             "8",
  4867.             /* [93] */
  4868.             "9",
  4869.             /* [94] */
  4870.             "",
  4871.             /* [95] */
  4872.             "",
  4873.             /* [96] */
  4874.             "",
  4875.             /* [97] */
  4876.             "\0x10",
  4877.             /* [98] */
  4878.             "\0x10",
  4879.             /* [99] */
  4880.             "\0x10",
  4881.             /* [100] */
  4882.             "\0x10",
  4883.             /* [101] */
  4884.             "\0x10",
  4885.             /* [102] */
  4886.             "\0x10",
  4887.             /* [103] */
  4888.             "\0x10",
  4889.             /* [104] */
  4890.             "\0x10",
  4891.             /* [105] */
  4892.             "\0x10",
  4893.             /* [106] */
  4894.             "\0x10",
  4895.             /* [107] */
  4896.             "\0x10",
  4897.             /* [108] */
  4898.             "\0x10",
  4899.             /* [109] */
  4900.             "\0x10",
  4901.             /* [110] */
  4902.             "\0x10",
  4903.             /* [111] */
  4904.             "\0x10",
  4905.             /* [112] */
  4906.             "\0x10",
  4907.             /* [113] */
  4908.             "\0x10",
  4909.             /* [114] */
  4910.             "\0x10",
  4911.             /* [115] */
  4912.             "\0x05",
  4913.             /* [116] */
  4914.             "\0x01",
  4915.             /* [117] */
  4916.             "\v",
  4917.             /* [118] */
  4918.             "\?",
  4919.             /* [119] */
  4920.             "\0x10",
  4921.             /* [120] */
  4922.             "\0x04",
  4923.             /* [121] */
  4924.             "\0x10",
  4925.             /* [122] */
  4926.             "\f",
  4927.             /* [123] */
  4928.             "\0x10",
  4929.             /* [124] */
  4930.             "\0x1C",
  4931.             /* [125] */
  4932.             "\0x1D",
  4933.             /* [126] */
  4934.             "\0x1F",
  4935.             /* [127] */
  4936.             "\0x1E",
  4937.             /* [128] */
  4938.             ""
  4939.         },
  4940.         /* [6] */
  4941.         {    /* array: 128 elements */
  4942.             /* [1] */
  4943.             "ü",
  4944.             /* [2] */
  4945.             "\0xEA",
  4946.             /* [3] */
  4947.             "\0xEB",
  4948.             /* [4] */
  4949.             "\0xEC",
  4950.             /* [5] */
  4951.             "\0xEE",
  4952.             /* [6] */
  4953.             "\0xED",
  4954.             /* [7] */
  4955.             "\0xF3",
  4956.             /* [8] */
  4957.             "\0xF4",
  4958.             /* [9] */
  4959.             "é",
  4960.             /* [10] */
  4961.             "╫",
  4962.             /* [11] */
  4963.             "",
  4964.             /* [12] */
  4965.             "\0xF5",
  4966.             /* [13] */
  4967.             "╬",
  4968.             /* [14] */
  4969.             "\0xE3",
  4970.             /* [15] */
  4971.             "\0xE4",
  4972.             /* [16] */
  4973.             "\0xE5",
  4974.             /* [17] */
  4975.             "\0xE7",
  4976.             /* [18] */
  4977.             "\0xE6",
  4978.             /* [19] */
  4979.             "┴",
  4980.             /* [20] */
  4981.             "¬",
  4982.             /* [21] */
  4983.             "ú",
  4984.             /* [22] */
  4985.             "ó",
  4986.             /* [23] */
  4987.             "ñ",
  4988.             /* [24] */
  4989.             "░",
  4990.             /* [25] */
  4991.             "¡",
  4992.             /* [26] */
  4993.             "╗",
  4994.             /* [27] */
  4995.             "ª",
  4996.             /* [28] */
  4997.             "╨",
  4998.             /* [29] */
  4999.             "Ñ",
  5000.             /* [30] */
  5001.             "╝",
  5002.             /* [31] */
  5003.             "╘",
  5004.             /* [32] */
  5005.             "»",
  5006.             /* [33] */
  5007.             "\0xE8",
  5008.             /* [34] */
  5009.             "╥",
  5010.             /* [35] */
  5011.             "\0xE9",
  5012.             /* [36] */
  5013.             "╕",
  5014.             /* [37] */
  5015.             "\n",
  5016.             /* [38] */
  5017.             "\0xF1",
  5018.             /* [39] */
  5019.             "\0xEF",
  5020.             /* [40] */
  5021.             "«",
  5022.             /* [41] */
  5023.             "\0xF0",
  5024.             /* [42] */
  5025.             "╔",
  5026.             /* [43] */
  5027.             "╟",
  5028.             /* [44] */
  5029.             "▓",
  5030.             /* [45] */
  5031.             "╓",
  5032.             /* [46] */
  5033.             "\0xF6",
  5034.             /* [47] */
  5035.             "\0xF7",
  5036.             /* [48] */
  5037.             "│",
  5038.             /* [49] */
  5039.             "\t",
  5040.             /* [50] */
  5041.             "╩",
  5042.             /* [51] */
  5043.             "`",
  5044.             /* [52] */
  5045.             "\b",
  5046.             /* [53] */
  5047.             "\0x03",
  5048.             /* [54] */
  5049.             "\0x1B",
  5050.             /* [55] */
  5051.             "",
  5052.             /* [56] */
  5053.             "",
  5054.             /* [57] */
  5055.             "",
  5056.             /* [58] */
  5057.             "",
  5058.             /* [59] */
  5059.             "",
  5060.             /* [60] */
  5061.             "",
  5062.             /* [61] */
  5063.             "",
  5064.             /* [62] */
  5065.             "",
  5066.             /* [63] */
  5067.             "",
  5068.             /* [64] */
  5069.             "",
  5070.             /* [65] */
  5071.             "",
  5072.             /* [66] */
  5073.             ".",
  5074.             /* [67] */
  5075.             "\0x1D",
  5076.             /* [68] */
  5077.             "*",
  5078.             /* [69] */
  5079.             "",
  5080.             /* [70] */
  5081.             "+",
  5082.             /* [71] */
  5083.             "\0x1C",
  5084.             /* [72] */
  5085.             "\0x1B",
  5086.             /* [73] */
  5087.             "\0x1F",
  5088.             /* [74] */
  5089.             "",
  5090.             /* [75] */
  5091.             "",
  5092.             /* [76] */
  5093.             "/",
  5094.             /* [77] */
  5095.             "\0x03",
  5096.             /* [78] */
  5097.             "\0x1E",
  5098.             /* [79] */
  5099.             "-",
  5100.             /* [80] */
  5101.             "",
  5102.             /* [81] */
  5103.             "",
  5104.             /* [82] */
  5105.             "=",
  5106.             /* [83] */
  5107.             "0",
  5108.             /* [84] */
  5109.             "1",
  5110.             /* [85] */
  5111.             "2",
  5112.             /* [86] */
  5113.             "3",
  5114.             /* [87] */
  5115.             "4",
  5116.             /* [88] */
  5117.             "5",
  5118.             /* [89] */
  5119.             "6",
  5120.             /* [90] */
  5121.             "7",
  5122.             /* [91] */
  5123.             "",
  5124.             /* [92] */
  5125.             "8",
  5126.             /* [93] */
  5127.             "9",
  5128.             /* [94] */
  5129.             "",
  5130.             /* [95] */
  5131.             "",
  5132.             /* [96] */
  5133.             "",
  5134.             /* [97] */
  5135.             "\0x10",
  5136.             /* [98] */
  5137.             "\0x10",
  5138.             /* [99] */
  5139.             "\0x10",
  5140.             /* [100] */
  5141.             "\0x10",
  5142.             /* [101] */
  5143.             "\0x10",
  5144.             /* [102] */
  5145.             "\0x10",
  5146.             /* [103] */
  5147.             "\0x10",
  5148.             /* [104] */
  5149.             "\0x10",
  5150.             /* [105] */
  5151.             "\0x10",
  5152.             /* [106] */
  5153.             "\0x10",
  5154.             /* [107] */
  5155.             "\0x10",
  5156.             /* [108] */
  5157.             "\0x10",
  5158.             /* [109] */
  5159.             "\0x10",
  5160.             /* [110] */
  5161.             "\0x10",
  5162.             /* [111] */
  5163.             "\0x10",
  5164.             /* [112] */
  5165.             "\0x10",
  5166.             /* [113] */
  5167.             "\0x10",
  5168.             /* [114] */
  5169.             "\0x10",
  5170.             /* [115] */
  5171.             "\0x05",
  5172.             /* [116] */
  5173.             "\0x01",
  5174.             /* [117] */
  5175.             "\v",
  5176.             /* [118] */
  5177.             "\?",
  5178.             /* [119] */
  5179.             "\0x10",
  5180.             /* [120] */
  5181.             "\0x04",
  5182.             /* [121] */
  5183.             "\0x10",
  5184.             /* [122] */
  5185.             "\f",
  5186.             /* [123] */
  5187.             "\0x10",
  5188.             /* [124] */
  5189.             "\0x1C",
  5190.             /* [125] */
  5191.             "\0x1D",
  5192.             /* [126] */
  5193.             "\0x1F",
  5194.             /* [127] */
  5195.             "\0x1E",
  5196.             /* [128] */
  5197.             ""
  5198.         },
  5199.         /* [7] */
  5200.         {    /* array: 128 elements */
  5201.             /* [1] */
  5202.             "î",
  5203.             /* [2] */
  5204.             "º",
  5205.             /* [3] */
  5206.             "╢",
  5207.             /* [4] */
  5208.             "─",
  5209.             /* [5] */
  5210.             "\0xFA",
  5211.             /* [6] */
  5212.             "⌐",
  5213.             /* [7] */
  5214.             "╜",
  5215.             /* [8] */
  5216.             "┼",
  5217.             /* [9] */
  5218.             "ì",
  5219.             /* [10] */
  5220.             "├",
  5221.             /* [11] */
  5222.             "",
  5223.             /* [12] */
  5224.             "║",
  5225.             /* [13] */
  5226.             "╧",
  5227.             /* [14] */
  5228.             "╖",
  5229.             /* [15] */
  5230.             "½",
  5231.             /* [16] */
  5232.             "¿",
  5233.             /* [17] */
  5234.             "┤",
  5235.             /* [18] */
  5236.             "á",
  5237.             /* [19] */
  5238.             "┴",
  5239.             /* [20] */
  5240.             "¬",
  5241.             /* [21] */
  5242.             "ú",
  5243.             /* [22] */
  5244.             "ó",
  5245.             /* [23] */
  5246.             "ñ",
  5247.             /* [24] */
  5248.             "░",
  5249.             /* [25] */
  5250.             "¡",
  5251.             /* [26] */
  5252.             "╗",
  5253.             /* [27] */
  5254.             "ª",
  5255.             /* [28] */
  5256.             "╨",
  5257.             /* [29] */
  5258.             "Ñ",
  5259.             /* [30] */
  5260.             "╝",
  5261.             /* [31] */
  5262.             "╘",
  5263.             /* [32] */
  5264.             "┐",
  5265.             /* [33] */
  5266.             "¼",
  5267.             /* [34] */
  5268.             "╥",
  5269.             /* [35] */
  5270.             "^",
  5271.             /* [36] */
  5272.             "╣",
  5273.             /* [37] */
  5274.             "\n",
  5275.             /* [38] */
  5276.             "┬",
  5277.             /* [39] */
  5278.             "╞",
  5279.             /* [40] */
  5280.             "╛",
  5281.             /* [41] */
  5282.             "\0xFB",
  5283.             /* [42] */
  5284.             "╔",
  5285.             /* [43] */
  5286.             "╟",
  5287.             /* [44] */
  5288.             "▓",
  5289.             /* [45] */
  5290.             "╓",
  5291.             /* [46] */
  5292.             "~",
  5293.             /* [47] */
  5294.             "╡",
  5295.             /* [48] */
  5296.             "│",
  5297.             /* [49] */
  5298.             "\t",
  5299.             /* [50] */
  5300.             "╩",
  5301.             /* [51] */
  5302.             "`",
  5303.             /* [52] */
  5304.             "\b",
  5305.             /* [53] */
  5306.             "\0x03",
  5307.             /* [54] */
  5308.             "\0x1B",
  5309.             /* [55] */
  5310.             "",
  5311.             /* [56] */
  5312.             "",
  5313.             /* [57] */
  5314.             "",
  5315.             /* [58] */
  5316.             "",
  5317.             /* [59] */
  5318.             "",
  5319.             /* [60] */
  5320.             "",
  5321.             /* [61] */
  5322.             "",
  5323.             /* [62] */
  5324.             "",
  5325.             /* [63] */
  5326.             "",
  5327.             /* [64] */
  5328.             "",
  5329.             /* [65] */
  5330.             "",
  5331.             /* [66] */
  5332.             ".",
  5333.             /* [67] */
  5334.             "\0x1D",
  5335.             /* [68] */
  5336.             "*",
  5337.             /* [69] */
  5338.             "",
  5339.             /* [70] */
  5340.             "+",
  5341.             /* [71] */
  5342.             "\0x1C",
  5343.             /* [72] */
  5344.             "\0x1B",
  5345.             /* [73] */
  5346.             "\0x1F",
  5347.             /* [74] */
  5348.             "",
  5349.             /* [75] */
  5350.             "",
  5351.             /* [76] */
  5352.             "/",
  5353.             /* [77] */
  5354.             "\0x03",
  5355.             /* [78] */
  5356.             "\0x1E",
  5357.             /* [79] */
  5358.             "-",
  5359.             /* [80] */
  5360.             "",
  5361.             /* [81] */
  5362.             "",
  5363.             /* [82] */
  5364.             "=",
  5365.             /* [83] */
  5366.             "0",
  5367.             /* [84] */
  5368.             "1",
  5369.             /* [85] */
  5370.             "2",
  5371.             /* [86] */
  5372.             "3",
  5373.             /* [87] */
  5374.             "4",
  5375.             /* [88] */
  5376.             "5",
  5377.             /* [89] */
  5378.             "6",
  5379.             /* [90] */
  5380.             "7",
  5381.             /* [91] */
  5382.             "",
  5383.             /* [92] */
  5384.             "8",
  5385.             /* [93] */
  5386.             "9",
  5387.             /* [94] */
  5388.             "",
  5389.             /* [95] */
  5390.             "",
  5391.             /* [96] */
  5392.             "",
  5393.             /* [97] */
  5394.             "\0x10",
  5395.             /* [98] */
  5396.             "\0x10",
  5397.             /* [99] */
  5398.             "\0x10",
  5399.             /* [100] */
  5400.             "\0x10",
  5401.             /* [101] */
  5402.             "\0x10",
  5403.             /* [102] */
  5404.             "\0x10",
  5405.             /* [103] */
  5406.             "\0x10",
  5407.             /* [104] */
  5408.             "\0x10",
  5409.             /* [105] */
  5410.             "\0x10",
  5411.             /* [106] */
  5412.             "\0x10",
  5413.             /* [107] */
  5414.             "\0x10",
  5415.             /* [108] */
  5416.             "\0x10",
  5417.             /* [109] */
  5418.             "\0x10",
  5419.             /* [110] */
  5420.             "\0x10",
  5421.             /* [111] */
  5422.             "\0x10",
  5423.             /* [112] */
  5424.             "\0x10",
  5425.             /* [113] */
  5426.             "\0x10",
  5427.             /* [114] */
  5428.             "\0x10",
  5429.             /* [115] */
  5430.             "\0x05",
  5431.             /* [116] */
  5432.             "\0x01",
  5433.             /* [117] */
  5434.             "\v",
  5435.             /* [118] */
  5436.             "\?",
  5437.             /* [119] */
  5438.             "\0x10",
  5439.             /* [120] */
  5440.             "\0x04",
  5441.             /* [121] */
  5442.             "\0x10",
  5443.             /* [122] */
  5444.             "\f",
  5445.             /* [123] */
  5446.             "\0x10",
  5447.             /* [124] */
  5448.             "\0x1C",
  5449.             /* [125] */
  5450.             "\0x1D",
  5451.             /* [126] */
  5452.             "\0x1F",
  5453.             /* [127] */
  5454.             "\0x1E",
  5455.             /* [128] */
  5456.             ""
  5457.         },
  5458.         /* [8] */
  5459.         {    /* array: 128 elements */
  5460.             /* [1] */
  5461.             "\0x01",
  5462.             /* [2] */
  5463.             "\0x13",
  5464.             /* [3] */
  5465.             "\0x04",
  5466.             /* [4] */
  5467.             "\0x06",
  5468.             /* [5] */
  5469.             "\b",
  5470.             /* [6] */
  5471.             "\0x07",
  5472.             /* [7] */
  5473.             "\0x1A",
  5474.             /* [8] */
  5475.             "\0x18",
  5476.             /* [9] */
  5477.             "\0x03",
  5478.             /* [10] */
  5479.             "\0x16",
  5480.             /* [11] */
  5481.             "0",
  5482.             /* [12] */
  5483.             "\0x02",
  5484.             /* [13] */
  5485.             "\0x11",
  5486.             /* [14] */
  5487.             "\0x17",
  5488.             /* [15] */
  5489.             "\0x05",
  5490.             /* [16] */
  5491.             "\0x12",
  5492.             /* [17] */
  5493.             "\0x19",
  5494.             /* [18] */
  5495.             "\0x14",
  5496.             /* [19] */
  5497.             "1",
  5498.             /* [20] */
  5499.             "2",
  5500.             /* [21] */
  5501.             "3",
  5502.             /* [22] */
  5503.             "4",
  5504.             /* [23] */
  5505.             "6",
  5506.             /* [24] */
  5507.             "5",
  5508.             /* [25] */
  5509.             "=",
  5510.             /* [26] */
  5511.             "9",
  5512.             /* [27] */
  5513.             "7",
  5514.             /* [28] */
  5515.             "\0x1F",
  5516.             /* [29] */
  5517.             "8",
  5518.             /* [30] */
  5519.             "0",
  5520.             /* [31] */
  5521.             "\0x1D",
  5522.             /* [32] */
  5523.             "\0x0F",
  5524.             /* [33] */
  5525.             "\0x15",
  5526.             /* [34] */
  5527.             "\0x1B",
  5528.             /* [35] */
  5529.             "\t",
  5530.             /* [36] */
  5531.             "\0x10",
  5532.             /* [37] */
  5533.             "\n",
  5534.             /* [38] */
  5535.             "\f",
  5536.             /* [39] */
  5537.             "\0x0A",
  5538.             /* [40] */
  5539.             "'",
  5540.             /* [41] */
  5541.             "\v",
  5542.             /* [42] */
  5543.             ";",
  5544.             /* [43] */
  5545.             "\0x1C",
  5546.             /* [44] */
  5547.             ",",
  5548.             /* [45] */
  5549.             "/",
  5550.             /* [46] */
  5551.             "\0x0E",
  5552.             /* [47] */
  5553.             "\n",
  5554.             /* [48] */
  5555.             ".",
  5556.             /* [49] */
  5557.             "\t",
  5558.             /* [50] */
  5559.             " ",
  5560.             /* [51] */
  5561.             "`",
  5562.             /* [52] */
  5563.             "\b",
  5564.             /* [53] */
  5565.             "\0x03",
  5566.             /* [54] */
  5567.             "\0x1B",
  5568.             /* [55] */
  5569.             "",
  5570.             /* [56] */
  5571.             "",
  5572.             /* [57] */
  5573.             "",
  5574.             /* [58] */
  5575.             "",
  5576.             /* [59] */
  5577.             "",
  5578.             /* [60] */
  5579.             "",
  5580.             /* [61] */
  5581.             "",
  5582.             /* [62] */
  5583.             "",
  5584.             /* [63] */
  5585.             "",
  5586.             /* [64] */
  5587.             "",
  5588.             /* [65] */
  5589.             "",
  5590.             /* [66] */
  5591.             ".",
  5592.             /* [67] */
  5593.             "\0x1D",
  5594.             /* [68] */
  5595.             "*",
  5596.             /* [69] */
  5597.             "",
  5598.             /* [70] */
  5599.             "+",
  5600.             /* [71] */
  5601.             "\0x1C",
  5602.             /* [72] */
  5603.             "\0x1B",
  5604.             /* [73] */
  5605.             "\0x1F",
  5606.             /* [74] */
  5607.             "",
  5608.             /* [75] */
  5609.             "",
  5610.             /* [76] */
  5611.             "/",
  5612.             /* [77] */
  5613.             "\0x03",
  5614.             /* [78] */
  5615.             "\0x1E",
  5616.             /* [79] */
  5617.             "-",
  5618.             /* [80] */
  5619.             "",
  5620.             /* [81] */
  5621.             "",
  5622.             /* [82] */
  5623.             "=",
  5624.             /* [83] */
  5625.             "0",
  5626.             /* [84] */
  5627.             "1",
  5628.             /* [85] */
  5629.             "2",
  5630.             /* [86] */
  5631.             "3",
  5632.             /* [87] */
  5633.             "4",
  5634.             /* [88] */
  5635.             "5",
  5636.             /* [89] */
  5637.             "6",
  5638.             /* [90] */
  5639.             "7",
  5640.             /* [91] */
  5641.             "",
  5642.             /* [92] */
  5643.             "8",
  5644.             /* [93] */
  5645.             "9",
  5646.             /* [94] */
  5647.             "",
  5648.             /* [95] */
  5649.             "",
  5650.             /* [96] */
  5651.             "",
  5652.             /* [97] */
  5653.             "\0x10",
  5654.             /* [98] */
  5655.             "\0x10",
  5656.             /* [99] */
  5657.             "\0x10",
  5658.             /* [100] */
  5659.             "\0x10",
  5660.             /* [101] */
  5661.             "\0x10",
  5662.             /* [102] */
  5663.             "\0x10",
  5664.             /* [103] */
  5665.             "\0x10",
  5666.             /* [104] */
  5667.             "\0x10",
  5668.             /* [105] */
  5669.             "\0x10",
  5670.             /* [106] */
  5671.             "\0x10",
  5672.             /* [107] */
  5673.             "\0x10",
  5674.             /* [108] */
  5675.             "\0x10",
  5676.             /* [109] */
  5677.             "\0x10",
  5678.             /* [110] */
  5679.             "\0x10",
  5680.             /* [111] */
  5681.             "\0x10",
  5682.             /* [112] */
  5683.             "\0x10",
  5684.             /* [113] */
  5685.             "\0x10",
  5686.             /* [114] */
  5687.             "\0x10",
  5688.             /* [115] */
  5689.             "\0x05",
  5690.             /* [116] */
  5691.             "\0x01",
  5692.             /* [117] */
  5693.             "\v",
  5694.             /* [118] */
  5695.             "\?",
  5696.             /* [119] */
  5697.             "\0x10",
  5698.             /* [120] */
  5699.             "\0x04",
  5700.             /* [121] */
  5701.             "\0x10",
  5702.             /* [122] */
  5703.             "\f",
  5704.             /* [123] */
  5705.             "\0x10",
  5706.             /* [124] */
  5707.             "\0x1C",
  5708.             /* [125] */
  5709.             "\0x1D",
  5710.             /* [126] */
  5711.             "\0x1F",
  5712.             /* [127] */
  5713.             "\0x1E",
  5714.             /* [128] */
  5715.             ""
  5716.         }
  5717.     },
  5718.     {    /* array DeadArray: 0 elements */
  5719.     }
  5720. };
  5721.  
  5722. /* and the icon for our new key map */
  5723. resource 'SICN' (13000) {
  5724.     {    /* array: 1 elements */
  5725.         /* [1] */
  5726.         $"0DD8 1634 1C1C 2002 5009 5819 4662 318C"
  5727.         $"0C30 1FFE 7AB2 C953 8AB1 8D79 8FF8 9FF8"
  5728.     }
  5729. };
  5730.