www.pudn.com > 2007071212243513681.rar > MyTabCtrl.h


#pragma once 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyTabCtrl window 
 
class CMyTabCtrl : public CTabCtrl 
{ 
// Construction 
public: 
	CMyTabCtrl(); 
	CDialog *m_tabPages[4]; 
 
	int m_tabCurrent; 
	int m_nNumberOfPages; 
 
// Attributes 
public: 
 
// Operations 
public: 
	void Init(); 
	void SetRectangle(); 
 
public: 
	virtual ~CMyTabCtrl(); 
 
protected: 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
 
	DECLARE_MESSAGE_MAP() 
};