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_WPDS_SHEET_H__07670506_2279_4595_9CBE_D0FB2268A4D0__INCLUDED_) 00007 #define AFX_WPDS_SHEET_H__07670506_2279_4595_9CBE_D0FB2268A4D0__INCLUDED_ 00008 00009 #include "WPDS_GeneralPage.h" 00010 #include "WPDS_WebPagesPage.h" 00011 #include "WPDS_FilesPage.h" 00012 #include "WPDS_ImagesPages.h" 00013 #if _MSC_VER > 1000 00014 #pragma once 00015 #endif 00016 00017 class CWPDS_Sheet : public CPropertySheet 00018 { 00019 DECLARE_DYNAMIC(CWPDS_Sheet) 00020 00021 public: 00022 CWPDS_Sheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00023 CWPDS_Sheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00024 00025 public: 00026 00027 public: 00028 00029 //{{AFX_VIRTUAL(CWPDS_Sheet) 00030 //}}AFX_VIRTUAL 00031 00032 public: 00033 00034 void Init (fsWPDSettings *wpds, BOOL bGeneralPage = FALSE, fsWebPageDownloader* wpd = NULL, bool bUsedAsSetDefaults = false); 00035 00036 CWPDS_ImagesPages m_images; 00037 CWPDS_FilesPage m_files; 00038 CWPDS_WebPagesPage m_webpages; 00039 CWPDS_GeneralPage m_general; 00040 00041 virtual ~CWPDS_Sheet(); 00042 00043 protected: 00044 //{{AFX_MSG(CWPDS_Sheet) 00045 virtual BOOL OnInitDialog(); 00046 //}}AFX_MSG 00047 DECLARE_MESSAGE_MAP() 00048 }; 00049 00050 //{{AFX_INSERT_LOCATION}//}} 00051 00052 #endif
1.5.6