資源簡介
Visual C++開發基于SNMP的網絡管理軟件

代碼片段和文件信息
//?input.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“Traffic.h“
#include?“input.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?Cinput?dialog
Cinput::Cinput(CWnd*?pParent?/*=NULL*/)
:?CDialog(Cinput::IDD?pParent)
{
//{{AFX_DATA_INIT(Cinput)
m_old?=?_T(““);
m_new?=?_T(““);
//}}AFX_DATA_INIT
}
void?Cinput::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Cinput)
DDX_Text(pDX?IDC_EDIT1?m_old);
DDX_Text(pDX?IDC_EDIT2?m_new);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Cinput?CDialog)
//{{AFX_MSG_MAP(Cinput)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?Cinput?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3597??2005-12-20?10:33??第9章\ReadMe.txt
?????文件???????1186??2005-12-20?15:12??第9章\Input.h
?????文件???????2103??2005-12-22?15:29??第9章\LineChart.h
?????文件???????1581??2005-12-19?15:18??第9章\MainFrm.h
?????文件???????1236??2009-04-25?14:53??第9章\MyStringArray.h
?????文件???????1328??2005-12-22?14:56??第9章\resource.h
?????文件???????1054??2005-12-20?10:33??第9章\StdAfx.h
?????文件???????1335??2005-12-20?10:33??第9章\Traffic.h
?????文件???????2237??2005-12-22?09:33??第9章\TrafficDlg.h
?????文件???????1486??2005-12-19?15:18??第9章\TrafficDoc.h
?????文件???????2478??2005-12-19?22:57??第9章\TrafficView.h
?????文件????????956??2005-12-20?15:12??第9章\Input.cpp
?????文件??????10580??2006-01-05?08:33??第9章\LineChart.cpp
?????文件???????2508??2005-12-19?15:18??第9章\MainFrm.cpp
?????文件???????6476??2006-01-04?12:01??第9章\MyStringArray.cpp
?????文件????????209??2005-12-20?10:33??第9章\StdAfx.cpp
?????文件???????2077??2005-12-20?10:33??第9章\Traffic.cpp
?????文件??????13882??2009-04-20?23:37??第9章\TrafficDlg.cpp
?????文件???????1762??2005-12-19?15:18??第9章\TrafficDoc.cpp
?????文件???????6986??2005-12-19?23:32??第9章\TrafficView.cpp
?????文件????2539577??2006-01-12?09:05??第9章\Debug\Traffic.exe
?????文件???????1078??2005-12-19?15:18??第9章\res\Toolbar.bmp
?????文件??????22016??2009-04-25?15:25??第9章\Traffic.aps
?????文件???????2293??2009-04-25?15:26??第9章\Traffic.clw
?????文件???????4649??2005-12-22?15:44??第9章\Traffic.dsp
?????文件????????537??2005-12-20?10:58??第9章\Traffic.dsw
?????文件????????766??1995-01-01?00:00??第9章\res\MyTraffic.ico
?????文件???????1078??2005-12-20?10:33??第9章\res\Traffic1.ico
?????文件???????1078??2005-12-19?15:18??第9章\res\TrafficDoc.ico
?????文件?????140288??2009-04-25?15:26??第9章\Traffic.ncb
............此處省略10個文件信息
評論
共有 條評論