CResizableFormView::CResizableFormView()
: CBCGPFormView(CResizableFormView::IDD)/*,
m_wndPropSheet(_T(""), this)*/
{
//{{AFX_DATA_INIT(CResizableFormView)
m_bLoadPlacament = TRUE;
//}}AFX_DATA_INIT
// TODO: add construction code here
EnableVisualManagerStyle();
EnableLayout();// 加入这一句,可以使控件 在窗体变化时 控件跟着变化。
}
原文:https://www.cnblogs.com/totogo/p/10368193.html