Test.h
资源名称:FTP.rar [点击查看]
上传用户:guibin827
上传日期:2021-12-07
资源大小:165k
文件大小:0k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // Test.h : PROJECT_NAME 应用程序的主头文件
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // 主符号
- // CTestApp:
- // 有关此类的实现,请参阅 Test.cpp
- //
- class CTestApp : public CWinApp
- {
- public:
- CTestApp();
- // 重写
- public:
- virtual BOOL InitInstance();
- // 实现
- DECLARE_MESSAGE_MAP()
- };
- extern CTestApp theApp;