toolbar2View.h
资源名称:toolbar2.rar [点击查看]
上传用户:polygal
上传日期:2021-02-10
资源大小:1938k
文件大小:2k
源码类别:
工具条
开发平台:
Visual C++
- // toolbar2View.h : interface of the CToolbar2View class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_TOOLBAR2VIEW_H__1110B2E9_E63C_4770_8BB6_74754395D5B6__INCLUDED_)
- #define AFX_TOOLBAR2VIEW_H__1110B2E9_E63C_4770_8BB6_74754395D5B6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CToolbar2View : public CView
- {
- protected: // create from serialization only
- CToolbar2View();
- DECLARE_DYNCREATE(CToolbar2View)
- // Attributes
- public:
- CToolbar2Doc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CToolbar2View)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CToolbar2View();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CToolbar2View)
- afx_msg void OnMsg1();
- afx_msg void OnMsg2();
- afx_msg void OnMsg3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in toolbar2View.cpp
- inline CToolbar2Doc* CToolbar2View::GetDocument()
- { return (CToolbar2Doc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TOOLBAR2VIEW_H__1110B2E9_E63C_4770_8BB6_74754395D5B6__INCLUDED_)