WaveEditClient.h
上传用户:samlee1007
上传日期:2007-01-02
资源大小:123k
文件大小:2k
源码类别:

文件操作

开发平台:

Visual C++

  1. // WaveEditClient.h : main header file for the WAVEEDITCLIENT application
  2. //
  3. #if !defined(AFX_WAVEEDITCLIENT_H__618031C4_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)
  4. #define AFX_WAVEEDITCLIENT_H__618031C4_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CWaveEditClientApp:
  14. // See WaveEditClient.cpp for the implementation of this class
  15. //
  16. class CWaveEditClientApp : public CWinApp
  17. {
  18. public:
  19. CWaveEditClientApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CWaveEditClientApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. COleTemplateServer m_server;
  28. //{{AFX_MSG(CWaveEditClientApp)
  29. afx_msg void OnAppAbout();
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. /////////////////////////////////////////////////////////////////////////////
  35. // CWaveEditClient form view
  36. #ifndef __AFXEXT_H__
  37. #include <afxext.h>
  38. #endif
  39. class CWaveEditClient : public CFormView
  40. {
  41. protected:
  42. CWaveEditClient();           // protected constructor used by dynamic creation
  43. DECLARE_DYNCREATE(CWaveEditClient)
  44. // Form Data
  45. public:
  46. //{{AFX_DATA(CWaveEditClient)
  47. enum { IDD = IDD_WAVE_CLIENT };
  48. // NOTE: the ClassWizard will add data members here
  49. //}}AFX_DATA
  50. // Attributes
  51. public:
  52. // Operations
  53. public:
  54. // Overrides
  55. // ClassWizard generated virtual function overrides
  56. //{{AFX_VIRTUAL(CWaveEditClient)
  57. protected:
  58. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  59. //}}AFX_VIRTUAL
  60. // Implementation
  61. protected:
  62. virtual ~CWaveEditClient();
  63. #ifdef _DEBUG
  64. virtual void AssertValid() const;
  65. virtual void Dump(CDumpContext& dc) const;
  66. #endif
  67. // Generated message map functions
  68. //{{AFX_MSG(CWaveEditClient)
  69. // NOTE - the ClassWizard will add and remove member functions here.
  70. //}}AFX_MSG
  71. DECLARE_MESSAGE_MAP()
  72. };
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  75. #endif // !defined(AFX_WAVEEDITCLIENT_H__618031C4_6A68_11D2_B4AD_DEC1CAFE5B54__INCLUDED_)