home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cpptba.zip / TOOLBAR.H < prev    next >
Text File  |  1993-11-30  |  865b  |  34 lines

  1. //
  2. // Project: Toolbars under IBM User Interface Class Libraries
  3. // File:    Toolbar.h
  4. // Author:  Stewart Hyde
  5. // Created: Nov   29, 1993
  6. // Updated: Nov   30, 1993
  7. //
  8. // Description:
  9. //
  10.  
  11. #define WND_MAIN         5000           //Main Window Id
  12. #define WND_BAR          5001
  13. #define WND_SIDE         5002
  14.  
  15. #define MI_CLOSE         5101           //Command Id
  16. #define MI_ENABLE_TOP    5102
  17. #define MI_DISABLE_TOP   5103
  18. #define MI_OPTIONS       5104
  19. #define MI_TOOLBAR       5105
  20. #define MI_ENABLE_SIDE   5106
  21. #define MI_DISABLE_SIDE  5107
  22.  
  23.  
  24. #define   MID_TB_1       201
  25. #define   MID_TB_2       202
  26. #define   MID_TB_3       203
  27. #define   MID_TB_4       204
  28. #define   MID_TB_5       205
  29. #define   MID_TB_6       206
  30. #define   MID_TB_7       207
  31. #define   MID_TB_8       208
  32. #define   MID_TB_9       209
  33. #define   MID_TB_10      210
  34.