home *** CD-ROM | disk | FTP | other *** search
- //
- // TPHONE.H
- // Pegasus Mail for Windows form, providing a telephone message
- // interface.
- //
- // Copyright (c) 1994, David Harris, All Rights Reserved.
- //
- // The author grants explicit permission for this source code to be
- // used or modified as required, subject only to the conditions that
- // the copyright notices above are preserved and that by using this
- // code you agree that the code is provided without warranty of any
- // kind, either explicit or implied, and you use it at your own
- // risk.
- //
- //
- // In this file we simply define the equations we use to access
- // controls in the form's dialog. This file is included both in the
- // resource .RC source and in the .C source, so any changes made in
- // the one place automatically carry over to the other.
- //
-
- #define IDC_F_SEND 139
- #define IDC_F_CANCEL 140
-
- #define IDC_F_TO 101
- #define IDC_F_NAME 102
- #define IDC_F_OF 103
- #define IDC_F_AREACODE 104
- #define IDC_F_PHONE 105
- #define IDC_F_EXTN 106
- #define IDC_F_PHONED 107
- #define IDC_F_CALLED 108
- #define IDC_F_CALLEDBACK 109
- #define IDC_F_WILLCALL 110
- #define IDC_F_PLEASECALL 111
- #define IDC_F_NOACTION 112
- #define IDC_F_DATETIME 113
- #define IDC_F_MESSAGE 114
- #define IDC_F_PHONETYPE 115
- #define IDC_F_RECADDR 116
-
-