home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / setcv / asetcv.rcx < prev    next >
Encoding:
Text File  |  1996-02-22  |  2.8 KB  |  51 lines

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