www.pudn.com > SpliterView.rar > MyVideoWnd.h


#if !defined(AFX_MYVIDEOWND_H__C004F45F_4F47_445D_8FD2_1EDCFBB8EA3A__INCLUDED_) 
#define AFX_MYVIDEOWND_H__C004F45F_4F47_445D_8FD2_1EDCFBB8EA3A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyVideoWnd.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyVideoWnd window 
 
class CMyVideoWnd : public CStatic 
{ 
// Construction 
public: 
	CMyVideoWnd(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyVideoWnd) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	void MyKillTimer(); 
	void MySetTimer(); 
	int m_nTimer; 
	int m_bitmap_No; 
	virtual ~CMyVideoWnd(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CMyVideoWnd) 
	afx_msg void OnPaint(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYVIDEOWND_H__C004F45F_4F47_445D_8FD2_1EDCFBB8EA3A__INCLUDED_)