home *** CD-ROM | disk | FTP | other *** search
/ 350 Great Games / 350GamesWindows31.iso / mainscr.mnu < prev    next >
Text File  |  1997-07-08  |  1KB  |  44 lines

  1. ******************************************************************************
  2. MENU DESCRIPTOR FOR EXAM.C Program
  3. ******************************************************************************
  4. . spaces in a begining of a line are ignored.
  5. . Any line that does not start with the following is considered a comment line
  6.         1. "
  7.         2. LINE
  8.         3. SUBMENU
  9.         4. END
  10.  
  11. . first number written is the id number retured when that menu is selected
  12. . second number is the keyboard code for accelerating that menu entry.
  13.   When that key is pressed, the barmenu function returns the corresponding
  14.   id number without activating the menu.
  15.  
  16. . The id number for a title does not do anything unless, the title does
  17.   not have any subtitles. This id number can be omitted.  If an accelerator
  18.   is to be placed for any title, the id number must be present although it
  19.   will not be of any significance.
  20. ******************************************************************************
  21.  
  22.  
  23. Constants (for reference)
  24.   289 = Alt-F
  25.   291 = Alt-H
  26.   301 = Alt-X
  27.  
  28.   315 = F1
  29.  
  30.   27  = Esc
  31.   
  32.  
  33.  
  34. "%^File"                                  4000 289
  35. "E^xit"                                   4005 27
  36.  
  37. "%^Help"                                  5000 291
  38. "^Help on Help"                           5020 
  39. "^Help Contents"                          5010 315
  40. LINE
  41. "^ABOUT"                                  5030
  42.  
  43.  
  44.