// mymfc26CView.h : interface of the CMymfc26CView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYMFC26CVIEW_H__2ED2E5F3_99A5_49AE_ABF3_2FF2247EC82A__INCLUDED_)
#define AFX_MYMFC26CVIEW_H__2ED2E5F3_99A5_49AE_ABF3_2FF2247EC82A__INCLUDED_

#include "CDib.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CMymfc26CView : public CScrollView
{
protected: // create from serialization only
	CMymfc26CView();
	DECLARE_DYNCREATE(CMymfc26CView)

// Attributes
public:
	CMymfc26CDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc26CView)
	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 ~CMymfc26CView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMymfc26CView)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CDib m_dibFile;
	CDib m_dibResource;
};

#ifndef _DEBUG  // debug version in mymfc26CView.cpp
inline CMymfc26CDoc* CMymfc26CView::GetDocument()
   { return (CMymfc26CDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYMFC26CVIEW_H__2ED2E5F3_99A5_49AE_ABF3_2FF2247EC82A__INCLUDED_)

