queen.clw

来自「八皇后演示程序,VC6.0开发环境 初学c++ 望指正」· CLW 代码 · 共 86 行

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

[General Info]
Version=1
LastClass=CQueenDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "queen.h"
LastPage=0

ClassCount=3
Class1=CQueenApp
Class2=CAboutDlg
Class3=CQueenDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDD_QUEEN_DIALOG
Resource3=IDR_CHOSEMETHOD

[CLS:CQueenApp]
Type=0
BaseClass=CWinApp
HeaderFile=Queen.h
ImplementationFile=Queen.cpp

[CLS:CAboutDlg]
Type=0
BaseClass=CDialog
HeaderFile=QueenDlg.cpp
ImplementationFile=QueenDlg.cpp
LastObject=IDM_BACKDATE

[CLS:CQueenDlg]
Type=0
BaseClass=CDialog
HeaderFile=QueenDlg.h
ImplementationFile=QueenDlg.cpp
LastObject=IDM_ONESTEP
Filter=D
VirtualFilter=dWC

[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_QUEEN_DIALOG]
Type=1
Class=CQueenDlg
ControlCount=19
Control1=IDC_START,button,1342242817
Control2=IDC_PAUSE,button,1342242816
Control3=IDC_COMBO2,combobox,1344339970
Control4=IDC_STATIC,button,1342177287
Control5=IDC_STATIC,button,1342177287
Control6=IDC_EDIT2,edit,1350631552
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,button,1342177287
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,button,1342177287
Control11=IDC_STATIC,button,1342177287
Control12=IDC_STATIC,button,1342177287
Control13=IDC_STARTTIME,static,1342308865
Control14=IDC_ENDTIME,static,1342308865
Control15=IDC_PAUSETIME,static,1342308865
Control16=IDC_MANY,static,1342308865
Control17=IDC_WHOLEPAUSETIME,static,1342308865
Control18=IDC_STATIC,button,1342177287
Control19=IDC_TOTALTIME,static,1342308865

[MNU:IDR_CHOSEMETHOD]
Type=1
Class=?
Command1=IDM_DIRECT
Command2=IDM_RANSACK
Command3=IDM_BACKDATE
Command4=IDM_AUTO
Command5=IDM_ONESTEP
CommandCount=5

⌨️ 快捷键说明

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