dataclientform.dfm
来自「Delphi7从入门到精通及附书源码 Delphi7从入门到精通及附书源码」· DFM 代码 · 共 52 行
DFM
52 行
object Form1: TForm1
Left = 232
Top = 212
Width = 595
Height = 347
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 = 128
Top = 24
Width = 409
Height = 241
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object SoapConnection1: TSoapConnection
Agent = 'Borland SOAP 1.2'
Connected = True
URL = 'http://localhost/scripts/DataService.exe/soap'
SOAPServerIID = 'IAppServerSOAP - {C99F4735-D6D2-495C-8CA2-E53E5A439E61}'
UseSOAPAdapter = True
Left = 56
Top = 48
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
RemoteServer = SoapConnection1
Left = 56
Top = 128
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 56
Top = 200
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?