FtpDownStatusDlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // FtpDownStatusDlg.h : header file
- //
- #ifndef _FTPDOWNSTATUS_DLG_H
- #define _FTPDOWNSTATUS_DLG_H
- #include "resource.h"
- #include "resource.h"
- // CFtpDownStatusDlg dialog
- class CFtpDownStatusDlg : public CDialog
- {
- // Construction
- public:
- CFtpDownStatusDlg(CWnd* pParent = NULL); // standard constructor
- void SetHintInfo(LPCSTR lpszHintInfo);
- BOOL Create(CWnd *pParent = NULL, HANDLE hEventKill = NULL);
- // Dialog Data
- //{{AFX_DATA(CFtpDownStatusDlg)
- enum { IDD = IDD_FTPDOWNSTATUS };
- CProgressCtrl m_oDownProgsCtrl;
- CString m_oFromToHint;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFtpDownStatusDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CFtpDownStatusDlg)
- afx_msg void OnCancelAction();
- afx_msg void OnDestroy();
- //}}AFX_MSG
-
- afx_msg void OnSetProgressPosition(WPARAM wp, LPARAM lp);
- DECLARE_MESSAGE_MAP()
- private:
- HANDLE m_hEventKill;
- };
- #endif //!_FTPDOWNSTATUS_DLG_H