www.pudn.com > chat-dialog.rar > SetConnect.h
#if !defined(AFX_SETCONNECT_H__FA60C62C_7169_4095_A96D_FF45786FA1E0__INCLUDED_)
#define AFX_SETCONNECT_H__FA60C62C_7169_4095_A96D_FF45786FA1E0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetConnect.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetConnect dialog
class CSetConnect : public CDialog
{
// Construction
public:
CSetConnect(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetConnect)
enum { IDD = IDD_DIALOG1 };
CString m_sIP;
UINT m_nPort;
CString m_strID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetConnect)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetConnect)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETCONNECT_H__FA60C62C_7169_4095_A96D_FF45786FA1E0__INCLUDED_)