www.pudn.com > mfcopentree.rar > BottomTabCtrl.h


#if !defined(AFX_BOTTOMTABCTRL_H__69576B0D_40E0_4282_8AEE_D396869B55AF__INCLUDED_) 
#define AFX_BOTTOMTABCTRL_H__69576B0D_40E0_4282_8AEE_D396869B55AF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BottomTabCtrl.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CBottomTabCtrl window 
 
class CBottomTabCtrl : public CCJFlatTabCtrl 
{ 
// Construction 
public: 
	CBottomTabCtrl(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBottomTabCtrl) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CBottomTabCtrl(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CBottomTabCtrl) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BOTTOMTABCTRL_H__69576B0D_40E0_4282_8AEE_D396869B55AF__INCLUDED_)