home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cell06d.zip / samples / multibar.h < prev    next >
C/C++ Source or Header  |  1999-01-24  |  896b  |  42 lines

  1. /*
  2. ** Module   :MULTIBAR.H
  3. ** Abstract :Constants for MULTIBAR.C
  4. **
  5. ** Copyright (C) Sergey I. Yevtushenko
  6. ** Log: Sun  08/02/98   Refined
  7. */
  8.  
  9. #ifndef __MULTIBAR_H
  10. #define __MULTIBAR_H
  11.  
  12. #define MAIN_FRAME    255
  13. #define ID_FILEMENU   256
  14. #define ID_EDITMENU   258
  15.  
  16. #define ID_TOOLBAR    1045
  17. #define ID_LPANE      1046
  18. #define ID_RPANE      1047
  19. #define ID_NOTEBOOK   1045
  20. #define ID_STATUS     1050
  21. #define ID_LIST       1051
  22. #define ID_MLE        1052
  23. #define ID_TOP        1053
  24.  
  25. #define IDB_FILENEW   301
  26. #define IDB_FILEOPEN  302
  27. #define IDB_FILESAVE  303
  28. #define IDB_FILSAVAS  304
  29. #define IDB_EXIT      305
  30. #define IDB_EDITCOPY  306
  31. #define IDB_EDITCUT   307
  32. #define IDB_EDITFIND  308
  33. #define IDB_EDITFNNX  309
  34. #define IDB_EDITPAST  310
  35. #define IDB_EDITREPL  311
  36. #define IDB_EDITUNDO  312
  37. #define IDB_HELP      313
  38. #define IDB_ABOUT     314
  39.  
  40. #endif
  41.  
  42.