ExbookAdminDoc.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:2k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // ExbookAdminDoc.h : interface of the CExbookAdminDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_EXBOOKADMINDOC_H__4420E86E_BA10_4CB8_A3B9_BF8370194B1A__INCLUDED_)
  5. #define AFX_EXBOOKADMINDOC_H__4420E86E_BA10_4CB8_A3B9_BF8370194B1A__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include <afxtempl.h>
  10. #include "../BooksDAL/BooksDAL.h"
  11. #include "./BookEntity.h"
  12. class CExbookAdminDoc : public CDocument
  13. {
  14. protected: // create from serialization only
  15. CExbookAdminDoc();
  16. DECLARE_DYNCREATE(CExbookAdminDoc)
  17. // Attributes
  18. public:
  19. CTypedPtrList<CObList,BookEntity*> allBooks;
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CExbookAdminDoc)
  25. public:
  26. virtual BOOL OnNewDocument();
  27. virtual void Serialize(CArchive& ar);
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CExbookAdminDoc();
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. protected:
  37. // Generated message map functions
  38. protected:
  39. //{{AFX_MSG(CExbookAdminDoc)
  40. // NOTE - the ClassWizard will add and remove member functions here.
  41. //    DO NOT EDIT what you see in these blocks of generated code !
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_EXBOOKADMINDOC_H__4420E86E_BA10_4CB8_A3B9_BF8370194B1A__INCLUDED_)