Delphi_7.0数据库开发源代码。有内容十一章节
源代码在线查看: unit1.dfm
object Form1: TForm1
Left = 395
Top = 222
Width = 356
Height = 312
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 DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 329
Height = 241
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 Button1: TButton
Left = 136
Top = 256
Width = 75
Height = 25
Caption = 'ShowData'
TabOrder = 1
OnClick = Button1Click
end
end