test.clw

来自「晕!这是自己写的USB传输的上位机程序!用C++开发的!好久没写了!应该可以使用」· CLW 代码 · 共 55 行

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

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

ClassCount=2
Class1=CTestApp
Class2=CTestDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_TEST_DIALOG

[CLS:CTestApp]
Type=0
HeaderFile=Test.h
ImplementationFile=Test.cpp
Filter=N

[CLS:CTestDlg]
Type=0
HeaderFile=TestDlg.h
ImplementationFile=TestDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_BTNSPEED



[DLG:IDD_TEST_DIALOG]
Type=1
Class=CTestDlg
ControlCount=15
Control1=IDC_BTNLIST,button,1342242816
Control2=IDC_EDTOUTPUT,edit,1352732868
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDTSIZE,edit,1350631553
Control5=IDC_EDTNAME,edit,1350631553
Control6=IDC_STATIC,static,1342308352
Control7=IDC_BTNSTART,button,1342242816
Control8=IDC_BTNSTOP,button,1342242816
Control9=IDC_BTNCLEAR,button,1342242816
Control10=IDC_STATIC,static,1342308352
Control11=IDC_EDTPASS,edit,1350631553
Control12=IDC_STATIC,static,1342308352
Control13=IDC_EDTERROR,edit,1350631553
Control14=IDC_STATIC,static,1342308352
Control15=IDC_EDTSPEED,edit,1350631553

⌨️ 快捷键说明

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