clockstatusbar.h

来自「ColorEdit源程序代码」· C头文件 代码 · 共 28 行

H
28
字号

#ifndef _CLOCKSTATUSBAR_H_
#define _CLOCKSTATUSBAR_H_

//CClockStatusBar.h:
//==============
class CClockStatusBar : public CStatusBar {
     DECLARE_DYNCREATE(CClockStatusBar)
public:
     CClockStatusBar();
     ~CClockStatusBar();
private:
     CString m_strClockFormat;
public:
     void SetClockFormat(LPCTSTR strClockFormat);
     // Overrides
     // ClassWizard generated virtual function overrides
     //{{AFX_VIRTUAL(CClockStatusBar)
     //}}AFX_VIRTUAL
     // Generated message map functions
     //{{AFX_MSG(CClockStatusBar)
     afx_msg void OnDestroy();
     afx_msg void OnUpdateIndicatorTime(CCmdUI* pCmdUI);
     afx_msg int OnCreate( LPCREATESTRUCT lpCreateStruct );
     //}}AFX_MSG
     DECLARE_MESSAGE_MAP()
};
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?