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_PRG_GENERALPAGE_H__9323C7FE_FE52_4A8A_8AA8_27E5A0E18A13__INCLUDED_) 00007 #define AFX_PRG_GENERALPAGE_H__9323C7FE_FE52_4A8A_8AA8_27E5A0E18A13__INCLUDED_ 00008 00009 #include "Prg_GeneralPage_FWDlg.h" 00010 #if _MSC_VER > 1000 00011 #pragma once 00012 #endif 00013 00014 class CPrg_GeneralPage : public CPropertyPage 00015 { 00016 DECLARE_DYNCREATE(CPrg_GeneralPage) 00017 00018 public: 00019 CPrg_GeneralPage(); 00020 ~CPrg_GeneralPage(); 00021 00022 //{{AFX_DATA(CPrg_GeneralPage) 00023 enum { IDD = IDD_PRG_GENERAL }; 00024 //}}AFX_DATA 00025 00026 //{{AFX_VIRTUAL(CPrg_GeneralPage) 00027 public: 00028 virtual BOOL OnApply(); 00029 virtual void OnCancel(); 00030 protected: 00031 virtual void DoDataExchange(CDataExchange* pDX); 00032 //}}AFX_VIRTUAL 00033 00034 protected: 00035 CPrg_GeneralPage_FWDlg m_dlgFW; 00036 void PrepareCHMgr(CPoint point); 00037 void ApplyLanguage(); 00038 BOOL m_bAutostartChanged; 00039 00040 //{{AFX_MSG(CPrg_GeneralPage) 00041 virtual BOOL OnInitDialog(); 00042 afx_msg void OnAutostart(); 00043 afx_msg void OnStartminimized(); 00044 afx_msg void OnMintotray(); 00045 afx_msg void OnCloseasminimize(); 00046 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00047 afx_msg void OnWhatisthis(); 00048 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00049 afx_msg void OnModifyieuseragent(); 00050 afx_msg void OnAdjustFw(); 00051 //}}AFX_MSG 00052 DECLARE_MESSAGE_MAP() 00053 }; 00054 00055 //{{AFX_INSERT_LOCATION}//}} 00056 00057 #endif
1.5.6