WaveEditClientView.h
上传用户:samlee1007
上传日期:2007-01-02
资源大小:123k
文件大小:2k
- #if !defined(AFX_WAVEEDITCLIENTVIEW_H__618031D7_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)
- #define AFX_WAVEEDITCLIENTVIEW_H__618031D7_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // WaveEditClientView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CWaveEditClientView form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- #include "waveedit.h"
- class CWaveEditClientView : public CFormView
- {
- protected:
- CWaveEditClientView(); // protected constructor used by dynamic creation
- IWaveEdit m_waveEditObject;
- int nMin, nSec, nMilli;
- DECLARE_DYNCREATE(CWaveEditClientView)
-
- // Form Data
- public:
- //{{AFX_DATA(CWaveEditClientView)
- enum { IDD = IDD_WAVE_CLIENT };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- BOOL m_bPaused;
- BOOL m_bPlaying;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWaveEditClientView)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- BOOL m_bHidden;
- virtual ~CWaveEditClientView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CWaveEditClientView)
- afx_msg void OnPause();
- afx_msg void OnUpdatePause(CCmdUI* pCmdUI);
- afx_msg void OnPlay();
- afx_msg void OnUpdatePlay(CCmdUI* pCmdUI);
- afx_msg void OnStop();
- afx_msg void OnUpdateStop(CCmdUI* pCmdUI);
- afx_msg void OnHide();
- afx_msg void OnShow();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnUpdateHide(CCmdUI* pCmdUI);
- afx_msg void OnUpdateShow(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_WAVEEDITCLIENTVIEW_H__618031D7_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)