home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / DLLHELLO.PAK / CALLDLL.RC < prev    next >
Encoding:
Text File  |  1993-12-02  |  565 b   |  21 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #include "calldll.h"
  5. #include <owl\owlapp.rc>         // default owl app icon
  6.  
  7. COMMANDS MENU
  8. BEGIN
  9.   MENUITEM "&Create", CM_CREATE
  10.   POPUP "&Resource"
  11.    BEGIN
  12.       MENUITEM "&String", CM_RSTRING
  13.       MENUITEM "&Cursor", CM_RCURSOR
  14.       MENUITEM "&Icon", CM_RICON
  15.       MENUITEM "&Bitmap", CM_RBITMAP
  16.    END
  17.  
  18. END
  19.  
  20.  
  21.