home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / spread / opusprg / opussrc / opus.i < prev    next >
Text File  |  1988-04-01  |  13KB  |  293 lines

  1. (* resource set indicies for OPUSH *)
  2.  
  3. CONST
  4.     mainmenu = 0;    (* menu tree *)
  5.     mfile    = 4;    (* TITLE in tree MAINMENU *)
  6.     mformat  = 5;    (* TITLE in tree MAINMENU *)
  7.     mblock   = 6;    (* TITLE in tree MAINMENU *)
  8.     mmark    = 7;    (* TITLE in tree MAINMENU *)
  9.     moptions = 8;    (* TITLE in tree MAINMENU *)
  10.     mhelp    = 9;    (* TITLE in tree MAINMENU *)
  11.     mabout   = 12;    (* STRING in tree MAINMENU *)
  12.     mloadws  = 21;    (* STRING in tree MAINMENU *)
  13.     msavews  = 22;    (* STRING in tree MAINMENU *)
  14.     mloadbl  = 24;    (* STRING in tree MAINMENU *)
  15.     msavebl  = 25;    (* STRING in tree MAINMENU *)
  16.     msavetxt = 27;    (* STRING in tree MAINMENU *)
  17.     mprintsp = 28;    (* STRING in tree MAINMENU *)
  18.     mopenw   = 30;    (* STRING in tree MAINMENU *)
  19.     mclosew  = 31;    (* STRING in tree MAINMENU *)
  20.     mainquit = 33;    (* STRING in tree MAINMENU *)
  21.     mnum     = 35;    (* STRING in tree MAINMENU *)
  22.     mlabel   = 36;    (* STRING in tree MAINMENU *)
  23.     mform    = 37;    (* STRING in tree MAINMENU *)
  24.     mcolwid  = 39;    (* STRING in tree MAINMENU *)
  25.     mdollar  = 40;    (* STRING in tree MAINMENU *)
  26.     mjust    = 41;    (* STRING in tree MAINMENU *)
  27.     mpercent = 42;    (* STRING in tree MAINMENU *)
  28.     mprec    = 43;    (* STRING in tree MAINMENU *)
  29.     mstyle   = 44;    (* STRING in tree MAINMENU *)
  30.     mglobalf = 46;    (* STRING in tree MAINMENU *)
  31.     mviewfor = 48;    (* STRING in tree MAINMENU *)
  32.     mstartbl = 50;    (* STRING in tree MAINMENU *)
  33.     mendbl   = 51;    (* STRING in tree MAINMENU *)
  34.     mdesel   = 52;    (* STRING in tree MAINMENU *)
  35.     mcopy    = 54;    (* STRING in tree MAINMENU *)
  36.     mmove    = 55;    (* STRING in tree MAINMENU *)
  37.     mdelete  = 56;    (* STRING in tree MAINMENU *)
  38.     minsertr = 58;    (* STRING in tree MAINMENU *)
  39.     mdeleter = 59;    (* STRING in tree MAINMENU *)
  40.     minsertc = 60;    (* STRING in tree MAINMENU *)
  41.     mdeletec = 61;    (* STRING in tree MAINMENU *)
  42.     mdatafil = 63;    (* STRING in tree MAINMENU *)
  43.     mrep     = 64;    (* STRING in tree MAINMENU *)
  44.     msort    = 65;    (* STRING in tree MAINMENU *)
  45.     mgoto    = 67;    (* STRING in tree MAINMENU *)
  46.     mfirstc  = 69;    (* STRING in tree MAINMENU *)
  47.     mlastc   = 70;    (* STRING in tree MAINMENU *)
  48.     ms1      = 72;    (* STRING in tree MAINMENU *)
  49.     ms2      = 73;    (* STRING in tree MAINMENU *)
  50.     ms3      = 74;    (* STRING in tree MAINMENU *)
  51.     ms4      = 75;    (* STRING in tree MAINMENU *)
  52.     mg1      = 77;    (* STRING in tree MAINMENU *)
  53.     mg2      = 78;    (* STRING in tree MAINMENU *)
  54.     mg3      = 79;    (* STRING in tree MAINMENU *)
  55.     mg4      = 80;    (* STRING in tree MAINMENU *)
  56.     mcmarks  = 82;    (* STRING in tree MAINMENU *)
  57.     mmanrec  = 84;    (* STRING in tree MAINMENU *)
  58.     mautorec = 85;    (* STRING in tree MAINMENU *)
  59.     mnatural = 86;    (* STRING in tree MAINMENU *)
  60.     mfreeze  = 88;    (* STRING in tree MAINMENU *)
  61.     mstats   = 90;    (* STRING in tree MAINMENU *)
  62.     mautocur = 92;    (* STRING in tree MAINMENU *)
  63.     msetauto = 93;    (* STRING in tree MAINMENU *)
  64.     mrefresh = 95;    (* STRING in tree MAINMENU *)
  65.     msmall   = 96;    (* STRING in tree MAINMENU *)
  66.     mshowfor = 97;    (* STRING in tree MAINMENU *)
  67.     mshowgri = 98;    (* STRING in tree MAINMENU *)
  68.     mclearws = 100;    (* STRING in tree MAINMENU *)
  69.     mcellref = 102;    (* STRING in tree MAINMENU *)
  70.     mformula = 103;    (* STRING in tree MAINMENU *)
  71.     mkeyboar = 104;    (* STRING in tree MAINMENU *)
  72.     mmouse   = 105;    (* STRING in tree MAINMENU *)
  73.     mprinth  = 106;    (* STRING in tree MAINMENU *)
  74.     mrecalcm = 107;    (* STRING in tree MAINMENU *)
  75.     gotodial = 1;    (* form/dialog *)
  76.     gotocell = 2;    (* FBOXTEXT in tree GOTODIAL *)
  77.     gotook   = 3;    (* BUTTON in tree GOTODIAL *)
  78.     gotocanc = 4;    (* BUTTON in tree GOTODIAL *)
  79.     gotohome = 5;    (* BUTTON in tree GOTODIAL *)
  80.     sortdial = 2;    (* form/dialog *)
  81.     sortcanc = 2;    (* BUTTON in tree SORTDIAL *)
  82.     sortok   = 3;    (* BUTTON in tree SORTDIAL *)
  83.     sortrow  = 6;    (* BUTTON in tree SORTDIAL *)
  84.     sortcol  = 7;    (* BUTTON in tree SORTDIAL *)
  85.     sortkey  = 8;    (* FBOXTEXT in tree SORTDIAL *)
  86.     sortasce = 9;    (* BUTTON in tree SORTDIAL *)
  87.     sortbegi = 10;    (* FBOXTEXT in tree SORTDIAL *)
  88.     sortend  = 11;    (* FBOXTEXT in tree SORTDIAL *)
  89.     sortdesc = 12;    (* BUTTON in tree SORTDIAL *)
  90.     prdial   = 3;    (* form/dialog *)
  91.     prwhat   = 1;    (* BOXTEXT in tree PRDIAL *)
  92.     prtitle1 = 3;    (* FTEXT in tree PRDIAL *)
  93.     prtitle2 = 4;    (* FTEXT in tree PRDIAL *)
  94.     printhea = 5;    (* FTEXT in tree PRDIAL *)
  95.     printfoo = 6;    (* FTEXT in tree PRDIAL *)
  96.     printrc  = 8;    (* BOX in tree PRDIAL *)
  97.     printfor = 10;    (* BOX in tree PRDIAL *)
  98.     printcon = 12;    (* BOX in tree PRDIAL *)
  99.     printdra = 13;    (* BUTTON in tree PRDIAL *)
  100.     printfin = 14;    (* BUTTON in tree PRDIAL *)
  101.     printbeg = 16;    (* FBOXTEXT in tree PRDIAL *)
  102.     printend = 17;    (* FBOXTEXT in tree PRDIAL *)
  103.     prcancel = 18;    (* BUTTON in tree PRDIAL *)
  104.     printok  = 19;    (* BUTTON in tree PRDIAL *)
  105.     vfrmdial = 4;    (* form/dialog *)
  106.     viewcell = 4;    (* TEXT in tree VFRMDIAL *)
  107.     viewtype = 6;    (* TEXT in tree VFRMDIAL *)
  108.     viewmem  = 8;    (* TEXT in tree VFRMDIAL *)
  109.     viewdeps = 10;    (* TEXT in tree VFRMDIAL *)
  110.     viewcw   = 13;    (* TEXT in tree VFRMDIAL *)
  111.     viewdoll = 15;    (* TEXT in tree VFRMDIAL *)
  112.     viewjust = 17;    (* TEXT in tree VFRMDIAL *)
  113.     viewperc = 19;    (* TEXT in tree VFRMDIAL *)
  114.     viewprec = 21;    (* TEXT in tree VFRMDIAL *)
  115.     viewsci  = 23;    (* TEXT in tree VFRMDIAL *)
  116.     viewbold = 25;    (* TEXT in tree VFRMDIAL *)
  117.     viewital = 27;    (* TEXT in tree VFRMDIAL *)
  118.     viewundr = 29;    (* TEXT in tree VFRMDIAL *)
  119.     viewok   = 30;    (* BUTTON in tree VFRMDIAL *)
  120.     repdial  = 5;    (* form/dialog *)
  121.     repcanc  = 2;    (* BUTTON in tree REPDIAL *)
  122.     repok    = 3;    (* BUTTON in tree REPDIAL *)
  123.     repsourc = 5;    (* FBOXTEXT in tree REPDIAL *)
  124.     reprel   = 6;    (* BUTTON in tree REPDIAL *)
  125.     repbegin = 7;    (* FBOXTEXT in tree REPDIAL *)
  126.     repend   = 8;    (* FBOXTEXT in tree REPDIAL *)
  127.     repabs   = 9;    (* BUTTON in tree REPDIAL *)
  128.     fmatdial = 6;    (* form/dialog *)
  129.     fmatcw   = 1;    (* BOXTEXT in tree FMATDIAL *)
  130.     fmatjust = 2;    (* BOXTEXT in tree FMATDIAL *)
  131.     fmatdoll = 3;    (* BOXTEXT in tree FMATDIAL *)
  132.     fmatcwdn = 5;    (* BOXCHAR in tree FMATDIAL *)
  133.     fmatcwsz = 7;    (* FTEXT in tree FMATDIAL *)
  134.     fmatcwup = 8;    (* BOXCHAR in tree FMATDIAL *)
  135.     justleft = 10;    (* BUTTON in tree FMATDIAL *)
  136.     justcent = 11;    (* BUTTON in tree FMATDIAL *)
  137.     justrigh = 12;    (* BUTTON in tree FMATDIAL *)
  138.     fmatdchk = 13;    (* BOX in tree FMATDIAL *)
  139.     fmatperc = 14;    (* BOXTEXT in tree FMATDIAL *)
  140.     fmatprec = 15;    (* BOXTEXT in tree FMATDIAL *)
  141.     fmatstyl = 16;    (* BOXTEXT in tree FMATDIAL *)
  142.     fmatpchk = 17;    (* BOX in tree FMATDIAL *)
  143.     prec0    = 19;    (* BUTTON in tree FMATDIAL *)
  144.     prec1    = 20;    (* BUTTON in tree FMATDIAL *)
  145.     prec2    = 21;    (* BUTTON in tree FMATDIAL *)
  146.     prec3    = 22;    (* BUTTON in tree FMATDIAL *)
  147.     prec4    = 23;    (* BUTTON in tree FMATDIAL *)
  148.     prec5    = 24;    (* BUTTON in tree FMATDIAL *)
  149.     precscin = 25;    (* BUTTON in tree FMATDIAL *)
  150.     textbold = 27;    (* BUTTON in tree FMATDIAL *)
  151.     textital = 28;    (* BUTTON in tree FMATDIAL *)
  152.     textundr = 29;    (* BUTTON in tree FMATDIAL *)
  153.     fmatcell = 31;    (* BUTTON in tree FMATDIAL *)
  154.     fmatrang = 32;    (* BUTTON in tree FMATDIAL *)
  155.     fmatglob = 33;    (* BUTTON in tree FMATDIAL *)
  156.     fmatbegi = 34;    (* FBOXTEXT in tree FMATDIAL *)
  157.     fmatend  = 35;    (* FBOXTEXT in tree FMATDIAL *)
  158.     fmatcanc = 36;    (* BUTTON in tree FMATDIAL *)
  159.     fmatok   = 37;    (* BUTTON in tree FMATDIAL *)
  160.     keydial  = 7;    (* form/dialog *)
  161.     keyok    = 13;    (* BUTTON in tree KEYDIAL *)
  162.     formdial = 8;    (* form/dialog *)
  163.     formok   = 18;    (* BUTTON in tree FORMDIAL *)
  164.     rangdial = 9;    (* form/dialog *)
  165.     rangcanc = 1;    (* BUTTON in tree RANGDIAL *)
  166.     rangwhat = 2;    (* BOXTEXT in tree RANGDIAL *)
  167.     rangok   = 3;    (* BUTTON in tree RANGDIAL *)
  168.     rangbegi = 4;    (* FBOXTEXT in tree RANGDIAL *)
  169.     rangend  = 5;    (* FBOXTEXT in tree RANGDIAL *)
  170.     errdial  = 10;    (* form/dialog *)
  171.     errtype  = 2;    (* TEXT in tree ERRDIAL *)
  172.     errform  = 3;    (* FTEXT in tree ERRDIAL *)
  173.     errcarat = 4;    (* TEXT in tree ERRDIAL *)
  174.     errok    = 5;    (* BUTTON in tree ERRDIAL *)
  175.     statdial = 11;    (* form/dialog *)
  176.     statok   = 2;    (* BUTTON in tree STATDIAL *)
  177.     statcell = 6;    (* TEXT in tree STATDIAL *)
  178.     statval  = 8;    (* TEXT in tree STATDIAL *)
  179.     statlabl = 10;    (* TEXT in tree STATDIAL *)
  180.     statexpr = 12;    (* TEXT in tree STATDIAL *)
  181.     statdeps = 14;    (* TEXT in tree STATDIAL *)
  182.     statmemc = 17;    (* TEXT in tree STATDIAL *)
  183.     statmema = 19;    (* TEXT in tree STATDIAL *)
  184.     prhdial  = 12;    (* form/dialog *)
  185.     prhelpok = 12;    (* BUTTON in tree PRHDIAL *)
  186.     mhlpdial = 13;    (* form/dialog *)
  187.     mhelpok  = 2;    (* BUTTON in tree MHLPDIAL *)
  188.     rechdial = 14;    (* form/dialog *)
  189.     rechlpok = 10;    (* BUTTON in tree RECHDIAL *)
  190.     crefdial = 15;    (* form/dialog *)
  191.     crefok   = 14;    (* BUTTON in tree CREFDIAL *)
  192.     pagedial = 16;    (* form/dialog *)
  193.     pagenum  = 1;    (* FTEXT in tree PAGEDIAL *)
  194.     infodial = 17;    (* form/dialog *)
  195.     aboutok  = 10;    (* BUTTON in tree INFODIAL *)
  196.     datadial = 18;    (* form/dialog *)
  197.     datainit = 3;    (* FBOXTEXT in tree DATADIAL *)
  198.     datarigh = 6;    (* BUTTON in tree DATADIAL *)
  199.     datadown = 7;    (* BUTTON in tree DATADIAL *)
  200.     dataincr = 8;    (* FBOXTEXT in tree DATADIAL *)
  201.     databegi = 9;    (* FBOXTEXT in tree DATADIAL *)
  202.     dataend  = 10;    (* FBOXTEXT in tree DATADIAL *)
  203.     datacanc = 11;    (* BUTTON in tree DATADIAL *)
  204.     dataok   = 12;    (* BUTTON in tree DATADIAL *)
  205.     frzdial  = 19;    (* form/dialog *)
  206.     frzcance = 2;    (* BUTTON in tree FRZDIAL *)
  207.     frzok    = 3;    (* BUTTON in tree FRZDIAL *)
  208.     frzrow   = 5;    (* BUTTON in tree FRZDIAL *)
  209.     frzcol   = 6;    (* BUTTON in tree FRZDIAL *)
  210.     frzboth  = 7;    (* BUTTON in tree FRZDIAL *)
  211.     frzundo  = 8;    (* BUTTON in tree FRZDIAL *)
  212.     actdial  = 20;    (* form/dialog *)
  213.     actwhat  = 1;    (* TEXT in tree ACTDIAL *)
  214.     newdesk  = 21;    (* form/dialog *)
  215.     panel    = 1;    (* BOX in tree NEWDESK *)
  216.     editcell = 3;    (* TEXT in tree NEWDESK *)
  217.     menubox  = 4;    (* BOX in tree NEWDESK *)
  218.     pullmath = 5;    (* TEXT in tree NEWDESK *)
  219.     pulltrig = 6;    (* TEXT in tree NEWDESK *)
  220.     pullstat = 7;    (* TEXT in tree NEWDESK *)
  221.     pullfin  = 8;    (* TEXT in tree NEWDESK *)
  222.     pullbool = 9;    (* TEXT in tree NEWDESK *)
  223.     pulltab  = 10;    (* TEXT in tree NEWDESK *)
  224.     cross    = 11;    (* BOX in tree NEWDESK *)
  225.     check    = 12;    (* BOX in tree NEWDESK *)
  226.     editarea = 13;    (* BOX in tree NEWDESK *)
  227.     tabmenu  = 14;    (* BOX in tree NEWDESK *)
  228.     pullindx = 15;    (* STRING in tree NEWDESK *)
  229.     pullvl   = 16;    (* STRING in tree NEWDESK *)
  230.     pullhl   = 17;    (* STRING in tree NEWDESK *)
  231.     boolmenu = 18;    (* BOX in tree NEWDESK *)
  232.     pullif   = 19;    (* STRING in tree NEWDESK *)
  233.     pulland  = 20;    (* STRING in tree NEWDESK *)
  234.     pullor   = 21;    (* STRING in tree NEWDESK *)
  235.     pullnot  = 22;    (* STRING in tree NEWDESK *)
  236.     pulleq   = 23;    (* STRING in tree NEWDESK *)
  237.     pullneq  = 24;    (* STRING in tree NEWDESK *)
  238.     pulllt   = 25;    (* STRING in tree NEWDESK *)
  239.     pulllteq = 26;    (* STRING in tree NEWDESK *)
  240.     pullgt   = 27;    (* STRING in tree NEWDESK *)
  241.     pullgteq = 28;    (* STRING in tree NEWDESK *)
  242.     finmenu  = 29;    (* BOX in tree NEWDESK *)
  243.     pullpv   = 30;    (* STRING in tree NEWDESK *)
  244.     pullfv   = 31;    (* STRING in tree NEWDESK *)
  245.     pullnper = 32;    (* STRING in tree NEWDESK *)
  246.     pullpmt  = 33;    (* STRING in tree NEWDESK *)
  247.     statmenu = 34;    (* BOX in tree NEWDESK *)
  248.     pullsum  = 35;    (* STRING in tree NEWDESK *)
  249.     pullprod = 36;    (* STRING in tree NEWDESK *)
  250.     pullmean = 37;    (* STRING in tree NEWDESK *)
  251.     pullvar  = 38;    (* STRING in tree NEWDESK *)
  252.     pullsdev = 39;    (* STRING in tree NEWDESK *)
  253.     pullserr = 40;    (* STRING in tree NEWDESK *)
  254.     pulllinr = 41;    (* STRING in tree NEWDESK *)
  255.     pullcorr = 42;    (* STRING in tree NEWDESK *)
  256.     pullpred = 43;    (* STRING in tree NEWDESK *)
  257.     pullmax  = 44;    (* STRING in tree NEWDESK *)
  258.     pullmin  = 45;    (* STRING in tree NEWDESK *)
  259.     pullcoun = 46;    (* STRING in tree NEWDESK *)
  260.     trigmenu = 47;    (* BOX in tree NEWDESK *)
  261.     pullsin  = 48;    (* STRING in tree NEWDESK *)
  262.     pullcos  = 49;    (* STRING in tree NEWDESK *)
  263.     pulltan  = 50;    (* STRING in tree NEWDESK *)
  264.     pullasin = 51;    (* STRING in tree NEWDESK *)
  265.     pullacos = 52;    (* STRING in tree NEWDESK *)
  266.     pullatan = 53;    (* STRING in tree NEWDESK *)
  267.     pullrad  = 54;    (* STRING in tree NEWDESK *)
  268.     pulldeg  = 55;    (* STRING in tree NEWDESK *)
  269.     pullpi   = 56;    (* STRING in tree NEWDESK *)
  270.     mathmenu = 57;    (* BOX in tree NEWDESK *)
  271.     pullln   = 58;    (* STRING in tree NEWDESK *)
  272.     pullexp  = 59;    (* STRING in tree NEWDESK *)
  273.     pulllog  = 60;    (* STRING in tree NEWDESK *)
  274.     pullsqr  = 61;    (* STRING in tree NEWDESK *)
  275.     pullsqrt = 62;    (* STRING in tree NEWDESK *)
  276.     pulldiv  = 63;    (* STRING in tree NEWDESK *)
  277.     pullmod  = 64;    (* STRING in tree NEWDESK *)
  278.     pullroun = 65;    (* STRING in tree NEWDESK *)
  279.     pulltrnc = 66;    (* STRING in tree NEWDESK *)
  280.     pullabs  = 67;    (* STRING in tree NEWDESK *)
  281.     pullfac  = 68;    (* STRING in tree NEWDESK *)
  282.     pullrand = 69;    (* STRING in tree NEWDESK *)
  283.     pullplus = 70;    (* STRING in tree NEWDESK *)
  284.     pullminu = 71;    (* STRING in tree NEWDESK *)
  285.     pullstar = 72;    (* STRING in tree NEWDESK *)
  286.     pullslas = 73;    (* STRING in tree NEWDESK *)
  287.     pullcara = 74;    (* STRING in tree NEWDESK *)
  288.     pullopen = 75;    (* STRING in tree NEWDESK *)
  289.     pullclos = 76;    (* STRING in tree NEWDESK *)
  290.     pullcoln = 77;    (* STRING in tree NEWDESK *)
  291.     pullcomm = 78;    (* STRING in tree NEWDESK *)
  292.  
  293. ə