www.pudn.com > BitMapToolBar.rar > TestToolBarView.h


// TestToolBarView.h : interface of the CTestToolBarView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_TESTTOOLBARVIEW_H__DF6006EB_0762_48D9_93ED_5248D0DFF415__INCLUDED_) 
#define AFX_TESTTOOLBARVIEW_H__DF6006EB_0762_48D9_93ED_5248D0DFF415__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CTestToolBarView : public CFormView 
{ 
protected: // create from serialization only 
	CTestToolBarView(); 
	DECLARE_DYNCREATE(CTestToolBarView) 
 
public: 
	//{{AFX_DATA(CTestToolBarView) 
	enum{ IDD = IDD_TESTTOOLBAR_FORM }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
// Attributes 
public: 
	CTestToolBarDoc* GetDocument(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTestToolBarView) 
	public: 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual void OnInitialUpdate(); // called first time after construct 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CTestToolBarView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CTestToolBarView) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in TestToolBarView.cpp 
inline CTestToolBarDoc* CTestToolBarView::GetDocument() 
   { return (CTestToolBarDoc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TESTTOOLBARVIEW_H__DF6006EB_0762_48D9_93ED_5248D0DFF415__INCLUDED_)