www.pudn.com > 多功能聊天程序.rar > AddFreind.h
#if !defined(AFX_ADDFREIND_H__748BAE91_79DB_4978_8E96_D815B8953F6C__INCLUDED_)
#define AFX_ADDFREIND_H__748BAE91_79DB_4978_8E96_D815B8953F6C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddFreind.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// AddFreind dialog
class AddFreind : public CDialog
{
// Construction
public:
CString ipstr;
AddFreind(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(AddFreind)
enum { IDD = IDD_DIALOG1 };
CIPAddressCtrl m_IPAddress;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(AddFreind)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(AddFreind)
virtual void OnOK();
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_ADDFREIND_H__748BAE91_79DB_4978_8E96_D815B8953F6C__INCLUDED_)