#if !defined(AFX_CPTSHEET_H__F9BC3093_A5A2_11D3_9695_0040C7772DA0__INCLUDED_) #define AFX_CPTSHEET_H__F9BC3093_A5A2_11D3_9695_0040C7772DA0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CptSheet.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCptSheet #include "KBEditorsDoc.h" #include"CptPage.h" #include"PropPage.h" #include"FacetPage.h" #include "RefineKB.h" #include "image.h" class CCptSheet : public CPropertySheet { DECLARE_DYNAMIC(CCptSheet) // Construction public: CCptSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); CCptSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); // Attributes public: static BOOL CptDlgExist; CCptPage m_CCptPage; CPropPage m_CPropPage; CFacetPage m_CFacetPage; CRefineKB m_RefineKBPage; CImage m_ImagePage; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCptSheet) public: virtual BOOL OnInitDialog(); virtual BOOL DestroyWindow(); //}}AFX_VIRTUAL // Implementation public: CKBEditorsDoc * m_Doc; virtual ~CCptSheet(); void SeeDoc(CKBEditorsDoc*Doc); // Generated message map functions protected: //{{AFX_MSG(CCptSheet) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CPTSHEET_H__F9BC3093_A5A2_11D3_9695_0040C7772DA0__INCLUDED_)