WaveEditClient.h
上传用户:samlee1007
上传日期:2007-01-02
资源大小:123k
文件大小:2k
- // WaveEditClient.h : main header file for the WAVEEDITCLIENT application
- //
- #if !defined(AFX_WAVEEDITCLIENT_H__618031C4_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)
- #define AFX_WAVEEDITCLIENT_H__618031C4_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CWaveEditClientApp:
- // See WaveEditClient.cpp for the implementation of this class
- //
- class CWaveEditClientApp : public CWinApp
- {
- public:
- CWaveEditClientApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWaveEditClientApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- COleTemplateServer m_server;
- //{{AFX_MSG(CWaveEditClientApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // CWaveEditClient form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class CWaveEditClient : public CFormView
- {
- protected:
- CWaveEditClient(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CWaveEditClient)
- // Form Data
- public:
- //{{AFX_DATA(CWaveEditClient)
- enum { IDD = IDD_WAVE_CLIENT };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWaveEditClient)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CWaveEditClient();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CWaveEditClient)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_WAVEEDITCLIENT_H__618031C4_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)