ChatServerDlg.h
资源名称:xcchat.rar [点击查看]
上传用户:posgewe
上传日期:2013-05-17
资源大小:69k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- // ChatServerDlg.h : header file
- //
- #if !defined(AFX_CHATSERVERDLG_H__BC532E37_5221_4A12_A853_67AF1A8C1C4E__INCLUDED_)
- #define AFX_CHATSERVERDLG_H__BC532E37_5221_4A12_A853_67AF1A8C1C4E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CChatServerDlg dialog
- class CClientSocket;
- class CChatServerDlg : public CDialog
- {
- // Construction
- public:
- void UpdateUser(CClientSocket *pSocket);
- CChatServerDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CChatServerDlg)
- enum { IDD = IDD_CHATSERVER_DIALOG };
- CListBox m_UserList;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChatServerDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CChatServerDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHATSERVERDLG_H__BC532E37_5221_4A12_A853_67AF1A8C1C4E__INCLUDED_)