home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / MSGBOX / MSGBOX.H < prev    next >
Text File  |  1995-04-14  |  2KB  |  31 lines

  1. /*****************************************************************************
  2. * FILE NAME: msgbox.h          (Message Box Sample Program)                  *
  3. *                                                                            *
  4. * COPYRIGHT: Copyright (C) International Business Machines Corp., 1992,1995. *
  5. *                                                                            *
  6. * DISCLAIMER OF WARRANTIES:                                                  *
  7. *   The following [enclosed] code is sample code created by IBM              *
  8. *   Corporation.  This sample code is not part of any standard IBM product   *
  9. *   and is provided to you solely for the purpose of assisting you in the    *
  10. *   development of your applications.  The code is provided "AS IS",         *
  11. *   without warranty of any kind.  IBM shall not be liable for any damages   *
  12. *   arising out of your use of the sample code, even if they have been       *
  13. *   advised of the possibility of such damages.                              *
  14. *****************************************************************************/
  15. //NOTE: WE RECOMMEND USING A FIXED-SPACE FONT TO LOOK AT THE SOURCE.
  16.  
  17. #define  MSGBOX_TITLE           1000
  18. #define  MSGBOX_OKCANCEL        1001
  19. #define  MSGBOX_OKWARNING       1002
  20. #define  MSGBOX_CANCELERROR     1003
  21. #define  MSGBOX_YESNOCANCEL     1004
  22. #define  MSGBOX_YESNOCANCELHELP 1005
  23. #define  MSGBOX_SYSMODAL        1006
  24. #define  MSGBOX_CONTINUE        1007
  25. #define  MSGBOX_END             1008
  26. #define  WND_MAIN               1010
  27. #define  WND_MLE                1011
  28. #define  STR_HELPT              1012
  29. #define  STR_HELP_NOT_FOUND     1013
  30. #define  MB_HELPID               100
  31.