fisterDlg.h
上传用户:zjb_0001
上传日期:2007-01-11
资源大小:154k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. // fisterDlg.h : header file
  2. //
  3. #if !defined(AFX_FISTERDLG_H__C1811736_670A_4886_966E_0FD032F8DAE3__INCLUDED_)
  4. #define AFX_FISTERDLG_H__C1811736_670A_4886_966E_0FD032F8DAE3__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "pipe.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CFisterDlg dialog
  11. class CFisterDlg : public CDialog, CPipe
  12. {
  13. // Construction
  14. public:
  15. CFisterDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CFisterDlg)
  18. enum { IDD = IDD_FISTER_DIALOG };
  19. CButton m_PlayButton;
  20. CButton m_RecButton;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CFisterDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CFisterDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnPaint();
  34. afx_msg HCURSOR OnQueryDragIcon();
  35. afx_msg void OnRecord();
  36. afx_msg void OnPlay();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. public:
  40. void OnEndOfPlayingFile(); // overload virtual function
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_FISTERDLG_H__C1811736_670A_4886_966E_0FD032F8DAE3__INCLUDED_)