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