home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Using the Internet
/
21003.iso
/
email
/
PEGASUS
/
WINPM222.ZIP
/
WINPMAIL.ZIP
/
FORMS
/
MAILMRGE
/
MAILMRGE.H
< prev
next >
Wrap
Text File
|
1995-10-28
|
1KB
|
38 lines
//
// MAILMRGE.H
// Pegasus Mail for Windows extension providing a simple
// "mail merge" capability.
//
// Copyright (c) 1994-95, David Harris, All Rights Reserved.
//
// This file simply contains symbolic names for the controls and
// fields in the mail merge dialog
//
// 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.
//
#define IDC_DATAFILE 101
#define IDC_TAB 102
#define IDC_OTHER 103
#define IDC_OTHEREDIT 104
#define IDC_EMAIL 105
#define IDC_FORMATFILE 106
#define IDC_SUBJECT 107
#define IDC_COPYSELF 108
#define IDC_URGENT 109
#define IDC_CONFIRMREADING 110
#define IDC_USEMIME 111
#define IDC_BROWSEDATAFILE 120
#define IDC_BROWSEFORMATFILE 121
#define IDC_SEND 139
#define IDC_CANCEL 140
#define IDC_HELP 141