www.pudn.com > VC_MP3.rar > nwmp3play_vcDlg.h


// nwmp3play_vcDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "nwmp3play.h" 
//}}AFX_INCLUDES 
 
#if !defined(AFX_NWMP3PLAY_VCDLG_H__ADD265A2_7DFD_40D5_8913_68CDCF535F4D__INCLUDED_) 
#define AFX_NWMP3PLAY_VCDLG_H__ADD265A2_7DFD_40D5_8913_68CDCF535F4D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CNwmp3play_vcDlg dialog 
 
class CNwmp3play_vcDlg : public CDialog 
{ 
// Construction 
public: 
	CNwmp3play_vcDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CNwmp3play_vcDlg) 
	enum { IDD = IDD_NWMP3PLAY_VC_DIALOG }; 
	Cnwmp3play	m_mp3play; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CNwmp3play_vcDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CNwmp3play_vcDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnButton1(); 
	afx_msg void OnButton2(); 
	afx_msg void OnButton3(); 
	afx_msg void OnButton4(); 
	afx_msg void OnButton5(); 
	afx_msg void OnButton6(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_NWMP3PLAY_VCDLG_H__ADD265A2_7DFD_40D5_8913_68CDCF535F4D__INCLUDED_)