MachineCenter.h 470 B

123456789101112131415161718192021222324252627
  1. // MachineCenter.h: MachineCenter DLL 的主标头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "在包含此文件之前包含 'pch.h' 以生成 PCH"
  6. #endif
  7. #include "resource.h" // 主符号
  8. // CMachineCenterApp
  9. // 有关此类实现的信息,请参阅 MachineCenter.cpp
  10. //
  11. class CMachineCenterApp : public CWinApp
  12. {
  13. public:
  14. CMachineCenterApp();
  15. // 重写
  16. public:
  17. virtual BOOL InitInstance();
  18. DECLARE_MESSAGE_MAP()
  19. };