2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 class CResultsDlg
: public CDialog
13 CStringArray m_Results
;
14 CString m_strDlgTitle
;
15 CString m_strResultsTitle
;
20 CResultsDlg(DWORD nHelpID
, CWnd
* pParent
= NULL
); // standard constructor
22 void SetContents(const CString
& strDlgTitle
, const CString
& strResultsTitle
, const CStringArray
& files
, const CStringArray
& results
);
25 //{{AFX_DATA(CResultsDlg)
26 enum { IDD
= IDD_RESULTS
};
27 CStatic m_ResultsLabel
;
33 // ClassWizard generated virtual function overrides
34 //{{AFX_VIRTUAL(CResultsDlg)
36 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
42 // Generated message map functions
43 //{{AFX_MSG(CResultsDlg)
44 virtual BOOL
OnInitDialog();
45 afx_msg
void OnHelp();