www.pudn.com > QQandSample.rar > CtrView.h


#if !defined(AFX_CTRVIEW_H__9ECFBF20_EBA1_4FE3_A6B5_5E2BDA5037E2__INCLUDED_) 
#define AFX_CTRVIEW_H__9ECFBF20_EBA1_4FE3_A6B5_5E2BDA5037E2__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CtrView.h : header file 
// 
#include "RotationView.h" 
#include "GfxOutBarCtrl.h" 
///////////////////////////////////////////////////////////////////////////// 
// CCtrView view 
#define IDC_LST_MENU	WM_USER + 1000 
class CCtrView : public CView 
{ 
protected: 
	CCtrView();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CCtrView) 
 
// Attributes 
public: 
		CRotationView *pRotationView; 
		CGfxOutBarCtrl wndBar; 
	    CImageList	imaLarge; 
		CSplitterWnd wndSpliter; 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCtrView) 
	public: 
	virtual void OnInitialUpdate(); 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CCtrView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CCtrView) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	afx_msg  OnOutbarNotify(WPARAM wParam, LPARAM lParam); 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CTRVIEW_H__9ECFBF20_EBA1_4FE3_A6B5_5E2BDA5037E2__INCLUDED_)