www.pudn.com > Jianasyhttpclient.rar > ToolBar2.h
#if !defined(AFX_TOOLBAR2_H__CA19A0EA_A416_11D4_A1B1_D0ECD4FDED19__INCLUDED_)
#define AFX_TOOLBAR2_H__CA19A0EA_A416_11D4_A1B1_D0ECD4FDED19__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ToolBar2.h : header file
//
#include "MyCombo.h"
/////////////////////////////////////////////////////////////////////////////
// CToolBar2 window
class CToolBar2 : public CToolBar
{
// Construction
public:
CToolBar2();
// Attributes
public:
CMyCombo m_Combo;
CStatic m_stext;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CToolBar2)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CToolBar2();
// Generated message map functions
protected:
//{{AFX_MSG(CToolBar2)
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOOLBAR2_H__CA19A0EA_A416_11D4_A1B1_D0ECD4FDED19__INCLUDED_)