BG.h
上传用户:hgtech
上传日期:2022-06-07
资源大小:4455k
文件大小:1k
源码类别:

词法分析

开发平台:

Visual C++

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