robot.clw
来自「该程序实现两个机器人在一个二维网格中的自动追捕。通过方向键手动控制机器人A走步」· CLW 代码 · 共 85 行
CLW
85 行
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CRobotDlg
LastTemplate=CStatic
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Robot.h"
ClassCount=4
Class1=CRobotApp
Class2=CRobotDlg
Class3=CAboutDlg
ResourceCount=4
Resource1=IDD_ROBOT_DIALOG
Resource2=IDR_MAINFRAME
Class4=CRobotGrid
Resource3=IDD_ABOUTBOX
Resource4=IDR_MENU1
[CLS:CRobotApp]
Type=0
HeaderFile=Robot.h
ImplementationFile=Robot.cpp
Filter=N
[CLS:CRobotDlg]
Type=0
HeaderFile=RobotDlg.h
ImplementationFile=RobotDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_RADIO4
[CLS:CAboutDlg]
Type=0
HeaderFile=RobotDlg.h
ImplementationFile=RobotDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=CAboutDlg
[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_ROBOT_DIALOG]
Type=1
Class=CRobotDlg
ControlCount=7
Control1=IDC_GRID,static,1342243079
Control2=IDC_START,button,1342177280
Control3=IDC_START2,button,1342177280
Control4=IDC_RADIO1,button,1342177289
Control5=IDC_RADIO2,button,1342177289
Control6=IDC_RADIO3,button,1342177289
Control7=IDC_RADIO4,button,1342177289
[CLS:CRobotGrid]
Type=0
HeaderFile=RobotGrid.h
ImplementationFile=RobotGrid.cpp
BaseClass=CStatic
Filter=W
VirtualFilter=WC
LastObject=CRobotGrid
[MNU:IDR_MENU1]
Type=1
Class=?
Command1=ID_EXIT
Command2=ID_SETWHITEPOS
Command3=ID_SETBLACKPOS
Command4=ID_HELP
CommandCount=4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?