ImageDB.h
资源名称:ImageDB.rar [点击查看]
上传用户:bst807
上传日期:2022-07-10
资源大小:74k
文件大小:1k
源码类别:
数据库编程
开发平台:
Visual C++
- // ImageDB.h : main header file for the IMAGEDB application
- //
- #if !defined(AFX_IMAGEDB_H__4B119DA0_AEA9_4C19_9166_8D4E4B70F4D7__INCLUDED_)
- #define AFX_IMAGEDB_H__4B119DA0_AEA9_4C19_9166_8D4E4B70F4D7__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
- /////////////////////////////////////////////////////////////////////////////
- // CImageDBApp:
- // See ImageDB.cpp for the implementation of this class
- //
- class CImageDBApp : public CWinApp
- {
- public:
- CImageDBApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CImageDBApp)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CImageDBApp)
- 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_IMAGEDB_H__4B119DA0_AEA9_4C19_9166_8D4E4B70F4D7__INCLUDED_)