home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pentlk11.zip
/
IMAGES
/
PENTLKT2.IMG
/
unc.dsk
/
OEM.RC
< prev
next >
Wrap
Text File
|
1994-01-13
|
1KB
|
36 lines
/*************************************************************************
*
* File Name : OEM.RC
*
* Description : Sample subclass
*
* Function: This is a sample of a subclass of PenLocatorPen
*
*
* Copyright (C) 1992 IBM Corporation
*
* DISCLAIMER OF WARRANTIES. The following [enclosed] code is
* sample code created by IBM Corporation. This sample code is not
* part of any standard or IBM product and is provided to you solely
* for the purpose of assisting you in the development of your
* applications. The code is provided "AS IS", without
* warranty of any kind. IBM shall not be liable for any damages
* arising out of your use of the sample code, even if they have been
* advised of the possibility of such damages. *
*
************************************************************************/
#include <os2.h>
#include "oem.h"
ICON ID_OBJECTICON OEM.ICO
DLGTEMPLATE OEM_DIALOG LOADONCALL MOVEABLE DISCARDABLE
BEGIN
DIALOG "EMPTY NOTEBOOK", -1, 62, 34, 224, 100, NOT FS_DLGBORDER
BEGIN
CTEXT "OEM Sample Page", -1, 40, 78, 132, 8
END
END