#include <Dlg_CheckFileIntegrity_Result.h>
Public Types | |
| enum | { IDD = IDD_CHECKFILEINTEGRITY_RESULT } |
Public Member Functions | |
| CDlg_CheckFileIntegrity_Result (CWnd *pParent=NULL) | |
Public Attributes | |
| bool | m_bResultOK |
| CString | m_strFileName |
| CString | m_strUrl |
| CString | m_strValidHash |
| CString | m_strResultHash |
| CStatic | m_wndIcon |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnRestartdownload () |
| virtual void | OnOK () |
Definition at line 13 of file Dlg_CheckFileIntegrity_Result.h.
| anonymous enum |
| CDlg_CheckFileIntegrity_Result::CDlg_CheckFileIntegrity_Result | ( | CWnd * | pParent = NULL |
) |
Definition at line 16 of file Dlg_CheckFileIntegrity_Result.cpp.
| void CDlg_CheckFileIntegrity_Result::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 24 of file Dlg_CheckFileIntegrity_Result.cpp.
| void CDlg_CheckFileIntegrity_Result::ApplyLanguage | ( | ) | [protected] |
Definition at line 65 of file Dlg_CheckFileIntegrity_Result.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__RESULTMSG, IDC_NEVERSHOWTHISIFTESTOK, IDC_RESTARTDOWNLOAD, L_CANCEL, L_CFI_FAILED, L_CFI_NEVERSHOWIFOK, L_CFI_RESULTMSG_ERR, L_CFI_RESULTMSG_OK, L_CFI_SUCCEEDED, L_RESTARTDL, LS, and m_bResultOK.
Referenced by OnInitDialog().
| BOOL CDlg_CheckFileIntegrity_Result::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 38 of file Dlg_CheckFileIntegrity_Result.cpp.
References ApplyLanguage(), FALSE, IDC_FILEINFO, IDC_NEVERSHOWTHISIFTESTOK, IDI_TEST_OK, L_FILENAME, L_RESULTCHECKSUM, L_VALIDCHECKSUM, LS, m_bResultOK, m_strFileName, m_strResultHash, m_strUrl, m_strValidHash, m_wndIcon, NULL, SICOEX, and TRUE.
| void CDlg_CheckFileIntegrity_Result::OnRestartdownload | ( | ) | [protected] |
| void CDlg_CheckFileIntegrity_Result::OnOK | ( | ) | [protected, virtual] |
Definition at line 85 of file Dlg_CheckFileIntegrity_Result.cpp.
References _App, IDC_NEVERSHOWTHISIFTESTOK, TRUE, and fsAppSettings::View_DontShowHashCheckResultIfOK().
Definition at line 18 of file Dlg_CheckFileIntegrity_Result.h.
Referenced by fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), ApplyLanguage(), CDownloads_Tasks::OnDldcheckintegrity(), and OnInitDialog().
Definition at line 20 of file Dlg_CheckFileIntegrity_Result.h.
Referenced by fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), CDownloads_Tasks::OnDldcheckintegrity(), and OnInitDialog().
Definition at line 22 of file Dlg_CheckFileIntegrity_Result.h.
Referenced by fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), CDownloads_Tasks::OnDldcheckintegrity(), and OnInitDialog().
Definition at line 24 of file Dlg_CheckFileIntegrity_Result.h.
Referenced by fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), CDownloads_Tasks::OnDldcheckintegrity(), and OnInitDialog().
Definition at line 26 of file Dlg_CheckFileIntegrity_Result.h.
Referenced by fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), CDownloads_Tasks::OnDldcheckintegrity(), and OnInitDialog().
Definition at line 31 of file Dlg_CheckFileIntegrity_Result.h.
Referenced by DoDataExchange(), and OnInitDialog().
1.5.6