www.pudn.com > SpliterViewduoshipinxianshi.rar > ChatView.h


#if !defined(AFX_CHATVIEW_H__5BB69ADD_C6FC_451D_AC14_CCA64D9512D3__INCLUDED_)
#define AFX_CHATVIEW_H__5BB69ADD_C6FC_451D_AC14_CCA64D9512D3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChatView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CChatView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CChatView : public CFormView
{
protected:
CChatView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CChatView)

// Form Data
public:
//{{AFX_DATA(CChatView)
enum { IDD = IDD_CHATDLG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA

// Attributes
public:

// Operations
public:

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChatView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
virtual ~CChatView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext&amt; dc) const;
#endif

// Generated message map functions
//{{AFX_MSG(CChatView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CHATVIEW_H__5BB69ADD_C6FC_451D_AC14_CCA64D9512D3__INCLUDED_)