wavmcidemodlg.h

来自「VC++6开发指南的源代码第24章-第25章」· C头文件 代码 · 共 63 行

H
63
字号
// WAVMCIDemoDlg.h : header file
//

#if !defined(AFX_WAVMCIDEMODLG_H__FC4FF8C9_962E_4A66_BA47_8ED57BACA600__INCLUDED_)
#define AFX_WAVMCIDEMODLG_H__FC4FF8C9_962E_4A66_BA47_8ED57BACA600__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MCIWave.h"

/////////////////////////////////////////////////////////////////////////////
// CWAVMCIDemoDlg dialog

class CWAVMCIDemoDlg : public CDialog
{
// Construction
public:
	CWAVMCIDemoDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CWAVMCIDemoDlg)
	enum { IDD = IDD_WAVMCIDEMO_DIALOG };
	CListBox	m_List;
	CString	m_strbits;
	CString	m_strcha;
	CString	m_strname;
	CString	m_strtime;
	CString	m_strsam;
	CString	m_strstatus;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	CMCIWave m_Mciwave;

	// Generated message map functions
	//{{AFX_MSG(CWAVMCIDemoDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnOpenwav();
	afx_msg void OnPlaywav();
	afx_msg void OnRecordwav();
	afx_msg void OnSavewav();
	afx_msg void OnStopwav();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_WAVMCIDEMODLG_H__FC4FF8C9_962E_4A66_BA47_8ED57BACA600__INCLUDED_)

⌨️ 快捷键说明

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