Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
371 B

#include "stdafx.h"
#include "WizardSheet.h"
LRESULT CImportFinishPage::OnInitDialog( UINT, WPARAM, LPARAM, BOOL& )
{
// Set the fonts
SetWindowFont( GetDlgItem( IDC_TITLE ), m_pTheSheet->m_fontTitles.get(), FALSE );
return 1;
}
BOOL CImportFinishPage::OnSetActive()
{
SetWizardButtons( PSWIZB_FINISH );
return TRUE;
}