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_WPDS_WEBPAGESPAGE_H__69D8E35F_3EF3_46BB_B4DB_32AD4F4B944F__INCLUDED_) 00007 #define AFX_WPDS_WEBPAGESPAGE_H__69D8E35F_3EF3_46BB_B4DB_32AD4F4B944F__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CWPDS_WebPagesPage : public CPropertyPage 00014 { 00015 DECLARE_DYNCREATE(CWPDS_WebPagesPage) 00016 00017 public: 00018 bool m_bUsedAsSetDefaults; 00019 fsWPDSettings* m_wpds; 00020 CWPDS_WebPagesPage(); 00021 ~CWPDS_WebPagesPage(); 00022 00023 //{{AFX_DATA(CWPDS_WebPagesPage) 00024 enum { IDD = IDD_WPDS_WEBPAGES }; 00025 CSpinButtonCtrl m_wndDepthSpin; 00026 //}}AFX_DATA 00027 00028 //{{AFX_VIRTUAL(CWPDS_WebPagesPage) 00029 public: 00030 protected: 00031 virtual void DoDataExchange(CDataExchange* pDX); 00032 //}}AFX_VIRTUAL 00033 00034 protected: 00035 void PrepareCHMgr(CPoint point); 00036 void ApplyLanguage(); 00037 00038 //{{AFX_MSG(CWPDS_WebPagesPage) 00039 virtual BOOL OnInitDialog(); 00040 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00041 afx_msg void OnWhatisthis(); 00042 afx_msg void OnChangeHtmlexts(); 00043 afx_msg void OnDlstyles(); 00044 afx_msg void OnDlwpfromothersites(); 00045 afx_msg void OnChangeDepth(); 00046 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00047 afx_msg void OnUsehtm(); 00048 afx_msg void OnIgnorelist(); 00049 //}}AFX_MSG 00050 DECLARE_MESSAGE_MAP() 00051 }; 00052 00053 //{{AFX_INSERT_LOCATION}//}} 00054 00055 #endif
1.5.6