NetDownMTRDlg.h
上传用户:oadesign
上传日期:2013-12-25
资源大小:265k
文件大小:3k
源码类别:

进程与线程

开发平台:

Visual C++

  1. // NetDownMTRDlg.h : header file
  2. //
  3. #if !defined(AFX_NETDOWNMTRDLG_H__52CD53DD_9B13_431B_BB58_EFF3ABD26D0D__INCLUDED_)
  4. #define AFX_NETDOWNMTRDLG_H__52CD53DD_9B13_431B_BB58_EFF3ABD26D0D__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "DownloadMTR.h"
  9. #include "GradientProgressCtrl.h"
  10. #include "OleListDropTarget.h"
  11. #include "resource.h"
  12. #define WM_DOWNLOAD_NOTIFY (WM_USER+0x100)
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CNetDownMTRDlg dialog
  15. class CNetDownMTRDlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19. void AddURL ( LPCTSTR lpszURL );
  20. BOOL Add_DownloadNotifyPara ( t_DownloadNotifyPara *pDownloadNotifyPara );
  21. t_Ary_DownloadNotifyPara m_Ary_DownloadNotifyPara;
  22. CCriticalSection m_CSFor_Ary_DownloadNotifyPara;
  23. COleListDropTarget m_OleTarget;
  24. void DeleteInstance_DownloadMTR();
  25. void GetCtrlValue();
  26. CNetDownMTRDlg(CWnd* pParent = NULL); // standard constructor
  27. // Dialog Data
  28. //{{AFX_DATA(CNetDownMTRDlg)
  29. enum { IDD = IDD_NETDOWNMTR_DIALOG };
  30. CGradientProgressCtrl m_progress;
  31. //}}AFX_DATA
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CNetDownMTRDlg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. HICON m_hIcon;
  40. // Generated message map functions
  41. //{{AFX_MSG(CNetDownMTRDlg)
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnSysCommand(UINT nID,LPARAM lParam);
  44. afx_msg void OnPaint();
  45. afx_msg HCURSOR OnQueryDragIcon();
  46. virtual void OnOK();
  47. afx_msg void OnBUTTONBrowse();
  48. afx_msg void OnDestroy();
  49. afx_msg void OnChangeEDITRemoteFileURL();
  50. afx_msg void OnBUTTONStop();
  51. afx_msg void OnBUTTONAbout();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. private:
  55. void ReadSettingInfoAndSetCtrlValue ( UINT nCtrlID, LPCTSTR lpszDefaultValue );
  56. void SetCtrlValue ();
  57. CString GetCtrlValueAndSaveSettingInfo(UINT nCtrlID);
  58. private:
  59. void EnableSomeWindow();
  60. BOOL m_bDownloadIsStart;
  61. void Callback_DownloadNotify ( t_DownloadNotifyPara *pDownloadNotifyPara );
  62. void Get_Ary_DownloadNotifyPara ( t_Ary_DownloadNotifyPara &Ary_DownloadNotifyPara );
  63. LRESULT OnWM_DOWNLOAD_NOTIFY ( WPARAM wParam, LPARAM lParam );
  64. CDownloadMTR* CreateInstance_DownloadMTR ();
  65. void OutStatusString ( int nIndex, LPCTSTR lpszText );
  66. CDownloadMTR *m_pDownloadMTR;
  67. };
  68. //{{AFX_INSERT_LOCATION}}
  69. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  70. #endif // !defined(AFX_NETDOWNMTRDLG_H__52CD53DD_9B13_431B_BB58_EFF3ABD26D0D__INCLUDED_)