home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
SAMPLES
/
ICLUI
/
SPLITCV
/
ASPLITCV.RC
< prev
next >
Wrap
Text File
|
1993-05-12
|
2KB
|
29 lines
/******************************************************************************/
/* Canvas Classes Example 1 - Split Canvas */
/* */
/* COPYRIGHT: Copyright (C) International Business Machines Corp., 1992,1993. */
/* */
/* DISCLAIMER OF WARRANTIES: */
/* The following [enclosed] code is sample code created by IBM */
/* Corporation. This sample code is not part of any standard 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 "asplitcv.h" //Symbolic Definitions
/******************************************************************************/
/* string resources - used by IStaticText & ITitle Classes */
/* Symbolic Name (ID) <-> Text String */
/******************************************************************************/
STRINGTABLE
BEGIN
WND_MAIN , "Canvas Classes Example 1 - Split Canvas"
STR_BOTTOM , "Bottom text"
STR_TOPLEFT , "Top left text"
STR_TOPRIGHT , "Top right text"
END