list.cpp
来自「《Visual C++ Bible》或者说是《Visual C++ 宝典》的对应」· C++ 代码 · 共 34 行
CPP
34 行
// list.cpp : implementation file
//
#include "stdafx.h"
#include "dialogs.h"
#include "list.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// DList
DList::DList()
{
}
DList::~DList()
{
}
BEGIN_MESSAGE_MAP(DList, CListBox)
//{{AFX_MSG_MAP(DList)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// DList message handlers
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?