home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckmker.r < prev    next >
Text File  |  2020-01-01  |  91KB  |  6,086 lines

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