Delphi_7.0数据库开发源代码。有内容十一章节
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 252
Top = 212
Width = 385
Height = 313
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBImage1: TDBImage
Left = 0
Top = 32
Width = 377
Height = 254
Align = alBottom
DataField = 'BMP'
DataSource = DataSource1
TabOrder = 0
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 0
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'animals.dbf'
Left = 272
end
object DataSource1: TDataSource
DataSet = Table1
Left = 248
end
end