ComboToolBar.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_COMBOTOOLBAR_H__9B98DC98_6738_433E_BFD2_2C9D8FFF2C18__INCLUDED_)
- #define AFX_COMBOTOOLBAR_H__9B98DC98_6738_433E_BFD2_2C9D8FFF2C18__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ComboToolBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CComboToolBar window
- class CComboToolBar : public CToolBar
- {
- // Construction
- public:
- CComboToolBar();
- // Attributes
- public:
- CComboBox m_combobox;
- CAnimateCtrl avi;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CComboToolBar)
- //}}AFX_VIRTUAL
- afx_msg void OnSelchangeCombo();
- // Implementation
- public:
- virtual ~CComboToolBar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CComboToolBar)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COMBOTOOLBAR_H__9B98DC98_6738_433E_BFD2_2C9D8FFF2C18__INCLUDED_)