// AddressDlgRes.h
// resource file of Address dialog

#ifndef _FAX_ADDRESS_DIALOG_RES_H_
#define _FAX_ADDRESS_DIALOG_RES_H_

#define IDD_ADDRESS_DLG	   		    10101
#define IDC_STREET_TITLE            10102
#define IDC_SENDER_STREET           10103
#define IDCSTATIC_CITY              10104
#define IDC_SENDER_CITY             10105
#define IDCSTATIC_STATE             10106
#define IDC_SENDER_STATE            10107
#define IDCSTATIC_COUNTRY           10108
#define IDC_SENDER_COUNTRY          10109
#define IDCSTATIC_ZIPCODE           10110
#define IDC_SENDER_ZIPCODE          10111
#define IDC_ADDRESS_DETAILS         10112

#endif // _FAX_ADDRESS_DIALOG_RES_H_
