?? lscommdemo.h
字號(hào):
// LsCommDemo.h : PROJECT_NAME 應(yīng)用程序的主頭文件
//
/**********************************************************************************
*
* 模塊名稱(Moudal Name):LsComm測(cè)試程序
* 主要用于LsComm的測(cè)試以及說明
* 作者(author):liu_sir
* E-Mail:Milo2002@sohu.com
* 日期(making date):2003-5
* 主要類說明:
* 按鈕類:CButtonST BCMenu BCMenuData BCMenuMemDC BCMenuToolBar
* 對(duì)話框類:CAboutDlg 關(guān)于
* CComPropertyDlg 設(shè)置com屬性窗體
* CLsCommDemoDlg 使用lsComm的窗體
*
* 串口類:(LsComm) 包括:CComPort 串口通訊類
* CReadComThread 讀串口線程類
* CSerialPort 串口封裝類 封裝了一下api函數(shù) 作者(author):PJ Naughter
*
***********************************************************************************/
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符號(hào)
// CLsCommDemoApp:
// 有關(guān)此類的實(shí)現(xiàn),請(qǐng)參閱 LsCommDemo.cpp
//
class CLsCommDemoApp : public CWinApp
{
public:
CLsCommDemoApp();
// 重寫
public:
virtual BOOL InitInstance();
// 實(shí)現(xiàn)
DECLARE_MESSAGE_MAP()
};
extern CLsCommDemoApp theApp;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -