rusgame.clw

来自「俄罗斯方块」· CLW 代码 · 共 93 行

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

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

ClassCount=4
Class1=CRusGameApp
Class2=CRusGameDlg

ResourceCount=5
Resource2=IDD_ABOUT
Resource1=IDR_MAINFRAME
Resource3=IDD_RUSGAME_DIALOG
Resource4=IDD_HELP
Class3=dlg_about
Class4=dlg_help
Resource5=IDR_MENU1

[CLS:CRusGameApp]
Type=0
HeaderFile=RusGame.h
ImplementationFile=RusGame.cpp
Filter=N

[CLS:CRusGameDlg]
Type=0
HeaderFile=RusGameDlg.h
ImplementationFile=RusGameDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=ID_ABOUT



[DLG:IDD_RUSGAME_DIALOG]
Type=1
Class=CRusGameDlg
ControlCount=4
Control1=IDC_STATIC1,static,1350701056
Control2=IDC_STATIC2,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352

[MNU:IDR_MENU1]
Type=1
Class=CRusGameDlg
Command1=ID_NewGame
Command2=ID_ReStartGame
Command3=ID_GameStop
Command4=ID_QuitGame
Command5=ID_HELP
Command6=ID_ABOUT
CommandCount=6

[DLG:IDD_ABOUT]
Type=1
Class=dlg_about
ControlCount=3
Control1=IDC_STATIC,static,1342308352
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352

[DLG:IDD_HELP]
Type=1
Class=dlg_help
ControlCount=4
Control1=IDC_STATIC,static,1342308352
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352

[CLS:dlg_about]
Type=0
HeaderFile=dlg_about.h
ImplementationFile=dlg_about.cpp
BaseClass=CDialog
Filter=D
LastObject=dlg_about

[CLS:dlg_help]
Type=0
HeaderFile=dlg_help.h
ImplementationFile=dlg_help.cpp
BaseClass=CDialog
Filter=D
LastObject=dlg_help

⌨️ 快捷键说明

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