home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / ql15.zip / MENU.INI < prev   
Text File  |  1995-07-11  |  2KB  |  48 lines

  1. ; ---------------------------------------------------------------------------
  2. ; MENU.INI - Configuration file for DOSMENU
  3. ; File which sets internal variables for QuickLaunch
  4. ; Lines that begin with a semicolon are comments
  5. ; ---------------------------------------------------------------------------
  6.  
  7. ; ---------------------------------------------------------------------------
  8. ; Variable examples and descriptions
  9. ; ---------------------------------------------------------------------------
  10.  
  11. ; Specifies how many seconds to delay before screen saver 
  12. ; becomes active.  Use any number or 0 to disable screen saver
  13. ScrnSaveDelay = 0
  14.  
  15. ; Specifies the color of the backdrop (0-15)
  16. BkDrColr=8
  17.  
  18. ; Specifies Forground color of boxes, frames (0-15)
  19. BoxFg=11
  20.  
  21. ; Specifies Background color of boxes, frames  (0-7)
  22. BoxBg=1          
  23.  
  24. ; Specifies foreground color of menu marker  (0-15)
  25. MarkerFg=15
  26.  
  27. ; Specifies background color of menu marker  (0-7)
  28. MarkerBg=0
  29.  
  30. ; Specifies foreground color of top/bottom lines  (0-15)
  31. BorderFg=15
  32.  
  33. ; Specifies background color of top/bottom lines  (0-7)
  34. BorderBg=1            
  35.  
  36. ; +------------------------------------------------------------+
  37. ; |                         COLOR CHART                        |
  38. ; +------------------------------------------------------------+
  39. ; |      0 - Black                        8 - Grey             |
  40. ; |      1 - Blue                         9 - Light Blue       |
  41. ; |      2 - Green                       10 - Light Green      |
  42. ; |      3 - Cyan                        10 - Light Cyan       |
  43. ; |      4 - Red                         10 - Light Red        |
  44. ; |      5 - Magenta                     10 - Light Magenta    |
  45. ; |      6 - Brown                       10 - Yellow           |
  46. ; |      7 - White                       10 - Bright White     |
  47. ; +------------------------------------------------------------+
  48.