#if !defined(AFX_VIDEOWNDCHN_H__31C321A7_12C7_4D56_9716_FC6EA8AB78AF__INCLUDED_)
#define AFX_VIDEOWNDCHN_H__31C321A7_12C7_4D56_9716_FC6EA8AB78AF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// videowndchn.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// VideoWndChn window
class VideoWndChn : public CWnd
{
// Construction
public:
	VideoWndChn();

// Attributes
public:
	int   m_nStreamInx;
	LONG  m_lHandle;
	CStatic  *m_hVideoWnd;
	CRect	   m_clientRect;		//程序界面区域位置
// Operations
public:
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(VideoWndChn)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~VideoWndChn();
	virtual void SetWndSize(int bAutoScan);
	// Generated message map functions
protected:
	//{{AFX_MSG(VideoWndChn)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_VIDEOWNDCHN_H__31C321A7_12C7_4D56_9716_FC6EA8AB78AF__INCLUDED_)
