ThresholdTools.h 896 B

1234567891011121314151617181920212223242526272829303132
  1. 
  2. // ThresholdTools.h: PROJECT_NAME 应用程序的主头文件
  3. //
  4. #pragma once
  5. #ifndef __AFXWIN_H__
  6. #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
  7. #endif
  8. #include "resource.h" // 主符号
  9. // CThresholdToolsApp:
  10. // 有关此类的实现,请参阅 ThresholdTools.cpp
  11. //
  12. class CThresholdToolsApp : public CWinApp
  13. {
  14. public:
  15. CThresholdToolsApp();
  16. // 重写
  17. public:
  18. virtual BOOL InitInstance();
  19. // 实现
  20. DECLARE_MESSAGE_MAP()
  21. };
  22. extern CThresholdToolsApp theApp;