www.pudn.com > MultiView.rar > DynScrollView.h
#if !defined(AFX_DYNSCROLLVIEW_H__38319955_6701_4F16_B869_2DB983E13573__INCLUDED_)
#define AFX_DYNSCROLLVIEW_H__38319955_6701_4F16_B869_2DB983E13573__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DynScrollView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDynScrollView view
class CDynScrollView : public CView
{
public:
CDynScrollView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CDynScrollView)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDynScrollView)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CDynScrollView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CDynScrollView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DYNSCROLLVIEW_H__38319955_6701_4F16_B869_2DB983E13573__INCLUDED_)