home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapewin.zip / treyes.rc < prev    next >
Text File  |  1998-09-20  |  309b  |  17 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    "~Hide",    IDM_HIDE
  15.     MENUITEM    "E~xit",    IDM_EXIT
  16. END
  17.