MobileClient.h
上传用户:hnzycx
上传日期:2022-08-09
资源大小:12567k
文件大小:1k
开发平台:

Visual C++

  1. // MobileClient.h : PROJECT_NAME 应用程序的主头文件
  2. //
  3. #pragma once
  4. #include "TCP.h"
  5. #ifndef __AFXWIN_H__
  6. #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
  7. #endif
  8. #ifdef POCKETPC2003_UI_MODEL
  9. #include "resourceppc.h"
  10. #endif 
  11. // CMobileClientApp:
  12. class CMobileClientApp : public CWinApp
  13. {
  14. public:
  15. CMobileClientApp();
  16. CTCP m_tcp;
  17. int plg;
  18. CString context;
  19. CString sername;
  20. // 重写
  21. public:
  22. virtual BOOL InitInstance();
  23. private:
  24. // 实现
  25.    
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. extern CMobileClientApp theApp;