home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from 2dbmap.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #ifdef IC_PM
- #include <os2.h>
- #endif
- #include "2dbmap.h"
- WND_MAIN ICON "2dbmap.ico"
-
- WND_MAIN MENUEX PRELOAD
- BEGIN
- POPUP "&File" , IDM_FILE
- BEGIN
- MENUITEM "&Open...\tCtrl+O" , IDM_FILEOPEN
- MENUITEM SEPARATOR
- MENUITEM "&Quit\tF3" , IDM_QUIT
- END
- POPUP "&Bitmap" , IDM_BITMAP
- BEGIN
- MENUITEM "Reflect &horizontally" , IDM_REFLECTHORZ
- MENUITEM "Reflect &vertically" , IDM_REFLECTVERT
- MENUITEM SEPARATOR
- MENUITEM "Rotate &90 degrees" , IDM_ROTATE90
- MENUITEM "Rotate &180 degrees" , IDM_ROTATE180
- MENUITEM "Rotate &270 degrees" , IDM_ROTATE270
- MENUITEM SEPARATOR
- MENUITEM "Transpose &x for y" , IDM_TRANSPOSE
- END
- POPUP "&Clipping" , IDM_CLIP
- BEGIN
- MENUITEM "Circles" , IDM_CLIPCIRCLES
- MENUITEM "Squares" , IDM_CLIPSQUARES
- MENUITEM "Radiation" , IDM_CLIPRAD
- MENUITEM "None" , IDM_CLIPNONE
- END
- END
-
- STRINGTABLE
- BEGIN
- WND_MAIN , "2D Bitmap Sample"
- TITLE_LD_IMG , "Load an image file"
- STR_FL_NAME , "*.bmp"
- END
-