#if !defined(AFX_ADVANCEDSHEET_H__CE085B07_8953_11D1_A63A_24C903C10000__INCLUDED_) #define AFX_ADVANCEDSHEET_H__CE085B07_8953_11D1_A63A_24C903C10000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // AdvancedSheet.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAdvancedSheet class CAdvancedSheet : public CPropertySheet { DECLARE_DYNAMIC(CAdvancedSheet) // Construction public: CAdvancedSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); CAdvancedSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); CCDialectPage cdialectpage; COptimizePage optimizepage; COtherPage otherpage; COverallPage overallpage; CWarningPage warningpage; // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAdvancedSheet) //}}AFX_VIRTUAL // Implementation public: virtual ~CAdvancedSheet(); // Generated message map functions protected: //{{AFX_MSG(CAdvancedSheet) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ADVANCEDSHEET_H__CE085B07_8953_11D1_A63A_24C903C10000__INCLUDED_)