#if !defined(AFX_OPTIONSSHEET_H__7C6C9096_2BDA_4997_A753_5C34253F4226__INCLUDED_) #define AFX_OPTIONSSHEET_H__7C6C9096_2BDA_4997_A753_5C34253F4226__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // OptionsSheet.h : header file // ///////////////////////////////////////////////////////////////////////////// // COptionsSheet #include "MRCPage.h" #include "PDFPage.h" #include "SegmentationPage.h" #include "CombinePage.h" #include "ColorPage.h" class COptionsSheet : public CPropertySheet { DECLARE_DYNAMIC(COptionsSheet) // Construction public: COptionsSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); COptionsSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); void SetMRCPageOptions(LPMRCOPTIONS pMrcOptions); void SetPDFPageOptions(LPPDFOPTIONS pPdfOptions); void SetSegmentationPageOptions(LPSEGMENTOPTIONS pSegmentOptions); void SetCombinePageOptions(LPCOMBINEOPTIONS pSegmentOptions); void SetColorsPageOptions(LPCOLORSOPTIONS pColorsOptions); // Attributes public: CMRCPage m_MrcPage; CPDFPage m_PdfPage; CSegmentationPage m_SegPage; CCombinePage m_CombinePage; CColorPage m_ColorsPage; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COptionsSheet) //}}AFX_VIRTUAL // Implementation public: virtual ~COptionsSheet(); // Generated message map functions protected: //{{AFX_MSG(COptionsSheet) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OPTIONSSHEET_H__7C6C9096_2BDA_4997_A753_5C34253F4226__INCLUDED_)