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

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from ahellow2.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "ahellow2.h"
  10. WND_MAIN          ICON       ahellow2.ico
  11.  
  12. STRINGTABLE
  13.   BEGIN
  14.     STR_HELLO                     ,    "Hello, World!!!"
  15.     WND_MAIN                      ,    "Hello World Sample - Version 2"
  16.     STR_INFO                      ,    "Use Alt-F4 to Close Window"
  17.   END
  18.