home *** CD-ROM | disk | FTP | other *** search
- // commppg.h : Declaration of the CCommPropPage property page class.
-
- ////////////////////////////////////////////////////////////////////////////
- // CCommPropPage : See commppg.cpp for implementation.
-
- class CCommPropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CCommPropPage)
- DECLARE_OLECREATE_EX(CCommPropPage)
-
- // Constructor
- public:
- CCommPropPage();
-
- // Dialog Data
- //{{AFX_DATA(CCommPropPage)
- enum { IDD = IDD_PROPPAGE_COMM };
- CString m_phoneNumber;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Message maps
- protected:
- //{{AFX_MSG(CCommPropPage)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-