controls.clw

来自「vc的一些原码,对于帮助学习和提高很有帮助」· CLW 代码 · 共 55 行

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

[General Info]
Version=1
LastClass=CStaticEx
LastTemplate=CPropertySheet
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Controls.h"

ClassCount=5
Class1=CControlsApp
Class2=CControlsDlg

ResourceCount=1
Resource1=IDR_MAINFRAME
Class3=CControlsProp
Class4=CEditEx
Class5=CStaticEx

[CLS:CControlsApp]
Type=0
HeaderFile=Controls.h
ImplementationFile=Controls.cpp
Filter=N

[CLS:CControlsDlg]
Type=0
HeaderFile=ControlsDlg.h
ImplementationFile=ControlsDlg.cpp
Filter=D



[CLS:CControlsProp]
Type=0
HeaderFile=ControlsProp.h
ImplementationFile=ControlsProp.cpp
BaseClass=CPropertySheet
Filter=W
VirtualFilter=hWC
LastObject=CControlsProp

[CLS:CEditEx]
Type=0
HeaderFile=EditEx.h
ImplementationFile=EditEx.cpp
BaseClass=CEdit

[CLS:CStaticEx]
Type=0
HeaderFile=StaticEx.h
ImplementationFile=StaticEx.cpp
BaseClass=CStatic

⌨️ 快捷键说明

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