home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / bcsmnu10.lzh / MENU.MDA < prev    next >
Text File  |  1990-05-20  |  4KB  |  143 lines

  1. BLACK = 0
  2. BLUE = 1
  3. GREEN = 2
  4. CYAN = 3
  5. RED = 4
  6. MAGENTA = 5
  7. BROWN = 20
  8. GRAY = 7
  9. DKGRAY = 56
  10. BBLUE = 57
  11. BGREEN = 58
  12. BCYAN = 59
  13. BRED = 60
  14. BMAGENTA = 61
  15. YELLOW = 62
  16. WHITE = 63
  17.  
  18. MENU_FOREGROUND = WHITE
  19. MENU_BACKGROUND = BLACK
  20. KEYBOX_FOREGROUND = BLACK
  21. KEYBOX_BACKGROUND = GRAY
  22. DESC_FOREGROUND = BLACK
  23. DESC_BACKGROUND = GRAY
  24. HIGHLIGHT_FOREGROUND = BLACK
  25. HIGHTLIGHT_BACKGROUND = GRAY
  26. PROMPT_FOREGROUND = YELLOW
  27. HELP_FOREGROUND = BLACK
  28. HELP_BACKGROUND = GRAY
  29.  
  30. DELIMITER = "
  31. MENU_DELIM = *
  32. SOUND = ON
  33. ITEM_DESCRIPTION = ON
  34. BLANK_TIME = 5
  35. BLANK_MSG = "Video Cleared to Save Screen"
  36. TITLE = " Bristol Computing Systems Menu Program "
  37.  
  38. ROW = 3
  39. COLUMN = 29
  40. PROMPT_FOREGROUND = WHITE
  41. PROMPT = "Communications Program"
  42. HELP = "BCS MENU PROGRAM -- MINI TUTORIAL
  43. To Move the Selection Bar
  44. Use the UP/DOWN arrow keys,
  45. Press the first letter of a prompt,
  46. Or, with a mouse, position the mouse cursor on a prompt & click
  47. (Press DOWN ARROW to read each succesive description)"
  48. COMMANDS = "ECHO OFF
  49. ECHO ...
  50. ECHO Edit this menu entry to include the commands
  51. ECHO  required to start a COMMUNICATIONS program
  52. ECHO ...
  53. PAUSE
  54. ECHO ON"
  55.  
  56. ROW = 5
  57. COLUMN = 29
  58. PROMPT_FOREGROUND = WHITE
  59. PROMPT = "Word Processing"
  60. HELP = "To Execute a Menu Item:
  61.  
  62. Position Selection Bar on Desired Item
  63. and Press ENTER, or
  64. double click on the menu item with a mouse"
  65. COMMANDS = "ECHO OFF
  66. ECHO ...
  67. ECHO Edit this menu entry to include the commands
  68. ECHO required to start a WORD PROCESSING program
  69. ECHO ...
  70. PAUSE
  71. ECHO ON"
  72.  
  73. ROW = 7
  74. COLUMN = 29
  75. PROMPT_FOREGROUND = WHITE
  76. PROMPT = "Speadsheet Program"
  77. HELP = "The window at the bottom of the screen
  78. gives a description of certain keys
  79. (F10 cycles through the key descriptions)
  80. This is both informative and can be used to
  81. make a selection with the mouse
  82. (Click on any letter in the description)"
  83. COMMANDS = "ECHO OFF
  84. ECHO ...
  85. ECHO Edit this menu entry to include the commands
  86. ECHO   required to start a SPREADSHEET program
  87. ECHO ...
  88. PAUSE
  89. ECHO ON"
  90.  
  91. ROW = 9
  92. COLUMN = 29
  93. PROMPT_FOREGROUND = WHITE
  94. PROMPT = "Database Program"
  95. HELP = "
  96. This window is called the Item Description window
  97.  
  98. It's purpose is to display useful
  99. Information about the highlighted menu item"
  100. COMMANDS = "ECHO OFF
  101. ECHO ...
  102. ECHO  Edit this menu entry to include the commands
  103. ECHO      required to start a DATABASE program
  104. ECHO ...
  105. PAUSE
  106. ECHO ON"
  107.  
  108. ROW = 11
  109. COLUMN = 29
  110. PROMPT_FOREGROUND = WHITE
  111. PROMPT = "Other Application"
  112. HELP = "
  113. The Item Description window will always move
  114. Out of the way of the Selection Bar
  115. Or can be moved with the mouse by clicking on the
  116. Arrow to the right (displayed only when mouse present)"
  117. CMND_INPUT = "PATH,Enter Complete Path Name for Application (eg. C:\NORTON)
  118. PROGRAM,Enter Application Program Name or Batch File Filename (eg. NU)"
  119. COMMANDS = "%PATH\%PROGRAM"
  120.  
  121. ROW = 13
  122. COLUMN = 29
  123. PROMPT_FOREGROUND = WHITE
  124. PROMPT = "DOS Utilities Menu"
  125. HELP = "
  126. Colors may be changed from the Color Change Screen - Press F8
  127. All Menu text may be changed from the Menu Edit Screen
  128. (Menu Title, Prompts, Item Description, Commands, Passwords)
  129. To Edit Menu Text - Press F8 from the Color Change Screen"
  130. COMMANDS = "*DOSMENU.MNU"
  131.  
  132. ROW = 15
  133. COLUMN = 29
  134. PROMPT_FOREGROUND = WHITE
  135. PROMPT = "Games Menu"
  136. HELP = "*** Special Commands ***
  137. User Input is specified by %LABEL (up to 8 ALPHA/NUMERIC chars.)
  138. Activate another menu by specifying @filename as the 1st (and only)
  139. command (@ as 1st command char. indicates a menu filename follows)
  140. See command set for `Other Application' and `DOS Utilities Menu'
  141. (See BCSMENU.DOC for complete editing details)"
  142. COMMANDS = "*GAMES.MNU"
  143.