MyCapDoc.h
上传用户:xakehao
上传日期:2013-08-28
资源大小:100k
文件大小:1k
- // MyCapDoc.h : interface of the CMyCapDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MYCAPDOC_H__C29D4FD2_EEF8_4DEA_BC9E_6E7A7B29B1F7__INCLUDED_)
- #define AFX_MYCAPDOC_H__C29D4FD2_EEF8_4DEA_BC9E_6E7A7B29B1F7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CMyCapDoc : public CDocument
- {
- protected: // create from serialization only
- CMyCapDoc();
- DECLARE_DYNCREATE(CMyCapDoc)
- // Attributes
- public:
- // Operations
- public:
- void SetCount(int m_cou);
- int GetCount();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyCapDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMyCapDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- int m_count;
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyCapDoc)
- // 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_MYCAPDOC_H__C29D4FD2_EEF8_4DEA_BC9E_6E7A7B29B1F7__INCLUDED_)