project.clw

来自「VC实验: 一.实验名称:掌握基于MFC的资源应用 二.实验目的:通过基于M」· CLW 代码 · 共 71 行

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

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

ClassCount=3
Class1=CProjectApp
Class2=CProjectDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_PROJECT_DIALOG
Resource4=IDR_MENU1

[CLS:CProjectApp]
Type=0
HeaderFile=project.h
ImplementationFile=project.cpp
Filter=N

[CLS:CProjectDlg]
Type=0
HeaderFile=projectDlg.h
ImplementationFile=projectDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=ID_HELP

[CLS:CAboutDlg]
Type=0
HeaderFile=projectDlg.h
ImplementationFile=projectDlg.cpp
Filter=D
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_PROJECT_DIALOG]
Type=1
Class=CProjectDlg
ControlCount=0

[MNU:IDR_MENU1]
Type=1
Class=?
Command1=ID_NEW
Command2=ID_OPEN
Command3=ID_SEAVE
Command4=ID_QQQ
Command5=ID_MENUITEM32775
Command6=ID_MENUITEM32776
Command7=ID_CFONT
Command8=ID_COLOR
Command9=ID_HELP
CommandCount=9

⌨️ 快捷键说明

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