www.pudn.com > LayeredBitmapCtrl_demo.zip > LayeredBitmapCtrlDemo.h


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