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

  1. ;
  2. ; ProgCalc Storage - Version 2.10
  3. ;
  4. ;
  5. ; Window opening/closing hot keys
  6. ;
  7. ; hotekey.xxx - Set xxx to value of desired hot key, do not insert spaces
  8. ; or otherwise change layout of this line. Originally hotkey.437="window.opencalculator"
  9. ; 437=CTRL/SHIFT/F5
  10. hotkey.437="window.opencalculator"
  11. ; This next one seemss silly, but stops the generic number icon handler from eating minus signs
  12. hotkey.45="calc.-"
  13. ;
  14. ; Calculator window short-cuts (see !ProgCalc.Menu to get an idea how this works,
  15. ;                               you are on your own beyond this)
  16. calckey.1="menubox.xascii"
  17. calckey.2="menubox.base"
  18. calckey.5="calc.xexp10"
  19. calckey.6="calc.xfraction"
  20. calckey.9="calc.xinteger"
  21. calckey.12="calc.xlog10"
  22. calckey.13="calc.="
  23. calckey.16="calc.pi"
  24. calckey.18="calc.xreciprocal"
  25. calckey.19="calc.xsqrt"
  26. calckey.23="calc.swap"
  27. ; Make up/down arrows swap input/accumulator
  28. calckey.398="calc.swap"
  29. calckey.399="calc.swap"
  30. ;
  31. ;
  32. ; DO NOT CHANGE ANYTHING BELOW HERE
  33. ;
  34. ; Display storage
  35. calc.input=0,-1
  36. calc.accdec=0,-1
  37. calc.acchex=0,,,,16
  38. calc.accascii="",5
  39. calc.pendingops="",7
  40. ; Memory icons and values, not displayed
  41. calc.m1=FALSE
  42. calc.m2=FALSE
  43. calc.m3=FALSE
  44. calc.m4=FALSE
  45. ; Hexidecimal select icon (starts as "to hexidecimal")
  46. calc.h="⇨H"
  47. ; Control of shading and icon contents when in hex or decimal mode
  48. noaction.hexshade=UNSHADE
  49. noaction.decshade=UNSHADE
  50. calc.a=" "
  51. calc.b=" "
  52. calc.c=" "
  53. calc.d=" "
  54. calc.e=" "
  55. calc.f=" "
  56. calc..="."
  57. ; Menu dialogue values
  58. calc.xascii="",5
  59. calc.logexpn=16,,2,99
  60. calc.basebase=8,,2,36
  61. calc.basenumber=0,-1,,,8
  62. ; Info display box (some values overwritten by program)
  63. noaction.fileversion=2.00,2
  64. noaction.name="ProgCalc",32
  65. noaction.purpose="Programmer's Calculator",32
  66. noaction.author="© Ray Loades-Bannon, 1991",32
  67. noaction.version="0.01 (12-Feb-91)",32
  68.