MFCROWDOC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // MFCRowDoc.h : interface of the CMFCRowDoc class
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #if !defined(AFX_MFCROWDOC_H__2B60A702_22FC_11D1_8FD3_000000000000__INCLUDED_)
  13. #define AFX_MFCROWDOC_H__2B60A702_22FC_11D1_8FD3_000000000000__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. class CMFCRowDoc : public CDocument
  18. {
  19. protected: // create from serialization only
  20. CMFCRowDoc();
  21. DECLARE_DYNCREATE(CMFCRowDoc)
  22. // Attributes
  23. public:
  24. CMFCRowSet m_mFCRowSet;
  25. // Operations
  26. public:
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMFCRowDoc)
  30. public:
  31. virtual BOOL OnNewDocument();
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual ~CMFCRowDoc();
  36. #ifdef _DEBUG
  37. virtual void AssertValid() const;
  38. virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40. protected:
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CMFCRowDoc)
  44. // NOTE - the ClassWizard will add and remove member functions here.
  45. //    DO NOT EDIT what you see in these blocks of generated code !
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_MFCROWDOC_H__2B60A702_22FC_11D1_8FD3_000000000000__INCLUDED_)