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_SCHEDULE_ADVANCEDPAGE_H__2385770E_F598_49A9_9002_6B1F93C9FC62__INCLUDED_) 00007 #define AFX_SCHEDULE_ADVANCEDPAGE_H__2385770E_F598_49A9_9002_6B1F93C9FC62__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include "fsScheduleMgr.h" 00014 00015 class CSchedule_AdvancedPage : public CPropertyPage 00016 { 00017 DECLARE_DYNCREATE(CSchedule_AdvancedPage) 00018 00019 public: 00020 fsSchedule* m_task; 00021 CSchedule_AdvancedPage(); 00022 ~CSchedule_AdvancedPage(); 00023 00024 //{{AFX_DATA(CSchedule_AdvancedPage) 00025 enum { IDD = IDD_SCHEDULE_ADVANCED }; 00026 //}}AFX_DATA 00027 00028 //{{AFX_VIRTUAL(CSchedule_AdvancedPage) 00029 public: 00030 virtual BOOL OnApply(); 00031 protected: 00032 virtual void DoDataExchange(CDataExchange* pDX); 00033 //}}AFX_VIRTUAL 00034 00035 protected: 00036 void PrepareCHMgr(CPoint point); 00037 void ApplyLanguage(); 00038 void UpdateEnabled(); 00039 00040 //{{AFX_MSG(CSchedule_AdvancedPage) 00041 virtual BOOL OnInitDialog(); 00042 afx_msg void OnUseconfirmation(); 00043 afx_msg void OnUsewait(); 00044 afx_msg void OnChangeDuring(); 00045 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00046 afx_msg void OnWhatisthis(); 00047 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00048 afx_msg void OnDisable(); 00049 afx_msg void OnDelete(); 00050 //}}AFX_MSG 00051 DECLARE_MESSAGE_MAP() 00052 }; 00053 00054 //{{AFX_INSERT_LOCATION}//}} 00055 00056 #endif
1.5.6