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_DOWNLOADERPROPERTIES_LISTPAGE_H__95A06FC6_024D_4DBA_9F0A_29774E53FBEF__INCLUDED_) 00007 #define AFX_DOWNLOADERPROPERTIES_LISTPAGE_H__95A06FC6_024D_4DBA_9F0A_29774E53FBEF__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include "fsDownloadsMgr.h" 00014 00015 class CDownloaderProperties_ListPage : public CPropertyPage 00016 { 00017 DECLARE_DYNCREATE(CDownloaderProperties_ListPage) 00018 00019 public: 00020 CDownloaderProperties_ListPage(); 00021 ~CDownloaderProperties_ListPage(); 00022 00023 //{{AFX_DATA(CDownloaderProperties_ListPage) 00024 enum { IDD = IDD_DLDR_LIST }; 00025 CComboBox m_wndVirName; 00026 CComboBox m_wndWhenDel; 00027 //}}AFX_DATA 00028 00029 //{{AFX_VIRTUAL(CDownloaderProperties_ListPage) 00030 public: 00031 virtual BOOL OnApply(); 00032 protected: 00033 virtual void DoDataExchange(CDataExchange* pDX); 00034 //}}AFX_VIRTUAL 00035 00036 protected: 00037 00038 BOOL DlgToVir(); 00039 00040 void AvirToDlg(); 00041 void UpdateEnabled(); 00042 void PrepareCHMgr(CPoint point); 00043 void ApplyLanguage(); 00044 00045 //{{AFX_MSG(CDownloaderProperties_ListPage) 00046 virtual BOOL OnInitDialog(); 00047 afx_msg void OnSelchangeWhendel(); 00048 afx_msg void OnAutodel(); 00049 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00050 afx_msg void OnWhatisthis(); 00051 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00052 afx_msg void OnDetailedlog(); 00053 afx_msg void OnSizeinbytes(); 00054 afx_msg void OnVircheck(); 00055 afx_msg void OnSelchangeVirname(); 00056 afx_msg void OnEditchangeVirname(); 00057 afx_msg void OnChangeArgs(); 00058 afx_msg void OnChangeVirexts(); 00059 afx_msg void OnChoosevir(); 00060 afx_msg void OnShowdlddlg(); 00061 afx_msg void OnDontsavelogs(); 00062 afx_msg void OnUsewc(); 00063 afx_msg void OnChangeWcSize(); 00064 //}}AFX_MSG 00065 DECLARE_MESSAGE_MAP() 00066 00067 }; 00068 00069 //{{AFX_INSERT_LOCATION}//}} 00070 00071 #endif
1.5.6