home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / btns.zip / BUTTONS.H < prev    next >
Text File  |  1994-06-23  |  1KB  |  23 lines

  1. #ifndef BUTTONS_H
  2. #define BUTTONS_H
  3. /******************************************************************************/
  4. /* DISCLAIMER OF WARRANTIES:                                                  */
  5. /*   The following [enclosed] code is sample code created by IBM              */
  6. /*   Corporation.  This sample code is not part of any standard IBM product   */
  7. /*   and is provided to you solely for the purpose of assisting you in the    */
  8. /*   development of your applications.  The code is provided "AS IS",         */
  9. /*   without warranty of any kind.  IBM shall not be liable for any damages   */
  10. /*   arising out of your use of the sample code, even if they have been       */
  11. /*   advised of the possibility of such damages.                              */
  12. /******************************************************************************/
  13. //**************************************************************************
  14. // Window Ids
  15. //**************************************************************************
  16. #define ID_MCELL        0x1000
  17. #define ID_BUTTONS      0x1001
  18. #define ID_OK           0x1002
  19. #define ID_BITMAPBUTTON 0x1003
  20. #define ID_ICONBUTTON   0x1004
  21. #define ID_HELP         0x1005
  22. #endif
  23.