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_AERDLG_H__E965C146_EC84_4EC8_89ED_2736E7E67231__INCLUDED_) 00007 #define AFX_AERDLG_H__E965C146_EC84_4EC8_89ED_2736E7E67231__INCLUDED_ 00008 00009 #include "DownloadProperties.h" 00010 #if _MSC_VER > 1000 00011 #pragma once 00012 #endif 00013 00014 class CAERDlg : public CDialog 00015 { 00016 00017 public: 00018 BOOL m_bDontAskAgain; 00019 fsAlreadyExistReaction m_enAER; 00020 LPCSTR m_pszFile; 00021 void DisableStopAndResume(); 00022 CAERDlg(CWnd* pParent = NULL); 00023 00024 //{{AFX_DATA(CAERDlg) 00025 enum { IDD = IDD_AER }; 00026 00027 //}}AFX_DATA 00028 00029 00030 //{{AFX_VIRTUAL(CAERDlg) 00031 protected: 00032 virtual void DoDataExchange(CDataExchange* pDX); 00033 //}}AFX_VIRTUAL 00034 00035 protected: 00036 00037 void PrepareCHMgr(CPoint point); 00038 00039 void ApplyLanguage(); 00040 BOOL m_bDSR; 00041 00042 00043 //{{AFX_MSG(CAERDlg) 00044 afx_msg void OnRewrite(); 00045 afx_msg void OnRename(); 00046 afx_msg void OnStop(); 00047 afx_msg void OnResume(); 00048 virtual BOOL OnInitDialog(); 00049 afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 00050 afx_msg void OnWhatisthis(); 00051 afx_msg void OnClose(); 00052 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 00053 //}}AFX_MSG 00054 DECLARE_MESSAGE_MAP() 00055 }; 00056 00057 //{{AFX_INSERT_LOCATION}//}} 00058 00059 #endif
1.5.6