OLEDBDepartmentMFCDoc.h
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // OLEDBDepartmentMFCDoc.h : interface of the COLEDBDepartmentMFCDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_OLEDBDEPARTMENTMFCDOC_H__246081ED_D830_11D2_9949_D89162B4264B__INCLUDED_)
  5. #define AFX_OLEDBDEPARTMENTMFCDOC_H__246081ED_D830_11D2_9949_D89162B4264B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "OLEDBDepartmentMFCSet.h"
  10. class COLEDBDepartmentMFCDoc : public CDocument
  11. {
  12. protected: // create from serialization only
  13. COLEDBDepartmentMFCDoc();
  14. DECLARE_DYNCREATE(COLEDBDepartmentMFCDoc)
  15. // Attributes
  16. public:
  17. COLEDBDepartmentMFCSet m_oLEDBDepartmentMFCSet;
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(COLEDBDepartmentMFCDoc)
  23. public:
  24. virtual BOOL OnNewDocument();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~COLEDBDepartmentMFCDoc();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. protected:
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(COLEDBDepartmentMFCDoc)
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_OLEDBDEPARTMENTMFCDOC_H__246081ED_D830_11D2_9949_D89162B4264B__INCLUDED_)