home *** CD-ROM | disk | FTP | other *** search
- // DBTestView.h : interface of the CDBTestView class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- #if !defined(AFX_DBTESTVIEW_H__866FE9B8_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)
- #define AFX_DBTESTVIEW_H__866FE9B8_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
-
- class CDBTestView : public CView
- {
- protected: // create from serialization only
- CDBTestView();
- DECLARE_DYNCREATE(CDBTestView)
-
- // Attributes
- public:
- CDBTestDoc* GetDocument();
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDBTestView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CDBTestView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CDBTestView)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #ifndef _DEBUG // debug version in DBTestView.cpp
- inline CDBTestDoc* CDBTestView::GetDocument()
- { return (CDBTestDoc*)m_pDocument; }
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_DBTESTVIEW_H__866FE9B8_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)
-