www.pudn.com > 2007071212243513681.rar > ResTabCtrl.h
#pragma once
/////////////////////////////////////////////////////////////////////////////
// CResTabCtrl window
class CResTabCtrl : public CTabCtrl
{
// Construction
public:
CResTabCtrl();
CDialog *m_tabPages[4];
int m_tabCurrent;
int m_nNumberOfPages;
// Attributes
public:
// Operations
public:
void Init();
void SetRectangle();
public:
virtual ~CResTabCtrl();
protected:
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
DECLARE_MESSAGE_MAP()
};