home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / commdlg1.rc < prev    next >
Text File  |  1993-07-09  |  213b  |  10 lines

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