History.cpp
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- // History.cpp : implementation file
- //
- #include "stdafx.h"
- #include "anywhere.h"
- #include "History.h"
- //#include "option.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CHistory
- IMPLEMENT_DYNCREATE(CHistory, CListView)
- CHistory::CHistory()
- {
- }
- CHistory::~CHistory()
- {
- }
- BEGIN_MESSAGE_MAP(CHistory, CListView)
- //{{AFX_MSG_MAP(CHistory)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CHistory drawing
- void CHistory::OnDraw(CDC* pDC)
- {
- CDocument* pDoc = GetDocument();
- // TODO: add draw code here
- }
- /////////////////////////////////////////////////////////////////////////////
- // CHistory diagnostics
- #ifdef _DEBUG
- void CHistory::AssertValid() const
- {
- CListView::AssertValid();
- }
- void CHistory::Dump(CDumpContext& dc) const
- {
- CListView::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CHistory message handlers