⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 videoplayerdlg.h

📁 随着计算机信息技术的飞速发展
💻 H
字号:
// VideoplayerDlg.h : header file
//
//{{AFX_INCLUDES()
#include "activemovie3.h"
//}}AFX_INCLUDES

#if !defined(AFX_VIDEOPLAYERDLG_H__64FAA9C9_3B4C_11D5_A428_5254ABDDE412__INCLUDED_)
#define AFX_VIDEOPLAYERDLG_H__64FAA9C9_3B4C_11D5_A428_5254ABDDE412__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CVideoplayerDlg dialog
#include "ActiveMovie3.h"
class CVideoplayerDlg : public CDialog
{
// Construction
public:
	CVideoplayerDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CVideoplayerDlg)
	enum { IDD = IDD_VIDEOPLAYER_DIALOG };
	CActiveMovie3	m_amovie;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVideoplayerDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;
	//我的代码
	void MoveMovieWindow();

	// Generated message map functions
	//{{AFX_MSG(CVideoplayerDlg)
	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 OnPlayPause();
	afx_msg void OnPlayStop();
	afx_msg void OnVideo1x();
	afx_msg void OnVideo2x();
	afx_msg void OnAudeovolume();
	afx_msg void OnAudeobalance();
	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();
	afx_msg void OnVideo4x();
	afx_msg void OnVideo6x();
	afx_msg void OnVideofull();
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
	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_VIDEOPLAYERDLG_H__64FAA9C9_3B4C_11D5_A428_5254ABDDE412__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -