home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Unknown Issue / mycd.iso / APLICA / winpm223 / FORMS / TPHONE / TPHONE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-15  |  1.4 KB  |  45 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_CC    118
  23. #define IDC_F_URGENT    119
  24. #define IDC_F_RECADDR2    117
  25. #define IDC_F_SEND          139
  26. #define IDC_F_CANCEL        140
  27.  
  28. #define IDC_F_TO            101
  29. #define IDC_F_NAME          102
  30. #define IDC_F_OF            103
  31. #define IDC_F_AREACODE      104
  32. #define IDC_F_PHONE         105
  33. #define IDC_F_EXTN          106
  34. #define IDC_F_PHONED        107
  35. #define IDC_F_CALLED        108
  36. #define IDC_F_CALLEDBACK    109
  37. #define IDC_F_WILLCALL      110
  38. #define IDC_F_PLEASECALL    111
  39. #define IDC_F_NOACTION      112
  40. #define IDC_F_DATETIME      113
  41. #define IDC_F_MESSAGE       114
  42. #define IDC_F_PHONETYPE     115
  43. #define IDC_F_RECADDR       116
  44.  
  45.