home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dialog.zip / DIALOG.H < prev    next >
Text File  |  1998-04-20  |  2KB  |  38 lines

  1. /*************************************************************************
  2. *
  3. *  File Name   : Dialog.h
  4. *
  5. *  Description : The DIALOG include file defines symbolic constants used
  6. *                in the DIALOG.C and .RC files.
  7. *                DIALOG local procedure declarations may appear in this file to
  8. *                ensure they have been declared before being used.
  9. *
  10. *  NOTE: If using the Dialog Editor "DLGBOX.EXE" ALL comments
  11. *          (including this) MUST be removed from this file.
  12. *
  13. *  Copyright (C) 1992 IBM Corporation
  14. *
  15. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  16. *      sample code created by IBM Corporation. This sample code is not
  17. *      part of any standard or IBM product and is provided to you solely
  18. *      for  the purpose of assisting you in the development of your
  19. *      applications.  The code is provided "AS IS", without
  20. *      warranty of any kind.  IBM shall not be liable for any damages
  21. *      arising out of your use of the sample code, even if they have been
  22. *      advised of the possibility of such damages.                                                    *
  23. *
  24. ************************************************************************/
  25.  
  26.  
  27. #define ID_MAINWND      256
  28. #define ID_MYDIALOG     257
  29. #define ID_ENTRYFIELD   258
  30. #define ID_COMMANDS     259
  31. #define ID_WHERE        260
  32. #define ID_EXITPROGRAM  261
  33. #define ID_RESPONSE     262
  34. #define ID_MESSAGEBOX   263
  35. #define ID_BITMAP       264
  36. #define ID_PRODINFO     265
  37. #define ID_NULL         9999
  38.