ecgdata.clw

来自「这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯」· CLW 代码 · 共 110 行

CLW
110
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CECGDataDlg
LastTemplate=CEdit
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "ECGData.h"

ClassCount=4
Class1=CECGDataApp
Class2=CECGDataDlg
Class3=CAboutDlg

ResourceCount=5
Resource1=IDD_ECGDATA_DIALOG
Resource2=IDR_MAINFRAME
Class4=CHexEdit
Resource3=IDD_ABOUTBOX
Resource4=IDR_MENU1
Resource5=CG_IDR_POPUP_HEX_EDIT

[CLS:CECGDataApp]
Type=0
HeaderFile=ECGData.h
ImplementationFile=ECGData.cpp
Filter=N

[CLS:CECGDataDlg]
Type=0
HeaderFile=ECGDataDlg.h
ImplementationFile=ECGDataDlg.cpp
Filter=D
LastObject=IDC_EDIT_PATH
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=ECGDataDlg.h
ImplementationFile=ECGDataDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[DLG:IDD_ECGDATA_DIALOG]
Type=1
Class=CECGDataDlg
ControlCount=23
Control1=IDC_STATIC,button,1342177287
Control2=IDC_OPENPORT,button,1342242816
Control3=IDC_RECEIVEDATA,button,1342242816
Control4=IDC_CLEAR,button,1342251008
Control5=IDC_STATIC,button,1342177287
Control6=IDC_STATIC,button,1342177287
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_COMBO_PORT,combobox,1344340226
Control13=IDC_COMBO_BAUD,combobox,1344340226
Control14=IDC_COMBO_DATABITS,combobox,1344340226
Control15=IDC_COMBO_STOPBITS,combobox,1344340226
Control16=IDC_COMBO_PARITY,combobox,1344340226
Control17=IDC_EDIT_RECEIVE,edit,1353711620
Control18=IDC_COMMCTRL,{648A5600-2C6E-101B-82B6-000000000014},1342242816
Control19=IDC_STATIC,static,1342308352
Control20=IDC_STATIC,button,1342177287
Control21=IDC_SAVEDATA,button,1342242816
Control22=IDC_CHANGEDIR,button,1342242816
Control23=IDC_EDIT_PATH,edit,1350631552

[CLS:CHexEdit]
Type=0
HeaderFile=HexEdit.h
ImplementationFile=HexEdit.cpp
BaseClass=CEdit
Filter=W
LastObject=CHexEdit

[MNU:IDR_MENU1]
Type=1
Command1=ID_EDIT_UNDO
Command2=ID_EDIT_CUT
Command3=ID_EDIT_COPY
Command4=ID_EDIT_PASTE
Command5=ID_EDIT_DELETE
Command6=ID_EDIT_SELECT_ALL
CommandCount=6

[MNU:CG_IDR_POPUP_HEX_EDIT]
Type=1
Class=?
Command1=ID_EDIT_UNDO
Command2=ID_EDIT_CUT
Command3=ID_EDIT_COPY
Command4=ID_EDIT_PASTE
Command5=ID_EDIT_CLEAR
Command6=ID_EDIT_SELECT_ALL
CommandCount=6

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?