mybar.h
上传用户:nbkytg
上传日期:2021-02-14
资源大小:126k
文件大小:1k
- #if !defined(AFX_MYBAR_H__076239B0_BC34_446B_A632_0D3EDE574BD9__INCLUDED_)
- #define AFX_MYBAR_H__076239B0_BC34_446B_A632_0D3EDE574BD9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // mybar.h : header file
- //
- #include "MyTree.h"
- /////////////////////////////////////////////////////////////////////////////
- // mybar window
- #include "sizecbar.h"
- #define ID_TREECTRL 2001
- class mybar : public CSizingControlBar
- {
- // Construction
- public:
- mybar();
- // Attributes
- public:
- MyTree m_TreeCtrl;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(mybar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void OnUpdateCmdUI(CFrameWnd *pTarget, BOOL bDisableIfNoHndler);
- virtual ~mybar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(mybar)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- 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_MYBAR_H__076239B0_BC34_446B_A632_0D3EDE574BD9__INCLUDED_)