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

📄 pgmdlg.h

📁 音频水印水印算法
💻 H
字号:
#if !defined(AFX_PGMDLG_H__4C7DFD68_9ED2_4DF2_ADF8_4EB39948737B__INCLUDED_)
#define AFX_PGMDLG_H__4C7DFD68_9ED2_4DF2_ADF8_4EB39948737B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PgmDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPgmDlg dialog

class CPgmDlg : public CDialog
{
// Construction
public:
	CPgmDlg(CWnd* pParent = NULL);   
    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;
// Dialog Data
	//{{AFX_DATA(CPgmDlg)
	enum { IDD = IDR_DIALOG1 };CEdit	m_edit;
	CBitmapButton	m_bmp;
	CSliderCtrl	m_cSliderPro;
	CSliderCtrl	m_Slider;
	CListCtrl	m_ListCtrl;
	CWMPPlayer4	m_player;
	CString	m_PlayTime;
	CString	m_LRC;
	CString	m_time2;
    // NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPgmDlg)
    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(CPgmDlg)
		// NOTE: the ClassWizard will add member functions here
    virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnOpen();
	afx_msg void OnButton2Play();
	afx_msg void OnButton3Stop();
	afx_msg void OnButton4Pause();
	afx_msg void OnButton5Del();
	afx_msg void OnButton6Delall();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9Fullscreen();
	afx_msg void OnButton10Up();
	afx_msg void OnButton11Down();
	afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnReleasedcaptureSlider1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDoubleClickOcx1(short nButton, short nShiftState, long fX, long fY);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnRadio1_playsingle();
	afx_msg void OnRadio2_palyall();
	afx_msg void OnCheck1();
	afx_msg void OnButtonLrc();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	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_PGMDLG_H__4C7DFD68_9ED2_4DF2_ADF8_4EB39948737B__INCLUDED_)

⌨️ 快捷键说明

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