Delphi_7.0数据库开发源代码。有内容十一章节
源代码在线查看: clientfrm.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 560
Height = 278
Caption = #23433#20840#31283#23450#31995#32479#23458#25143#31471
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 8
Top = 56
Width = 529
Height = 169
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 224
Top = 16
Width = 75
Height = 25
Caption = 'UpdateData'
TabOrder = 1
OnClick = Button1Click
end
object SimpleObjectBroker1: TSimpleObjectBroker
Servers = <
item
ComputerName = 'Lu'
end>
Left = 80
Top = 16
end
object ClientDataSet1: TClientDataSet
Active = True
Aggregates =
Params =
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
Left = 40
Top = 16
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 120
Top = 16
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{E07BF504-0199-4E4E-910B-FC33041730BE}'
ServerName = 'server.SafeDataModule'
ObjectBroker = SimpleObjectBroker1
Left = 160
Top = 16
end
end