#if !defined(AFX_IPSETUP_H__7C68CBB4_899F_4B35_9E1F_3C234C8592C6__INCLUDED_)
#define AFX_IPSETUP_H__7C68CBB4_899F_4B35_9E1F_3C234C8592C6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IPSetup.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CIPSetup dialog

class CIPSetup : public CDialog
{
// Construction
public:
    CIPSetup(CWnd* pParent = NULL);   // standard constructor

    CString m_Address;

// Dialog Data
    //{{AFX_DATA(CIPSetup)
    enum { IDD = IDD_REMOTE_SETUP };
    CIPAddressCtrl  m_IPAddress;
    DWORD   m_dwPort;
    //}}AFX_DATA


// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CIPSetup)
    protected:
    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
    //}}AFX_VIRTUAL

// Implementation
protected:

    // Generated message map functions
    //{{AFX_MSG(CIPSetup)
    virtual void OnOK();
    virtual void OnCancel();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
    DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_IPSETUP_H__7C68CBB4_899F_4B35_9E1F_3C234C8592C6__INCLUDED_)
