home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / samdu.zip / SAMPLE.RC < prev    next >
Text File  |  1993-01-01  |  278b  |  15 lines

  1. #include <Windows.h>
  2. #include "Sample.h"
  3.  
  4. SampleMenu MENU
  5. BEGIN
  6.     POPUP        "&File"
  7.     BEGIN
  8.         MENUITEM "&Open",    IDM_OPEN
  9.         MENUITEM "&Save",    IDM_SAVE
  10.         MENUITEM "E&xit",    IDM_EXIT
  11.     END
  12.     MENUITEM     "&Cancel", IDCANCEL
  13. END
  14.  
  15.