#include <UrlWithLoginDlg.h>
Public Types | |
| enum | { IDD = IDD_URLWITHLOGIN } |
Public Member Functions | |
| CUrlWithLoginDlg (CWnd *pParent=NULL) | |
Public Attributes | |
| fsDownload_NetworkProperties | m_dnp |
| int | m_CaptionLngID |
| CString | m_strUrl |
| CString | m_strUser |
| CString | m_strPassword |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | WrongURL () |
| BOOL | UpdateDNP () |
| void | UpdateEnabled () |
| void | ApplyLanguage () |
| virtual void | OnOK () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnUselogin () |
| afx_msg void | OnAdvanced () |
Protected Attributes | |
| vmsDownloadSmartPtr | m_dld |
Definition at line 15 of file UrlWithLoginDlg.h.
| anonymous enum |
| CUrlWithLoginDlg::CUrlWithLoginDlg | ( | CWnd * | pParent = NULL |
) |
Definition at line 17 of file UrlWithLoginDlg.cpp.
References Download_CreateInstance(), L_ENTERMIRRURL, m_CaptionLngID, and m_dld.
| void CUrlWithLoginDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 24 of file UrlWithLoginDlg.cpp.
| void CUrlWithLoginDlg::WrongURL | ( | ) | [protected] |
Definition at line 178 of file UrlWithLoginDlg.cpp.
References IDC_URL, L_CHECKURL, L_INPERR, and LS.
Referenced by UpdateDNP().
| BOOL CUrlWithLoginDlg::UpdateDNP | ( | ) | [protected] |
Definition at line 156 of file UrlWithLoginDlg.cpp.
References fsURL::Crack(), FALSE, fsDNP_ApplyUrl(), IDC_URL, IR_SUCCESS, m_dld, m_strUrl, TRUE, and WrongURL().
Referenced by OnAdvanced(), and OnOK().
| void CUrlWithLoginDlg::UpdateEnabled | ( | ) | [protected] |
Definition at line 131 of file UrlWithLoginDlg.cpp.
References b, BOOL, IDC__PASSWORD, IDC__USER, IDC_PASSWORD, IDC_USELOGIN, and IDC_USER.
Referenced by OnInitDialog(), and OnUselogin().
| void CUrlWithLoginDlg::ApplyLanguage | ( | ) | [protected] |
Definition at line 110 of file UrlWithLoginDlg.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__COMMENT, IDC__PASSWORD, IDC__USER, IDC_ADVANCED, IDC_USELOGIN, L_ADVANCED, L_AUTHORIZATION, L_CANCEL, L_COMMENT, L_PASSWORD, L_USER, LS, and m_CaptionLngID.
Referenced by OnInitDialog().
| void CUrlWithLoginDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 39 of file UrlWithLoginDlg.cpp.
References fsURL::Crack(), FALSE, fsDNP_CloneSettings(), fsURL::GetHostName(), fsURL::GetPath(), IDC_PASSWORD, IDC_URL, IDC_USER, IR_SUCCESS, L_CHECKURL, L_ENTERUSER, L_INPERR, LS, m_dld, m_dnp, m_strPassword, m_strUrl, m_strUser, and UpdateDNP().
| BOOL CUrlWithLoginDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 75 of file UrlWithLoginDlg.cpp.
References _ClipbrdMgr, ApplyLanguage(), ASSERT, fsURL::Crack(), FALSE, fsURL::GetHostName(), IDC_URL, IR_SUCCESS, m_dld, m_dnp, m_strUrl, NULL, fsClipboardMgr::Text(), TRUE, and UpdateEnabled().
| void CUrlWithLoginDlg::OnUselogin | ( | ) | [protected] |
| void CUrlWithLoginDlg::OnAdvanced | ( | ) | [protected] |
Definition at line 141 of file UrlWithLoginDlg.cpp.
References _DlgMgr, DPS_SHP_PROTOCOL, DPS_SHP_PROXY, FALSE, CDownloadPropertiesSheet::Init(), L_ADVANCED, LS, m_dld, fsDialogsMgr::OnDoModal(), fsDialogsMgr::OnEndDialog(), and UpdateDNP().
Definition at line 20 of file UrlWithLoginDlg.h.
Referenced by ApplyLanguage(), and CUrlWithLoginDlg().
| CString CUrlWithLoginDlg::m_strUrl |
Definition at line 21 of file UrlWithLoginDlg.h.
Referenced by CDownloadProperties_MirrorsPage::OnAddmirror(), OnInitDialog(), OnOK(), and UpdateDNP().
| CString CUrlWithLoginDlg::m_strUser |
Definition at line 22 of file UrlWithLoginDlg.h.
Referenced by CDownloadProperties_MirrorsPage::OnAddmirror(), and OnOK().
| CString CUrlWithLoginDlg::m_strPassword |
Definition at line 23 of file UrlWithLoginDlg.h.
Referenced by CDownloadProperties_MirrorsPage::OnAddmirror(), and OnOK().
vmsDownloadSmartPtr CUrlWithLoginDlg::m_dld [protected] |
Definition at line 39 of file UrlWithLoginDlg.h.
Referenced by CUrlWithLoginDlg(), OnAdvanced(), OnInitDialog(), OnOK(), and UpdateDNP().
1.5.6