dialphonenum.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #if !defined(AFX_DIALPHONENUM_H__85D81721_1B84_492C_90FB_EE0AB2BBDB1A__INCLUDED_)
  2. #define AFX_DIALPHONENUM_H__85D81721_1B84_492C_90FB_EE0AB2BBDB1A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // dialphonenum.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Cdialphonenum dialog
  10. class Cdialphonenum : public CDialog
  11. {
  12. // Construction
  13. public:
  14. Cdialphonenum(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(Cdialphonenum)
  17. enum {
  18. IDD = IDD_DIALNUM
  19. };
  20. CString m_phonenum;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(Cdialphonenum)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(Cdialphonenum)
  32. // NOTE: the ClassWizard will add member functions here
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_DIALPHONENUM_H__85D81721_1B84_492C_90FB_EE0AB2BBDB1A__INCLUDED_)