home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * .FILE: notebook.h *
- * *
- * .DESCRIPTION: Notebook Sample Program: Symbolic Definitions *
- * *
- * .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 NOTEBOOK_H
- #define NOTEBOOK_H
-
- #define WND_MAIN 1000
- #define WND_NB 1010
- #define WND_VP1 1020
- #define WND_VP2 1030
- #define WND_VP3 1040
- #define WND_VP4 1050
-
- #define BM_PAGE1 2010
- #define BM_PAGE2 2020
- #define BM_PAGE3 2030
- #define BM_PAGE4 2040
-
- #define STR_PRRR 3000
- #define STR_FONT 3010
- #endif
-