doevents.clw

来自「c++系统开发实例精粹内附的80例源代码 环境:windows2000,c++」· CLW 代码 · 共 44 行

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

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

ClassCount=2
Class1=CDoeventsApp
Class2=CDoeventsDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_DOEVENTS_DIALOG

[CLS:CDoeventsApp]
Type=0
HeaderFile=doevents.h
ImplementationFile=doevents.cpp
Filter=N

[CLS:CDoeventsDlg]
Type=0
HeaderFile=doeventsDlg.h
ImplementationFile=doeventsDlg.cpp
Filter=D
LastObject=IDPB_TASK
BaseClass=CDialog
VirtualFilter=dWC



[DLG:IDD_DOEVENTS_DIALOG]
Type=1
Class=CDoeventsDlg
ControlCount=4
Control1=IDCANCEL,button,1342242816
Control2=IDPG_PROGRESS,msctls_progress32,1350565888
Control3=IDC_STATIC,static,1342308352
Control4=IDPB_TASK,button,1342242816

⌨️ 快捷键说明

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