www.pudn.com > vcframe.rar > RightView.h


 
#if !defined(AFX_RIGHTVIEW_H__2DC5C6BD_3F33_40D3_B062_EC8D87BDFDBC__INCLUDED_) 
#define AFX_RIGHTVIEW_H__2DC5C6BD_3F33_40D3_B062_EC8D87BDFDBC__INCLUDED_ 
 
#include "matchDoc.h" 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// RightView.h : header file 
// 
#include  
///////////////////////////////////////////////////////////////////////////// 
// CRightView view 
//class CMatchDoc; 
class CRightView : public CScrollView 
{ 
protected: 
	CRightView();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CRightView) 
 
// Attributes 
public: 
  
	CMatchDoc* GetDocument(); 
// Operations 
public: 
	HDIB hDib; 
	bool flag; 
	int m; 
  CArray m_ArrayDot; 
	//CRightDoc* GetDocument(); 
       
	  //CPoint pt_r[6]; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CRightView) 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	virtual void OnInitialUpdate();     // first time after construct 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CRightView(); 
 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CRightView) 
	afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
//#ifndef _DEBUG  // debug version in matchView.cpp 
 //  { return (CRightDoc*)m_pDocument; } 
//#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_RIGHTVIEW_H__2DC5C6BD_3F33_40D3_B062_EC8D87BDFDBC__INCLUDED_)