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

书籍源码

开发平台:

Visual C++

  1. // OLAPConsumerView.h : interface of the COLAPConsumerView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_OLAPCONSUMERVIEW_H__FE946BEC_CAEF_11D2_9949_C761AB69F945__INCLUDED_)
  5. #define AFX_OLAPCONSUMERVIEW_H__FE946BEC_CAEF_11D2_9949_C761AB69F945__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class COLAPConsumerSet;
  10. class COLAPConsumerView : public COleDBRecordView
  11. {
  12. protected: // create from serialization only
  13. COLAPConsumerView();
  14. DECLARE_DYNCREATE(COLAPConsumerView)
  15. public:
  16. //{{AFX_DATA(COLAPConsumerView)
  17. enum{ IDD = IDD_OLAPCONSUMER_FORM };
  18. COLAPConsumerSet* m_pSet;
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // Attributes
  22. public:
  23. COLAPConsumerDoc* GetDocument();
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(COLAPConsumerView)
  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 ~COLAPConsumerView();
  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(COLAPConsumerView)
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. #ifndef _DEBUG  // debug version in OLAPConsumerView.cpp
  51. inline COLAPConsumerDoc* COLAPConsumerView::GetDocument()
  52.    { return (COLAPConsumerDoc*)m_pDocument; }
  53. #endif
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_OLAPCONSUMERVIEW_H__FE946BEC_CAEF_11D2_9949_C761AB69F945__INCLUDED_)