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

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from notebook.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "notebook.h"
  10. WND_MAIN          ICON       notebook.ico
  11. BM_PAGE1          BITMAP     tajmahal.bmp
  12. BM_PAGE2          BITMAP     monument.bmp
  13. BM_PAGE3          BITMAP     cheetah.bmp
  14. BM_PAGE4          BITMAP     wxmap.bmp
  15.  
  16. STRINGTABLE
  17.   BEGIN
  18.     WND_MAIN                      ,    "Notebook Sample"
  19.     BM_PAGE1                      ,    "Taj Mahal"
  20.     BM_PAGE2                      ,    "Monument Valley"
  21.     BM_PAGE3                      ,    "Cheetah"
  22.     BM_PAGE4                      ,    "Weather Map"
  23.     STR_PRRR                      ,    "Purrrrrrrrrrrrrrrr"
  24.     STR_FONT                      ,    "Courier"
  25.   END
  26.