PIDTestDlg.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // PIDTestDlg.h : header file
  2. //
  3. #if !defined(AFX_PIDTESTDLG_H__8CCE9FA3_AD2E_46E2_9E7C_D439257A3E43__INCLUDED_)
  4. #define AFX_PIDTESTDLG_H__8CCE9FA3_AD2E_46E2_9E7C_D439257A3E43__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPIDTestDlg dialog
  10. class CDXGraph;
  11. class CPIDTestDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CPIDTestDlg(CWnd* pParent = NULL); // standard constructor
  16. ~CPIDTestDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CPIDTestDlg)
  19. enum { IDD = IDD_PIDTEST_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CPIDTestDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. CDXGraph *   m_pGraph;
  31. CString      mSourceFile;
  32. // Generated message map functions
  33. //{{AFX_MSG(CPIDTestDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnCmdPause();
  38. afx_msg void OnCmdPlay();
  39. afx_msg void OnCmdStop();
  40. afx_msg void OnCmdOpen();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_PIDTESTDLG_H__8CCE9FA3_AD2E_46E2_9E7C_D439257A3E43__INCLUDED_)