home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / SETCV / ASETCV.RC < prev    next >
Text File  |  1995-05-01  |  2KB  |  45 lines

  1. /******************************************************************************/
  2. /* Canvas Classes Example 2 - Set Canvas                                      */
  3. /*                                                                            */
  4. /* COPYRIGHT: Copyright (C) International Business Machines Corp., 1992,1995. */
  5. /*                                                                            */
  6. /* DISCLAIMER OF WARRANTIES:                                                  */
  7. /*   The following [enclosed] code is sample code created by IBM              */
  8. /*   Corporation.  This sample code is not part of any standard IBM product   */
  9. /*   and is provided to you solely for the purpose of assisting you in the    */
  10. /*   development of your applications.  The code is provided "AS IS",         */
  11. /*   without warranty of any kind.  IBM shall not be liable for any damages   */
  12. /*   arising out of your use of the sample code, even if they have been       */
  13. /*   advised of the possibility of such damages.                              */
  14. /******************************************************************************/
  15.  
  16. #include "asetcv.h"
  17.  
  18. ICON WND_MAIN "asetcv.ico"
  19.  
  20. /******************************************************************************/
  21. /* string resources - used by IStaticText & ITitle Classes                    */
  22. /*  Symbolic Name (ID) <-> Text String                                        */
  23. /******************************************************************************/
  24. STRINGTABLE
  25.   BEGIN
  26.     WND_MAIN        , "Set Canvas Sample"
  27.     STR_STATUS      , "ISplitCanvas and ISetCanvas example"
  28.     STR_HSETCANVAS  , "Horizontal Set Canvas"
  29.     STR_VSETCANVAS  , "Vertical Set Canvas"
  30.     STR_TEXT+0      , "Button one"
  31.     STR_TEXT+1      , "Button two"
  32.     STR_TEXT+2      , "Button three"
  33.     STR_TEXT+3      , "Button four"
  34.     STR_TEXT+4      , "Button five"
  35.     STR_TEXT+5      , "Button six"
  36.     STR_TEXT+6      , "Button seven"
  37.     STR_TEXT+7      , "Button eight"
  38.     STR_TEXT+8      , "Button nine"
  39.     STR_TEXT+9      , "Button ten"
  40.     STR_TEXT+10     , "Button eleven"
  41.     STR_TEXT+11     , "Button twelve"
  42.     STR_TEXT+12     , "Button thirteen"
  43.     STR_TEXT+13     , "Button fourteen"
  44.   END
  45.