Delphi_7.0数据库开发源代码。有内容十一章节
源代码在线查看: myclient.~dfm
object Form1: TForm1
Left = 297
Top = 191
Width = 387
Height = 181
Caption = 'Client'
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 = 0
Top = 0
Width = 377
Height = 153
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DCOMConnection1: TDCOMConnection
Connected = True
ServerGUID = '{9D311389-2D30-446B-B836-7140F0740417}'
ServerName = 'Server.ADHOCModule'
ComputerName = 'Lu'
Left = 104
Top = 48
end
object ClientDataSet1: TClientDataSet
Aggregates =
Params =
ProviderName = 'DataSetProvider1'
RemoteServer = DCOMConnection1
Left = 176
Top = 72
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 248
Top = 48
end
end