www.pudn.com > Mediaplayer.rar > MediaplayerDlg.h


// MediaplayerDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "mediaplayer2.h" 
//}}AFX_INCLUDES 
 
#if !defined(AFX_MEDIAPLAYERDLG_H__23066C6A_A2A3_40EB_8069_3F7E4DAD6D79__INCLUDED_) 
#define AFX_MEDIAPLAYERDLG_H__23066C6A_A2A3_40EB_8069_3F7E4DAD6D79__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CMediaplayerDlg dialog 
 
class CMediaplayerDlg : public CDialog 
{ 
// Construction 
public: 
	CMediaplayerDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMediaplayerDlg) 
	enum { IDD = IDD_MEDIAPLAYER_DIALOG }; 
	CMediaPlayer2	m_ActiveMovie; 
	double pos; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMediaplayerDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMediaplayerDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnOpen(); 
	afx_msg void OnPlay(); 
	afx_msg void OnStop(); 
	afx_msg void OnLower(); 
	afx_msg void OnUpper(); 
	afx_msg void OnStatic1(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MEDIAPLAYERDLG_H__23066C6A_A2A3_40EB_8069_3F7E4DAD6D79__INCLUDED_)