home *** CD-ROM | disk | FTP | other *** search
- //********************************************************************
- // This file was produced using Visual Age C++ IRCC
- //
- //
- //
- // This file was read from amcelcv.rcx (OS/2 .rc file) and converted to
- // Windows .rc file.
- //********************************************************************
- #include "amcelcv.h"
- WND_MAIN ICON "amcelcv.ico"
-
- STRINGTABLE
- BEGIN
- WND_MAIN , "Multi Cell Canvas Sample"
- STR_STATUS , "IMultiCellCanvas Sample"
- STR_TITLE1 , "Check Boxes"
- STR_TITLE2 , "Radio Buttons"
- STR_CHECK1 , "check box one"
- STR_CHECK2 , "check box two"
- STR_RADIO1 , "radio button one"
- STR_RADIO2 , "radio button two"
- STR_PUSHBUT , "Read..."
- STR_PUSHED , "You have pressed the push button!"
- STR_MSGBOX , "Current Button State"
- STR_CHK1_SEL , "check box one selected, "
- STR_CHK1_NOSEL , "check box one not selected, "
- STR_CHK2_SEL , "check box two selected, "
- STR_CHK2_NOSEL , "check box two not selected, "
- STR_RAD1_SEL , "and radio button one selected"
- STR_RAD2_SEL , "and radio button two selected"
- END
-