AddFriendDlg.h
上传用户:guangzhiyw
上传日期:2007-01-09
资源大小:495k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_ADDFRIENDDLG_H__BFD829F6_64CB_11D5_B1AD_821E18DB138B__INCLUDED_)
  2. #define AFX_ADDFRIENDDLG_H__BFD829F6_64CB_11D5_B1AD_821E18DB138B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddFriendDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddFriendDlg dialog
  10. #include "bmpbutton.h"
  11. class CAddFriendDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CAddFriendDlg(CWnd* pParent = NULL);   // standard constructor
  16. CClientApp* GetApp(){return (CClientApp*)AfxGetApp();};
  17. DWORD uID;
  18. // Dialog Data
  19. //{{AFX_DATA(CAddFriendDlg)
  20. enum { IDD = IDD_ADD_FRIEND };
  21. CBmpButton m_headbmp;
  22. CStatic m_Rect;
  23. CString m_strID;
  24. CString m_strName;
  25. //}}AFX_DATA
  26. UserInfo Info;
  27. CFriendDetailDlg * pDetailDlg;
  28. CWnd *pWnd;
  29. BOOL bStartAdd;
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CAddFriendDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CAddFriendDlg)
  40. afx_msg void OnTimer(UINT nIDEvent);
  41. afx_msg void OnFriendDetail();
  42. //}}AFX_MSG
  43. afx_msg LRESULT OnRecvAddFriendRes(WPARAM wParam,LPARAM lParam);
  44. afx_msg LRESULT OnNoticeAddFriend(WPARAM wParam,LPARAM lParam);
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_ADDFRIENDDLG_H__BFD829F6_64CB_11D5_B1AD_821E18DB138B__INCLUDED_)