VocPlayerDlg.h
资源名称:VocPlay.zip [点击查看]
上传用户:zctools
上传日期:2013-04-03
资源大小:26k
文件大小:1k
源码类别:
多媒体编程
开发平台:
Visual C++
- // VocPlayerDlg.h : header file
- //
- #if !defined(AFX_VOCPLAYERDLG_H__C54625E6_CD67_11D2_BDC7_00902724B1A5__INCLUDED_)
- #define AFX_VOCPLAYERDLG_H__C54625E6_CD67_11D2_BDC7_00902724B1A5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "VocPlay.h"
- /////////////////////////////////////////////////////////////////////////////
- // CVocPlayerDlg dialog
- class CVocPlayerDlg : public CDialog
- {
- // Construction
- public:
- CVocPlayerDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CVocPlayerDlg)
- enum { IDD = IDD_VOCPLAYER_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVocPlayerDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- CString Filename;
- CVocPlayer VocPlayer;
- // Generated message map functions
- //{{AFX_MSG(CVocPlayerDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButtonBrowse();
- afx_msg void OnButtonPlay();
- //}}AFX_MSG
- afx_msg void OnMMDone( WPARAM, LPARAM );
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VOCPLAYERDLG_H__C54625E6_CD67_11D2_BDC7_00902724B1A5__INCLUDED_)