#if !defined(AFX_PAGE0_H__E28A7EC3_8E95_11D6_8277_00105A07EA1C__INCLUDED_) #define AFX_PAGE0_H__E28A7EC3_8E95_11D6_8277_00105A07EA1C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Page0.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPage0 dialog class CMyPropertySheet; class CPage0 : public CPropertyPage { DECLARE_DYNCREATE(CPage0) // Construction public: CMyPropertySheet * m_pSheet; CPage0(); ~CPage0(); // Dialog Data //{{AFX_DATA(CPage0) enum { IDD = IDD_PAGE0 }; UINT m_nTimerMax; CString m_strStaticInstructions; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPage0) public: virtual LRESULT OnWizardNext(); virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPage0) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGE0_H__E28A7EC3_8E95_11D6_8277_00105A07EA1C__INCLUDED_)