home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from notebook.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include "notebook.h"
- WND_MAIN ICON notebook.ico
- BM_PAGE1 BITMAP tajmahal.bmp
- BM_PAGE2 BITMAP monument.bmp
- BM_PAGE3 BITMAP cheetah.bmp
- BM_PAGE4 BITMAP wxmap.bmp
-
- STRINGTABLE
- BEGIN
- WND_MAIN , "Notebook Sample"
- BM_PAGE1 , "Taj Mahal"
- BM_PAGE2 , "Monument Valley"
- BM_PAGE3 , "Cheetah"
- BM_PAGE4 , "Weather Map"
- STR_PRRR , "Purrrrrrrrrrrrrrrr"
- STR_FONT , "Courier"
- END
-