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_BTDLDSHEET_H__758A8CA6_C725_4BC9_A4FB_C945B13AF7DD__INCLUDED_) 00007 #define AFX_BTDLDSHEET_H__758A8CA6_C725_4BC9_A4FB_C945B13AF7DD__INCLUDED_ 00008 00009 #include "BtDld_General.h" 00010 #include "BtDld_Misc.h" 00011 #if _MSC_VER > 1000 00012 #pragma once 00013 #endif 00014 00015 #define BTDS_GENERAL_PAGE 1 00016 #define BTDS_MISC_PAGE (1 << 1) 00017 #define BTDS_ALL (0xffffffff) 00018 00019 class CBtDldSheet : public CPropertySheet 00020 { 00021 DECLARE_DYNAMIC(CBtDldSheet) 00022 00023 public: 00024 CBtDldSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00025 CBtDldSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 00026 00027 public: 00028 00029 public: 00030 00031 00032 //{{AFX_VIRTUAL(CBtDldSheet) 00033 //}}AFX_VIRTUAL 00034 00035 public: 00036 CBtDld_Misc m_misc; 00037 BOOL IsNeedUpdateTasks(); 00038 void Init (DLDS_LIST* pvDlds, DWORD dwPages = BTDS_ALL); 00039 CBtDld_General m_general; 00040 virtual ~CBtDldSheet(); 00041 00042 00043 protected: 00044 //{{AFX_MSG(CBtDldSheet) 00045 00046 //}}AFX_MSG 00047 DECLARE_MESSAGE_MAP() 00048 }; 00049 00050 //{{AFX_INSERT_LOCATION}//}} 00051 00052 #endif
1.5.6