www.pudn.com > HTTP协议分析器开发源码.rar > PageDlg1.cpp
// PageDlg1.cpp : implementation file
//
#include "stdafx.h"
#include "bpon.h"
#include "PageDlg1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPageDlg1 property page
IMPLEMENT_DYNCREATE(CPageDlg1, CPropertyPage)
CPageDlg1::CPageDlg1() : CPropertyPage(CPageDlg1::IDD)
{
//{{AFX_DATA_INIT(CPageDlg1)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
CPageDlg1::~CPageDlg1()
{
}
void CPageDlg1::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CPageDlg1)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CPageDlg1, CPropertyPage)
//{{AFX_MSG_MAP(CPageDlg1)
ON_BN_CLICKED(IDOK, OnReP)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CPageDlg1 message handlers
void CPageDlg1::OnReP()
{
// TODO: Add your control notification handler code here
}