VocPlayerDlg.h
上传用户:zctools
上传日期:2013-04-03
资源大小:26k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // VocPlayerDlg.h : header file
  2. //
  3. #if !defined(AFX_VOCPLAYERDLG_H__C54625E6_CD67_11D2_BDC7_00902724B1A5__INCLUDED_)
  4. #define AFX_VOCPLAYERDLG_H__C54625E6_CD67_11D2_BDC7_00902724B1A5__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "VocPlay.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CVocPlayerDlg dialog
  11. class CVocPlayerDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CVocPlayerDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CVocPlayerDlg)
  18. enum { IDD = IDD_VOCPLAYER_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CVocPlayerDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29.    CString  Filename;
  30.    CVocPlayer  VocPlayer;
  31. // Generated message map functions
  32. //{{AFX_MSG(CVocPlayerDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnButtonBrowse();
  37. afx_msg void OnButtonPlay();
  38. //}}AFX_MSG
  39.    afx_msg void OnMMDone( WPARAM, LPARAM );
  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_VOCPLAYERDLG_H__C54625E6_CD67_11D2_BDC7_00902724B1A5__INCLUDED_)