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