www.pudn.com > CbuttonListBoxDemo.zip > ButtonListDemo.h


// ButtonListDemo.h : main header file for the BUTTONLISTDEMO application 
// 
 
#if !defined(AFX_BUTTONLISTDEMO_H__386E8282_C0BF_4C21_B5C7_233B38DA58FD__INCLUDED_) 
#define AFX_BUTTONLISTDEMO_H__386E8282_C0BF_4C21_B5C7_233B38DA58FD__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CButtonListDemoApp: 
// See ButtonListDemo.cpp for the implementation of this class 
// 
 
class CButtonListDemoApp : public CWinApp 
{ 
public: 
	CButtonListDemoApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CButtonListDemoApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CButtonListDemoApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BUTTONLISTDEMO_H__386E8282_C0BF_4C21_B5C7_233B38DA58FD__INCLUDED_)