www.pudn.com > Clean.rar > QkyTabCtrl.h


#if !defined(AFX_QKYTABCTRL_H__1D37DEE6_0A30_45B5_954F_F3ED59A322A3__INCLUDED_) 
#define AFX_QKYTABCTRL_H__1D37DEE6_0A30_45B5_954F_F3ED59A322A3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// QkyTabCtrl.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CQkyTabCtrl window 
 
class CQkyTabCtrl : public CTabCtrl 
{ 
// Construction 
public: 
	 
	CDialog  *pDlg1; 
	CDialog  *pDlg2; 
	CDialog  *pDlg3; 
	 
	CQkyTabCtrl(); 
 
// Attributes 
public: 
 
	void Init(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CQkyTabCtrl) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CQkyTabCtrl(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CQkyTabCtrl) 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_QKYTABCTRL_H__1D37DEE6_0A30_45B5_954F_F3ED59A322A3__INCLUDED_)