#if !defined(AFX_TESTDLG1_H__DD6630B0_6C45_4A1B_97B2_3BE0EAFFE0C0__INCLUDED_) #define AFX_TESTDLG1_H__DD6630B0_6C45_4A1B_97B2_3BE0EAFFE0C0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // TestDlg1.h : header file ///////////////////////////////////////////////////////////////////////////// // TestDlg dialog #include "CMyProperty.h" #include "PropPage1.h" #include "PropPage2.h" class TestDlg : public CDialog { CMyPropertySheet m_propertySheet; PropPage1 m_propPage1; PropPage2 m_propPage2; // Construction public: TestDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(TestDlg) enum { IDD = IDD_DLGTest }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(TestDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(TestDlg) virtual BOOL OnInitDialog(); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TESTDLG1_H__DD6630B0_6C45_4A1B_97B2_3BE0EAFFE0C0__INCLUDED_)