home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / SAMPLES / ICLUI / DDE / ASERVER.H < prev    next >
Text File  |  1993-05-12  |  594b  |  22 lines

  1. #define WND_SERVER       1000
  2. #define WND_STATUS       1010
  3. #define WND_TODOSTA      1011
  4. #define WND_WORKSTA      1012
  5. #define WND_DONESTA      1013
  6. #define WND_DAREA        1020
  7. #define WND_TODO         1021
  8. #define WND_DONE         1022
  9. #define WND_WORK         1023
  10. #define WND_CAREA        1030
  11. #define WND_MLE          1040
  12.  
  13. #define WIN_ICON         2001
  14. #define WIN_OPTIONS      2002
  15. #define WIN_START_CONV   2003
  16. #define WIN_REQUEST_DATA 2004
  17. #define WIN_END_CONV     2005
  18. #define WIN_SERVER_INIT  2006
  19.  
  20. #define STR_HOTYES       3000
  21. #define STR_HOTNO        3001
  22.