// AddDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAddressDlg dialog class CAddressDlg : public CDialog { // Construction public: CAddressDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CAddressDlg) enum { IDD = IDD_ADDRESS }; CString m_csAddress; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAddressDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAddressDlg) // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() };