MobileClient.h
上传用户:hnzycx
上传日期:2022-08-09
资源大小:12567k
文件大小:1k
- // MobileClient.h : PROJECT_NAME 应用程序的主头文件
- //
- #pragma once
- #include "TCP.h"
- #ifndef __AFXWIN_H__
- #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
- #endif
- #ifdef POCKETPC2003_UI_MODEL
- #include "resourceppc.h"
- #endif
- // CMobileClientApp:
- class CMobileClientApp : public CWinApp
- {
- public:
- CMobileClientApp();
- CTCP m_tcp;
- int plg;
- CString context;
- CString sername;
- // 重写
- public:
- virtual BOOL InitInstance();
- private:
- // 实现
-
- DECLARE_MESSAGE_MAP()
- };
- extern CMobileClientApp theApp;