home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pentlk11.zip / OEM.RC < prev    next >
Text File  |  1994-01-13  |  1KB  |  36 lines

  1. /*************************************************************************
  2. *
  3. *  File Name   : OEM.RC
  4. *
  5. *  Description : Sample subclass
  6. *
  7. *  Function:  This is a sample of a subclass of PenLocatorPen
  8. *
  9. *
  10. *  Copyright (C) 1992 IBM Corporation
  11. *
  12. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  13. *      sample code created by IBM Corporation. This sample code is not
  14. *      part of any standard or IBM product and is provided to you solely
  15. *      for  the purpose of assisting you in the development of your
  16. *      applications.  The code is provided "AS IS", without
  17. *      warranty of any kind.  IBM shall not be liable for any damages
  18. *      arising out of your use of the sample code, even if they have been
  19. *      advised of the possibility of such damages.                                                    *
  20. *
  21. ************************************************************************/
  22. #include <os2.h>
  23. #include "oem.h"
  24.  
  25. ICON  ID_OBJECTICON  OEM.ICO
  26.  
  27. DLGTEMPLATE OEM_DIALOG LOADONCALL MOVEABLE DISCARDABLE
  28. BEGIN
  29.     DIALOG  "EMPTY NOTEBOOK", -1, 62, 34, 224, 100, NOT FS_DLGBORDER
  30.     BEGIN
  31.         CTEXT "OEM Sample Page", -1, 40, 78, 132, 8
  32.     END
  33. END
  34.  
  35.  
  36.