home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / tools / ximgview / ximgview.rc < prev   
Text File  |  2002-02-26  |  2KB  |  43 lines

  1.  
  2. /*
  3.  * ximgview.rc:
  4.  *      Copyright (C) 1997-2002 Ulrich Möller.
  5.  *      This program is free software; you can redistribute it and/or modify
  6.  *      it under the terms of the GNU General Public License as published by
  7.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  8.  *      file of the XWorkplace main distribution.
  9.  *      This program is distributed in the hope that it will be useful,
  10.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  *      GNU General Public License for more details.
  13.  */
  14.  
  15. #include <os2.h>
  16. #include "ximgview.h"
  17.  
  18. POINTER 1 LOADONCALL MOVEABLE DISCARDABLE ximgview.ico
  19.  
  20. MENU 1 LOADONCALL MOVEABLE DISCARDABLE
  21. BEGIN
  22.     SUBMENU     "~File", IDM_FILE, MIS_TEXT
  23.     BEGIN
  24.         MENUITEM    "~Open...",         IDMI_FILE_OPEN, MIS_TEXT
  25.         MENUITEM SEPARATOR
  26.         MENUITEM    "E~xit",      IDMI_FILE_EXIT, MIS_TEXT
  27.     END
  28.  
  29.     SUBMENU     "~View", IDM_VIEW, MIS_TEXT
  30.     BEGIN
  31.         MENUITEM    "~Set window size to image size", IDMI_VIEW_SIZEORIG, MIS_TEXT
  32.     END
  33.  
  34.     SUBMENU     "~Settings", IDM_OPTIONS, MIS_TEXT
  35.     BEGIN
  36.         MENUITEM    "~Resize window after loading image",  IDMI_OPT_RESIZEAFTERLOAD, MIS_TEXT
  37.         MENUITEM    "~Constrain window to screen",  IDMI_OPT_CONSTRAIN2SCREEEN, MIS_TEXT
  38.         MENUITEM    "~Scale image to window size",  IDMI_OPT_SCALE2WINSIZE, MIS_TEXT
  39.     END
  40. END
  41.  
  42.  
  43.