dlgchatlog.h
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- #if !defined(AFX_DLGCHATLOG_H__90143C53_8F9E_4404_B7F9_3F71875778C5__INCLUDED_)
- #define AFX_DLGCHATLOG_H__90143C53_8F9E_4404_B7F9_3F71875778C5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgChatLog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgChatLog dialog
- class CDlgChatLog : public CDialog
- {
- // Construction
- public:
- CDlgChatLog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgChatLog)
- enum { IDD = IDD_DLG_CHAT };
- CEdit m_edtChatMsg;
- CComboBox m_cmbChatTo;
- CListCtrl m_lstChatLog;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgChatLog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgChatLog)
- virtual BOOL OnInitDialog();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGCHATLOG_H__90143C53_8F9E_4404_B7F9_3F71875778C5__INCLUDED_)