home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRONTDEM.ZIP / PRONTO.ZIP / WHERE / WHERE.RC < prev    next >
Text File  |  1991-02-20  |  378b  |  25 lines

  1. #define INCL_WIN
  2.  
  3. #include <os2.h>
  4. #include "where.h"
  5.  
  6. MENU 501 PRELOAD
  7. {
  8.   SUBMENU "~Demos", 501+1
  9.   {
  10.     MENUITEM "~Search...\t^S",      503
  11.     MENUITEM "~Calendar...\t^C",  504
  12.     MENUITEM "~About",          505
  13.     MENUITEM SEPARATOR
  14.     MENUITEM "~Quit",      SC_CLOSE, MIS_SYSCOMMAND
  15.   }
  16. }
  17.  
  18. ACCELTABLE 701
  19. {
  20.    "^C", 504
  21.    "^S", 503
  22. }
  23.  
  24. rcinclude where.dlg
  25.