Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
677 B

  1. // EvtStatusBr.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CEvtStatusBar window
  5. class CEvtStatusBar : public CStatusBar
  6. {
  7. // Construction
  8. public:
  9. CEvtStatusBar();
  10. // Attributes
  11. public:
  12. // Operations
  13. public:
  14. // Overrides
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CEvtStatusBar)
  17. //}}AFX_VIRTUAL
  18. // Implementation
  19. public:
  20. virtual ~CEvtStatusBar();
  21. // Generated message map functions
  22. protected:
  23. //{{AFX_MSG(CEvtStatusBar)
  24. afx_msg void OnUpdateTime(CCmdUI* pCmdUI);
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////