Delphi_7.0数据库开发源代码。有内容十一章节
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 457
Height = 366
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 Label1: TLabel
Left = 176
Top = 24
Width = 60
Height = 13
Caption = #35831#36755#20837#22269#23478
end
object DBGrid1: TDBGrid
Left = 8
Top = 88
Width = 433
Height = 241
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Edit1: TEdit
Left = 176
Top = 40
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 1
end
object Button1: TButton
Left = 352
Top = 40
Width = 75
Height = 25
Caption = #24102#21442#26597#35810
TabOrder = 2
OnClick = Button1Click
end
object Query1: TQuery
Active = True
DatabaseName = 'DBDEMOS'
SQL.Strings = (
'select * from customer.db')
Left = 40
Top = 48
end
object DataSource1: TDataSource
DataSet = Query1
Left = 88
Top = 48
end
end