carcontroller.vcc

来自「EVC开发的一串口软件件」· VCC 代码 · 共 60 行

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

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

ClassCount=2
Class1=CCarControllerApp
Class2=CCarControllerDlg

ResourceCount=4
Resource2=IDR_MAINFRAME
Resource3=IDD_CARCONTROLLER_DIALOG
Resource4=IDD_CARCONTROLLER_DIALOG (German (Germany))

[CLS:CCarControllerApp]
Type=0
HeaderFile=CarController.h
ImplementationFile=CarController.cpp
Filter=N

[CLS:CCarControllerDlg]
Type=0
HeaderFile=CarControllerDlg.h
ImplementationFile=CarControllerDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_FORWORD


[DLG:IDD_CARCONTROLLER_DIALOG]
Type=1
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Class=CCarControllerDlg

[DLG:IDD_CARCONTROLLER_DIALOG (German (Germany))]
Type=1
Class=CCarControllerDlg
ControlCount=12
Control1=IDC_FORWORD,button,1342242816
Control2=IDC_BACKWORD,button,1342242816
Control3=IDC_TURNLEFT,button,1342242816
Control4=IDC_TURNRIGHT,button,1342242816
Control5=IDC_RESET,button,1342242816
Control6=IDC_STATIC,button,1342177287
Control7=IDC_EDIT,edit,1350631552
Control8=IDC_AUTORUN,button,1342242816
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,button,1342177287
Control11=IDC_STATIC,static,1350696961
Control12=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

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