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

📄 chatroomclientdlg.h

📁 由本人编写的一个完成端口测试程序
💻 H
字号:
// ChatRoomClientDlg.h : header file
//

#if !defined(AFX_CHATROOMCLIENTDLG_H__4DF07865_B696_4641_82F8_4B32BF395959__INCLUDED_)
#define AFX_CHATROOMCLIENTDLG_H__4DF07865_B696_4641_82F8_4B32BF395959__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CChatRoomClientDlg dialog

class CChatRoomClientDlg : public CDialog
{
// Construction
public:
	CChatRoomClientDlg(kailleraInfos *ifs,CWnd* pParent = NULL);//CClientSocket *,CWnd* pParent = NULL);	// standard constructor
    kailleraInfos *info;

static int WINAPI gCallbackFunc(char *game, int player, int numplayers);	

// Dialog Data
	//{{AFX_DATA(CChatRoomClientDlg)
	enum { IDD = IDD_CHATROOMCLIENT_DIALOG };
	CStatic	m_STATIC_GAMENAME_CONTROL;
	CStatic	m_STATIC_NAME_CONTROL;
	CListBox	m_IDC_LIST_CHATBOX_CONTROL;
	CString	m_IDC_EDIT_MESSAGE;
	CString	m_IDC_EDIT_GAMENAME;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CChatRoomClientDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CChatRoomClientDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButtonSend();
	afx_msg void OnButtonStart();
	afx_msg void OnButtonJoin();
	afx_msg void OnButtonEnd();
	virtual void OnOK();
	afx_msg void OnButtonCreate();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CHATROOMCLIENTDLG_H__4DF07865_B696_4641_82F8_4B32BF395959__INCLUDED_)

⌨️ 快捷键说明

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