cmscomm.cpp
来自「自已做的简单的库存管理软件。包含员工信息管理等」· C++ 代码 · 共 15 行
CPP
15 行
// CMSComm.cpp : Definition of ActiveX Control wrapper class(es) created by Microsoft Visual C++
#include "stdafx.h"
#include "CMSComm.h"
/////////////////////////////////////////////////////////////////////////////
// CMSComm
IMPLEMENT_DYNCREATE(CMSComm, CWnd)
// CMSComm properties
// CMSComm operations
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?