home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / tbar2 / tbar2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.5 KB  |  50 lines

  1. /******************************************************************************
  2. * .FILE:         tbar2.h                                                      *
  3. *                                                                             *
  4. * .DESCRIPTION:  Tool Bar Sample Program Version 2:    Symbolic definitions   *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define ID_MAIN_WINDOW       100
  23. #define ID_EDITOR            102
  24. #define ID_FLYTEXT           103
  25. #define ID_INFOTEXT          104
  26. #define ID_FONTCOMBO         105
  27. #define ID_TOOLBAR_WINDOW    106
  28. #define ID_NOTEBOOK          107
  29.  
  30. #define OFFSET_INFOTEXT      1000
  31.  
  32. #define ID_FILE               200
  33. #define ID_EDIT               210
  34. #define ID_OPTIONS            211
  35. #define ID_TOOLBARS           212
  36. #define ID_FONT               213
  37. #define ID_LOCATION           214
  38. #define ID_TOP                215
  39. #define ID_LEFT               216
  40. #define ID_BOTTOM             217
  41. #define ID_RIGHT              218
  42. #define ID_FLOATING           219
  43. #define ID_HIDDEN             220
  44. #define ID_GROUP              221
  45. #define ID_VIEW               222
  46. #define ID_BITMAP             223
  47. #define ID_TEXT               224
  48. #define ID_BITMAP_AND_TEXT    225
  49.  
  50.