ChatRight.h
资源名称:MSN.rar [点击查看]
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:1k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- #if !defined(AFX_CHATRIGHT_H__A40754F4_7157_4020_8016_2D4B76E4AA02__INCLUDED_)
- #define AFX_CHATRIGHT_H__A40754F4_7157_4020_8016_2D4B76E4AA02__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ChatRight.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CChatRight dialog
- class CChatRight : public CDialog
- {
- // Construction
- public:
- CChatRight(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CChatRight)
- enum { IDD = IDD_CHAT_RIGHT };
- CStatic m_faceMe;
- CStatic m_faceFriend;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChatRight)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CChatRight)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg BOOL OnNcCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHATRIGHT_H__A40754F4_7157_4020_8016_2D4B76E4AA02__INCLUDED_)