ENROLDOC.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- // EnrolDoc.h : interface of the CEnrollDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CEnrollDoc : public CDocument
- {
- protected: // create from serialization only
- CEnrollDoc();
- DECLARE_DYNCREATE(CEnrollDoc)
- // Attributes
- public:
- CSectionSet m_sectionSet;
- CCourseSet m_courseSet;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEnrollDoc)
- public:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CEnrollDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CEnrollDoc)
- // 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()
- };
- /////////////////////////////////////////////////////////////////////////////