ChatLeft.h
资源名称:MSN.rar [点击查看]
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:1k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- #if !defined(AFX_CHATLEFT_H__0824B3B0_0F4B_4A5E_9042_7BAC6F420D35__INCLUDED_)
- #define AFX_CHATLEFT_H__0824B3B0_0F4B_4A5E_9042_7BAC6F420D35__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ChatLeft.h : header file
- //
- #include "SplitterControl.h"
- /////////////////////////////////////////////////////////////////////////////
- // CChatLeft dialog
- class CChatLeft : public CDialog
- {
- // Construction
- public:
- CChatLeft(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CChatLeft)
- enum { IDD = IDD_CHAT_LEFT };
- //}}AFX_DATA
- CEdit m_RichSend;
- //CButton m_BtnSender;
- CSplitterControl m_wndSplitter;
- CToolBar m_wndToolbar;
- CEdit m_RichChat;
- // CStatic m_tip;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChatLeft)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
- //}}AFX_VIRTUAL
- void DoResize(int delta);
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CChatLeft)
- 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_CHATLEFT_H__0824B3B0_0F4B_4A5E_9042_7BAC6F420D35__INCLUDED_)