home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ICLUI.ZIP / SPLITCV / ASPLITCV.RC < prev    next >
Text File  |  1993-02-22  |  2KB  |  29 lines

  1. /******************************************************************************/
  2. /* Canvas Classes Example 1 - Split 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 "asplitcv.h"                           //Symbolic Definitions
  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 1 - Split Canvas"
  25.     STR_BOTTOM   , "Bottom text"
  26.     STR_TOPLEFT  , "Top left text"
  27.     STR_TOPRIGHT , "Top right text"
  28.   END
  29.