00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_DOWNLOADS_BITTORRENT_FILES_H__2815A0B6_6537_42CE_84E1_6E60764728E0__INCLUDED_) 00007 #define AFX_DOWNLOADS_BITTORRENT_FILES_H__2815A0B6_6537_42CE_84E1_6E60764728E0__INCLUDED_ 00008 00009 #include "fsDownload.h" 00010 #if _MSC_VER > 1000 00011 #pragma once 00012 #endif 00013 00014 class CDownloads_Bittorrent_Files : public CListCtrl 00015 { 00016 00017 public: 00018 CDownloads_Bittorrent_Files(); 00019 00020 public: 00021 00022 public: 00023 00024 //{{AFX_VIRTUAL(CDownloads_Bittorrent_Files) 00025 //}}AFX_VIRTUAL 00026 00027 public: 00028 void UpdateProgress(); 00029 void set_ActiveDownload(vmsDownloadSmartPtr dld); 00030 void ApplyLanguage(); 00031 BOOL Create(CWnd *pwndParent); 00032 virtual ~CDownloads_Bittorrent_Files(); 00033 00034 protected: 00035 int m_nFileNameOffset; 00036 vmsDownloadSmartPtr m_dld; 00037 //{{AFX_MSG(CDownloads_Bittorrent_Files) 00038 afx_msg void OnGetdispinfo(NMHDR* pNMHDR, LRESULT* pResult); 00039 //}}AFX_MSG 00040 00041 DECLARE_MESSAGE_MAP() 00042 }; 00043 00044 //{{AFX_INSERT_LOCATION}//}} 00045 00046 #endif
1.5.6