home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * .FILE: asetcv.rc *
- * *
- * .DESCRIPTION: Set Canvas Example: Resource File *
- * *
- * .COPYRIGHT: *
- * Licensed Material - Program-Property of IBM *
- * (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved *
- * *
- * .DISCLAIMER: *
- * 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. *
- * *
- * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE *
- * *
- ******************************************************************************/
- #include "asetcv.h"
-
- ICON WND_MAIN "asetcv.ico"
-
- /******************************************************************************/
- /* string resources - used by IStaticText & ITitle Classes */
- /* Symbolic Name (ID) <-> Text String */
- /******************************************************************************/
- STRINGTABLE
- BEGIN
- WND_MAIN , "Set Canvas Sample"
- STR_STATUS , "ISplitCanvas and ISetCanvas example"
- STR_HSETCANVAS , "Horizontal Set Canvas"
- STR_VSETCANVAS , "Vertical Set Canvas"
- STR_TEXT+0 , "Button one"
- STR_TEXT+1 , "Button two"
- STR_TEXT+2 , "Button three"
- STR_TEXT+3 , "Button four"
- STR_TEXT+4 , "Button five"
- STR_TEXT+5 , "Button six"
- STR_TEXT+6 , "Button seven"
- STR_TEXT+7 , "Button eight"
- STR_TEXT+8 , "Button nine"
- STR_TEXT+9 , "Button ten"
- STR_TEXT+10 , "Button eleven"
- STR_TEXT+11 , "Button twelve"
- STR_TEXT+12 , "Button thirteen"
- STR_TEXT+13 , "Button fourteen"
- END
-