home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / commdlg2.rc < prev    next >
Text File  |  1994-02-10  |  212b  |  10 lines

  1. #include <windows.h>
  2. #include <owl\window.rh>
  3. #include "commdlg2.h"
  4.  
  5. IDM_MAINMENU MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  6. BEGIN
  7.     MENUITEM "E&xit", CM_EXIT
  8.     MENUITEM "&Colors", CM_COLORCHANGE
  9. END
  10.