BOOL CCHardPage::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext) 
{
// TODO: Add your specialized code here and/or call the base class
m_wndSplitter.CreateStatic(this, 1, 2); m_wndSplitter.CreateView(0, 0, RUNTIME_CLASS(CCurInfo), CSize(100, 0), pContext);
m_wndSplitter.CreateView(0, 1, RUNTIME_CLASS(CBaseInfo), CSize(0, 0), pContext);
return TRUE;
}