void cdxCDynamicFormView::OnParentNotify(UINT message, LPARAM lParam) 
{
	CFormView::OnParentNotify(message, lParam);
	DoOnParentNotify(message, lParam);
}
void cdxCDynamicDialog::OnParentNotify(UINT message, LPARAM lParam) 
{
	CDialog::OnParentNotify(message, lParam);
	DoOnParentNotify(message, lParam);
}