📄 sunapplerealplayerdlg.h
字号:
// sunapplerealplayerDlg.h : header file
//
//{{AFX_INCLUDES()
#include "realaudio.h"
//}}AFX_INCLUDES
#if !defined(AFX_SUNAPPLEREALPLAYERDLG_H__70E207D7_03C2_43B5_90B8_A1DCAC5D0C00__INCLUDED_)
#define AFX_SUNAPPLEREALPLAYERDLG_H__70E207D7_03C2_43B5_90B8_A1DCAC5D0C00__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSunapplerealplayerDlg dialog
#include "ButtonXP.h"
class CSunapplerealplayerDlg : public CDialog
{
// Construction
public:
CSunapplerealplayerDlg(CWnd* pParent = NULL); // standard constructor
BOOL isRepeat;
COLORREF m_backcolor;
CBrush m_brush;
// Dialog Data
//{{AFX_DATA(CSunapplerealplayerDlg)
enum { IDD = IDD_SUNAPPLEREALPLAYER_DIALOG };
CButtonXp m_upper;
CButtonXp m_lower;
CButtonXp m_stop;
CButtonXp m_repeat;
CButtonXp m_play;
CButtonXp m_pause;
CButtonXp m_open;
CButtonXp m_down;
CButtonXp m_ful;
CButtonXp m_close;
CRealAudio* m_player;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSunapplerealplayerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSunapplerealplayerDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpen();
afx_msg void OnPlay();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnClose();
afx_msg void OnFullscreen();
afx_msg void OnMp3down();
afx_msg void OnPause();
afx_msg void OnStop();
afx_msg void OnRepeat();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnLower();
afx_msg void OnUpper();
afx_msg void OnFloat();
afx_msg void OnPetroleum();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUNAPPLEREALPLAYERDLG_H__70E207D7_03C2_43B5_90B8_A1DCAC5D0C00__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -