ShowBMP.h
资源名称:ShowBMP.rar [点击查看]
上传用户:zhuahui520
上传日期:2022-07-26
资源大小:344k
文件大小:1k
源码类别:
对话框与窗口
开发平台:
Visual C++
- // ShowBMP.h : main header file for the SHOWBMP application
- //
- #if !defined(AFX_SHOWBMP_H__2E3360EE_4FBB_46BE_8A3B_DAC4732D49F6__INCLUDED_)
- #define AFX_SHOWBMP_H__2E3360EE_4FBB_46BE_8A3B_DAC4732D49F6__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
- /////////////////////////////////////////////////////////////////////////////
- // CShowBMPApp:
- // See ShowBMP.cpp for the implementation of this class
- //
- class CShowBMPApp : public CWinApp
- {
- public:
- CShowBMPApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CShowBMPApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CShowBMPApp)
- afx_msg void OnAppAbout();
- // 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_SHOWBMP_H__2E3360EE_4FBB_46BE_8A3B_DAC4732D49F6__INCLUDED_)