home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / 2dbmap / 2dbmap.rc < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.7 KB  |  49 lines

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from 2dbmap.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #ifdef  IC_PM
  10. #include <os2.h>
  11. #endif  
  12. #include "2dbmap.h"
  13. WND_MAIN          ICON       "2dbmap.ico"
  14.  
  15. WND_MAIN  MENUEX  PRELOAD
  16.   BEGIN
  17.     POPUP     "&File"                    ,  IDM_FILE
  18.       BEGIN
  19.         MENUITEM  "&Open...\tCtrl+O"         ,  IDM_FILEOPEN
  20.         MENUITEM  SEPARATOR
  21.         MENUITEM  "&Quit\tF3"                ,  IDM_QUIT
  22.       END
  23.     POPUP     "&Bitmap"                  ,  IDM_BITMAP
  24.       BEGIN
  25.         MENUITEM  "Reflect &horizontally"       ,  IDM_REFLECTHORZ
  26.         MENUITEM  "Reflect &vertically"       ,  IDM_REFLECTVERT
  27.         MENUITEM  SEPARATOR
  28.         MENUITEM  "Rotate &90 degrees"       ,  IDM_ROTATE90
  29.         MENUITEM  "Rotate &180 degrees"       ,  IDM_ROTATE180
  30.         MENUITEM  "Rotate &270 degrees"       ,  IDM_ROTATE270
  31.         MENUITEM  SEPARATOR
  32.         MENUITEM  "Transpose &x for y"       ,  IDM_TRANSPOSE
  33.       END
  34.     POPUP     "&Clipping"                ,  IDM_CLIP
  35.       BEGIN
  36.         MENUITEM  "Circles"                  ,  IDM_CLIPCIRCLES
  37.         MENUITEM  "Squares"                  ,  IDM_CLIPSQUARES
  38.         MENUITEM  "Radiation"                ,  IDM_CLIPRAD
  39.         MENUITEM  "None"                     ,  IDM_CLIPNONE
  40.       END
  41.   END
  42.  
  43. STRINGTABLE
  44.   BEGIN
  45.     WND_MAIN                      ,    "2D Bitmap Sample"
  46.     TITLE_LD_IMG                  ,    "Load an image file"
  47.     STR_FL_NAME                   ,    "*.bmp"
  48.   END
  49.