adotest.vcc

来自「Wince操作系统下」· VCC 代码 · 共 44 行

VCC
44
字号
; CLW file contains information for the MFC ClassWizard

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

ClassCount=2
Class1=CADOTestApp
Class2=CADOTestDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_ADOTEST_DIALOG

[CLS:CADOTestApp]
Type=0
HeaderFile=ADOTest.h
ImplementationFile=ADOTest.cpp
Filter=N

[CLS:CADOTestDlg]
Type=0
HeaderFile=ADOTestDlg.h
ImplementationFile=ADOTestDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_CMB_SQL


[DLG:IDD_ADOTEST_DIALOG]
Type=1
Class=CADOTestDlg
ControlCount=5
Control1=IDC_BTNCREATEDB,button,1342242816
Control2=IDC_BTNOPENDB,button,1342242816
Control3=IDC_CMB_SQL,combobox,1344340226
Control4=IDC_BTNEXEC,button,1342242816
Control5=IDC_LST_VIEW,SysListView32,1350631429

⌨️ 快捷键说明

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