home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shpwn200.zip / shapewin.200 / samples / treyes.rc < prev   
Text File  |  2001-12-05  |  271b  |  16 lines

  1. /*
  2.  * treyes.rc - resources for Eye
  3.  */
  4.  
  5. #include <os2.h>
  6. #include "treyeres.h"
  7.  
  8. ICON    ID_TREYES       treyes.ico
  9.  
  10. MENU    IDM_POPUP
  11. BEGIN
  12.     MENUITEM    "~Move",    IDM_MOVE
  13.     MENUITEM    "~Size",    IDM_SIZE
  14.     MENUITEM    "E~xit",    IDM_EXIT
  15. END
  16.