1. 程式人生 > >BCGP庫中控件自動放大-EnableLayout

BCGP庫中控件自動放大-EnableLayout

lac data cti truct ger HERE enable view form

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();// 加入這一句,可以使控件 在窗體變化時 控件跟著變化。
}

BCGP庫中控件自動放大-EnableLayout