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_INTEGRITYPAGE_H__799048F0_3743_4224_9662_DED14E03883E__INCLUDED_) 00007 #define AFX_DOWNLOADPROPERTIES_INTEGRITYPAGE_H__799048F0_3743_4224_9662_DED14E03883E__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CDownloadProperties_IntegrityPage : public CPropertyPage 00014 { 00015 friend class CDownloadPropertiesSheet; 00016 00017 DECLARE_DYNCREATE(CDownloadProperties_IntegrityPage) 00018 00019 public: 00020 CDownloadProperties_IntegrityPage(); 00021 ~CDownloadProperties_IntegrityPage(); 00022 00023 //{{AFX_DATA(CDownloadProperties_IntegrityPage) 00024 enum { IDD = IDD_DOWNLOAD_INTEGRITY }; 00025 CComboBox m_wndAlgorithm; 00026 CComboBox m_wndICFR; 00027 //}}AFX_DATA 00028 00029 //{{AFX_VIRTUAL(CDownloadProperties_IntegrityPage) 00030 public: 00031 virtual BOOL OnApply(); 00032 protected: 00033 virtual void DoDataExchange(CDataExchange* pDX); 00034 //}}AFX_VIRTUAL 00035 00036 protected: 00037 00038 void MakeChecksumValid (CString &str); 00039 void PrepareCHMgr(CPoint point); 00040 void UpdateEnabled(); 00041 void ApplyLanguage(); 00042 DLDS_LIST *m_pvDlds; 00043 00044 //{{AFX_MSG(CDownloadProperties_IntegrityPage) 00045 virtual BOOL OnInitDialog(); 00046 afx_msg void OnPerformcheckwhendone(); 00047 afx_msg void OnSelchangeAlgorithm(); 00048 afx_msg void OnSelchangeIcfr(); 00049 afx_msg void OnChangeChecksum(); 00050 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00051 afx_msg void OnWhatisthis(); 00052 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00053 //}}AFX_MSG 00054 DECLARE_MESSAGE_MAP() 00055 }; 00056 00057 //{{AFX_INSERT_LOCATION}//}} 00058 00059 #endif
1.5.6