00001
00002
00003
00004
00005
00006 #if !defined(AFX_HFESHEET_H__A5E19192_AFB6_481B_9310_CC14D61D8A7E__INCLUDED_)
00007 #define AFX_HFESHEET_H__A5E19192_AFB6_481B_9310_CC14D61D8A7E__INCLUDED_
00008
00009 #include "HFE_ProtocolPage.h"
00010 #if _MSC_VER > 1000
00011 #pragma once
00012 #endif
00013
00014 class CHFESheet : public CPropertySheet
00015 {
00016 DECLARE_DYNAMIC(CHFESheet)
00017
00018 public:
00019 CHFESheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
00020
00021 public:
00022
00023 public:
00024
00025
00026
00027 public:
00028 virtual ~CHFESheet();
00029
00030 protected:
00031 CHFE_ProtocolPage m_protocol;
00032
00033 virtual BOOL OnInitDialog();
00034
00035 DECLARE_MESSAGE_MAP()
00036 };
00037
00038
00039
00040 #endif