⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fclientmain.dfm

📁 Delphi开发webservice的一套例子
💻 DFM
字号:
object Form1: TForm1
  Left = 250
  Top = 281
  Width = 535
  Height = 316
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 20
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 80
    Height = 20
    Caption = #36092#36023#26360#31821
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 40
    Height = 20
    Caption = #20221#25976
  end
  object Label3: TLabel
    Left = 16
    Top = 96
    Width = 80
    Height = 20
    Caption = #26371#21729#32232#34399
  end
  object Label4: TLabel
    Left = 16
    Top = 152
    Width = 80
    Height = 20
    Caption = #30906#35469#32232#34399
  end
  object Label5: TLabel
    Left = 16
    Top = 192
    Width = 80
    Height = 20
    Caption = #36092#36023#26085#26399
  end
  object Edit1: TEdit
    Left = 144
    Top = 8
    Width = 377
    Height = 28
    TabOrder = 0
    Text = #23526#25136'Delphi 6.x/Kylix 2-'#23560#26989'SOAP/Web Service'#31243#24335#35373#35336
  end
  object SpinEdit1: TSpinEdit
    Left = 144
    Top = 48
    Width = 121
    Height = 31
    MaxValue = 0
    MinValue = 0
    TabOrder = 1
    Value = 1
  end
  object Edit2: TEdit
    Left = 144
    Top = 88
    Width = 377
    Height = 28
    TabOrder = 2
    Text = 'A123456789'
  end
  object Panel1: TPanel
    Left = 0
    Top = 128
    Width = 521
    Height = 3
    TabOrder = 3
  end
  object Button1: TButton
    Left = 128
    Top = 232
    Width = 297
    Height = 41
    Caption = #30906#23450#36092#36023#26360#31821
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 142
    Top = 144
    Width = 377
    Height = 28
    TabOrder = 5
  end
  object Edit4: TEdit
    Left = 142
    Top = 184
    Width = 377
    Height = 28
    TabOrder = 6
  end
  object HTTPRIO1: THTTPRIO
    WSDLLocation = 
      'http://localhost:1024/PWADDEMO.ch04DemoServer/wsdl/IWADDemoServi' +
      'ce'
    Service = 'IWADDemoServiceservice'
    Port = 'IWADDemoServicePort'
    HTTPWebNode.Agent = 'Borland SOAP 1.1'
    HTTPWebNode.UseUTF8InHeader = False
    HTTPWebNode.InvokeOptions = []
    Converter.Options = [soSendMultiRefObj, soTryAllSchema]
    Left = 112
    Top = 16
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -