home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / devpl016.zip / DWP.H < prev    next >
Text File  |  1991-11-28  |  2KB  |  62 lines

  1. /*********** DWP C Sample Program Include file (.H) ***********************/
  2. /*                                                                        */
  3. /*  The DWP include file defines symbolic constants used                  */
  4. /*  in the DWP.C and .RC files.                                           */
  5. /*  DWP local procedure declarations may appear in this file to           */
  6. /*  ensure they have been declared before being used.                     */
  7. /*                                                                        */
  8. /*  NOTE: If using the Dialog Editor "DLGBOX.EXE" ALL comments            */
  9. /*          (including this) MUST be removed from this file.              */
  10. /*                                                                        */
  11. /**************************************************************************/
  12.  
  13.  
  14. #define ID_MAINWND      256
  15. #define ID_MYDIALOG     257
  16. #define ID_GSEEDLG      1257
  17. #define ID_GREPDLG      1260
  18. #define ID_MAKEDLG      1258
  19. #define ID_RUNDLG       1300
  20. #define ID_ENTRYFIELD    2258
  21. #define ID_ENTRYFIELD2   2259
  22. #define ID_RUN          1259
  23. #define ID_CHECK    3000
  24.  
  25.  
  26. #define ID_RUN1         1001
  27. #define ID_RUN2         1002
  28. #define ID_RUN3         1003
  29. #define ID_RUN4         1004
  30. #define ID_RUN5         1005
  31. #define ID_RUN6         1006
  32. #define ID_RUN7         1007
  33. #define ID_RUN8         1008
  34. #define ID_RUN9         1009
  35.  
  36. #define ID_SET1         2001
  37. #define ID_SET2         2002
  38. #define ID_SET3         2003
  39.  
  40.  
  41. #define ID_COMMANDS     259
  42. #define ID_COMMANDS_SET 1259
  43. #define ID_CLEAR        260
  44. #define ID_EXIT         261
  45. #define ID_EXITPROGRAM  262
  46. #define ID_RESUME       263
  47. #define ID_RESPONSE     264
  48. #define ID_NULL         9999
  49.  
  50.  
  51.  
  52. /*   âGâôâgâèü[âtâBü[âïâh    */
  53.  
  54. #define ID_INPUTF_DLG         7500
  55. #define ID_INPUTF_ENTRY       7501
  56. #define ID_INPUTF_SEL        7502
  57. #define ID_INPUTF_DESEL        7503
  58. #define ID_INPUTF_HELP        7504
  59. #define ID_INPUTF_TXT            7505
  60. #define ID_INPUTF_MSGBOX        7506
  61.  
  62.