program71.clw

来自「单机人对机器的游戏,共有23块宝石,两个人轮流取,看谁得到最后一块最大的为胜利者」· CLW 代码 · 共 69 行

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

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

ClassCount=3
Class1=CProgram71App
Class2=CProgram71Dlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_PROGRAM71_DIALOG

[CLS:CProgram71App]
Type=0
HeaderFile=program71.h
ImplementationFile=program71.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=program71Dlg.h
ImplementationFile=program71Dlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=3
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308352
Control3=IDOK,button,1342373889

[DLG:IDD_PROGRAM71_DIALOG]
Type=1
Class=CProgram71Dlg
ControlCount=15
Control1=IDC_BUTSTART,button,1342373952
Control2=IDC_BUTOK,button,1342242880
Control3=IDC_BUTEXIT,button,1342242880
Control4=IDC_BUTHELP,button,1342242880
Control5=IDC_EDITTXT,edit,1352861700
Control6=IDC_STATIC,button,1342373895
Control7=IDC_RADIO1,button,1342373897
Control8=IDC_RADIO2,button,1342242825
Control9=IDC_RADIO3,button,1342242825
Control10=IDC_EDIT1,edit,1342179328
Control11=IDC_EDIT2,edit,1342179328
Control12=IDC_EDIT3,edit,1342179328
Control13=IDC_STATIC,static,1342177550
Control14=IDC_STATIC,static,1342177283
Control15=IDC_STATIC,static,1342177283

⌨️ 快捷键说明

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