www.pudn.com > Paint_SockAPI.rar > AddrDlg.h
#if !defined(AFX_ADDRDLG_H__48D81042_6E48_4C86_A22C_C87D35CCDDDF__INCLUDED_)
#define AFX_ADDRDLG_H__48D81042_6E48_4C86_A22C_C87D35CCDDDF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddrDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// AddrDlg dialog
class CAddrDlg : public CDialog
{
// Construction
public:
CAddrDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAddrDlg)
enum { IDD = IDD_ADDRDLG };
CIPAddressCtrl m_addrctrl;
int m_port;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAddrDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAddrDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDRDLG_H__48D81042_6E48_4C86_A22C_C87D35CCDDDF__INCLUDED_)