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

📄 miniplayerdlg.h

📁 利用VC++开发环境
💻 H
字号:
// MiniPlayerDlg.h : header file
//
//{{AFX_INCLUDES()
#include "activemovie3.h"
//}}AFX_INCLUDES

#include "RoundButton.h"
#if !defined(AFX_MINIPLAYERDLG_H__C944C728_3E59_4103_A34A_DCEC78A6F4A2__INCLUDED_)
#define AFX_MINIPLAYERDLG_H__C944C728_3E59_4103_A34A_DCEC78A6F4A2__INCLUDED_

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

class CMiniPlayerDlgAutoProxy;

/////////////////////////////////////////////////////////////////////////////
// CMiniPlayerDlg dialog

class CMiniPlayerDlg : public CDialog
{
	DECLARE_DYNAMIC(CMiniPlayerDlg);
	friend class CMiniPlayerDlgAutoProxy;

// Construction
public:
	CMiniPlayerDlg(CWnd* pParent = NULL);	// standard constructor
	virtual ~CMiniPlayerDlg();

// Dialog Data
	//{{AFX_DATA(CMiniPlayerDlg)
	enum { IDD = IDD_MINIPLAYER_DIALOG };
	CRoundButton	m_Exit;
	CRoundButton	m_Upper;
	CRoundButton	m_Stop;
	CRoundButton	m_Repeat;
	CRoundButton	m_Play;
	CRoundButton	m_Pause;
	CRoundButton	m_Open;
	CRoundButton	m_Lower;
	CRoundButton	m_Fullscreen;
	CRoundButton	m_Close;
	CActiveMovie3	m_ActiveMovie;
	//}}AFX_DATA

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

// Implementation
protected:
	CMiniPlayerDlgAutoProxy* m_pAutoProxy;
	HICON m_hIcon;
	bool isRepeat;

	BOOL CanExit();

	// Generated message map functions
	//{{AFX_MSG(CMiniPlayerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnOpen();
	afx_msg void OnPlay();
	afx_msg void OnPause();
	afx_msg void OnStop();
	afx_msg void OnUpper();
	afx_msg void OnLower();
	afx_msg void OnFullscreen();
	afx_msg void OnRepeat();
	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_MINIPLAYERDLG_H__C944C728_3E59_4103_A34A_DCEC78A6F4A2__INCLUDED_)

⌨️ 快捷键说明

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