福利彩票号码统计Doc.h
资源名称:福利彩票号码统计.rar [点击查看]
上传用户:dinghaosmt
上传日期:2013-03-22
资源大小:110k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- // 福利彩票号码统计Doc.h : interface of the CMyDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_DOC_H__AF03FE61_9DF1_41DC_AB33_622B5EA1701F__INCLUDED_)
- #define AFX_DOC_H__AF03FE61_9DF1_41DC_AB33_622B5EA1701F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "福利彩票号码统计Set.h"
- class CMyDoc : public CDocument
- {
- protected: // create from serialization only
- CMyDoc();
- DECLARE_DYNCREATE(CMyDoc)
- // Attributes
- public:
- CMySet m_mySet;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMyDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyDoc)
- // 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_DOC_H__AF03FE61_9DF1_41DC_AB33_622B5EA1701F__INCLUDED_)