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