home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmdde.zip / DIALOG.H < prev    next >
Text File  |  1992-04-17  |  744b  |  24 lines

  1.  
  2. /*───────────────────────────────────────────────────┐
  3. │   dialog.h                                         │
  4. │                                                    │
  5. │     Constants used in DDESAMP for menus and dialog │
  6. │   John Ponzo                                       │
  7. │                                                    │
  8. └───────────────────────────────────────────────────*/
  9.  
  10. #define IDD_COMMAND                 100
  11. #define IDD_OK                      102
  12. #define IDD_CANCEL                  103
  13. #define IDD_ENTRYFIELD              101
  14.  
  15.  
  16. #define ID_WINDOW   256
  17.  
  18. #define ID_OPTIONS       200
  19.  
  20. #define ID_SEND_COMMAND  257
  21. #define ID_INIT_DDE      258
  22. #define ID_TERMINATE_DDE 259
  23. #define ID_EXITPROG      261
  24.