www.pudn.com > MyPlayer2004.rar > MyPlayerDlg.h


// MyPlayerDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "wmpplayer4.h" 
//}}AFX_INCLUDES 
 
#if !defined(AFX_MYPLAYERDLG_H__80ECDD1A_C313_4E93_A67B_FFB215638582__INCLUDED_) 
#define AFX_MYPLAYERDLG_H__80ECDD1A_C313_4E93_A67B_FFB215638582__INCLUDED_ 
 
#include "clientsocket.h" 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyPlayerDlg dialog 
 
class CMyPlayerDlg : public CDialog 
{ 
// Construction 
public: 
	CMyPlayerDlg(CWnd* pParent = NULL);	// standard constructor 
 
 
// Dialog Data 
	//{{AFX_DATA(CMyPlayerDlg) 
	enum { IDD = IDD_MYPLAYER_DIALOG }; 
	CWMPPlayer4	m_WMPPlay; 
	int		m_nPort; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyPlayerDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	void ConnectRemote(); 
 
protected: 
	HICON m_hIcon; 
	CStringArray m_strFiles; 
	CString m_strServAddr; 
	 
	CClientSocket m_clientsocket; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMyPlayerDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnFileOpen(); 
	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 void OnButton7(); 
	afx_msg void OnButton8(); 
	virtual void OnCancel(); 
	afx_msg void OnButton9(); 
	afx_msg void OnBUTTONStop(); 
	afx_msg void OnButtonBackward(); 
	afx_msg void OnButtonConnect(); 
	afx_msg void OnButtonRevpgm(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYPLAYERDLG_H__80ECDD1A_C313_4E93_A67B_FFB215638582__INCLUDED_)