historyeditdemo.clw
来自「C++编程实践与技巧一书各章节的源码」· CLW 代码 · 共 50 行
CLW
50 行
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CHistoryEditDemoDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "historyeditdemo.h"
LastPage=0
ClassCount=3
Class1=CHistoryEdit
Class2=CHistoryEditDemoApp
Class3=CHistoryEditDemoDlg
ResourceCount=1
Resource1=IDD_HISTORYEDITDEMO_DIALOG
[CLS:CHistoryEdit]
Type=0
BaseClass=CEdit
HeaderFile=HistoryEdit.h
ImplementationFile=HistoryEdit.cpp
[CLS:CHistoryEditDemoApp]
Type=0
BaseClass=CWinApp
HeaderFile=HistoryEditDemo.h
ImplementationFile=HistoryEditDemo.cpp
[CLS:CHistoryEditDemoDlg]
Type=0
BaseClass=CDialog
HeaderFile=HistoryEditDemoDlg.h
ImplementationFile=HistoryEditDemoDlg.cpp
LastObject=EDIT_HISTORY
[DLG:IDD_HISTORYEDITDEMO_DIALOG]
Type=1
Class=CHistoryEditDemoDlg
ControlCount=7
Control1=EDIT_TEXT,edit,1350631552
Control2=BUTTON_ADD,button,1342242817
Control3=BUTTON_CLEAR,button,1342242816
Control4=BUTTON_CLOSE,button,1342242816
Control5=IDC_STATIC,static,1342308352
Control6=EDIT_HISTORY,edit,1352730692
Control7=IDC_STATIC,static,1342308352
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?