home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddesampl.zip / RESOURCE.H < prev   
Text File  |  1993-11-09  |  1KB  |  50 lines

  1. /*
  2.  *    Copyright (C) 1993 IBM Corporation
  3.  *
  4.  *    DISCLAIMER OF WARRANTIES.  The following [enclosed] code is sample
  5.  *    code created by IBM Corporation.  This sample code is not part of
  6.  *    any standard or IBM product and is provided to you solely for the
  7.  *    purpose of assisting you in the development of your applications.
  8.  *    The code is provided "AS IS", without warranty of any kind.
  9.  *    IBM shall not be liable for any damages arising out of your
  10.  *    use of the sample code, even if they have been advised of the
  11.  *    possibility of such damages.
  12.  */
  13.  
  14. /* PM Menu  */
  15.  
  16. #define    ID_MAINWND        256
  17. #define    ID_EXITPROGRAM        261
  18. #define    ID_RESPONSE        262
  19. #define    ID_MESSAGEBOX        263
  20. #define    ID_NULL            9999
  21.  
  22. #define    IDM_DDE            10
  23. #define    IDM_STARTCONV        11
  24. #define    IDM_STOPCONV        12
  25. #define    IDM_REQUEST        13
  26. #define    IDM_POKE        14
  27. #define    IDM_ADVISE        15
  28. #define    IDM_ENDADVISE        16
  29. #define    IDM_TRIGCHN        17
  30. #define    IDM_ALARM        18
  31.  
  32.  
  33. /* PM dialog box */
  34.  
  35. #define    IDD_INIT_DLG        101
  36. #define    IDD_ITEM        102
  37. #define    IDD_GET_ITEM        103
  38. #define    IDD_PUT_ITEM        104
  39. #define    IDD_ALARM        105
  40.  
  41. #define    ID_SERVER_CBX        106
  42. #define    ID_TOPIC_CBX        107
  43. #define    IDC_ITEM        108
  44. #define    IDC_DATA        109
  45. #define    IDC_STATE        110
  46. #define    IDC_FORMAT        111
  47. #define    IDC_FMT_CFTEXT        112
  48. #define    IDC_FMT_IS2        113
  49. #define    IDC_FMT_CSV        114
  50.