ex050102c.clw
来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· CLW 代码 · 共 56 行
CLW
56 行
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CEx050102cDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "ex050102c.h"
LastPage=0
ClassCount=2
Class1=CEx050102cApp
ResourceCount=2
Resource1=IDD_ABOUTBOX
Class2=CEx050102cDlg
Resource2=IDD_EX050102C_DIALOG
[CLS:CEx050102cApp]
Type=0
BaseClass=CWinApp
HeaderFile=Ex050102c.h
ImplementationFile=Ex050102c.cpp
LastObject=CEx050102cApp
[DLG:IDD_ABOUTBOX]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
[DLG:IDD_EX050102C_DIALOG]
Type=1
Class=CEx050102cDlg
ControlCount=9
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_RADIO1,button,1342177289
Control4=IDC_RADIO2,button,1342177289
Control5=IDC_RADIO3,button,1342177289
Control6=IDC_CHECK1,button,1342242819
Control7=IDC_CHECK,button,1342242816
Control8=IDC_GETSTATE,button,1342242816
Control9=IDC_STATIC,button,1342177287
[CLS:CEx050102cDlg]
Type=0
HeaderFile=Ex050102cDlg.h
ImplementationFile=Ex050102cDlg.cpp
BaseClass=CDialog
Filter=D
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?