page3.cpp

来自「一個ping , html ,ftp 三功能合一的網路程式源代碼 , 我是來自台」· C++ 代码 · 共 28 行

CPP
28
字号
// Page1.cpp : implementation file
//

#include "stdafx.h"
#include "MA701TEST_C.h"
#include "Page3.h"
//
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//
#define	wVersionRequested (MAKEWORD(2,0))
bool net_ready;
char error_message[255];
/////////////////////////////////////////////////////////////////////////////
// CPage3 property page

IMPLEMENT_DYNCREATE(CPage3, CPropertyPage)

CPage3::CPage3() : CPropertyPage(CPage3::IDD)
{
	//{{AFX_DATA_INIT(CPage3)
	m_ipaddr = _T("");
    m_packsize = 32;
    m_testcount = 4;
	//硂柑

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?