PeeperSetDlg.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_SET_H__
  2. #define __PEEPER_SET_H__
  3. #include "resource.h"
  4. class CPeeperSetDlg : public CDialog
  5. {
  6. public:
  7. CPeeperSetDlg(CWnd* pParent = NULL);
  8. //{{AFX_DATA(CPeeperSetDlg)
  9. enum { IDD = IDD_DIALOG_SET };
  10. //}}AFX_DATA
  11. //{{AFX_VIRTUAL(CPeeperSetDlg)
  12. protected:
  13. virtual void DoDataExchange(CDataExchange* pDX);
  14. //}}AFX_VIRTUAL
  15. public:
  16. CString m_strIP;
  17. UINT m_uPort;
  18. int  m_nBits;
  19. int  m_nSpeed;
  20. protected:
  21. //{{AFX_MSG(CPeeperSetDlg)
  22. virtual void OnOK();
  23. virtual BOOL OnInitDialog();
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };
  27. #endif // __PEEPER_SET_H__