#if !defined(AFX_INPUTPHONES_H__8847161A_D536_43F8_82B4_69DFA281DE7B__INCLUDED_) #define AFX_INPUTPHONES_H__8847161A_D536_43F8_82B4_69DFA281DE7B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InputPhones.h : header file // ///////////////////////////////////////////////////////////////////////////// // InputPhones dialog class InputPhones : public CDialog { // Construction public: InputPhones(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(InputPhones) enum { IDD = IDD_DLGInputPhones }; CString m_phones; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(InputPhones) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(InputPhones) virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_INPUTPHONES_H__8847161A_D536_43F8_82B4_69DFA281DE7B__INCLUDED_)