AddFriendDlg.h
上传用户:hysujiao87
上传日期:2007-12-02
资源大小:156k
文件大小:1k
- #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_)