Test.h
上传用户:guibin827
上传日期:2021-12-07
资源大小:165k
文件大小:0k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // Test.h : PROJECT_NAME 应用程序的主头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h" // 主符号
  8. // CTestApp:
  9. // 有关此类的实现,请参阅 Test.cpp
  10. //
  11. class CTestApp : public CWinApp
  12. {
  13. public:
  14. CTestApp();
  15. // 重写
  16. public:
  17. virtual BOOL InitInstance();
  18. // 实现
  19. DECLARE_MESSAGE_MAP()
  20. };
  21. extern CTestApp theApp;