Playdlg.h
上传用户:connie527
上传日期:2022-04-15
资源大小:4326k
文件大小:1k
源码类别:

行业应用

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "mediaplayer2.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_PLAYDLG_H__35AC635C_A0C9_4897_ACAC_168AAFDA3F5B__INCLUDED_)
  5. #define AFX_PLAYDLG_H__35AC635C_A0C9_4897_ACAC_168AAFDA3F5B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // Playdlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CPlaydlg dialog
  13. class CPlaydlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CPlaydlg(CWnd* pParent = NULL);   // standard constructor
  18. virtual void OnOK();
  19. CString m_UserName;
  20. CString m_LogPath;
  21. // Dialog Data
  22. //{{AFX_DATA(CPlaydlg)
  23. enum { IDD = IDD_PLAY_DIALOG };
  24. CStatic m_Path;
  25. CMediaPlayer2 m_MediaPlay;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CPlaydlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CPlaydlg)
  37. afx_msg void OnPlay();
  38. afx_msg void OnClose();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_PLAYDLG_H__35AC635C_A0C9_4897_ACAC_168AAFDA3F5B__INCLUDED_)