adodb.clw

来自「VC++一个数据库的开发」· CLW 代码 · 共 103 行

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

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

ClassCount=4
Class1=CAdoDBApp
Class2=CAdoDBDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_ADODB_DIALOG
Class4=CNewModifyDlg
Resource4=IDD_N_M_DIALOG

[CLS:CAdoDBApp]
Type=0
HeaderFile=AdoDB.h
ImplementationFile=AdoDB.cpp
Filter=N

[CLS:CAdoDBDlg]
Type=0
HeaderFile=AdoDBDlg.h
ImplementationFile=AdoDBDlg.cpp
Filter=W
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_SEARCH

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

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

[DLG:IDD_ADODB_DIALOG]
Type=1
Class=CAdoDBDlg
ControlCount=18
Control1=IDC_STATIC,button,1342177287
Control2=IDC_LIST,SysListView32,1350631453
Control3=IDC_STATIC,button,1342177287
Control4=IDC_EXIT,button,1342242816
Control5=IDC_OPEN,button,1342242816
Control6=IDC_COLOR,button,1342242816
Control7=IDC_NEW,button,1342242816
Control8=IDC_Modify,button,1342242816
Control9=IDC_DELETE,button,1342242816
Control10=IDC_STATIC,static,1342308354
Control11=IDC_STATIC,static,1342308354
Control12=IDC_STATIC,static,1342308352
Control13=IDC_SERACH_VAR,combobox,1344340227
Control14=IDC_EQUAL,combobox,1344340227
Control15=IDC_SEARCH,button,1342242817
Control16=IDC_ALL_RECORD,button,1342242816
Control17=IDC_SEARCH_VALUE,edit,1350631552
Control18=IDC_COLOR_TEXT,button,1342242816

[DLG:IDD_N_M_DIALOG]
Type=1
Class=CNewModifyDlg
ControlCount=14
Control1=IDC_DONE,button,1342242816
Control2=IDC_STATIC,static,1342308352
Control3=IDC_EDIT_NAME,edit,1350631552
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDIT_TELNO,edit,1350631552
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_DATE,SysDateTimePick32,1342242848
Control9=IDC_TIME,SysDateTimePick32,1342242857
Control10=IDC_STATIC,static,1342308352
Control11=IDC_EDIT_MESSAGE,edit,1350631552
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352

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

⌨️ 快捷键说明

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