home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / RB3774.ZIP / DMCUST.ZIP / DMCUST.H < prev    next >
Text File  |  1992-05-06  |  1KB  |  36 lines

  1. /*********** DMCUST C Sample Program Include file (.H) *************************/
  2. /*                                                                            */
  3. /*  The DMCUST include file defines symbolic constants used                    */
  4. /*  in the DMCUST.C and .RC files.                                             */
  5. /*  DMCUST local procedure declarations may appear in this file to             */
  6. /*  ensure have been declared before being used.                              */
  7. /*                                                                            */
  8. /******************************************************************************/
  9.  
  10. #pragma linkage (main,optlink)
  11. INT main(VOID);
  12.  
  13.  
  14. #define MSGBOXID    1001
  15.  
  16. #define ID_WINDOW   256
  17. #define ID_CONTAINER 300
  18. #define ID_CUSTPOINTER 301
  19. #define ID_POPUPMENU 302
  20. #define RESID_MENU    303
  21.  
  22. #define ID_OPTIONS  257
  23. #define ID_OPTION1  258
  24. #define ID_OPTION2  259
  25. #define ID_OPTION3  260
  26.  
  27. #define ID_EXITPROG 261
  28.  
  29. #define IDS_DMCUST   262
  30. #define IDS_1       263
  31. #define IDS_2       264
  32. #define IDS_3       265
  33.  
  34. #define UM_REFRESH   10
  35.  
  36.