QQDoc.h
上传用户:sunh8215
上传日期:2010-02-13
资源大小:1616k
文件大小:1k
- // QQDoc.h : interface of the CQQDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_QQDOC_H__4FF5A47B_6405_4209_B6F8_11D963DD7BF7__INCLUDED_)
- #define AFX_QQDOC_H__4FF5A47B_6405_4209_B6F8_11D963DD7BF7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CQQDoc : public CDocument
- {
- public: // create from serialization only
- CQQDoc();
- DECLARE_DYNCREATE(CQQDoc)
- // Attributes
- public:
- // Operations
- public:
- CDC* GetDocDC(){return this->GetDocDC();}
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQQDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CQQDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CQQDoc)
- // 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_QQDOC_H__4FF5A47B_6405_4209_B6F8_11D963DD7BF7__INCLUDED_)