home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample14 / sample14.rc < prev    next >
Text File  |  1997-04-07  |  247b  |  16 lines

  1. #include "resource.h"
  2.  
  3. MENU IDM_MENU
  4. BEGIN
  5.     SUBMENU "Dialog", IDM_DIALOG
  6.     BEGIN
  7.         MENUITEM "Modeless", IDM_MODELESS
  8.         MENUITEM "Modal", IDM_MODAL
  9.         MENUITEM SEPARATOR
  10.         MENUITEM "Quit", IDM_QUIT
  11.     END
  12. END
  13.  
  14.  
  15. RCINCLUDE "sample14.dlg" 
  16.