home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / progcalc / !ProgCalc / Menus < prev    next >
Encoding:
Text File  |  1991-02-24  |  2.2 KB  |  42 lines

  1. ; !ProgCalc.Menus v2.10
  2. ;
  3. ; DO NOT CHANGE
  4. ;Format is :
  5. ;@menu name@{menuitem}[{sep}{menuitem}]...
  6. ;{sep}      = , just seperates menu items
  7. ;               | menu items are seperated by line on menu
  8. ;{menuitem} =   >[dialogue alias>]dialogue option                     OR
  9. ;               +[submenu alias+]submenu option                       OR
  10. ;               #module.command#command option                        OR
  11. ; " surrounds literals not to be interpreted as any of the above
  12. ;
  13. ;
  14. ; Dummy to allow opening of window by menu command
  15. @OpenCalculator@>Calculator
  16. @XASCII@>XASCII
  17. @XLogN@>XLogN
  18. @YLogN@>YLogN
  19. @XExpN@>XExpN
  20. @YExpN@>YExpN
  21. @Base@>Base
  22. ;
  23. ; Icon Bar Menu
  24. ;
  25. @ProgCalc@>ProgInfo>Info,#Control.Quit#Quit
  26. ;
  27. ; Calculator sub-menus
  28. ;
  29. @X Radians@#calc.xtodegrees#To Degrees|#calc.xradiantan#Tan,#calc.xradiansin#Sin,#calc.xradiancos#Cos|#calc.xradianatan#ATan,#calc.xradianasin#ASin,#calc.xradianacos#ACos
  30. @X Degrees@#calc.xtoradians#To Radians|#calc.xdegreetan#Tan,#calc.xdegreesin#Sin,#calc.xdegreecos#Cos|#calc.xdegreeatan#ATan,#calc.xdegreeasin#ASin,#calc.xdegreeacos#ACos
  31. @X Logs@#calc.xloge#Log e,#calc.xexpe#Exp e,#calc.xlog10#Log 10 ^L,#calc.xexp10#Exp 10 ^E,>xlogn>Log n,>xexpn>Exp n
  32. @Y Radians@#calc.ytodegrees#To Degrees|#calc.yradiantan#Tan,#calc.yradiansin#Sin,#calc.yradiancos#Cos|#calc.yradianatan#ATan,#calc.yradianasin#ASin,#calc.yradianacos#ACos
  33. @Y Degrees@#calc.ytoradians#To Radians|#calc.ydegreetan#Tan,#calc.ydegreesin#Sin,#calc.ydegreecos#Cos|#calc.ydegreeatan#ATan,#calc.ydegreeasin#ASin,#calc.ydegreeacos#ACos
  34. @Y Logs@#calc.yloge#Log e,#calc.yexpe#Exp e,#calc.ylog10#Log 10,#calc.yexp10#Exp 10,>ylogn>Log n,>yexpn>Exp n
  35. @Input@+X Degrees+Degrees,+X Radians+Radians,+X Logs+Logs,#calc.xsqrt#Square Root ^S,#calc.xreciprocal#1/x         ^R,#calc.xinteger#Integer     ^I,#calc.xfraction#Fraction    ^F,>xascii>ASCII       ^A,>Base>Base        ^B
  36. @Result@+Y Degrees+Degrees,+Y Radians+Radians,+Y Logs+Logs,#calc.ysqrt#Square Root,#calc.yreciprocal#1/y,#calc.yinteger#Integer,#calc.yfraction#Fraction
  37. @Clear@#calc.clearinput#"Input  #",#calc.clearm1#M1  ^*F1,#calc.clearm2#M2  ^*F2,#calc.clearm3#M3  ^*F3,#calc.clearm4#M4  ^*F4|#calc.clearall#All
  38. ;
  39. ; Calculator menu
  40. ;
  41. @Calculator@+Input,+Result,#calc.pi#Pi     ^P,#calc.swap#Swap   ^W|+Clear