VCDPlayerDlg.h
上传用户:sdpcwz
上传日期:2009-12-14
资源大小:1237k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // VCDPlayerDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "activemovie3.h"
  5. //}}AFX_INCLUDES
  6. #if !defined(AFX_VCDPLAYERDLG_H__69E30BD5_6D10_11D6_8F32_00E04CE76240__INCLUDED_)
  7. #define AFX_VCDPLAYERDLG_H__69E30BD5_6D10_11D6_8F32_00E04CE76240__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CVCDPlayerDlg dialog
  13. class CVCDPlayerDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CVCDPlayerDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CVCDPlayerDlg)
  20. enum { IDD = IDD_VCDPLAYER_DIALOG };
  21. CActiveMovie3 m_ActiveMovie;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CVCDPlayerDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CVCDPlayerDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnOpen();
  38. afx_msg void OnExit();
  39. afx_msg void OnAddVolume();
  40. afx_msg void OnReduceVolume();
  41. afx_msg void OnNoVolume();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_VCDPLAYERDLG_H__69E30BD5_6D10_11D6_8F32_00E04CE76240__INCLUDED_)