coverproblem.clw

来自「算法分析里的棋盘覆盖问题」· CLW 代码 · 共 74 行

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

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

ClassCount=4
Class1=CCoverProblemApp
Class2=CCoverProblemDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_COVERPROBLEM_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_ABOUTBOX
Class4=CDlgPaintQipan
Resource4=IDD_DIALOG_PAINTQIPAN

[CLS:CCoverProblemApp]
Type=0
HeaderFile=CoverProblem.h
ImplementationFile=CoverProblem.cpp
Filter=N

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

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

[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_COVERPROBLEM_DIALOG]
Type=1
Class=CCoverProblemDlg
ControlCount=3
Control1=IDC_BUTTON1,button,1342242816
Control2=IDC_STATIC,static,1342308352
Control3=IDC_QIPANSIZE,edit,1350631552

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

[DLG:IDD_DIALOG_PAINTQIPAN]
Type=1
Class=CDlgPaintQipan
ControlCount=0

⌨️ 快捷键说明

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