123456789101112131415161718192021222324252627 |
- // MachineCenter.h: MachineCenter DLL 的主标头文件
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error "在包含此文件之前包含 'pch.h' 以生成 PCH"
- #endif
- #include "resource.h" // 主符号
- // CMachineCenterApp
- // 有关此类实现的信息,请参阅 MachineCenter.cpp
- //
- class CMachineCenterApp : public CWinApp
- {
- public:
- CMachineCenterApp();
- // 重写
- public:
- virtual BOOL InitInstance();
- DECLARE_MESSAGE_MAP()
- };
|