www.pudn.com > ExpBar_src.zip > ExpBarSample.h


// ExpBarSample.h : Haupt-Header-Datei für die Anwendung EXPBARSAMPLE 
// 
 
#if !defined(AFX_EXPBARSAMPLE_H__2DF910DB_8EEC_46EA_9278_23A9BE36FE32__INCLUDED_) 
#define AFX_EXPBARSAMPLE_H__2DF910DB_8EEC_46EA_9278_23A9BE36FE32__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"       // Hauptsymbole 
 
///////////////////////////////////////////////////////////////////////////// 
// CExpBarSampleApp: 
// Siehe ExpBarSample.cpp für die Implementierung dieser Klasse 
// 
 
class CExpBarSampleApp : public CWinApp 
{ 
public: 
	CExpBarSampleApp(); 
 
// Überladungen 
	// Vom Klassenassistenten generierte Überladungen virtueller Funktionen 
	//{{AFX_VIRTUAL(CExpBarSampleApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementierung 
 
public: 
	//{{AFX_MSG(CExpBarSampleApp) 
	afx_msg void OnAppAbout(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein. 
 
#endif // !defined(AFX_EXPBARSAMPLE_H__2DF910DB_8EEC_46EA_9278_23A9BE36FE32__INCLUDED_)