home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapewin.zip / trbitmap.rc < prev    next >
Text File  |  1998-09-17  |  270b  |  15 lines

  1. /*
  2.  * trbitmap.rc - resources for Transparent Background Bitmap Viewer
  3.  */
  4.  
  5. #include <os2.h>
  6. #include "trbitres.h"
  7.  
  8. ICON    ID_TRBITMAP     trbitmap.ico
  9.  
  10. MENU    IDM_POPUP
  11. BEGIN
  12.     MENUITEM    "~Hide",    IDM_HIDE
  13.     MENUITEM    "E~xit",    IDM_EXIT
  14. END
  15.