1 #if !defined(AFX_SUMMARYPAGE_H__6406880F_F357_452C_A701_D64C46C7D1A9__INCLUDED_) 2 #define AFX_SUMMARYPAGE_H__6406880F_F357_452C_A701_D64C46C7D1A9__INCLUDED_ 3 4 #if _MSC_VER > 1000 5 #pragma once 6 #endif // _MSC_VER > 1000 7 // SummaryPage.h : header file 8 // 9 10 ///////////////////////////////////////////////////////////////////////////// 11 // CSummaryPage dialog 12 13 class CSummaryPage : public CPropertyPage 14 { 15 DECLARE_DYNCREATE(CSummaryPage) 16 17 // Construction 18 public: 19 CSummaryPage(); 20 ~CSummaryPage(); 21 22 // Dialog Data 23 //{{AFX_DATA(CSummaryPage) 24 enum { IDD = IDD_SUMMARY }; 25 // NOTE - ClassWizard will add data members here. 26 // DO NOT EDIT what you see in these blocks of generated code ! 27 //}}AFX_DATA 28 29 30 // Overrides 31 // ClassWizard generate virtual function overrides 32 //{{AFX_VIRTUAL(CSummaryPage) 33 public: 34 virtual BOOL OnSetActive(); 35 protected: 36 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 37 //}}AFX_VIRTUAL 38 39 // Implementation 40 protected: 41 // Generated message map functions 42 //{{AFX_MSG(CSummaryPage) 43 // NOTE: the ClassWizard will add member functions here 44 //}}AFX_MSG 45 DECLARE_MESSAGE_MAP() 46 47 }; 48 49 //{{AFX_INSERT_LOCATION}} 50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 51 52 #endif // !defined(AFX_SUMMARYPAGE_H__6406880F_F357_452C_A701_D64C46C7D1A9__INCLUDED_)