www.pudn.com > HighColorTab_demo.zip > HighColorTab.h


// HighColorTab.h : main header file for the HIGHCOLORTAB application 
// 
/////////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_) 
#define AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__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 
 
#include "resource.h"		// main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CHighColorTabApp: 
// See HighColorTab.cpp for the implementation of this class 
// 
 
class CHighColorTabApp : public CWinApp 
{ 
public: 
	CHighColorTabApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CHighColorTabApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CHighColorTabApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_)