test1_mfc.h
资源名称:test1_mfc.rar [点击查看]
上传用户:yongwangda
上传日期:2022-08-10
资源大小:2891k
文件大小:1k
源码类别:
图片显示
开发平台:
Visual C++
- // test1_mfc.h : main header file for the TEST1_MFC application
- //
- #if !defined(AFX_TEST1_MFC_H__B05D8EA8_6F3F_49C3_AE79_2D411CE7932C__INCLUDED_)
- #define AFX_TEST1_MFC_H__B05D8EA8_6F3F_49C3_AE79_2D411CE7932C__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
- /////////////////////////////////////////////////////////////////////////////
- // CTest1_mfcApp:
- // See test1_mfc.cpp for the implementation of this class
- //
- class CTest1_mfcApp : public CWinApp
- {
- public:
- CTest1_mfcApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTest1_mfcApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CTest1_mfcApp)
- 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_TEST1_MFC_H__B05D8EA8_6F3F_49C3_AE79_2D411CE7932C__INCLUDED_)