zx.h
上传用户:aaagroup07
上传日期:2022-03-30
资源大小:1526k
文件大小:1k
- // zx.h : main header file for the ZX application
- //
- #if !defined(AFX_ZX_H__430A68BC_E186_419B_ADD4_7C1037727967__INCLUDED_)
- #define AFX_ZX_H__430A68BC_E186_419B_ADD4_7C1037727967__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
- /////////////////////////////////////////////////////////////////////////////
- // CZxApp:
- // See zx.cpp for the implementation of this class
- //
- class CZxApp : public CWinApp
- {
- public:
- CZxApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CZxApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CZxApp)
- // 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_ZX_H__430A68BC_E186_419B_ADD4_7C1037727967__INCLUDED_)