BedlamiteView.h
上传用户:lczygg
上传日期:2007-07-03
资源大小:2947k
文件大小:2k
源码类别:

语音合成与识别

开发平台:

Visual C++

  1. // BedlamiteView.h : interface of the CBedlamiteView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_BEDLAMITEVIEW_H__11C05F33_497F_4450_9B51_6FDC0644CD78__INCLUDED_)
  5. #define AFX_BEDLAMITEVIEW_H__11C05F33_497F_4450_9B51_6FDC0644CD78__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "BedlamiteDoc.h"
  10. class CBedlamiteView : public CListView
  11. {
  12. protected: // create from serialization only
  13. CBedlamiteView();
  14. DECLARE_DYNCREATE(CBedlamiteView)
  15. // Attributes
  16. public:
  17. CBedlamiteDoc* GetDocument();
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CBedlamiteView)
  23. public:
  24. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. protected:
  27. virtual void OnInitialUpdate(); // called first time after construct
  28. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  29. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. //CListCtrl &m_ListCtrl;
  35. virtual ~CBedlamiteView();
  36. #ifdef _DEBUG
  37. virtual void AssertValid() const;
  38. virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40. protected:
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CBedlamiteView)
  44. // NOTE - the ClassWizard will add and remove member functions here.
  45. //    DO NOT EDIT what you see in these blocks of generated code !
  46. //}}AFX_MSG
  47. void OnDisplayResult(WPARAM wParam, LPARAM lParam);
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. #ifndef _DEBUG  // debug version in BedlamiteView.cpp
  51. inline CBedlamiteDoc* CBedlamiteView::GetDocument()
  52.    { return (CBedlamiteDoc*)m_pDocument; }
  53. #endif
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_BEDLAMITEVIEW_H__11C05F33_497F_4450_9B51_6FDC0644CD78__INCLUDED_)