📄 lscommdemo.h
字号:
// LsCommDemo.h : PROJECT_NAME 应用程序的主头文件
//
/**********************************************************************************
*
* 模块名称(Moudal Name):LsComm测试程序
* 主要用于LsComm的测试以及说明
* 作者(author):liu_sir
* E-Mail:Milo2002@sohu.com
* 日期(making date):2003-5
* 主要类说明:
* 按钮类:CButtonST BCMenu BCMenuData BCMenuMemDC BCMenuToolBar
* 对话框类:CAboutDlg 关于
* CComPropertyDlg 设置com属性窗体
* CLsCommDemoDlg 使用lsComm的窗体
*
* 串口类:(LsComm) 包括:CComPort 串口通讯类
* CReadComThread 读串口线程类
* CSerialPort 串口封装类 封装了一下api函数 作者(author):PJ Naughter
*
***********************************************************************************/
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CLsCommDemoApp:
// 有关此类的实现,请参阅 LsCommDemo.cpp
//
class CLsCommDemoApp : public CWinApp
{
public:
CLsCommDemoApp();
// 重写
public:
virtual BOOL InitInstance();
// 实现
DECLARE_MESSAGE_MAP()
};
extern CLsCommDemoApp theApp;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -