VgaPlayerDlg.h
上传用户:dreamzjm
上传日期:2014-06-08
资源大小:388k
文件大小:2k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // VgaPlayerDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "vgaplayer1.h"
  5. #include "wmpplayer4.h"
  6. //}}AFX_INCLUDES
  7. #include "GoodSliderCtrl.h"
  8. #include <string>
  9. using namespace std;
  10. #if !defined(AFX_VGAPLAYERDLG_H__0A257784_86AC_472B_BE3C_B33DFF5D8709__INCLUDED_)
  11. #define AFX_VGAPLAYERDLG_H__0A257784_86AC_472B_BE3C_B33DFF5D8709__INCLUDED_
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif // _MSC_VER > 1000
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CVgaPlayerDlg dialog
  17. class CVgaPlayerDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21. //bool isCmd;
  22. string Sencond2DateTime(time_t t);
  23. void Play(CString strFile);
  24. void ShowInfo();
  25. void PlayFiles();
  26. CVgaPlayerDlg(CWnd* pParent = NULL); // standard constructor
  27. // Dialog Data
  28. //{{AFX_DATA(CVgaPlayerDlg)
  29. enum { IDD = IDD_VGAPLAYER_DIALOG };
  30. CGoodSliderCtrl m_Progress;
  31. CButton m_btn_pause;
  32. CSliderCtrl m_SliderVolume;
  33. CButton m_btn_play;
  34. CVGAPlayer m_VGA;
  35. CWMPPlayer4 m_WMP;
  36. CString m_Length;
  37. CString m_CurrentTime;
  38. CString m_VLength;
  39. CString m_VTitle;
  40. CString m_VDescription;
  41. CString m_CmdLine;
  42. CString m_VArtist;
  43. CString m_VCopyRight;
  44. //CString m_VStatus;
  45. //}}AFX_DATA
  46. // ClassWizard generated virtual function overrides
  47. //{{AFX_VIRTUAL(CVgaPlayerDlg)
  48. protected:
  49. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  50. //}}AFX_VIRTUAL
  51. // Implementation
  52. protected:
  53. CString m_VGAPath;
  54. CString m_ASFPath;
  55. HICON m_hIcon;
  56. // Generated message map functions
  57. //{{AFX_MSG(CVgaPlayerDlg)
  58. virtual BOOL OnInitDialog();
  59. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  60. afx_msg void OnPaint();
  61. afx_msg HCURSOR OnQueryDragIcon();
  62. afx_msg void OnBtnOpen();
  63. afx_msg void OnBtnPlay();
  64. afx_msg void OnBtnPause();
  65. afx_msg void OnCancelMode();
  66. afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  67. afx_msg void OnTimer(UINT nIDEvent);
  68. afx_msg void OnClose();
  69. afx_msg void OnBtnStop();
  70. afx_msg void OnDropFiles(HDROP hDropInfo);
  71. afx_msg void OnMenuOpen();
  72. afx_msg void OnMenuAbout();
  73. afx_msg void OnMenExit();
  74. afx_msg void OnPlayStateChangeWmp(long NewState);
  75. DECLARE_EVENTSINK_MAP()
  76. //}}AFX_MSG
  77. DECLARE_MESSAGE_MAP()
  78. };
  79. //{{AFX_INSERT_LOCATION}}
  80. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  81. #endif // !defined(AFX_VGAPLAYERDLG_H__0A257784_86AC_472B_BE3C_B33DFF5D8709__INCLUDED_)