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_NOTIFICATIONSPAGE_H__E9EA3649_0C17_43B7_BA1F_6724AF46A755__INCLUDED_) 00007 #define AFX_DOWNLOADERPROPERTIES_NOTIFICATIONSPAGE_H__E9EA3649_0C17_43B7_BA1F_6724AF46A755__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CDownloaderProperties_NotificationsPage : public CPropertyPage 00014 { 00015 DECLARE_DYNCREATE(CDownloaderProperties_NotificationsPage) 00016 00017 public: 00018 CDownloaderProperties_NotificationsPage(); 00019 ~CDownloaderProperties_NotificationsPage(); 00020 00021 //{{AFX_DATA(CDownloaderProperties_NotificationsPage) 00022 enum { IDD = IDD_DLDR_NOTIFICATIONS }; 00023 CSpinButtonCtrl m_wndTSpin; 00024 //}}AFX_DATA 00025 00026 //{{AFX_VIRTUAL(CDownloaderProperties_NotificationsPage) 00027 public: 00028 virtual BOOL OnApply(); 00029 protected: 00030 virtual void DoDataExchange(CDataExchange* pDX); 00031 //}}AFX_VIRTUAL 00032 00033 protected: 00034 void UpdateEnabled(); 00035 void PrepareCHMgr(CPoint point); 00036 void ApplyLanguage(); 00037 00038 //{{AFX_MSG(CDownloaderProperties_NotificationsPage) 00039 virtual BOOL OnInitDialog(); 00040 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00041 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00042 afx_msg void OnWhatisthis(); 00043 afx_msg void OnChangeTimeout(); 00044 afx_msg void OnUseballoon(); 00045 afx_msg void OnUsesounds(); 00046 afx_msg void OnCustomize(); 00047 afx_msg void OnDisableforbatchdlds(); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}//}} 00053 00054 #endif
1.5.6