OverwriteStatus.h
上传用户:hngjqc
上传日期:2007-01-02
资源大小:25k
文件大小:1k
- #if !defined(AFX_OverwriteStatus_H__6BF208C3_242E_11D1_9DDF_006097773BF2__INCLUDED_)
- #define AFX_OverwriteStatus_H__6BF208C3_242E_11D1_9DDF_006097773BF2__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // OverwriteStatus.h : header file
- //
- // COverwriteStatus window
- class COverwriteStatus : public CStatusBar
- {
- // Construction
- public:
- COverwriteStatus();
- // Attributes
- private:
- CImageList m_ctlImage;
- int m_nImageFlag;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(COverwriteStatus)
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~COverwriteStatus();
- int GetPaneAtPosition(CPoint& point);
- void SetStatusBarFlag(int nFlag);
- void ChangeNumLock();
- void ChangeCapsLock();
- void ChangeInsert();
- // Generated message map functions
- protected:
- //{{AFX_MSG(COverwriteStatus)
- afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
- virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OverwriteStatus_H__6BF208C3_242E_11D1_9DDF_006097773BF2__INCLUDED_)