www.pudn.com > MapDB.rar > StatusClkBar.h


#if !defined(AFX_STATUSCLKBAR_H__18A5D907_3E6A_4C78_84E5_3C0CC41F0E74__INCLUDED_) 
#define AFX_STATUSCLKBAR_H__18A5D907_3E6A_4C78_84E5_3C0CC41F0E74__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// StatusClkBar.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CStatusClkBar window 
 
class CStatusClkBar : public CStatusBar 
{ 
// Construction 
public: 
	CStatusClkBar(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CStatusClkBar) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CStatusClkBar(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CStatusClkBar) 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_STATUSCLKBAR_H__18A5D907_3E6A_4C78_84E5_3C0CC41F0E74__INCLUDED_)