www.pudn.com > PSheets.rar > aboutdlg.cpp


// aboutdlg.cpp : implementation of the CAboutDlg class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "resource.h" 
#include "aboutdlg.h" 
 
LRESULT CAboutDlg::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/) 
{ 
    CenterWindow(GetParent()); 
    return TRUE; 
}