miniedit.clw

来自「Visual+C+++6[1].0实用教程代码 Visual+C+++6[1]」· CLW 代码 · 共 78 行

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

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

ClassCount=4
Class1=CMiniEditApp
Class2=CMiniEditDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3="IDD_MINIEDIT_DIALOG"
Resource4=IDD_MINIEDIT_DIALOG

[CLS:CMiniEditApp]
Type=0
HeaderFile=MiniEdit.h
ImplementationFile=MiniEdit.cpp
Filter=N

[CLS:CMiniEditDlg]
Type=0
HeaderFile=MiniEditDlg.h
ImplementationFile=MiniEditDlg.cpp
Filter=D

[CLS:CAboutDlg]
Type=0
HeaderFile=MiniEditDlg.h
ImplementationFile=MiniEditDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Class=CAboutDlg


[DLG:"IDD_MINIEDIT_DIALOG"]
Type=1
ControlCount=10
Control1=IDC_BASEDIR,edit,1350631552
Control2=IDC_SEARCH,button,1342242816
Control3=IDC_FILELST,listbox,1352728835
Control4=IDC_FILESAVE,edit,1350631552
Control5=IDC_TEXT,edit,1350635716
Control6=IDC_SAVE,button,1342242816
Control7=IDCANCEL,button,1342242816
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352

[DLG:IDD_MINIEDIT_DIALOG]
Type=1
Class=?
ControlCount=10
Control1=IDC_BASEDIR,edit,1350631552
Control2=IDC_SEARCH,button,1342242816
Control3=IDC_FILELST,listbox,1352728835
Control4=IDC_FILESAVE,edit,1350631552
Control5=IDC_TEXT,edit,1350635716
Control6=IDC_SAVE,button,1342242816
Control7=IDCANCEL,button,1342242816
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

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