⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addfrienddlg.h

📁 仿QQ的聊天程序vc++/mfc来学习的简易聊天室代码功能较全
💻 H
字号:
#if !defined(AFX_ADDFRIENDDLG_H__BFD829F6_64CB_11D5_B1AD_821E18DB138B__INCLUDED_)
#define AFX_ADDFRIENDDLG_H__BFD829F6_64CB_11D5_B1AD_821E18DB138B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddFriendDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAddFriendDlg dialog
#include "bmpbutton.h"

class CAddFriendDlg : public CDialog
{
// Construction
public:
	CAddFriendDlg(CWnd* pParent = NULL);   // standard constructor
	CClientApp* GetApp(){return (CClientApp*)AfxGetApp();};
	DWORD uID;
// Dialog Data
	//{{AFX_DATA(CAddFriendDlg)
	enum { IDD = IDD_ADD_FRIEND };
	CBmpButton	m_headbmp;
	CStatic	m_Rect;
	CString	m_strID;
	CString	m_strName;
	//}}AFX_DATA

	UserInfo Info;
	CFriendDetailDlg * pDetailDlg;
	CWnd *pWnd;
	BOOL bStartAdd;
// 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)
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnFriendDetail();
	//}}AFX_MSG
	afx_msg LRESULT OnRecvAddFriendRes(WPARAM wParam,LPARAM lParam);
	afx_msg LRESULT OnNoticeAddFriend(WPARAM wParam,LPARAM lParam);
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ADDFRIENDDLG_H__BFD829F6_64CB_11D5_B1AD_821E18DB138B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -