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

  1. //********************************************************************
  2. // This file was produced using Visual Age C++ IRCC
  3. //
  4. //
  5. //
  6. //  This file was read from amcelcv.rcx  (OS/2 .rc file)  and converted to 
  7. //    Windows .rc file.
  8. //********************************************************************
  9. #include "amcelcv.h"
  10. WND_MAIN          ICON       "amcelcv.ico"
  11.  
  12. STRINGTABLE
  13.   BEGIN
  14.     WND_MAIN                      ,    "Multi Cell Canvas Sample"
  15.     STR_STATUS                    ,    "IMultiCellCanvas Sample"
  16.     STR_TITLE1                    ,    "Check Boxes"
  17.     STR_TITLE2                    ,    "Radio Buttons"
  18.     STR_CHECK1                    ,    "check box one"
  19.     STR_CHECK2                    ,    "check box two"
  20.     STR_RADIO1                    ,    "radio button one"
  21.     STR_RADIO2                    ,    "radio button two"
  22.     STR_PUSHBUT                   ,    "Read..."
  23.     STR_PUSHED                    ,    "You have pressed the push button!"
  24.     STR_MSGBOX                    ,    "Current Button State"
  25.     STR_CHK1_SEL                  ,    "check box one selected, "
  26.     STR_CHK1_NOSEL                ,    "check box one not selected, "
  27.     STR_CHK2_SEL                  ,    "check box two selected, "
  28.     STR_CHK2_NOSEL                ,    "check box two not selected, "
  29.     STR_RAD1_SEL                  ,    "and radio button one selected"
  30.     STR_RAD2_SEL                  ,    "and radio button two selected"
  31.   END
  32.