📄 dlgtest.h
字号:
//{{AFX_INCLUDES()
#include "wmpplayer4.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLGTEST_H__DDC16A71_332D_4489_9A36_C92BF179FC41__INCLUDED_)
#define AFX_DLGTEST_H__DDC16A71_332D_4489_9A36_C92BF179FC41__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgTest.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DlgTest dialog
class DlgTest : public CDialog
{
// Construction
public:
void CreateDisplayFont(CFont *pFont,int nFontSize,LPCTSTR lpszStyle,BOOL bItalic);
CFont *m_ShowFont;
CString m_time;
CString strFileName_Lrc;
DWORD Str;
int m_wordlen;
CString m_word;
CString m_sec;
CString m_min;
CString m_curTime;
int lrc_flag;
CStdioFile file;
int nItem;
int Count;
double pos;
int flag;
bool check1;
bool check2;
bool check3;
CButton m_radio1;
CButton m_radio2;
CString fileName;
DlgTest(CWnd* pParent = NULL); // standard constructor
//double pos;
// Dialog Data
//{{AFX_DATA(DlgTest)
enum { IDD = IDD_DIALOG1_TEST };
CListCtrl m_ListCtrl;
CWMPPlayer4 m_Player;
CString m_playtime1;
CString m_timelong;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DlgTest)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(DlgTest)
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton7Play();
afx_msg void OnButton8Pause();
afx_msg void OnButton9Stop();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButton1Open();
afx_msg void OnButton11Deleate();
afx_msg void OnButton12Delall();
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_DLGTEST_H__DDC16A71_332D_4489_9A36_C92BF179FC41__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -