#include <LoginDlg.h>
Public Types | |
| enum | { IDD = IDD_REQLOGIN } |
Public Member Functions | |
| CLoginDlg (CWnd *pParent=NULL) | |
Public Attributes | |
| CString | m_strServer |
| CString | m_strUser |
| CString | m_strPassword |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
Definition at line 13 of file LoginDlg.h.
| anonymous enum |
| CLoginDlg::CLoginDlg | ( | CWnd * | pParent = NULL |
) |
| void CLoginDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file LoginDlg.cpp.
References IDC_PASSWORD, IDC_USER, m_strPassword, and m_strUser.
| void CLoginDlg::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 89 of file LoginDlg.cpp.
References _CHMgr, IDC__PASSWORD, IDC__USER, IDC_PASSWORD, IDC_USER, L_DONTCONNECTTOSERV, L_PWDHERE, L_SENDLOGIN, L_USERHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CLoginDlg::ApplyLanguage | ( | ) | [protected] |
Definition at line 75 of file LoginDlg.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__LOGINREQ, IDC__PASSWORD, IDC__USER, L_CANCEL, L_LOGINREQ, L_LOGINREQENTERLOGIN, L_PASSWORD, L_USER, and LS.
Referenced by OnInitDialog().
| BOOL CLoginDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 42 of file LoginDlg.cpp.
References ApplyLanguage(), FALSE, IDC_PASSWORD, IDC_USER, L_LOGINTO, LS, m_strServer, and m_strUser.
| void CLoginDlg::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 64 of file LoginDlg.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CLoginDlg::OnWhatisthis | ( | ) | [protected] |
| BOOL CLoginDlg::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 106 of file LoginDlg.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| CString CLoginDlg::m_strServer |
Definition at line 18 of file LoginDlg.h.
Referenced by fsInternetFileListMgr::AskForLogin(), and OnInitDialog().
| CString CLoginDlg::m_strUser |
Definition at line 23 of file LoginDlg.h.
Referenced by fsInternetFileListMgr::AskForLogin(), CLoginDlg(), DoDataExchange(), and OnInitDialog().
| CString CLoginDlg::m_strPassword |
Definition at line 24 of file LoginDlg.h.
Referenced by fsInternetFileListMgr::AskForLogin(), CLoginDlg(), and DoDataExchange().
1.5.6