ViewOutlookdemoDoc.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
- // ViewOutlookdemoDoc.h : interface of the CViewOutlookdemoDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_VIEWOUTLOOKDEMODOC_H__35BC68FF_CDEA_47C8_A9A8_67C3E7502A87__INCLUDED_)
- #define AFX_VIEWOUTLOOKDEMODOC_H__35BC68FF_CDEA_47C8_A9A8_67C3E7502A87__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CViewOutlookdemoDoc : public CDocument
- {
- protected: // create from serialization only
- CViewOutlookdemoDoc();
- DECLARE_DYNCREATE(CViewOutlookdemoDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CViewOutlookdemoDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CViewOutlookdemoDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CViewOutlookdemoDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VIEWOUTLOOKDEMODOC_H__35BC68FF_CDEA_47C8_A9A8_67C3E7502A87__INCLUDED_)