home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / DRAGDROP.PAK / DRAGDROP.RC < prev    next >
Encoding:
Text File  |  1997-05-06  |  531 b   |  20 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #ifndef WORKSHOP_INVOKED
  5.   #include <windows.h>
  6. #endif
  7. #include <owl\except.rc>
  8.  
  9. DRAGMENU MENU
  10. BEGIN
  11.   POPUP "Help"
  12.   BEGIN
  13.     MENUITEM "How To",      101
  14.     MENUITEM "View Files",  102
  15.     MENUITEM "Clear Files", 103
  16.     MENUITEM SEPARATOR
  17.     MENUITEM "About",       104
  18.   END
  19. END
  20.