www.pudn.com > TabBar.rar > TestTabBarCtrl.h
// testtabbarctrl.h : interface of the CMainApp class.
#if !defined(AFX_TESTTABBARCTRL_H_INCLUDED_)
#define AFX_TESTTABBARCTRL_H_INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
/////////////////////////////////////////////////////////////////////////////
// class CMainApp
class CMainApp : public CWinApp
{
// Construction
public:
CMainApp();
// Overrides
//{{AFX_VIRTUAL(CMainApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Generated message map functions
public:
//{{AFX_MSG(CMainApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTTABBARCTRL_H_INCLUDED_)