combinetool.clw

来自「在VC6.0中用图片实现漂亮的界面,很不好下载呀」· CLW 代码 · 共 68 行

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

[General Info]
Version=1
LastClass=CAboutDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "combinetool.h"
LastPage=0

ClassCount=3
Class1=CCombineToolApp
Class2=CAboutDlg
Class3=CCombineToolDlg

ResourceCount=2
Resource1=IDD_ABOUTBOX
Resource2=IDD_COMBINETOOL_DIALOG

[CLS:CCombineToolApp]
Type=0
BaseClass=CWinApp
HeaderFile=CombineTool.h
ImplementationFile=CombineTool.cpp

[CLS:CAboutDlg]
Type=0
BaseClass=CDialog
HeaderFile=CombineToolDlg.cpp
ImplementationFile=CombineToolDlg.cpp
LastObject=CAboutDlg

[CLS:CCombineToolDlg]
Type=0
BaseClass=CDialog
HeaderFile=CombineToolDlg.h
ImplementationFile=CombineToolDlg.cpp

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=13
Control1=IDC_STA_PIC,static,1350565902
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352

[DLG:IDD_COMBINETOOL_DIALOG]
Type=1
Class=CCombineToolDlg
ControlCount=6
Control1=IDC_STATIC,static,1342177294
Control2=IDC_STA_QUIT,static,1073742094
Control3=IDC_STATIC,static,1342177294
Control4=IDC_STA_LOG,static,1073742094
Control5=IDC_STA_PLAY,static,1073742094
Control6=IDC_STA_TOOL,static,1073742094

⌨️ 快捷键说明

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