home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / SAMPLES / ICLUI / SETCV / ASETCV.RC < prev    next >
Text File  |  1993-05-12  |  2KB  |  43 lines

  1. /******************************************************************************/
  2. /* Canvas Classes Example 2 - Set Canvas                                      */
  3. /*                                                                            */
  4. /* COPYRIGHT: Copyright (C) International Business Machines Corp., 1992,1993. */
  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. /******************************************************************************/
  19. /* string resources - used by IStaticText & ITitle Classes                    */
  20. /*  Symbolic Name (ID) <-> Text String                                        */
  21. /******************************************************************************/
  22. STRINGTABLE
  23.   BEGIN
  24.     WND_MAIN        , "Canvas Classes Example 2 - Set Canvas"
  25.     STR_STATUS      , "ISplitCanvas and ISetCanvas example"
  26.     STR_HSETCANVAS  , "Horizontal Set Canvas"
  27.     STR_VSETCANVAS  , "Vertical Set Canvas"
  28.     (STR_TEXT+0)    , "Button one"
  29.     (STR_TEXT+1)    , "Button two"
  30.     (STR_TEXT+2)    , "Button three"
  31.     (STR_TEXT+3)    , "Button four"
  32.     (STR_TEXT+4)    , "Button five"
  33.     (STR_TEXT+5)    , "Button six"
  34.     (STR_TEXT+6)    , "Button seven"
  35.     (STR_TEXT+7)    , "Button eight"
  36.     (STR_TEXT+8)    , "Button nine"
  37.     (STR_TEXT+9)    , "Button ten"
  38.     (STR_TEXT+10)   , "Button eleven"
  39.     (STR_TEXT+11)   , "Button twelve"
  40.     (STR_TEXT+12)   , "Button thirteen"
  41.     (STR_TEXT+13)   , "Button fourteen"
  42.   END
  43.