home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * .FILE: tbar1.h *
- * *
- * .DESCRIPTION: Tool Bar Example 1: 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 _TBAR1_HPP_
- #define _TBAR1_HPP_
-
- #define ID_MAIN_WINDOW 100
- #define ID_TOOLBAR 101
- #define ID_EDITOR 102
- #define ID_FLYTEXT 103
- #define ID_INFOTEXT 104
- #define ID_FONTCOMBO 105
-
- #define OFFSET_INFOTEXT 1000
-
- #define ID_EDIT 110
- #define ID_TOOLBAR_OPTIONS 120
- #define ID_SHOWBITMAPS 121
- #define ID_SHOWTEXT 122
- #define ID_SHOWTEXTANDBITMAPS 123
- #define ID_TOOLBAR_TOP 124
- #define ID_TOOLBAR_BOTTOM 125
- #define ID_TOOLBAR_LEFT 126
- #define ID_TOOLBAR_RIGHT 127
- #define ID_TOOLBAR_FLOATING 128
-
- #define STR_TOOLBAR 130
-
- #endif
-