home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 10.ddi / DRAGDROP.ZIP / DRAGDROP.RC < prev    next >
Encoding:
Text File  |  1992-06-10  |  304 b   |  18 lines

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