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

语音合成与识别

开发平台:

Visual C++

  1. #if !defined(AFX_STATICVIEW_H__CC4E3D1D_9B2F_480B_AE34_72CEE5B88768__INCLUDED_)
  2. #define AFX_STATICVIEW_H__CC4E3D1D_9B2F_480B_AE34_72CEE5B88768__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // staticview.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStaticView view
  10. #include "BedlamiteDoc.h"
  11. #include "CreditStatic.h"
  12. class CStaticView : public CView
  13. {
  14. protected:
  15. CStaticView();           // protected constructor used by dynamic creation
  16. DECLARE_DYNCREATE(CStaticView)
  17. // Attributes
  18. public:
  19. CCreditStatic m_Static;
  20. // Operations
  21. public:
  22. void StartScroll(CString sInfo);
  23. CBedlamiteDoc* GetDocument();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CStaticView)
  27. public:
  28. virtual void OnInitialUpdate();
  29. protected:
  30. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. virtual ~CStaticView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. // Generated message map functions
  40. protected:
  41. //{{AFX_MSG(CStaticView)
  42. // NOTE - the ClassWizard will add and remove member functions here.
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. #ifndef _DEBUG  // debug version in BedlamiteView.cpp
  47. inline CBedlamiteDoc* CBedlamiteView::GetDocument()
  48.    { return (CBedlamiteDoc*)m_pDocument; }
  49. #endif
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_STATICVIEW_H__CC4E3D1D_9B2F_480B_AE34_72CEE5B88768__INCLUDED_)