BG.h
资源名称:ceditor.rar [点击查看]
上传用户:hgtech
上传日期:2022-06-07
资源大小:4455k
文件大小:1k
源码类别:
词法分析
开发平台:
Visual C++
- #if !defined(AFX_BG_H__8B9D8C56_E4B2_4968_94B3_AF42AF93E26D__INCLUDED_)
- #define AFX_BG_H__8B9D8C56_E4B2_4968_94B3_AF42AF93E26D__INCLUDED_
- #include"afxcview.h"
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // BG.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // BG view
- class BG : public CListView
- {
- protected:
- BG(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(BG)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(BG)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~BG();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(BG)
- afx_msg void OnUpdateCompileSyntaxCheck(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_BG_H__8B9D8C56_E4B2_4968_94B3_AF42AF93E26D__INCLUDED_)