home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * .FILE: tbar2.h *
- * *
- * .DESCRIPTION: Tool Bar Sample Program Version 2: 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 *
- * *
- ******************************************************************************/
- #define ID_MAIN_WINDOW 100
- #define ID_EDITOR 102
- #define ID_FLYTEXT 103
- #define ID_INFOTEXT 104
- #define ID_FONTCOMBO 105
- #define ID_TOOLBAR_WINDOW 106
- #define ID_NOTEBOOK 107
-
- #define OFFSET_INFOTEXT 1000
-
- #define ID_FILE 200
- #define ID_EDIT 210
- #define ID_OPTIONS 211
- #define ID_TOOLBARS 212
- #define ID_FONT 213
- #define ID_LOCATION 214
- #define ID_TOP 215
- #define ID_LEFT 216
- #define ID_BOTTOM 217
- #define ID_RIGHT 218
- #define ID_FLOATING 219
- #define ID_HIDDEN 220
- #define ID_GROUP 221
- #define ID_VIEW 222
- #define ID_BITMAP 223
- #define ID_TEXT 224
- #define ID_BITMAP_AND_TEXT 225
-
-