home *** CD-ROM | disk | FTP | other *** search
/ Using the Internet / 21003.iso / email / PEGASUS / WINPM222.ZIP / WINPMAIL.ZIP / FORMS / MAILMRGE / MAILMRGE.H < prev    next >
Text File  |  1995-10-28  |  1KB  |  38 lines

  1. //
  2. //  MAILMRGE.H
  3. //  Pegasus Mail for Windows extension providing a simple
  4. //  "mail merge" capability.
  5. //
  6. //  Copyright (c) 1994-95, David Harris, All Rights Reserved.
  7. //
  8. //  This file simply contains symbolic names for the controls and
  9. //  fields in the mail merge dialog
  10. //
  11. //  The author grants explicit permission for this source code to be
  12. //  used or modified as required, subject only to the conditions that
  13. //  the copyright notices above are preserved and that by using this
  14. //  code you agree that the code is provided without warranty of any
  15. //  kind, either explicit or implied, and you use it at your own
  16. //  risk.
  17. //
  18.  
  19. #define IDC_DATAFILE 101
  20. #define IDC_TAB 102
  21. #define IDC_OTHER 103
  22. #define IDC_OTHEREDIT 104
  23. #define IDC_EMAIL 105
  24. #define IDC_FORMATFILE 106
  25. #define IDC_SUBJECT 107
  26. #define IDC_COPYSELF 108
  27. #define IDC_URGENT 109
  28. #define IDC_CONFIRMREADING 110
  29. #define IDC_USEMIME 111
  30.  
  31. #define IDC_BROWSEDATAFILE 120
  32. #define IDC_BROWSEFORMATFILE 121
  33.  
  34. #define IDC_SEND 139
  35. #define IDC_CANCEL 140
  36. #define IDC_HELP 141
  37.  
  38.