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_PRGSHEET_H__C609A037_E045_4703_AC68_83AA6C8C46CB__INCLUDED_) 00007 #define AFX_PRGSHEET_H__C609A037_E045_4703_AC68_83AA6C8C46CB__INCLUDED_ 00008 00009 #include "Prg_GeneralPage.h" 00010 #include "Prg_UpdatePage.h" 00011 #include "Prg_HistoryPage.h" 00012 #include "Prg_SkinsPage.h" 00013 #include "Prg_MiscPage.h" 00014 #include "Prg_Data.h" 00015 #if _MSC_VER > 1000 00016 #pragma once 00017 #endif 00018 00019 class CPrgSheet : public CPropertySheet 00020 { 00021 DECLARE_DYNAMIC(CPrgSheet) 00022 00023 public: 00024 CPrgSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00025 CPrgSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00026 00027 public: 00028 00029 public: 00030 //{{AFX_VIRTUAL(CPrgSheet) 00031 //}}AFX_VIRTUAL 00032 00033 public: 00034 void Init(); 00035 virtual ~CPrgSheet(); 00036 00037 protected: 00038 CPrg_Data m_data; 00039 CPrg_MiscPage m_misc; 00040 CPrg_SkinsPage m_skins; 00041 CPrg_HistoryPage m_history; 00042 CPrg_UpdatePage m_update; 00043 CPrg_GeneralPage m_general; 00044 //{{AFX_MSG(CPrgSheet) 00045 virtual BOOL OnInitDialog(); 00046 //}}AFX_MSG 00047 DECLARE_MESSAGE_MAP() 00048 }; 00049 00050 //{{AFX_INSERT_LOCATION}//}} 00051 00052 #endif
1.5.6