www.pudn.com > PtBarcodeDec.rar > SampleView.h
// SampleView.h : interface of the CSampleView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SAMPLEVIEW_H__472D6E45_7DA8_48FB_9291_DABCD046A20B__INCLUDED_)
#define AFX_SAMPLEVIEW_H__472D6E45_7DA8_48FB_9291_DABCD046A20B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSampleView : public CScrollView
{
protected: // create from serialization only
CSampleView();
DECLARE_DYNCREATE(CSampleView)
// Attributes
public:
CSampleDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSampleView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CSampleView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CSampleView)
afx_msg void OnViewZoomLess();
afx_msg void OnViewZoomMore();
afx_msg void OnUpdateViewZoomLess(CCmdUI* pCmdUI);
afx_msg void OnUpdateViewZoomMore(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in SampleView.cpp
inline CSampleDoc* CSampleView::GetDocument()
{ return (CSampleDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAMPLEVIEW_H__472D6E45_7DA8_48FB_9291_DABCD046A20B__INCLUDED_)