#if !defined(AFX_PAGE7_H__F7221A42_8A0F_11D6_8277_00105A07EA1C__INCLUDED_) #define AFX_PAGE7_H__F7221A42_8A0F_11D6_8277_00105A07EA1C__INCLUDED_ #include "Hyplink.h" // Added by ClassView #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Page7.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPage7 dialog class CPage7 : public CPropertyPage { DECLARE_DYNCREATE(CPage7) // Construction public: CPage7(); ~CPage7(); CMyPropertySheet * m_pSheet; // Dialog Data //{{AFX_DATA(CPage7) enum { IDD = IDD_PAGE7 }; CHyperlinkStatic m_HyperlinkMedicorToolkit; CHyperlinkStatic m_HyperlinkMedicor; CHyperlinkStatic m_HyperlinkLeadToolkit; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPage7) public: virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPage7) afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGE7_H__F7221A42_8A0F_11D6_8277_00105A07EA1C__INCLUDED_)