ChatLeft.h
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_CHATLEFT_H__0824B3B0_0F4B_4A5E_9042_7BAC6F420D35__INCLUDED_)
  2. #define AFX_CHATLEFT_H__0824B3B0_0F4B_4A5E_9042_7BAC6F420D35__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChatLeft.h : header file
  7. //
  8. #include "SplitterControl.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CChatLeft dialog
  11. class CChatLeft : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CChatLeft(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CChatLeft)
  18. enum { IDD = IDD_CHAT_LEFT };
  19. //}}AFX_DATA
  20. CEdit  m_RichSend;
  21. //CButton m_BtnSender;
  22. CSplitterControl m_wndSplitter;
  23. CToolBar m_wndToolbar;
  24. CEdit m_RichChat;
  25. // CStatic m_tip;
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CChatLeft)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  32. //}}AFX_VIRTUAL
  33. void DoResize(int delta);
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CChatLeft)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSize(UINT nType, int cx, int cy);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_CHATLEFT_H__0824B3B0_0F4B_4A5E_9042_7BAC6F420D35__INCLUDED_)