www.pudn.com > PressMonitor_q.zip > MainToolBar.h


#if !defined(AFX_MAINTOOLBAR_H__72C59B20_2599_11CE_999B_000021004832__INCLUDED_) 
#define AFX_MAINTOOLBAR_H__72C59B20_2599_11CE_999B_000021004832__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MainToolBar.h : header file 
// 
#include "EDClock.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CMainToolBar window 
 
class CMainToolBar : public CToolBar 
{ 
// Construction 
public: 
	CMainToolBar(); 
 
// Attributes 
public: 
	CXJWDigitClock	m_wndClock; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMainToolBar) 
	BOOL virtual LoadToolBar(UINT nIDResource); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMainToolBar(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CMainToolBar) 
		// 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_MAINTOOLBAR_H__72C59B20_2599_11CE_999B_000021004832__INCLUDED_)