testdlg.clw

来自「ascii->unicode->asc」· CLW 代码 · 共 109 行

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

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

ClassCount=3
Class1=CTestDlgApp
Class2=CTestDlgDlg
Class3=CAboutDlg

ResourceCount=8
Resource1=IDD_ABOUTBOX (Chinese (P.R.C.))
Resource2=IDR_MAINFRAME
Resource3=IDD_TESTDLG_DIALOG (Chinese (Taiwan))
Resource4=IDD_ABOUTBOX (Chinese (Taiwan))
Resource5=IDD_TESTDLG_DIALOG (Chinese (P.R.C.))
Resource6=IDD_ABOUTBOX
Resource7=IDD_TESTDLG_DIALOG
Resource8=IDR_MENU1

[CLS:CTestDlgApp]
Type=0
HeaderFile=testDlg.h
ImplementationFile=testDlg.cpp
Filter=N
LastObject=CTestDlgApp

[CLS:CTestDlgDlg]
Type=0
HeaderFile=testDlgDlg.h
ImplementationFile=testDlgDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_EDIT1

[CLS:CAboutDlg]
Type=0
HeaderFile=testDlgDlg.h
ImplementationFile=testDlgDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=CAboutDlg

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

[DLG:IDD_TESTDLG_DIALOG]
Type=1
Class=CTestDlgDlg
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552

[DLG:IDD_ABOUTBOX (Chinese (P.R.C.))]
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_TESTDLG_DIALOG (Chinese (P.R.C.))]
Type=1
Class=?
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552

[DLG:IDD_TESTDLG_DIALOG (Chinese (Taiwan))]
Type=1
Class=?
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_EDIT1,edit,1350631552

[DLG:IDD_ABOUTBOX (Chinese (Taiwan))]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[MNU:IDR_MENU1]
Type=1
Class=?
CommandCount=0

⌨️ 快捷键说明

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