BCGP库中控件自动放大-EnableLayout

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();// 加入这一句,可以使控件 在窗体变化时 控件跟着变化。
}

posted @ 2019-02-13 09:40  伟大的厨师  阅读(259)  评论(0编辑  收藏  举报