home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / ATRE12.ZIP / MULTIPLX.ZIP / MULT.RC < prev    next >
Encoding:
Text File  |  1991-07-05  |  261 b   |  15 lines

  1. #include <windows.h>
  2. #include "mult.h"
  3. #include "multdlg.h"
  4.  
  5. multico icon atree.ico
  6.  
  7. #include "mult.dlg"
  8.  
  9. MENU_RESOURCE MENU
  10.     {
  11.         MENUITEM "&Run!", IDM_RUN
  12.         MENUITEM "&About...", IDM_ABOUT
  13.         MENUITEM "E&xit!", IDM_EXIT
  14.     }
  15.