#if !defined(AFX_LOGPAGE_H__137BE2E2_54E0_4DF4_A8A7_36B5601AC2EC__INCLUDED_) #define AFX_LOGPAGE_H__137BE2E2_54E0_4DF4_A8A7_36B5601AC2EC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // LogPage.h : header file // #include "PropertySheetDlg.h" ///////////////////////////////////////////////////////////////////////////// // LogPage dialog class CLogPage : public CPropertyPage { DECLARE_DYNCREATE(CLogPage) // Construction public: CLogPage(); ~CLogPage(); // Dialog Data //{{AFX_DATA(CLogPage) enum { IDD = IDD_LOGPAGE }; CString m_sEditStatus; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CLogPage) public: virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CLogPage) afx_msg void OnButclear(); afx_msg void OnSetFocusEdStatus(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LOGPAGE_H__137BE2E2_54E0_4DF4_A8A7_36B5601AC2EC__INCLUDED_)