www.pudn.com > 一个可自动演示的图片控件.rar > CStaticBmp.h
// CStaticBmp.h : main header file for the CSTATICBMP application
//
#if !defined(AFX_CSTATICBMP_H__02011E9D_76B6_42E9_82D5_4913899D21E9__INCLUDED_)
#define AFX_CSTATICBMP_H__02011E9D_76B6_42E9_82D5_4913899D21E9__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
/////////////////////////////////////////////////////////////////////////////
// CCStaticBmpApp:
// See CStaticBmp.cpp for the implementation of this class
//
class CCStaticBmpApp : public CWinApp
{
public:
CCStaticBmpApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCStaticBmpApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CCStaticBmpApp)
// 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_CSTATICBMP_H__02011E9D_76B6_42E9_82D5_4913899D21E9__INCLUDED_)