【VB开源代码栏目提醒】:网学会员在VB开源代码频道为大家收集整理了Data.frm提供大家参考,希望对大家有所帮助!
VERSION 5.00
Begin VB.Form Data
Caption = "Form1"
ClientHeight = 1575
ClientLeft = 60
ClientTop = 345
ClientWidth = 3990
LinkTopic = "Form1"
ScaleHeight = 1575
ScaleWidth = 3990
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
DataField = "Author"
DataSource = "Data1"
Height = 375
Left = 120
TabIndex = 0
Top = 120
Width = 3735
End
Begin VB.Data Data
Align = 2 'Align Bottom
Caption = "Data1"
Connect = "Access"
DatabaseName = "D:\Program Files\Microsoft Visual Studio\
VB98\BIBLIO.MDB"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 0
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "Authors"
Top = 1200
Width = 3990
End
End
Attribute VB_Name = "Data"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit