www.pudn.com > stereo.rar > CaliViewRight.h


#if !defined(AFX_CALIVIEWRIGHT_H__EE47D11E_2C20_4D62_9479_27DEC18B5E87__INCLUDED_) 
#define AFX_CALIVIEWRIGHT_H__EE47D11E_2C20_4D62_9479_27DEC18B5E87__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CaliViewRight.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CCaliViewRight view 
 
class CCaliViewRight : public CView 
{ 
protected: 
	CCaliViewRight();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CCaliViewRight) 
 
// Attributes 
public: 
 
// Operations 
public: 
	inline CCaliDoc* GetDocument(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCaliViewRight) 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CCaliViewRight(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CCaliViewRight) 
		// 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_CALIVIEWRIGHT_H__EE47D11E_2C20_4D62_9479_27DEC18B5E87__INCLUDED_)