home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * .FILE: amcelcv.h *
- * *
- * .DESCRIPTION: Canvas Classes Example 3 - Multi Cell Canvas : Symbolic Def. *
- *
- * .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 *
- * *
- ******************************************************************************/
- #ifndef AMCELCV_H
- #define AMCELVC_H
-
- #define WND_MAIN 1000
-
- #define WND_STATUS 1001
- #define WND_MCCANVAS 1002
- #define WND_TITLE1 1003
- #define WND_TITLE2 1004
- #define WND_RADIO1 1005
- #define WND_RADIO2 1006
- #define WND_CHECK1 1007
- #define WND_CHECK2 1008
- #define WND_PUSHBUT 1009
-
- #define STR_STATUS 2000
- #define STR_TITLE1 2001
- #define STR_TITLE2 2002
- #define STR_CHECK1 2003
- #define STR_CHECK2 2004
- #define STR_RADIO1 2005
- #define STR_RADIO2 2006
- #define STR_PUSHBUT 2007
- #define STR_PUSHED 2008
- #define STR_MSGBOX 2009
- #define STR_CHK1_SEL 2010
- #define STR_CHK1_NOSEL 2011
- #define STR_CHK2_SEL 2012
- #define STR_CHK2_NOSEL 2013
- #define STR_RAD1_SEL 2014
- #define STR_RAD2_SEL 2015
-
- #endif
-