multithreadserialapp.clw

来自「实时串口操作动态库,dll的形式实现了串口实时操作」· CLW 代码 · 共 78 行

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

[General Info]
Version=1
LastClass=CMultithreadSerialAppDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "MultithreadSerialApp.h"

ClassCount=3
Class1=CMultithreadSerialAppApp
Class2=CMultithreadSerialAppDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_MULTITHREADSERIALAPP_DIALOG
Resource4=IDR_MENU1

[CLS:CMultithreadSerialAppApp]
Type=0
HeaderFile=MultithreadSerialApp.h
ImplementationFile=MultithreadSerialApp.cpp
Filter=N

[CLS:CMultithreadSerialAppDlg]
Type=0
HeaderFile=MultithreadSerialAppDlg.h
ImplementationFile=MultithreadSerialAppDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=CMultithreadSerialAppDlg

[CLS:CAboutDlg]
Type=0
HeaderFile=MultithreadSerialAppDlg.h
ImplementationFile=MultithreadSerialAppDlg.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_MULTITHREADSERIALAPP_DIALOG]
Type=1
Class=CMultithreadSerialAppDlg
ControlCount=11
Control1=IDOK,button,1342242817
Control2=IDC_STATIC,button,1342177287
Control3=IDC_STATIC,button,1342177287
Control4=IDC_SENDCOMND,button,1342242816
Control5=IDC_EDIT1,edit,1350631552
Control6=IDC_LISTACTIVE,SysListView32,1350631425
Control7=IDC_STATIC,static,1342308352
Control8=IDC_LISTCHECK,SysListView32,1350631425
Control9=IDC_STATIC,static,1342308352
Control10=IDC_THREADSTATUS,static,1342308352
Control11=IDC_COMSTATUS,static,1342308352

[MNU:IDR_MENU1]
Type=1
Class=?
Command1=IDC_OPENCOM1
Command2=IDC_OPENCOM2
Command3=IDC_CLOSECOM
Command4=IDC_STARTTHREAD
Command5=IDC_CLEARAQUIRELIST
Command6=IDC_CLEARATCTIVELIST
CommandCount=6

⌨️ 快捷键说明

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