home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / kit / mail / pmail.exe / forms / tphone / tphone.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-14  |  1.4 KB  |  42 lines

  1. //
  2. //  TPHONE.H
  3. //  Pegasus Mail for Windows form, providing a telephone message
  4. //  interface.
  5. //
  6. //  Copyright (c) 1994, David Harris, All Rights Reserved.
  7. //
  8. //  The author grants explicit permission for this source code to be
  9. //  used or modified as required, subject only to the conditions that
  10. //  the copyright notices above are preserved and that by using this
  11. //  code you agree that the code is provided without warranty of any
  12. //  kind, either explicit or implied, and you use it at your own
  13. //  risk.
  14. //
  15. //
  16. //  In this file we simply define the equations we use to access
  17. //  controls in the form's dialog. This file is included both in the
  18. //  resource .RC source and in the .C source, so any changes made in
  19. //  the one place automatically carry over to the other.
  20. //
  21.  
  22. #define IDC_F_SEND          139
  23. #define IDC_F_CANCEL        140
  24.  
  25. #define IDC_F_TO            101
  26. #define IDC_F_NAME          102
  27. #define IDC_F_OF            103
  28. #define IDC_F_AREACODE      104
  29. #define IDC_F_PHONE         105
  30. #define IDC_F_EXTN          106
  31. #define IDC_F_PHONED        107
  32. #define IDC_F_CALLED        108
  33. #define IDC_F_CALLEDBACK    109
  34. #define IDC_F_WILLCALL      110
  35. #define IDC_F_PLEASECALL    111
  36. #define IDC_F_NOACTION      112
  37. #define IDC_F_DATETIME      113
  38. #define IDC_F_MESSAGE       114
  39. #define IDC_F_PHONETYPE     115
  40. #define IDC_F_RECADDR       116
  41.  
  42.