ExbookAdminDoc.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:2k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // ExbookAdminDoc.h : interface of the CExbookAdminDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_EXBOOKADMINDOC_H__4420E86E_BA10_4CB8_A3B9_BF8370194B1A__INCLUDED_)
- #define AFX_EXBOOKADMINDOC_H__4420E86E_BA10_4CB8_A3B9_BF8370194B1A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include <afxtempl.h>
- #include "../BooksDAL/BooksDAL.h"
- #include "./BookEntity.h"
- class CExbookAdminDoc : public CDocument
- {
- protected: // create from serialization only
- CExbookAdminDoc();
- DECLARE_DYNCREATE(CExbookAdminDoc)
- // Attributes
- public:
- CTypedPtrList<CObList,BookEntity*> allBooks;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExbookAdminDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CExbookAdminDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CExbookAdminDoc)
- // 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_EXBOOKADMINDOC_H__4420E86E_BA10_4CB8_A3B9_BF8370194B1A__INCLUDED_)