comtest.vcc

来自「基于三星2440串口的简单测试程序,可以进行接收和发送的检测」· VCC 代码 · 共 55 行

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

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

ClassCount=2
Class1=CComtestApp
Class2=CComtestDlg

ResourceCount=4
Resource2=IDR_MAINFRAME
Resource3=IDD_COMTEST_DIALOG
Resource4=IDD_COMTEST_DIALOG (English (U.S.))

[CLS:CComtestApp]
Type=0
HeaderFile=Comtest.h
ImplementationFile=Comtest.cpp
Filter=N

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


[DLG:IDD_COMTEST_DIALOG]
Type=1
Class=CComtestDlg
ControlCount=5
Control1=IDC_INIT,button,1342242816
Control2=IDC_SEND,button,1342242816
Control3=IDC_COMBO1,combobox,1344348163
Control4=IDC_EDIT1,edit,1350633476
Control5=IDC_EDIT2,edit,1350631428

[DLG:IDD_COMTEST_DIALOG (English (U.S.))]
Type=1
Class=?
ControlCount=5
Control1=IDC_INIT,button,1342242816
Control2=IDC_SEND,button,1342242816
Control3=IDC_COMBO1,combobox,1344348163
Control4=IDC_EDIT1,edit,1350633476
Control5=IDC_EDIT2,edit,1350631428

⌨️ 快捷键说明

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