📄 listcontrol.cpp
字号:
// listcontrol.cpp : 实现文件
//
#include "stdafx.h"
#include "C++词法分析器1.h"
#include "listcontrol.h"
// listcontrol
IMPLEMENT_DYNAMIC(listcontrol, CListCtrl)
listcontrol::listcontrol()
{
}
listcontrol::~listcontrol()
{
}
BEGIN_MESSAGE_MAP(listcontrol, CListCtrl)
END_MESSAGE_MAP()
// listcontrol 消息处理程序
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -