www.pudn.com > MEDIAPLAYER.rar > MEDIAPLAYERDlg.h


// MEDIAPLAYERDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "activemovie2.h" 
//}}AFX_INCLUDES 
 
#if !defined(AFX_MEDIAPLAYERDLG_H__DB65879C_2B0C_4526_9994_75E4F1498130__INCLUDED_) 
#define AFX_MEDIAPLAYERDLG_H__DB65879C_2B0C_4526_9994_75E4F1498130__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "VolumeDlg.h" 
#include "BalanceDlg.h" 
///////////////////////////////////////////////////////////////////////////// 
// CMEDIAPLAYERDlg dialog 
 
class CMEDIAPLAYERDlg : public CDialog 
{ 
// Construction 
public: 
	void MoveMovieWindow(); 
	CMEDIAPLAYERDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMEDIAPLAYERDlg) 
	enum { IDD = IDD_MEDIAPLAYER_DIALOG }; 
	CActiveMovie2	m_amovie; 
	//}}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 OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnFileopen(); 
	afx_msg void OnFileclose(); 
	afx_msg void OnFileexit(); 
	afx_msg void OnPlaystart(); 
	afx_msg void OnPaaystop(); 
	afx_msg void OnPlaypause(); 
	afx_msg void OnVideo1x(); 
	afx_msg void OnVideo2x(); 
	afx_msg void OnVideofull(); 
	afx_msg void OnVolume(); 
	afx_msg void OnBalance(); 
	afx_msg void OnHelpabout(); 
	afx_msg void OnStateChangeAmovie(long oldState, long newState); 
	afx_msg void OnReadyStateChangeAmovie(long ReadyState); 
	afx_msg void OnDisplayModeChangeAmovie(); 
	afx_msg void OnErrorAmovie(short SCode, LPCTSTR Description, LPCTSTR Source, BOOL FAR* CancelDisplay); 
	afx_msg void OnOpenCompleteAmovie(); 
	DECLARE_EVENTSINK_MAP() 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MEDIAPLAYERDLG_H__DB65879C_2B0C_4526_9994_75E4F1498130__INCLUDED_)