www.pudn.com > MP3Player.rar > xxxxDlg.h
// xxxxDlg.h : header file
//
#include "wmpplayer4.h"
#include "wmpdvd.h"
#include "wmpsettings.h"
#include "wmpcontrols.h"
#if !defined(AFX_XXXXDLG_H__E7625DE2_9DBD_48D7_94F9_8C274A155206__INCLUDED_)
#define AFX_XXXXDLG_H__E7625DE2_9DBD_48D7_94F9_8C274A155206__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CXxxxDlg dialog
class CXxxxDlg : public CDialog
{
// Construction
public:
CXxxxDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CXxxxDlg)
enum { IDD = IDD_XXXX_DIALOG };
CString m_strFilePath;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXxxxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CXxxxDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnBrowse();
afx_msg void OnPlay();
afx_msg void OnStop();
afx_msg void OnPause();
afx_msg void OnNext();
afx_msg void OnBack();
afx_msg void OnFast();
afx_msg void OnSlow();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XXXXDLG_H__E7625DE2_9DBD_48D7_94F9_8C274A155206__INCLUDED_)