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

  1. #include "stdafx.h"
  2. #include "WizardSheet.h"
  3. LRESULT CImportFinishPage::OnInitDialog( UINT, WPARAM, LPARAM, BOOL& )
  4. {
  5. // Set the fonts
  6. SetWindowFont( GetDlgItem( IDC_TITLE ), m_pTheSheet->m_fontTitles.get(), FALSE );
  7. return 1;
  8. }
  9. BOOL CImportFinishPage::OnSetActive()
  10. {
  11. SetWizardButtons( PSWIZB_FINISH );
  12. return TRUE;
  13. }