ImageStatusBar.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_IMAGESTATUSBAR_H__8D02D8BD_C3BE_4921_B9DE_ABEC301A318D__INCLUDED_)
- #define AFX_IMAGESTATUSBAR_H__8D02D8BD_C3BE_4921_B9DE_ABEC301A318D__INCLUDED_
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ImageStatusBar.h : header file
- //
- #define OFFSET 200
- #define PROGRESS_LENGTH 200
- /***********************************************************
- ** @Description:
- ** this status bar can display a progress in it .
- ** @Note:
- **
- ** @Return:
- ** @Author: JHM
- ** e-mail: tablejiang@21cn.com
- ** Date: 2001 3 26
- ***********************************************************/
- /////////////////////////////////////////////////////////////////////////////
- // CImageStatusBar window
- class CImageStatusBar : public CStatusBar
- {
- // Construction
- public:
- CImageStatusBar();
- virtual ~CImageStatusBar();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CImageStatusBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- BOOL SetSpeed( int iSpeed );
- BOOL SetProgressRange( int iStart, int iEnd );
- BOOL SetPos( int iPos );
- void SetDisplayString( LPCTSTR szString );
- BOOL SetControlPos( int iLength );
- // Generated message map functions
- protected:
- //{{AFX_MSG(CImageStatusBar)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- CProgressCtrl m_ProCtrl ;
- CStatic m_DisCtrl ;
- CStatic m_Speed ;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_IMAGESTATUSBAR_H__8D02D8BD_C3BE_4921_B9DE_ABEC301A318D__INCLUDED_)