00001
00002
00003
00004
00005
00006 #if !defined(AFX_APPSTATUSBAR_H__7600D4AD_0967_4536_AEBB_667CC84F3D9C__INCLUDED_)
00007 #define AFX_APPSTATUSBAR_H__7600D4AD_0967_4536_AEBB_667CC84F3D9C__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class CAppStatusBar : public CStatusBar
00014 {
00015
00016 public:
00017 CAppStatusBar();
00018
00019 public:
00020
00021 public:
00022
00023
00024
00025
00026
00027 public:
00028 void SetToolTipText (UINT nIDTip, LPCSTR pszText);
00029 virtual ~CAppStatusBar();
00030
00031
00032 protected:
00033 virtual BOOL PreTranslateMessage(MSG* pMsg);
00034 CToolTipCtrl m_ttip;
00035
00036 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00037 afx_msg void OnSize(UINT nType, int cx, int cy);
00038
00039
00040 DECLARE_MESSAGE_MAP()
00041 };
00042
00043
00044
00045 #endif