LeftBar.h
资源名称:DrawSys.zip [点击查看]
上传用户:mosfetic
上传日期:2022-06-16
资源大小:4612k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- #if !defined(AFX_LEFTBAR_H__0833B1C6_5AC6_4491_AD90_E5B36A406639__INCLUDED_)
- #define AFX_LEFTBAR_H__0833B1C6_5AC6_4491_AD90_E5B36A406639__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // LeftBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CLeftBar window
- class CLeftBar : public CDialogBar
- {
- // Construction
- public:
- CLeftBar();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLeftBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CLeftBar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CLeftBar)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LEFTBAR_H__0833B1C6_5AC6_4491_AD90_E5B36A406639__INCLUDED_)