home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / BalloonC.r < prev    next >
Encoding:
Text File  |  1995-11-22  |  14.9 KB  |  1,065 lines  |  [TEXT/CWIE]

  1. /*
  2. Copyright © 1993,1994 by Fabrizio Oddone
  3. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  4. This source code is distributed as freeware: you can copy, exchange, modify this
  5. code as you wish. You may include this code in any kind of application: freeware,
  6. shareware, or commercial, provided that full credits are given.
  7. You may not sell or distribute this code for profit.
  8. */
  9.  
  10. #include "BalloonTypes.r"
  11.  
  12. resource 'hfdr' (-5696, purgeable) {
  13.     HelpMgrVersion,
  14.     hmDefaultOptions,
  15.     0,
  16.     0,
  17.     {
  18.         HMTEResItem {
  19.             1000
  20.         }
  21.     }
  22. };
  23.  
  24. resource 'hmnu' (1, purgeable) {
  25.     HelpMgrVersion,
  26.     hmDefaultOptions,
  27.     0,
  28.     0,
  29.  
  30.         HMSkipItem { },            /* item -1:Missing menu items */
  31.     {
  32.  
  33.         HMSkipItem { },            /* item 0:Menu Title */
  34.         HMStringResItem {        /* item 1:Open… */
  35.             1000,1,
  36.             0,0,
  37.             0,0,
  38.             0,0
  39.         },
  40.         HMStringResItem {        /* item 2:Save As… */
  41.             1000,2,
  42.             0,0,
  43.             0,0,
  44.             0,0
  45.         }
  46.     }
  47. };
  48.  
  49. resource 'hmnu' (2, purgeable) {
  50.     HelpMgrVersion,
  51.     hmDefaultOptions,
  52.     0,
  53.     0,
  54.  
  55.         HMSkipItem { },            /* item -1:Missing menu items */
  56.     {
  57.  
  58.         HMSkipItem { },            /* item 0:Menu Title */
  59.         HMStringResItem {        /* item 1:Open… */
  60.             1000,3,
  61.             0,0,
  62.             0,0,
  63.             0,0
  64.         },
  65.         HMStringResItem {        /* item 2:Save As… */
  66.             1000,4,
  67.             0,0,
  68.             0,0,
  69.             0,0
  70.         }
  71.     }
  72. };
  73.  
  74. resource 'hmnu' (3, purgeable) {
  75.     HelpMgrVersion,
  76.     hmDefaultOptions,
  77.     0,
  78.     0,
  79.  
  80.         HMStringResItem {        /* item -1:Missing menu items */
  81.             1000,5,
  82.             0,0,
  83.             0,0,
  84.             0,0
  85.         },
  86.     {
  87.  
  88.     }
  89. };
  90.  
  91. resource 'hmnu' (4, purgeable) {
  92.     HelpMgrVersion,
  93.     hmDefaultOptions,
  94.     0,
  95.     0,
  96.  
  97.         HMStringResItem {        /* item -1:Missing menu items */
  98.             1000,6,
  99.             0,0,
  100.             0,0,
  101.             0,0
  102.         },
  103.     {
  104.  
  105.     }
  106. };
  107.  
  108. resource 'hmnu' (256, purgeable) {
  109.     HelpMgrVersion,
  110.     hmDefaultOptions,
  111.     0,
  112.     0,
  113.  
  114.         HMSkipItem { },            /* item -1:Missing menu items */
  115.     {
  116.  
  117.         HMSkipItem { },            /* item 0:Menu Title */
  118.         HMStringResItem {        /* item 1:Decimal */
  119.             1001,1,
  120.             0,0,
  121.             1001,2,
  122.             0,0
  123.         },
  124.         HMStringResItem {        /* item 2:Hexadecimal */
  125.             1001,3,
  126.             0,0,
  127.             1001,4,
  128.             0,0
  129.         },
  130.         HMStringResItem {        /* item 3:Octal */
  131.             1001,5,
  132.             0,0,
  133.             1001,6,
  134.             0,0
  135.         },
  136.         HMStringResItem {        /* item 4:Binary */
  137.             1001,7,
  138.             0,0,
  139.             1001,8,
  140.             0,0
  141.         },
  142.             HMSkipItem { },            /* sep line */
  143.         HMStringResItem {        /* item 6:as text */
  144.             1001,9,
  145.             0,0,
  146.             1001,10,
  147.             0,0
  148.         }
  149.     }
  150. };
  151.  
  152. resource 'hmnu' (257, purgeable) {
  153.     HelpMgrVersion,
  154.     hmDefaultOptions,
  155.     0,
  156.     0,
  157.  
  158.         HMSkipItem { },            /* item -1:Missing menu items */
  159.     {
  160.  
  161.         HMSkipItem { },            /* item 0:Menu Title */
  162.         HMStringResItem {        /* item 1:Dec */
  163.             1001,11,
  164.             0,0,
  165.             1001,12,
  166.             0,0
  167.         },
  168.         HMStringResItem {        /* item 2:Hex */
  169.             1001,13,
  170.             0,0,
  171.             1001,14,
  172.             0,0
  173.         },
  174.         HMStringResItem {        /* item 3:Oct */
  175.             1001,15,
  176.             0,0,
  177.             1001,16,
  178.             0,0
  179.         },
  180.         HMStringResItem {        /* item 4:Bin */
  181.             1001,17,
  182.             0,0,
  183.             1001,18,
  184.             0,0
  185.         },
  186.             HMSkipItem { },            /* sep line */
  187.         HMStringResItem {        /* item 6:as text */
  188.             1001,19,
  189.             0,0,
  190.             1001,20,
  191.             0,0
  192.         }
  193.     }
  194. };
  195.  
  196. resource 'hmnu' (258, purgeable) {    /* Shifter: */
  197.     HelpMgrVersion,
  198.     hmDefaultOptions,
  199.     0,
  200.     0,
  201.  
  202.         HMSkipItem { },            /* item -1:Missing menu items */
  203.     {
  204.  
  205.         HMSkipItem { },            /* item 0:Menu Title */
  206.         HMStringResItem {        /* item 1:Inactive */
  207.             1001,21,
  208.             0,0,
  209.             1001,22,
  210.             0,0
  211.         },
  212.         HMStringResItem {        /* item 2:Left */
  213.             1001,23,
  214.             0,0,
  215.             1001,24,
  216.             0,0
  217.         },
  218.         HMStringResItem {        /* item 3:Right Logical */
  219.             1001,25,
  220.             0,0,
  221.             1001,26,
  222.             0,0
  223.         },
  224.         HMStringResItem {        /* item 4:Right Arithmetic */
  225.             1001,27,
  226.             0,0,
  227.             1001,28,
  228.             0,0
  229.         }
  230.     }
  231. };
  232.  
  233. resource 'hmnu' (259, purgeable) {    /* Branch: */
  234.     HelpMgrVersion,
  235.     hmDefaultOptions,
  236.     0,
  237.     0,
  238.  
  239.         HMSkipItem { },            /* item -1:Missing menu items */
  240.     {
  241.  
  242.         HMSkipItem { },            /* item 0:Menu Title */
  243.         HMStringResItem {        /* item 1:never */
  244.             1001,29,
  245.             0,0,
  246.             1001,30,
  247.             0,0
  248.         },
  249.         HMStringResItem {        /* item 2:if n */
  250.             1001,31,
  251.             0,0,
  252.             1001,32,
  253.             0,0
  254.         },
  255.         HMStringResItem {        /* item 3:if z */
  256.             1001,33,
  257.             0,0,
  258.             1001,34,
  259.             0,0
  260.         },
  261.         HMStringResItem {        /* item 4:always */
  262.             1001,35,
  263.             0,0,
  264.             1001,36,
  265.             0,0
  266.         }
  267.     }
  268. };
  269.  
  270. resource 'hmnu' (260, purgeable) {    /* ALU: */
  271.     HelpMgrVersion,
  272.     hmDefaultOptions,
  273.     0,
  274.     0,
  275.  
  276.         HMSkipItem { },            /* item -1:Missing menu items */
  277.     {
  278.  
  279.         HMSkipItem { },            /* item 0:Menu Title */
  280.         HMStringResItem {        /* item 1:Inactive */
  281.             1001,37,
  282.             0,0,
  283.             1001,38,
  284.             0,0
  285.         },
  286.         HMStringResItem {        /* item 2:+ */
  287.             1001,39,
  288.             0,0,
  289.             1001,40,
  290.             0,0
  291.         },
  292.         HMStringResItem {        /* item 3:& */
  293.             1001,41,
  294.             0,0,
  295.             1001,42,
  296.             0,0
  297.         },
  298.         HMStringResItem {        /* item 4:~ */
  299.             1001,43,
  300.             0,0,
  301.             1001,44,
  302.             0,0
  303.         }
  304.     }
  305. };
  306.  
  307. resource 'hmnu' (261, purgeable) {    /* A Bus: */
  308.     HelpMgrVersion,
  309.     hmDefaultOptions,
  310.     0,
  311.     0,
  312.  
  313.         HMSkipItem { },            /* item -1:Missing menu items */
  314.     {
  315.  
  316.         HMSkipItem { },            /* item 0:Menu Title */
  317.         HMStringResItem {        /* item 1:PC */
  318.             1002,1,
  319.             0,0,
  320.             1002,2,
  321.             0,0
  322.         },
  323.         HMStringResItem {        /* item 2:AC */
  324.             1002,3,
  325.             0,0,
  326.             1002,4,
  327.             0,0
  328.         },
  329.         HMStringResItem {        /* item 3:SP */
  330.             1002,5,
  331.             0,0,
  332.             1002,6,
  333.             0,0
  334.         },
  335.         HMStringResItem {        /* item 4:BP */
  336.             1002,7,
  337.             0,0,
  338.             1002,8,
  339.             0,0
  340.         },
  341.         HMStringResItem {        /* item 5:IR */
  342.             1002,9,
  343.             0,0,
  344.             1002,10,
  345.             0,0
  346.         },
  347.         HMStringResItem {        /* item 6:A */
  348.             1002,11,
  349.             0,0,
  350.             1002,12,
  351.             0,0
  352.         },
  353.         HMStringResItem {        /* item 7:B */
  354.             1002,13,
  355.             0,0,
  356.             1002,14,
  357.             0,0
  358.         },
  359.         HMStringResItem {        /* item 8:C */
  360.             1002,15,
  361.             0,0,
  362.             1002,16,
  363.             0,0
  364.         },
  365.         HMStringResItem {        /* item 9:D */
  366.             1002,17,
  367.             0,0,
  368.             1002,18,
  369.             0,0
  370.         },
  371.         HMStringResItem {        /* item 10:E */
  372.             1002,19,
  373.             0,0,
  374.             1002,20,
  375.             0,0
  376.         },
  377.         HMStringResItem {        /* item 11:X12 */
  378.             1002,21,
  379.             0,0,
  380.             1002,22,
  381.             0,0
  382.         },
  383.         HMStringResItem {        /* item 12:X11 */
  384.             1002,23,
  385.             0,0,
  386.             1002,24,
  387.             0,0
  388.         },
  389.         HMStringResItem {        /* item 13:Lo8 */
  390.             1002,25,
  391.             0,0,
  392.             1002,26,
  393.             0,0
  394.         },
  395.         HMStringResItem {        /* item 14:Zero */
  396.             1002,27,
  397.             0,0,
  398.             1002,28,
  399.             0,0
  400.         },
  401.         HMStringResItem {        /* item 15:One */
  402.             1002,29,
  403.             0,0,
  404.             1002,30,
  405.             0,0
  406.         },
  407.         HMStringResItem {        /* item 16:MinusOne */
  408.             1002,31,
  409.             0,0,
  410.             1002,32,
  411.             0,0
  412.         }
  413.     }
  414. };
  415.  
  416. resource 'hmnu' (262, purgeable) {    /* C Bus: */
  417.     HelpMgrVersion,
  418.     hmDefaultOptions,
  419.     0,
  420.     0,
  421.  
  422.         HMSkipItem { },            /* item -1:Missing menu items */
  423.     {
  424.  
  425.         HMSkipItem { },            /* item 0:Menu Title */
  426.         HMStringResItem {        /* item 1:Disabled */
  427.             1003,1,
  428.             0,0,
  429.             1003,2,
  430.             0,0
  431.         },
  432.         HMStringResItem {        /* item 2:PC */
  433.             1003,3,
  434.             0,0,
  435.             1003,4,
  436.             0,0
  437.         },
  438.         HMStringResItem {        /* item 3:AC */
  439.             1003,5,
  440.             0,0,
  441.             1003,6,
  442.             0,0
  443.         },
  444.         HMStringResItem {        /* item 4:SP */
  445.             1003,7,
  446.             0,0,
  447.             1003,8,
  448.             0,0
  449.         },
  450.         HMStringResItem {        /* item 5:BP */
  451.             1003,9,
  452.             0,0,
  453.             1003,10,
  454.             0,0
  455.         },
  456.         HMStringResItem {        /* item 6:IR */
  457.             1003,11,
  458.             0,0,
  459.             1003,12,
  460.             0,0
  461.         },
  462.         HMStringResItem {        /* item 7:A */
  463.             1003,13,
  464.             0,0,
  465.             1003,14,
  466.             0,0
  467.         },
  468.         HMStringResItem {        /* item 8:B */
  469.             1003,15,
  470.             0,0,
  471.             1003,16,
  472.             0,0
  473.         },
  474.         HMStringResItem {        /* item 9:C */
  475.             1003,17,
  476.             0,0,
  477.             1003,18,
  478.             0,0
  479.         },
  480.         HMStringResItem {        /* item 10:D */
  481.             1003,19,
  482.             0,0,
  483.             1003,20,
  484.             0,0
  485.         },
  486.         HMStringResItem {        /* item 11:E */
  487.             1003,21,
  488.             0,0,
  489.             1003,22,
  490.             0,0
  491.         }
  492.     }
  493. };
  494.  
  495. resource 'hmnu' (263, purgeable) {    /* Bus request: */
  496.     HelpMgrVersion,
  497.     hmDefaultOptions,
  498.     0,
  499.     0,
  500.  
  501.         HMSkipItem { },            /* item -1:Missing menu items */
  502.     {
  503.  
  504.         HMSkipItem { },            /* item 0:Menu Title */
  505.         HMStringResItem {        /* item 1:No */
  506.             1003,23,
  507.             0,0,
  508.             1003,24,
  509.             0,0
  510.         },
  511.         HMStringResItem {        /* item 2:Read */
  512.             1003,25,
  513.             0,0,
  514.             1003,26,
  515.             0,0
  516.         },
  517.         HMStringResItem {        /* item 3:Write */
  518.             1003,27,
  519.             0,0,
  520.             1003,28,
  521.             0,0
  522.         }
  523.     }
  524. };
  525.  
  526. resource 'hmnu' (128, purgeable) {
  527.     HelpMgrVersion,
  528.     hmDefaultOptions,
  529.     0,
  530.     0,
  531.  
  532.         HMSkipItem { },            /* item -1:Missing menu items */
  533.     {
  534.  
  535.         HMSkipItem { },            /* item 0:Menu Title */
  536.         HMStringResItem {        /* item 1:About µSimulator… */
  537.             1004,3,
  538.             0,0,
  539.             0,0,
  540.             0,0
  541.         }
  542.     }
  543. };
  544.  
  545. resource 'hmnu' (129, purgeable) {    /* File */
  546.     HelpMgrVersion,
  547.     hmDefaultOptions,
  548.     0,
  549.     0,
  550.  
  551.         HMSkipItem { },            /* item -1:Missing menu items */
  552.     {
  553.  
  554.         HMStringResItem {        /* Menu Title */
  555.             1004,4,
  556.             0,0,
  557.             1004,1,
  558.             1004,2
  559.         },
  560.         HMStringResItem {        /* item 1:New */
  561.             1004,5,
  562.             0,0,
  563.             0,0,
  564.             0,0
  565.         },
  566.         HMStringResItem {        /* item 2:Open… */
  567.             1004,6,
  568.             0,0,
  569.             0,0,
  570.             0,0
  571.         },
  572.                     HMSkipItem { },
  573.         HMStringResItem {        /* item 4:Close Control Store */
  574.             1004,7,
  575.             1004,8,
  576.             0,0,
  577.             0,0
  578.         },
  579.         HMStringResItem {        /* item 5:Save Control Store */
  580.             1004,9,
  581.             1004,10,
  582.             0,0,
  583.             0,0
  584.         },
  585.         HMStringResItem {        /* item 6:Save Control Store As… */
  586.             1004,11,
  587.             1004,12,
  588.             0,0,
  589.             0,0
  590.         },
  591.         HMStringResItem {        /* item 6:Save Control Store As Stationery… */
  592.             1004,19,
  593.             1004,12,
  594.             0,0,
  595.             0,0
  596.         },
  597.         HMStringResItem {        /* item 7:Revert to Saved */
  598.             1004,13,
  599.             1004,14,
  600.             0,0,
  601.             0,0
  602.         },
  603.                     HMSkipItem { },
  604.                     HMSkipItem { },
  605.                     HMSkipItem { },    /* item 10:Registers */
  606.                     HMSkipItem { },
  607.         HMStringResItem {        /* item 12:Page Setup… */
  608.             0,0,
  609.             1004,15,
  610.             0,0,
  611.             0,0
  612.         },
  613.         HMStringResItem {        /* item 13:Print… */
  614.             0,0,
  615.             1004,16,
  616.             0,0,
  617.             0,0
  618.         },
  619.                     HMSkipItem { },
  620.         HMStringResItem {        /* item 15:Preferences… */
  621.             1004,17,
  622.             0,0,
  623.             0,0,
  624.             0,0
  625.         },
  626.                     HMSkipItem { },
  627.         HMStringResItem {        /* item 17:Quit */
  628.             1004,18,
  629.             0,0,
  630.             0,0,
  631.             0,0
  632.         }
  633.     }
  634. };
  635.  
  636. resource 'hmnu' (130, purgeable) {    /* Edit */
  637.     HelpMgrVersion,
  638.     hmDefaultOptions,
  639.     0,
  640.     0,
  641.  
  642.         HMSkipItem { },            /* item -1:Missing menu items */
  643.     {
  644.  
  645.         HMStringResItem {        /* Menu Title */
  646.             1005,1,
  647.             0,0,
  648.             1004,1,
  649.             1004,2
  650.         },
  651.         HMStringResItem {        /* item 1:Undo */
  652.             1005,2,
  653.             1005,3,
  654.             0,0,
  655.             0,0
  656.         },
  657.                     HMSkipItem { },
  658.         HMStringResItem {        /* item 3:Cut */
  659.             1005,4,
  660.             1005,5,
  661.             0,0,
  662.             0,0
  663.         },
  664.         HMStringResItem {        /* item 4:Copy */
  665.             1005,6,
  666.             1005,7,
  667.             0,0,
  668.             0,0
  669.         },
  670.         HMStringResItem {        /* item 5:Paste */
  671.             1005,8,
  672.             1005,9,
  673.             0,0,
  674.             0,0
  675.         },
  676.         HMStringResItem {        /* item 6:Clear */
  677.             1005,10,
  678.             1005,11,
  679.             0,0,
  680.             0,0
  681.         },
  682.         HMStringResItem {        /* item 7:Select All */
  683.             1005,12,
  684.             1005,13,
  685.             0,0,
  686.             0,0
  687.         },
  688.                     HMSkipItem { },
  689.         HMStringResItem {        /* item 9:Insert Line */
  690.             1005,14,
  691.             1005,15,
  692.             0,0,
  693.             0,0
  694.         },
  695.         HMStringResItem {        /* item 10:Delete Line */
  696.             1005,16,
  697.             1005,17,
  698.             0,0,
  699.             0,0
  700.         },
  701.                     HMSkipItem { },
  702.         HMStringResItem {        /* item 8:bug report */
  703.             1200,1,
  704.             1000,4,
  705.             0,0,
  706.             0,0
  707.         },
  708.         HMStringResItem {        /* item 8:Copy e-mail */
  709.             1200,2,
  710.             1000,4,
  711.             0,0,
  712.             0,0
  713.         },
  714.         HMStringResItem {        /* item 5:Copy WWW */
  715.             1200,3,
  716.             1000,4,
  717.             0,0,
  718.             0,0
  719.         },
  720.                     HMSkipItem { },
  721.         HMStringResItem {        /* item 8:send e-mail */
  722.             1200,4,
  723.             1000,4,
  724.             0,0,
  725.             0,0
  726.         },
  727.         HMStringResItem {        /* item 5:show WWW */
  728.             1200,5,
  729.             1000,4,
  730.             0,0,
  731.             0,0
  732.         }
  733.     }
  734. };
  735.  
  736. resource 'hmnu' (131, purgeable) {    /* Windows */
  737.     HelpMgrVersion,
  738.     hmDefaultOptions,
  739.     0,
  740.     0,
  741.  
  742.         HMSkipItem { },            /* item -1:Missing menu items */
  743.     {
  744.  
  745.         HMStringResItem {        /* Menu Title */
  746.             1006,1,
  747.             0,0,
  748.             1004,1,
  749.             1004,2
  750.         },
  751.         HMStringResItem {        /* item 1:Animation */
  752.             1006,2,
  753.             0,0,
  754.             1006,3,
  755.             0,0
  756.         },
  757.         HMStringResItem {        /* item 2:Registers */
  758.             1006,4,
  759.             0,0,
  760.             1006,5,
  761.             0,0
  762.         },
  763.         HMStringResItem {        /* item 3:Input/Output */
  764.             1006,6,
  765.             0,0,
  766.             1006,7,
  767.             0,0
  768.         },
  769.         HMStringResItem {        /* item 4:Microprogram */
  770.             1006,8,
  771.             1006,9,
  772.             1006,10,
  773.             0,0
  774.         },
  775.         HMStringResItem {        /* item 5:Dump */
  776.             1006,11,
  777.             0,0,
  778.             1006,12,
  779.             0,0
  780.         },
  781.         HMStringResItem {        /* item 6:Disassembler */
  782.             1006,13,
  783.             0,0,
  784.             1006,14,
  785.             0,0
  786.         }
  787.     }
  788. };
  789.  
  790. resource 'hmnu' (132, purgeable) {    /* Control */
  791.     HelpMgrVersion,
  792.     hmDefaultOptions,
  793.     0,
  794.     0,
  795.  
  796.         HMSkipItem { },            /* item -1:Missing menu items */
  797.     {
  798.  
  799.         HMStringResItem {        /* Menu Title */
  800.             1007,1,
  801.             0,0,
  802.             1004,1,
  803.             1004,2
  804.         },
  805.         HMStringResItem {        /* item 1:Go */
  806.             1007,2,
  807.             1007,3,
  808.             0,0,
  809.             0,0
  810.         },
  811.         HMStringResItem {        /* item 2:Stop */
  812.             1007,4,
  813.             1007,5,
  814.             0,0,
  815.             0,0
  816.         },
  817.                     HMSkipItem { },
  818.         HMStringResItem {        /* item 4:Step sub */
  819.             1007,7,
  820.             1007,6,
  821.             0,0,
  822.             0,0
  823.         },
  824.         HMStringResItem {        /* item 5:Step micro */
  825.             1007,8,
  826.             1007,6,
  827.             0,0,
  828.             0,0
  829.         },
  830.         HMStringResItem {        /* item 6:Step asm */
  831.             1007,9,
  832.             1007,6,
  833.             0,0,
  834.             0,0
  835.         },
  836.                     HMSkipItem { },
  837.         HMStringResItem {        /* item 8:Reset Memory */
  838.             1007,10,
  839.             1007,11,
  840.             0,0,
  841.             0,0
  842.         },
  843.         HMStringResItem {        /* item 9:Reset Registers */
  844.             1007,12,
  845.             1007,13,
  846.             0,0,
  847.             0,0
  848.         },
  849.                     HMSkipItem { },
  850.         HMStringResItem {        /* item 11:Disasm from */
  851.             0,0,
  852.             1007,14,
  853.             0,0,
  854.             0,0
  855.         },
  856.         HMStringResItem {        /* item 12:Dump from */
  857.             0,0,
  858.             1007,15,
  859.             0,0,
  860.             0,0
  861.         },
  862.         HMStringResItem {        /* item 13:Select MPC */
  863.             1007,16,
  864.             1007,17,
  865.             0,0,
  866.             0,0
  867.         }
  868.     }
  869. };
  870.  
  871. resource 'hmnu' (133, purgeable) {    /* Assembler */
  872.     HelpMgrVersion,
  873.     hmDefaultOptions,
  874.     0,
  875.     0,
  876.  
  877.         HMSkipItem { },            /* item -1:Missing menu items */
  878.     {
  879.  
  880.         HMStringResItem {        /* Menu Title */
  881.             1008,1,
  882.             0,0,
  883.             1004,1,
  884.             1004,2
  885.         },
  886.         HMStringResItem {        /* item 1:Assemble file… */
  887.             1008,2,
  888.             0,0,
  889.             0,0,
  890.             0,0
  891.         },
  892.                     HMSkipItem { },
  893.         HMStringResItem {        /* item 3:Preferences… */
  894.             1008,3,
  895.             0,0,
  896.             0,0,
  897.             0,0
  898.         }
  899.     }
  900. };
  901.  
  902. resource 'hdlg' (263, purgeable) {
  903.     HelpMgrVersion,
  904.     0,
  905.     hmDefaultOptions,
  906.     0,
  907.     0,
  908.  
  909.         HMSkipItem { },            /* item -1:Missing dialog items */
  910.     {
  911.  
  912.         HMStringResItem {        /* item 1:OK */
  913.             {0,0},
  914.             {0,0,0,0},
  915.             1009,1,
  916.             0,0,
  917.             0,0,
  918.             0,0
  919.         },
  920.         HMStringResItem {        /* item 2:Cancel */
  921.             {0,0},
  922.             {0,0,0,0},
  923.             1009,2,
  924.             0,0,
  925.             0,0,
  926.             0,0
  927.         },
  928.         HMStringResItem {        /* item 3:DITL 134 */
  929.             {0,0},
  930.             {0,0,0,0},
  931.             1009,3,
  932.             0,0,
  933.             0,0,
  934.             0,0
  935.         },
  936.         HMSkipItem { },            /* item 4:Assembler Prefer */
  937.         HMSkipItem { },            /* item 5:Assemble to memo */
  938.         HMSkipItem { }            /* item 6:DITL… Item 6 */
  939.     }
  940. };
  941.  
  942. resource 'hdlg' (256, purgeable) {
  943.     HelpMgrVersion,
  944.     0,
  945.     hmDefaultOptions,
  946.     0,
  947.     0,
  948.  
  949.         HMSkipItem { },            /* item -1:Missing dialog items */
  950.     {
  951.  
  952.         HMStringResItem {        /* item 1:OK */
  953.             {0,0},
  954.             {0,0,0,0},
  955.             1009,4,
  956.             0,0,
  957.             0,0,
  958.             0,0
  959.         },
  960.         HMStringResItem {        /* item 2:Cancel */
  961.             {0,0},
  962.             {0,0,0,0},
  963.             1009,5,
  964.             0,0,
  965.             0,0,
  966.             0,0
  967.         },
  968.         HMStringResItem {        /* item 3: text insertion */
  969.             {0,0},
  970.             {0,0,0,0},
  971.             1009,6,
  972.             0,0,
  973.             0,0,
  974.             0,0
  975.         },
  976.         HMStringResItem {        /* item 4:Base: */
  977.             {0,0},
  978.             {0,0,0,0},
  979.             0,0,
  980.             0,0,
  981.             1009,7,
  982.             1009,7
  983.         },
  984.         HMSkipItem { }            /* item 5:Value ^0^1: */
  985.     }
  986. };
  987.  
  988. resource 'hdlg' (262, purgeable) {
  989.     HelpMgrVersion,
  990.     0,
  991.     hmDefaultOptions,
  992.     0,
  993.     0,
  994.  
  995.         HMSkipItem { },            /* item -1:Missing dialog items */
  996.     {
  997.  
  998.         HMStringResItem {        /* item 1:OK */
  999.             {0,0},
  1000.             {0,0,0,0},
  1001.             1009,8,
  1002.             0,0,
  1003.             0,0,
  1004.             0,0
  1005.         },
  1006.         HMStringResItem {        /* item 2:Cancel */
  1007.             {0,0},
  1008.             {0,0,0,0},
  1009.             1009,9,
  1010.             0,0,
  1011.             0,0,
  1012.             0,0
  1013.         },
  1014.         HMStringResItem {        /* item 3:Remember Window Positions  */
  1015.             {0,0},
  1016.             {0,0,0,0},
  1017.             1009,10,
  1018.             0,0,
  1019.             1009,11,
  1020.             0,0
  1021.         },
  1022.         HMStringResItem {        /* item 4:Continuous Dump scrolling */
  1023.             {0,0},
  1024.             {0,0,0,0},
  1025.             1009,12,
  1026.             0,0,
  1027.             1009,13,
  1028.             0,0
  1029.         },
  1030.         HMStringResItem {        /* item 5:detect ∞ loops */
  1031.             {0,0},
  1032.             {0,0,0,0},
  1033.             1009,14,
  1034.             0,0,
  1035.             1009,15,
  1036.             0,0
  1037.         },
  1038.         HMStringResItem {        /* item 6: text, PC */
  1039.             {0,0},
  1040.             {0,0,0,0},
  1041.             1009,16,
  1042.             0,0,
  1043.             0,0,
  1044.             0,0
  1045.         },
  1046.         HMStringResItem {        /* item 7: text, SP */
  1047.             {0,0},
  1048.             {0,0,0,0},
  1049.             1009,17,
  1050.             0,0,
  1051.             0,0,
  1052.             0,0
  1053.         },
  1054.         HMStringResItem {        /* item 8: text, stack size */
  1055.             {0,0},
  1056.             {0,0,0,0},
  1057.             1009,18,
  1058.             0,0,
  1059.             0,0,
  1060.             0,0
  1061.         },
  1062.     }
  1063. };
  1064.  
  1065.