home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / lckowl15 / lckowl2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-04  |  363 b   |  15 lines

  1. #ifndef __LCKOWL2_H__
  2. #define __LCKOWL2_H__
  3.  
  4. #define IDM_CREATETOOLBAR    950
  5. #define IDM_DESTROYTOOLBAR    951
  6. #define IDM_CREATESTATUSBAR    952
  7. #define IDM_DESTROYSTATUSBAR    953
  8. #define IDM_CREATETOOLBOX    954
  9. #define IDM_DESTROYTOOLBOX    955
  10. #define IDM_TOGGLESTATUSBAR    956
  11. #define IDM_TOGGLETOOLBAR    957
  12. #define IDM_TOGGLETOOLBOX    958
  13.  
  14. #endif // __LCKOWL2_H__
  15.