home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / pcwk_09_96.iso / demo / elmark / cupl / demo1 / demo.cfg < prev    next >
Text File  |  1989-01-09  |  1KB  |  41 lines

  1. ;********************************************************************
  2. ;                   MCUPL Demo Configuration File
  3. ;********************************************************************
  4. ; Machine ID.   If the machine is not an IBM PC/XT/AT compatible,
  5. ; specify machine ID here.  You will get a message at MCUPL invoke
  6. ; time if the machine is not totally IBM compatible.
  7. ; example:  set mid PC      (or)
  8. ;           set mid AT
  9. ;   PC = 8088/8086 machine
  10. ;   AT = 80286 machine
  11. ;
  12. set mid AT
  13. ;
  14. ;*********************************************************************
  15. ; Color attributes
  16. ;
  17. ;   set color <position> <color>
  18. ;
  19. ;   MCFG = Message Center foreground
  20. ;   MCBG = Message Center background
  21. ;   MCBC = Message Center border color
  22. ;   UIFG = User Input foreground
  23. ;   UIBG = User Input background
  24. ;   UIBC = User Input border color
  25. ;   MMFG = Main Menu foreground
  26. ;   MMBG = Main Menu background
  27. ;   MMBC = Main Menu border color
  28. ;   color = BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, LIGHTGREY
  29. ;           DARKGREY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED
  30. ;           LIGHTMAGENTA, YELLOW, WHITE
  31. ;
  32. set color MCFG WHITE
  33. set color MCBG GREEN
  34. set color MCBC BLACK
  35. set color UIFG WHITE
  36. set color UIBG LIGHTRED
  37. set color UIBC WHITE
  38. set color MMFG WHITE
  39. set color MMBG LIGHTBLUE
  40. set color MMBC LIGHTCYAN
  41.