#if !defined(AFX_VODWNDCHN_H__FC4119F8_C2CE_466E_9565_EBA49237B5F1__INCLUDED_)
#define AFX_VODWNDCHN_H__FC4119F8_C2CE_466E_9565_EBA49237B5F1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VodWndChn.h : header file
//
#include "videowndchn.h"
/////////////////////////////////////////////////////////////////////////////
// CVodWndChn window
class CVideoVod;
class CVodWndChn : public VideoWndChn
{
// Construction
public:
	CVodWndChn();
	CVideoVod *m_pVodScren;
// Attributes
public:
	
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVodWndChn)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CVodWndChn();

	// Generated message map functions
protected:
	//{{AFX_MSG(CVodWndChn)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	afx_msg void OnPaint();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDestroy();
	afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_VODWNDCHN_H__FC4119F8_C2CE_466E_9565_EBA49237B5F1__INCLUDED_)
