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

书籍源码

开发平台:

Visual C++

  1. // OLEDBMFCMultipleView.h : interface of the COLEDBMFCMultipleView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_OLEDBMFCMULTIPLEVIEW_H__61B08417_B233_11D2_9949_A7BC39D74A45__INCLUDED_)
  5. #define AFX_OLEDBMFCMULTIPLEVIEW_H__61B08417_B233_11D2_9949_A7BC39D74A45__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class COLEDBMFCMultipleSet;
  10. class COLEDBMFCMultipleView : public COleDBRecordView
  11. {
  12. protected: // create from serialization only
  13. COLEDBMFCMultipleView();
  14. DECLARE_DYNCREATE(COLEDBMFCMultipleView)
  15. public:
  16. //{{AFX_DATA(COLEDBMFCMultipleView)
  17. enum{ IDD = IDD_OLEDBMFCMULTIPLE_FORM };
  18. COLEDBMFCMultipleSet* m_pSet;
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // Attributes
  22. public:
  23. COLEDBMFCMultipleDoc* GetDocument();
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(COLEDBMFCMultipleView)
  29. public:
  30. virtual CRowset* OnGetRowset();
  31. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. virtual void OnInitialUpdate(); // called first time after construct
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. public:
  38. virtual ~COLEDBMFCMultipleView();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. protected:
  44. // Generated message map functions
  45. protected:
  46. //{{AFX_MSG(COLEDBMFCMultipleView)
  47. afx_msg void OnRecordChangerowset();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. #ifndef _DEBUG  // debug version in OLEDBMFCMultipleView.cpp
  52. inline COLEDBMFCMultipleDoc* COLEDBMFCMultipleView::GetDocument()
  53.    { return (COLEDBMFCMultipleDoc*)m_pDocument; }
  54. #endif
  55. /////////////////////////////////////////////////////////////////////////////
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_OLEDBMFCMULTIPLEVIEW_H__61B08417_B233_11D2_9949_A7BC39D74A45__INCLUDED_)