bianyi.h
上传用户:imnightsky
上传日期:2013-04-01
资源大小:37k
文件大小:1k
- // bianyi.h : main header file for the BIANYI application
- //
- #if !defined(AFX_BIANYI_H__2FC3CCF9_F046_4467_BBE8_47B11713C511__INCLUDED_)
- #define AFX_BIANYI_H__2FC3CCF9_F046_4467_BBE8_47B11713C511__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
- /////////////////////////////////////////////////////////////////////////////
- // CBianyiApp:
- // See bianyi.cpp for the implementation of this class
- //
- class CBianyiApp : public CWinApp
- {
- public:
- CBianyiApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBianyiApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CBianyiApp)
- // 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_BIANYI_H__2FC3CCF9_F046_4467_BBE8_47B11713C511__INCLUDED_)