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

  1. /*********** DMPHONE C Sample Program Include file (.H) *************************/
  2. /*                                                                            */
  3. /*  The DMPHONE include file defines symbolic constants used                    */
  4. /*  in the DMPHONE.C and .RC files.                                             */
  5. /*  DMPHONE 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_MYPOINTER 301
  18. #define ID_POPUPMENU 302
  19. #define RESID_MENU    303
  20. #define ID_NAME       304
  21. #define ID_ADDRESS    305
  22. #define ID_PHONE      306
  23. #define ID_PHONEICON  307
  24.  
  25. #define ID_OPTIONS  257
  26. #define ID_OPTION1  258
  27. #define ID_OPTION2  259
  28. #define ID_OPTION3  260
  29.  
  30. #define ID_EXITPROG 261
  31.  
  32. #define IDS_DMPHONE   262
  33. #define IDS_1       263
  34. #define IDS_2       264
  35. #define IDS_3       265
  36.  
  37. #define UM_REFRESH   10
  38.  
  39.