commwizard.clw

来自「一个在VC环境下写的很好的串口调试软件」· CLW 代码 · 共 113 行

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

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

ClassCount=5
Class1=CCommWizardApp
Class2=CCommWizardDlg
Class3=CAboutDlg

ResourceCount=5
Resource1=IDD_COMMWIZARD_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_DIALOG1
Class4=CSettingDlg
Resource4=IDD_ABOUTBOX
Class5=CStatistic
Resource5=IDD_STATISTIC

[CLS:CCommWizardApp]
Type=0
HeaderFile=CommWizard.h
ImplementationFile=CommWizard.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=CommWizardDlg.h
ImplementationFile=CommWizardDlg.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_COMMWIZARD_DIALOG]
Type=1
Class=CCommWizardDlg
ControlCount=11
Control1=IDC_STATIC,button,1342177287
Control2=IDC_SEND,button,1342275584
Control3=IDC_RECEIVE,button,1342275584
Control4=IDC_SETTINGS,button,1342275584
Control5=IDC_CLEAR,button,1342275584
Control6=IDC_TYPE,combobox,1344339970
Control7=IDC_EDIT_RECEIVE,edit,1352732804
Control8=IDC_STATIC,static,1342308352
Control9=IDC_COMMCTRL,{648A5600-2C6E-101B-82B6-000000000014},1342242816
Control10=IDC_MANUALSEND,button,1342275584
Control11=IDC_BUTTON_STA,button,1342242816

[DLG:IDD_DIALOG1]
Type=1
Class=CSettingDlg
ControlCount=12
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_COM,edit,1350631552
Control6=IDC_STATIC,static,1342308352
Control7=IDC_COMSETTING,edit,1350631552
Control8=IDC_STATIC,static,1342308352
Control9=IDC_SENDSTRING,edit,1350631552
Control10=IDC_STATIC,static,1342308352
Control11=IDC_TIME,edit,1350631552
Control12=IDC_STATIC,static,1342308352

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

[DLG:IDD_STATISTIC]
Type=1
Class=CStatistic
ControlCount=3
Control1=IDC_STATISTICSHOW,edit,1350631552
Control2=IDOK,button,1342242816
Control3=IDC_STATIC,button,1342177287

[CLS:CStatistic]
Type=0
HeaderFile=Statistic.h
ImplementationFile=Statistic.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_STATISTICSHOW

⌨️ 快捷键说明

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