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