Config.h
资源名称:ebd_src.zip [点击查看]
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- // Config.h : main header file for the CONFIG application
- //
- #if !defined(AFX_CONFIG_H__05A3206E_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_)
- #define AFX_CONFIG_H__05A3206E_F33A_11D2_8F4B_00805FBDCBE4__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
- /////////////////////////////////////////////////////////////////////////////
- // CConfigApp:
- // See Config.cpp for the implementation of this class
- //
- class CConfigApp : public CWinApp
- {
- public:
- CConfigApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CConfigApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CConfigApp)
- // 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 Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONFIG_H__05A3206E_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_)
English
