myoledbsample.clw

来自「VC程序设计与实例中与数据库编程有关的vc++源代码」· CLW 代码 · 共 63 行

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

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

ClassCount=3
Class1=CMyOLEDBSampleApp
Class2=CMyOLEDBSampleDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_MYOLEDBSAMPLE_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDR_MENU1

[CLS:CMyOLEDBSampleApp]
Type=0
HeaderFile=MyOLEDBSample.h
ImplementationFile=MyOLEDBSample.cpp
Filter=N

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

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

[MNU:IDR_MENU1]
Type=1
Class=?
Command1=ID_DATABASE_CONNECT
Command2=ID_DATABASE_DISCONNECT
Command3=ID_DELETE_CUSTOMERS
CommandCount=3

[DLG:IDD_MYOLEDBSAMPLE_DIALOG]
Type=1
Class=?
ControlCount=9
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
Control5=IDC_STATIC,static,1342308352
Control6=IDC_LIST1,listbox,1352728835
Control7=IDC_EDIT2,edit,1350631552
Control8=IDC_BUTTON1,button,1342242816
Control9=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

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