SwitchTBView1.h
上传用户:hbytzg
上传日期:2007-01-02
资源大小:47k
文件大小:1k
源码类别:

midi

开发平台:

Visual C++

  1. #if !defined(AFX_SWITCHTBVIEW1_H__0ED95745_DBDF_11D2_9146_0060082BE95D__INCLUDED_)
  2. #define AFX_SWITCHTBVIEW1_H__0ED95745_DBDF_11D2_9146_0060082BE95D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SwitchTBView1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSwitchTBView1 view
  10. class CSwitchTBView1 : public CView
  11. {
  12. protected:
  13. CSwitchTBView1();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CSwitchTBView1)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CSwitchTBView1)
  22. protected:
  23. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. virtual ~CSwitchTBView1();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CSwitchTBView1)
  35. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SWITCHTBVIEW1_H__0ED95745_DBDF_11D2_9146_0060082BE95D__INCLUDED_)