home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRONTDEM.ZIP / PRONTO.ZIP / WHERE / PMBTOOL.CFG < prev    next >
Text File  |  1990-10-10  |  834b  |  40 lines

  1. ;
  2. ; This is the configuration file for
  3. ; a program using PRONTO! PM
  4. ;
  5. : This file contains 2 configuration sections
  6. ;
  7. ; define the input field exit codes
  8. ; e.g.: when you receive a message MC_ENDSINPT
  9. ; the lo% parameter contains the code exit from this table
  10. ; so if you pressed the page up key to escape from an
  11. ; input operation the lo% parameter will contain the value 6
  12. ;
  13. [Keys]
  14. 0=08 ; return
  15. 1=15 ; esc (15d)
  16. 2=07 ; back tab
  17. 3=06 ; tab
  18. 4=22 ; up arrow (22d)
  19. 5=23 ; down arrow  (23d)
  20. 6=17 ; page up (17d)
  21. 7=18 ; page down  (18d)
  22. ;
  23. ;
  24. ; Color index table
  25. ; this table contains the color combination
  26. ; to be used from the functions that writes or draws
  27. ; in the window
  28. ;
  29. [Colors]
  30. 0=7,0,0     ; white on black background
  31. 1=7,0,0
  32. 2=3,7,0
  33. 3=2,6,0
  34. 4=5,2,0
  35. 5=4,1,0
  36. 6=14,2,0
  37. 7=2,2,0
  38. 8=1,0,0
  39. 9=2,0,0
  40.