SoapDataForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormSDC: TFormSDC
  2.   Left = 457
  3.   Top = 113
  4.   Width = 480
  5.   Height = 252
  6.   Caption = 'SoapDataClient'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DBGrid1: TDBGrid
  17.     Left = 8
  18.     Top = 40
  19.     Width = 457
  20.     Height = 177
  21.     DataSource = DataSource1
  22.     TabOrder = 0
  23.     TitleFont.Charset = DEFAULT_CHARSET
  24.     TitleFont.Color = clWindowText
  25.     TitleFont.Height = -11
  26.     TitleFont.Name = 'MS Sans Serif'
  27.     TitleFont.Style = []
  28.   end
  29.   object Button1: TButton
  30.     Left = 88
  31.     Top = 8
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Open'
  35.     TabOrder = 1
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 168
  40.     Top = 8
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Do Update'
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47.   object Button3: TButton
  48.     Left = 8
  49.     Top = 8
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Count'
  53.     Enabled = False
  54.     TabOrder = 3
  55.     OnClick = Button3Click
  56.   end
  57.   object SoapConnection1: TSoapConnection
  58.     URL = 
  59.       'http://localhost:1024/SoapDataServer.SoapDataServer/Soap/ISoapTe' +
  60.       'stDm'
  61.     Left = 56
  62.     Top = 24
  63.   end
  64.   object ClientDataSet1: TClientDataSet
  65.     Aggregates = <>
  66.     Params = <>
  67.     ProviderName = 'DataSetProvider1'
  68.     RemoteServer = SoapConnection1
  69.     Left = 152
  70.     Top = 24
  71.   end
  72.   object DataSource1: TDataSource
  73.     DataSet = ClientDataSet1
  74.     Left = 240
  75.     Top = 24
  76.   end
  77.   object HTTPRIO1: THTTPRIO
  78.     URL = 
  79.       'http://localhost:1024/SoapDataServer.SoapDataServer/Soap/ISoapTe' +
  80.       'stDm'
  81.     HTTPWebNode.Agent = 'Borland SOAP 1.1'
  82.     HTTPWebNode.UseUTF8InHeader = False
  83.     Converter.Options = [soSendMultiRefObj, soTryAllSchema]
  84.     Left = 56
  85.     Top = 88
  86.   end
  87. end