test1.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // test1.h : main header file for the TEST1 application
- //
- #if !defined(AFX_TEST1_H__BA68945E_83B9_4030_9183_F04A38ABEABC__INCLUDED_)
- #define AFX_TEST1_H__BA68945E_83B9_4030_9183_F04A38ABEABC__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
- /////////////////////////////////////////////////////////////////////////////
- // CTest1App:
- // See test1.cpp for the implementation of this class
- //
- class CTest1App : public CWinApp
- {
- public:
- CTest1App();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTest1App)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CTest1App)
- // 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_TEST1_H__BA68945E_83B9_4030_9183_F04A38ABEABC__INCLUDED_)