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