VideoPlayerDlg.h
上传用户:zbtianhong
上传日期:2022-07-12
资源大小:3707k
文件大小:2k
- // VideoPlayerDlg.h : header file
- //
- #include "wmpplayer4.h"
- #if !defined(AFX_VIDEOPLAYERDLG_H__22E0DE5C_6785_4FAE_876B_AC9BFECD8FD0__INCLUDED_)
- #define AFX_VIDEOPLAYERDLG_H__22E0DE5C_6785_4FAE_876B_AC9BFECD8FD0__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CVideoPlayerDlg dialog
- class CVideoPlayerDlg : public CDialog
- {
- // Construction
- public:
- CVideoPlayerDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CVideoPlayerDlg)
- enum { IDD = IDD_VIDEOPLAYER_DIALOG };
- CWMPPlayer4 m_MediaPlayer;
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVideoPlayerDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CVideoPlayerDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnFileOpen();
- afx_msg void OnFileQuit();
- afx_msg void OnHelpUsage();
- afx_msg void OnHelpAboutDeveloper();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CString m_csPathName;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VIDEOPLAYERDLG_H__22E0DE5C_6785_4FAE_876B_AC9BFECD8FD0__INCLUDED_)