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_DOWNLOADPROPERTIES_MISCPAGE_H__04ACEE9B_D798_466C_943F_AE1DB910DB9A__INCLUDED_) 00007 #define AFX_DOWNLOADPROPERTIES_MISCPAGE_H__04ACEE9B_D798_466C_943F_AE1DB910DB9A__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include "list.h" 00014 00015 class CDownloadProperties_MiscPage : public CPropertyPage 00016 { 00017 friend class CDownloadPropertiesSheet; 00018 00019 DECLARE_DYNCREATE(CDownloadProperties_MiscPage) 00020 00021 public: 00022 CDownloadProperties_MiscPage(); 00023 ~CDownloadProperties_MiscPage(); 00024 00025 //{{AFX_DATA(CDownloadProperties_MiscPage) 00026 enum { IDD = IDD_DOWNLOAD_MISC }; 00027 CComboBox m_wndSCR; 00028 CComboBox m_wndAER; 00029 //}}AFX_DATA 00030 00031 //{{AFX_VIRTUAL(CDownloadProperties_MiscPage) 00032 public: 00033 virtual BOOL OnApply(); 00034 protected: 00035 virtual void DoDataExchange(CDataExchange* pDX); 00036 //}}AFX_VIRTUAL 00037 00038 protected: 00039 BOOL m_bCreateExtModified; 00040 void PrepareCHMgr(CPoint point); 00041 void ApplyLanguage(); 00042 BOOL m_bMayRename; 00043 BOOL m_bExtModified; 00044 void UpdateEnabled(); 00045 DLDS_LIST *m_pvDlds; 00046 00047 //{{AFX_MSG(CDownloadProperties_MiscPage) 00048 virtual BOOL OnInitDialog(); 00049 afx_msg void OnSelchangeAer(); 00050 afx_msg void OnSelchangeScr(); 00051 afx_msg void OnReservespace(); 00052 afx_msg void OnUseext(); 00053 afx_msg void OnChangeExt(); 00054 afx_msg void OnDontrestartifnoresume(); 00055 afx_msg void OnFilenotfound(); 00056 afx_msg void OnAccdenied(); 00057 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00058 afx_msg void OnWhatisthis(); 00059 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00060 afx_msg void OnUsecreateext(); 00061 afx_msg void OnChangeCreateext(); 00062 afx_msg void OnUsehiddenflag(); 00063 afx_msg void OnAppendcomment(); 00064 afx_msg void OnLaunchwhendone(); 00065 afx_msg void OnRetrfiledate(); 00066 afx_msg void OnGenerateinfofile(); 00067 afx_msg void OnRenameatrestart(); 00068 //}}AFX_MSG 00069 DECLARE_MESSAGE_MAP() 00070 }; 00071 00072 //{{AFX_INSERT_LOCATION}//}} 00073 00074 #endif
1.5.6