// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
CenterWindow(GetDesktopWindow()); // center to the hpc screen
// TODO: Add extra initialization here
SetWindowPos(&wndTopMost,0,0,320,240,SWP_SHOWWINDOW);
if( strTemp1.GetLength() > 0)
{
//AfxMessageBox(L"8600");
((CButton *)GetDlgItem(IDC_CHECK1))->SetCheck(1);
}
return TRUE; // return TRUE unless you set the focus to a control
}