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_MONITORPAGE_H__F249E6AE_5787_4BDD_B6B4_81109CC031B8__INCLUDED_) 00007 #define AFX_DOWNLOADERPROPERTIES_MONITORPAGE_H__F249E6AE_5787_4BDD_B6B4_81109CC031B8__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CDownloaderProperties_MonitorPage : public CPropertyPage 00014 { 00015 DECLARE_DYNCREATE(CDownloaderProperties_MonitorPage) 00016 00017 public: 00018 CDownloaderProperties_MonitorPage(); 00019 ~CDownloaderProperties_MonitorPage(); 00020 00021 //{{AFX_DATA(CDownloaderProperties_MonitorPage) 00022 enum { IDD = IDD_DLDR_MONITOR }; 00023 //}}AFX_DATA 00024 00025 //{{AFX_VIRTUAL(CDownloaderProperties_MonitorPage) 00026 public: 00027 virtual BOOL OnApply(); 00028 protected: 00029 virtual void DoDataExchange(CDataExchange* pDX); 00030 //}}AFX_VIRTUAL 00031 00032 protected: 00033 00034 BOOL m_bIEMenuWas; 00035 void UpdateEnabled(); 00036 void PrepareCHMgr(CPoint point); 00037 void ApplyLanguage(); 00038 00039 //{{AFX_MSG(CDownloaderProperties_MonitorPage) 00040 virtual BOOL OnInitDialog(); 00041 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00042 afx_msg void OnWhatisthis(); 00043 afx_msg void OnClipboard(); 00044 afx_msg void OnAltpressed(); 00045 afx_msg void OnAddtoiemenu(); 00046 afx_msg void OnOpera(); 00047 afx_msg void OnNetscape(); 00048 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00049 afx_msg void OnIe2(); 00050 afx_msg void OnAllowietodl(); 00051 afx_msg void OnFirefox(); 00052 afx_msg void OnSilent(); 00053 afx_msg void OnCustomize(); 00054 afx_msg void OnDontmonsmall(); 00055 afx_msg void OnChangeSmallsize(); 00056 afx_msg void OnMozilla(); 00057 afx_msg void OnSkiplist(); 00058 //}}AFX_MSG 00059 DECLARE_MESSAGE_MAP() 00060 00061 }; 00062 00063 //{{AFX_INSERT_LOCATION}//}} 00064 00065 #endif
1.5.6