📄 newvcddlg.h
字号:
// NewVCDDlg.h : header file
//
//{{AFX_INCLUDES()
#include "mediaplayer2.h"
//}}AFX_INCLUDES
#if !defined(AFX_NEWVCDDLG_H__292F8D32_D68A_4BCC_BF57_17A27E1F41DC__INCLUDED_)
#define AFX_NEWVCDDLG_H__292F8D32_D68A_4BCC_BF57_17A27E1F41DC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"CoolB.h"
#include "afxwin.h"
/////////////////////////////////////////////////////////////////////////////
// CNewVCDDlg dialog
class CNewVCDDlg : public CDialog
{
// Construction
public:
CNewVCDDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewVCDDlg)
enum { IDD = IDD_NEWVCD_DIALOG };
CStatic m_FileName;
CCoolButton m_BtnClose;
CCoolButton m_BtnFast;
CCoolButton m_BtnStop;
CCoolButton m_BtnPause;
CCoolButton m_BtnPlay;
CCoolButton m_BtnOpen;
CMediaPlayer2 m_Media;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewVCDDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CNewVCDDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg UINT OnNcHitTest(CPoint point);
afx_msg void OnBtnopen();
afx_msg void OnBtnplay();
afx_msg void OnBtnpause();
afx_msg void OnBtnstop();
afx_msg void OnFast();
afx_msg void OnBtnclose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
void OnCancel();
void OnOK();
void SetBool();
CRgn* BitmapToRegion (HBITMAP hBmp, COLORREF cTransparentColor = 0, COLORREF cTolerance = 0x101010);
CRgn* m_rgnWnd;
CBitmap m_bmp;
BOOL bPlay;
BOOL bPause;
BOOL bStop;
BOOL bDisk;
CString m_StrFileName;
CString m_StrFileNameShow;
CStatic m_PicBgd;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWVCDDLG_H__292F8D32_D68A_4BCC_BF57_17A27E1F41DC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -