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_DOWNLOADS_H__F244E7D7_0CEB_4876_8891_33D66656BC10__INCLUDED_) 00007 #define AFX_DOWNLOADS_DOWNLOADS_H__F244E7D7_0CEB_4876_8891_33D66656BC10__INCLUDED_ 00008 00009 #include "WndSplitter.h" 00010 #include "Downloads_Tasks.h" 00011 #include "Downloads_Info.h" 00012 #if _MSC_VER > 1000 00013 #pragma once 00014 #endif 00015 00016 class CDownloads_Downloads : public CWnd 00017 { 00018 friend class CDownloadsWnd; 00019 friend class CDownloads_Groups; 00020 friend class CDownloaderProperties_ListPage; 00021 friend class CDlgExportDownloads; 00022 friend class CMainFrame; 00023 00024 public: 00025 CDownloads_Downloads(); 00026 00027 public: 00028 00029 public: 00030 //{{AFX_VIRTUAL(CDownloads_Downloads) 00031 protected: 00032 virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult); 00033 //}}AFX_VIRTUAL 00034 00035 public: 00036 CDownloads_Info m_info; 00037 void ApplyLanguage(); 00038 00039 void SaveState(); 00040 00041 BOOL m_bShowDLInfo; 00042 void ShowDLInfo (BOOL bShow); 00043 BOOL Create (CWnd *pParent); 00044 virtual ~CDownloads_Downloads(); 00045 00046 protected: 00047 CDownloads_Tasks m_tasks; 00048 CWndSplitter m_splitter; 00049 //{{AFX_MSG(CDownloads_Downloads) 00050 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 00051 afx_msg void OnSize(UINT nType, int cx, int cy); 00052 afx_msg void OnSetFocus(CWnd* pOldWnd); 00053 afx_msg BOOL OnEraseBkgnd(CDC* pDC); 00054 //}}AFX_MSG 00055 DECLARE_MESSAGE_MAP() 00056 }; 00057 00058 //{{AFX_INSERT_LOCATION}//}} 00059 00060 #endif
1.5.6