home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / borland / picklist.pak / PICKLIST.RC < prev    next >
Text File  |  1997-05-06  |  484b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/owlapp.rc>
  6. #include <owl/picklist.rc>
  7. #include <owl/except.rc>
  8. #include "picklist.rh"
  9.  
  10. IDM_MAINMENU MENU
  11. {
  12.   MENUITEM "Pick from &Popup...", CM_PICKPOPITEM
  13.   MENUITEM "Pick from &Dialog...", CM_PICKITEM
  14. }
  15.  
  16.