sample.clw

来自「visual C++ mysql Connect Source」· CLW 代码 · 共 107 行

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

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

ClassCount=5
Class1=CSampleApp
Class2=CSampleDlg
Class3=CAboutDlg

ResourceCount=5
Resource1=IDD_SAMPLE_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_ABOUTBOX
Class4=CDlgLogin
Resource4=IDD_SAMPLE_LOGIN
Class5=CDlgJoin
Resource5=IDD_JOIN

[CLS:CSampleApp]
Type=0
HeaderFile=Sample.h
ImplementationFile=Sample.cpp
Filter=N

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

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

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

[DLG:IDD_SAMPLE_DIALOG]
Type=1
Class=CSampleDlg
ControlCount=2
Control1=IDC_STATIC,button,1342177287
Control2=IDC_TREE,SysTreeView32,1350635527

[DLG:IDD_SAMPLE_LOGIN]
Type=1
Class=CDlgLogin
ControlCount=8
Control1=IDOK,button,1342242817
Control2=IDC_STATIC,button,1342177287
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_ID,edit,1350631552
Control6=IDC_PW,edit,1350631584
Control7=IDC_JOIN,button,1342242816
Control8=IDC_RESET,button,1342242816

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

[DLG:IDD_JOIN]
Type=1
Class=CDlgJoin
ControlCount=10
Control1=IDC_ID,edit,1350631552
Control2=IDC_PASSWORD,edit,1350631584
Control3=IDC_PASSWORD2,edit,1350631584
Control4=IDC_REC,edit,1350631552
Control5=IDOK,button,1342242817
Control6=IDCANCEL,button,1342242816
Control7=IDC_STATIC,button,1342177287
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352

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

⌨️ 快捷键说明

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