PeeperClientDoc.h
Upload User: xztxsm
Upload Date: 2007-02-12
Package Size: 150k
Code Size: 1k
Category:

Remote Control

Development Platform:

Visual C++

  1. #ifndef __PEEPER_DOC_H__
  2. #define __PEEPER_DOC_H__
  3. class CPeeperClientDoc : public CDocument
  4. {
  5. DECLARE_DYNCREATE(CPeeperClientDoc)
  6. public:
  7. CPeeperClientDoc();
  8. virtual ~CPeeperClientDoc();
  9. public:
  10. //{{AFX_VIRTUAL(CPeeperClientDoc)
  11. public:
  12. virtual BOOL OnNewDocument();
  13. virtual void Serialize(CArchive& ar);
  14. virtual void OnCloseDocument();
  15. //}}AFX_VIRTUAL
  16. public:
  17. UINT m_uPort;
  18. CString m_strIP;
  19. int m_nBits;
  20. UINT m_nSpeed;
  21. protected:
  22. //{{AFX_MSG(CPeeperClientDoc)
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. };
  26. #endif //__PEEPER_DOC_H__