#include <DownloadProperties_MiscPage.h>
Public Types | |
| enum | { IDD = IDD_DOWNLOAD_MISC } |
Public Member Functions | |
| CDownloadProperties_MiscPage () | |
| ~CDownloadProperties_MiscPage () | |
| virtual BOOL | OnApply () |
Public Attributes | |
| CComboBox | m_wndSCR |
| CComboBox | m_wndAER |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| void | UpdateEnabled () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnSelchangeAer () |
| afx_msg void | OnSelchangeScr () |
| afx_msg void | OnReservespace () |
| afx_msg void | OnUseext () |
| afx_msg void | OnChangeExt () |
| afx_msg void | OnDontrestartifnoresume () |
| afx_msg void | OnFilenotfound () |
| afx_msg void | OnAccdenied () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnUsecreateext () |
| afx_msg void | OnChangeCreateext () |
| afx_msg void | OnUsehiddenflag () |
| afx_msg void | OnAppendcomment () |
| afx_msg void | OnLaunchwhendone () |
| afx_msg void | OnRetrfiledate () |
| afx_msg void | OnGenerateinfofile () |
| afx_msg void | OnRenameatrestart () |
Protected Attributes | |
| BOOL | m_bCreateExtModified |
| BOOL | m_bMayRename |
| BOOL | m_bExtModified |
| DLDS_LIST * | m_pvDlds |
Friends | |
| class | CDownloadPropertiesSheet |
Definition at line 15 of file DownloadProperties_MiscPage.h.
| anonymous enum |
| CDownloadProperties_MiscPage::CDownloadProperties_MiscPage | ( | ) |
| CDownloadProperties_MiscPage::~CDownloadProperties_MiscPage | ( | ) |
Definition at line 28 of file DownloadProperties_MiscPage.cpp.
| BOOL CDownloadProperties_MiscPage::OnApply | ( | ) | [virtual] |
Definition at line 278 of file DownloadProperties_MiscPage.cpp.
References AER_RENAME, AER_RENAME_2, b, BOOL, DFE_ACCDENIED, DFE_NOTFOUND, DFEP_IGNORE, DFEP_STOP, DP_OFFSET, DP_SET, DP_SET_EX, DP_SET_MASK, DP_UNSET_MASK, DPF_APPENDCOMMENTTOFILENAME, DPF_DONTRESTARTIFNORESUME, DPF_GENERATEDESCFILE, DPF_RETRDATEFROMSERVER, DPF_STARTWHENDONE, DPF_USEHIDDENATTRIB, FALSE, L_ENTEREXT, L_INPERR, LOG, LS, m_bCreateExtModified, m_bExtModified, m_pvDlds, m_wndAER, m_wndSCR, nl, and TRUE.
| void CDownloadProperties_MiscPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CDownloadProperties_MiscPage::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 518 of file DownloadProperties_MiscPage.cpp.
References _CHMgr, IDC__IFEXISTS, IDC__IFSIZECHANGED, L_ACCDENIEDHERE, L_ADDEXTHERE, L_CREATEEXTHERE, L_DONTRESTARTHERE, L_FILENOTFOUNDHERE, L_GENERATEDESCFILE_HERE, L_IFEXISTSHERE, L_IFSIZECHANGEDHERE, L_RESERVESPACEHERE, L_RETRDATEFROMSERVER_HERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CDownloadProperties_MiscPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 473 of file DownloadProperties_MiscPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__IFEXISTS, IDC__IFSIZECHANGED, IDC__INETSERV, IDC__LOCALFILE, IDC__STOPONERRS, L_ACCDENIED, L_ADDEXT, L_APPENDCOMMENT, L_CREATEEXT, L_DONTRESTARTIFNORESUME, L_FILENOTFOUND, L_GENERATEDESCFILE, L_IFEXISTS, L_IFSIZECHANGED, L_INETSERV, L_LAUNCHWHENDONE, L_LOCALFILE, L_RENAMEATRESTARTALSO, L_RESERVESPACE, L_RETRDATEFROMSERVER, L_STOPONERRS, L_USEHIDDENATTRIB, and LS.
Referenced by OnInitDialog().
| void CDownloadProperties_MiscPage::UpdateEnabled | ( | ) | [protected] |
Definition at line 268 of file DownloadProperties_MiscPage.cpp.
References AER_RENAME, m_bMayRename, and m_wndAER.
Referenced by OnInitDialog(), OnSelchangeAer(), OnUsecreateext(), and OnUseext().
| BOOL CDownloadProperties_MiscPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 75 of file DownloadProperties_MiscPage.cpp.
References fsDownload_Properties::aEP, AER_RENAME, AER_RENAME_2, ApplyLanguage(), BOOL, fsDownload_Properties::bReserveDiskSpace, DFEP_STOP, DP_EQ, DP_EQ_EX, DP_EQ_MASK, DP_OFFSET, DPF_APPENDCOMMENTTOFILENAME, DPF_DONTRESTARTIFNORESUME, DPF_GENERATEDESCFILE, DPF_RETRDATEFROMSERVER, DPF_STARTWHENDONE, DPF_USEHIDDENATTRIB, fsDownload_Properties::dwFlags, fsDownload_Properties::enAER, fsDownload_Properties::enSCR, FALSE, L_ADJUST, L_ASK, L_RENAME, L_RESTART, L_RESUME, L_REWRITE, L_STOP, LS, m_bCreateExtModified, m_bExtModified, m_bMayRename, m_pvDlds, m_wndAER, m_wndSCR, fsDownload_Properties::pszAdditionalExt, fsDownload_Properties::pszCreateExt, TRUE, and UpdateEnabled().
| void CDownloadProperties_MiscPage::OnSelchangeAer | ( | ) | [protected] |
| void CDownloadProperties_MiscPage::OnSelchangeScr | ( | ) | [protected] |
Definition at line 215 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnReservespace | ( | ) | [protected] |
Definition at line 220 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnUseext | ( | ) | [protected] |
Definition at line 228 of file DownloadProperties_MiscPage.cpp.
References m_bExtModified, TRUE, and UpdateEnabled().
| void CDownloadProperties_MiscPage::OnChangeExt | ( | ) | [protected] |
Definition at line 238 of file DownloadProperties_MiscPage.cpp.
References m_bExtModified, and TRUE.
| void CDownloadProperties_MiscPage::OnDontrestartifnoresume | ( | ) | [protected] |
Definition at line 244 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnFilenotfound | ( | ) | [protected] |
Definition at line 252 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnAccdenied | ( | ) | [protected] |
Definition at line 260 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 462 of file DownloadProperties_MiscPage.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CDownloadProperties_MiscPage::OnWhatisthis | ( | ) | [protected] |
Definition at line 468 of file DownloadProperties_MiscPage.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| BOOL CDownloadProperties_MiscPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 501 of file DownloadProperties_MiscPage.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CDownloadProperties_MiscPage::OnUsecreateext | ( | ) | [protected] |
Definition at line 543 of file DownloadProperties_MiscPage.cpp.
References m_bCreateExtModified, TRUE, and UpdateEnabled().
| void CDownloadProperties_MiscPage::OnChangeCreateext | ( | ) | [protected] |
Definition at line 553 of file DownloadProperties_MiscPage.cpp.
References m_bCreateExtModified, and TRUE.
| void CDownloadProperties_MiscPage::OnUsehiddenflag | ( | ) | [protected] |
Definition at line 559 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnAppendcomment | ( | ) | [protected] |
Definition at line 567 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnLaunchwhendone | ( | ) | [protected] |
Definition at line 575 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnRetrfiledate | ( | ) | [protected] |
Definition at line 583 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnGenerateinfofile | ( | ) | [protected] |
Definition at line 591 of file DownloadProperties_MiscPage.cpp.
| void CDownloadProperties_MiscPage::OnRenameatrestart | ( | ) | [protected] |
Definition at line 599 of file DownloadProperties_MiscPage.cpp.
friend class CDownloadPropertiesSheet [friend] |
Definition at line 17 of file DownloadProperties_MiscPage.h.
| CComboBox CDownloadProperties_MiscPage::m_wndSCR |
Definition at line 27 of file DownloadProperties_MiscPage.h.
Referenced by DoDataExchange(), OnApply(), and OnInitDialog().
| CComboBox CDownloadProperties_MiscPage::m_wndAER |
Definition at line 28 of file DownloadProperties_MiscPage.h.
Referenced by DoDataExchange(), OnApply(), OnInitDialog(), and UpdateEnabled().
BOOL CDownloadProperties_MiscPage::m_bCreateExtModified [protected] |
Definition at line 39 of file DownloadProperties_MiscPage.h.
Referenced by OnApply(), OnChangeCreateext(), OnInitDialog(), and OnUsecreateext().
BOOL CDownloadProperties_MiscPage::m_bMayRename [protected] |
Definition at line 42 of file DownloadProperties_MiscPage.h.
Referenced by OnInitDialog(), and UpdateEnabled().
BOOL CDownloadProperties_MiscPage::m_bExtModified [protected] |
Definition at line 43 of file DownloadProperties_MiscPage.h.
Referenced by OnApply(), OnChangeExt(), OnInitDialog(), and OnUseext().
DLDS_LIST* CDownloadProperties_MiscPage::m_pvDlds [protected] |
Definition at line 45 of file DownloadProperties_MiscPage.h.
Referenced by CDownloadPropertiesSheet::Init(), OnApply(), and OnInitDialog().
1.5.6