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_DOWNLOADERPROPERTIESSHEET_H__C070C853_0F47_4043_AC87_07BBD37417FD__INCLUDED_) 00007 #define AFX_DOWNLOADERPROPERTIESSHEET_H__C070C853_0F47_4043_AC87_07BBD37417FD__INCLUDED_ 00008 00009 #include "DownloaderProperties_ListPage.h" 00010 #include "DownloaderProperties_NetworkPage.h" 00011 #if _MSC_VER > 1000 00012 #pragma once 00013 #endif 00014 00015 #include "fsDownloadsMgr.h" 00016 #include "DownloaderProperties_MonitorPage.h" 00017 #include "DownloaderProperties_NotificationsPage.h" 00018 #include "DownloaderProperties_MirrorsPage.h" 00019 #include "DownloaderProperties_NewDownloadPage.h" 00020 #include "DownloaderProperties_CommunityPage.h" 00021 #include "DownloaderProperties_BtPage.h" 00022 00023 class CDownloaderPropertiesSheet : public CPropertySheet 00024 { 00025 DECLARE_DYNAMIC(CDownloaderPropertiesSheet) 00026 00027 public: 00028 CDownloaderPropertiesSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00029 CDownloaderPropertiesSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00030 00031 public: 00032 00033 public: 00034 //{{AFX_VIRTUAL(CDownloaderPropertiesSheet) 00035 //}}AFX_VIRTUAL 00036 00037 public: 00038 void Init (); 00039 virtual ~CDownloaderPropertiesSheet(); 00040 00041 protected: 00042 CDownloaderProperties_BtPage m_bt; 00043 CDownloaderProperties_CommunityPage m_community; 00044 CDownloaderProperties_NewDownloadPage m_newdld; 00045 CDownloaderProperties_MirrorsPage m_mirrors; 00046 CDownloaderProperties_NotificationsPage m_notifications; 00047 CDownloaderProperties_MonitorPage m_monitor; 00048 CDownloaderProperties_NetworkPage m_network; 00049 CDownloaderProperties_ListPage m_list; 00050 //{{AFX_MSG(CDownloaderPropertiesSheet) 00051 virtual BOOL OnInitDialog(); 00052 //}}AFX_MSG 00053 DECLARE_MESSAGE_MAP() 00054 }; 00055 00056 //{{AFX_INSERT_LOCATION}//}} 00057 00058 #endif
1.5.6