用属性表来实现
继承CPropertySheet类,页面由CPropertyPage继承class CSheet : public CPropertySheet
CSheet::CSheet(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
:CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
{
AddPage(&m_page1);
    AddPage(&m_page2);}
class CPage1 : public CPropertyPage
class CPage1 : public CPropertyPage