FtpDownStatusDlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
源码类别:

网格计算

开发平台:

Visual C++

  1. // FtpDownStatusDlg.h : header file
  2. //
  3. #ifndef _FTPDOWNSTATUS_DLG_H
  4. #define _FTPDOWNSTATUS_DLG_H
  5. #include "resource.h"
  6. #include "resource.h"
  7. // CFtpDownStatusDlg dialog
  8. class CFtpDownStatusDlg : public CDialog
  9. {
  10. // Construction
  11. public:
  12. CFtpDownStatusDlg(CWnd* pParent = NULL);   // standard constructor
  13. void SetHintInfo(LPCSTR lpszHintInfo);
  14. BOOL Create(CWnd *pParent = NULL, HANDLE hEventKill = NULL);
  15. // Dialog Data
  16. //{{AFX_DATA(CFtpDownStatusDlg)
  17. enum { IDD = IDD_FTPDOWNSTATUS };
  18. CProgressCtrl m_oDownProgsCtrl;
  19. CString m_oFromToHint;
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CFtpDownStatusDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CFtpDownStatusDlg)
  31. afx_msg void OnCancelAction();
  32. afx_msg void OnDestroy();
  33. //}}AFX_MSG
  34. afx_msg void OnSetProgressPosition(WPARAM wp, LPARAM lp);
  35. DECLARE_MESSAGE_MAP()
  36. private:
  37. HANDLE m_hEventKill;
  38. };
  39. #endif //!_FTPDOWNSTATUS_DLG_H