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

  1. /******************************************************************************/
  2. /* Canvas Classes Example 4 - ViewPort                                        */
  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 "avport.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 4 - ViewPort"
  25.   END
  26.  
  27. /******************************************************************************/
  28. /* To compile this you must have the os2logo bitmap                           */
  29. /*   if you do not have this you will need to change this file to pick up     */
  30. /*   another .BMP file                                                        */
  31. /******************************************************************************/
  32. BITMAP BMP_ID LOADONCALL C:\OS2\BITMAP\OS2LOGO.BMP
  33.