echofill.clw

来自「《Visual C++ Bible》或者说是《Visual C++ 宝典》的对应」· CLW 代码 · 共 56 行

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

[General Info]
Version=1
LastClass=DMainFrame
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "echofill.h"
VbxHeaderFile=echofill.h
VbxImplementationFile=echofill.cpp
LastPage=0

ClassCount=3
Class1=DApp
Class2=CAboutDlg
Class3=DMainFrame

ResourceCount=2
Resource1=IDR_MAINFRAME
Resource2=IDD_ABOUTBOX

[CLS:DApp]
Type=0
HeaderFile=echofill.h
ImplementationFile=echofill.cpp

[CLS:CAboutDlg]
Type=0
HeaderFile=echofill.cpp
ImplementationFile=echofill.cpp

[CLS:DMainFrame]
Type=0
HeaderFile=mainfrm.h
ImplementationFile=mainfrm.cpp
Filter=T
VirtualFilter=fWC
LastObject=DMainFrame

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

[MNU:IDR_MAINFRAME]
Type=1
Class=?
Command1=ID_APP_EXIT
Command2=ID_APP_ABOUT
CommandCount=2

⌨️ 快捷键说明

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