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_DLGDOWNLOADSHISTORY_H__51A1E39F_E731_481C_B54B_B4F7786443BD__INCLUDED_) 00007 #define AFX_DLGDOWNLOADSHISTORY_H__51A1E39F_E731_481C_B54B_B4F7786443BD__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CDlgDownloadsHistory : public CDialog 00014 { 00015 00016 public: 00017 CDlgDownloadsHistory(CWnd* pParent = NULL); 00018 00019 //{{AFX_DATA(CDlgDownloadsHistory) 00020 enum { IDD = IDD_DOWNLOADSHISTORY_SETTINGS }; 00021 CSpinButtonCtrl m_wndSpin; 00022 //}}AFX_DATA 00023 00024 //{{AFX_VIRTUAL(CDlgDownloadsHistory) 00025 protected: 00026 virtual void DoDataExchange(CDataExchange* pDX); 00027 //}}AFX_VIRTUAL 00028 00029 protected: 00030 void PrepareCHMgr(CPoint point); 00031 void ApplyLanguage(); 00032 void UpdateEnabled(); 00033 00034 //{{AFX_MSG(CDlgDownloadsHistory) 00035 virtual BOOL OnInitDialog(); 00036 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00037 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00038 afx_msg void OnWhatisthis(); 00039 afx_msg void OnUse(); 00040 afx_msg void OnDelrecthatexists(); 00041 afx_msg void OnClearhistory(); 00042 virtual void OnOK(); 00043 //}}AFX_MSG 00044 DECLARE_MESSAGE_MAP() 00045 }; 00046 00047 //{{AFX_INSERT_LOCATION}//}} 00048 00049 #endif
1.5.6