home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / SAMPLES / OPENDOC / PARTS / PUSHBTN / PUSHBTN.RC < prev   
Text File  |  1995-12-15  |  1KB  |  42 lines

  1. /***************************************************************************
  2. *
  3. *  File Name   : PUSHBTN.RC
  4. *
  5. *  Description : Resource file containing string definitions for the
  6. *                Push Button class.
  7. *
  8. *  Notes       : N/A
  9. *
  10. *  Entry Points: N/A
  11. *
  12. *       (C) COPYRIGHT International Business Machines Corp. 1995
  13. *       All Rights Reserved
  14. *       Licensed Materials - Property of IBM
  15. *
  16. *       US Government Users Restricted Rights - Use, duplication or
  17. *       disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  18. *
  19. *       DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  20. *       sample code created by IBM Corporation. This sample code is not
  21. *       part of any standard or IBM product and is provided to you solely
  22. *       for the purpose of assisting you in the development of your
  23. *       applications.  The code is provided "AS IS", without
  24. *       warranty of any kind.  IBM shall not be liable for any damages
  25. *       arising out of your use of the sample code, even if they have been
  26. *       advised of the possibility of such damages.
  27. *
  28. ***************************************************************************/
  29.  
  30. #ifndef _PUSHBTN_HPP_
  31. #include "pushbtn.hpp"
  32. #endif
  33.  
  34. STRINGTABLE
  35. {
  36.    PB_INITTEXT        "Press Me"
  37.    IDS_PUSHBUTTONMSG  "Button was pressed successfully.  Welcome to OpenDoc: "
  38.                       "An Idea Whose Time Has Come!"
  39. }
  40.  
  41. BITMAP  IDB_BMP       pushbtn.bmp
  42.