?? 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 + -