ex4_2.clw

来自「This is Visual C++ basis operation. Usin」· CLW 代码 · 共 69 行

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

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

ClassCount=3
Class1=CEx4_2App
Class2=CEx4_2Dlg
Class3=CAboutDlg

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

[CLS:CEx4_2App]
Type=0
HeaderFile=Ex4_2.h
ImplementationFile=Ex4_2.cpp
Filter=N

[CLS:CEx4_2Dlg]
Type=0
HeaderFile=Ex4_2Dlg.h
ImplementationFile=Ex4_2Dlg.cpp
Filter=D
LastObject=ID_TIME_MENU
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=Ex4_2Dlg.h
ImplementationFile=Ex4_2Dlg.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_EX4_2_DIALOG]
Type=1
Class=CEx4_2Dlg
ControlCount=3
Control1=IDC_TIME_BUTTON,button,1342242816
Control2=IDC_SHOW_BUTTON,button,1342242816
Control3=IDC_EXIT_BUTTON,button,1342242816

[MNU:IDR_MENU1]
Type=1
Class=CEx4_2Dlg
Command1=ID_TIME_MENU
Command2=ID_SHOW_MENU
Command3=ID_EXIT_MENU
Command4=ID_ABOUT_MENU
CommandCount=4

⌨️ 快捷键说明

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