Unit1.~dfm
上传用户:netnetfish
上传日期:2021-01-14
资源大小:413k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  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 Edit1: TEdit
  17.     Left = 136
  18.     Top = 72
  19.     Width = 121
  20.     Height = 21
  21.     TabOrder = 0
  22.     Text = 'saymycarrer@163.com'
  23.   end
  24.   object Edit2: TEdit
  25.     Left = 136
  26.     Top = 104
  27.     Width = 121
  28.     Height = 21
  29.     TabOrder = 1
  30.     Text = 'saymycareer@sohu.com'
  31.   end
  32.   object Edit3: TEdit
  33.     Left = 136
  34.     Top = 136
  35.     Width = 121
  36.     Height = 21
  37.     TabOrder = 2
  38.     Text = #20320#22909
  39.   end
  40.   object Button1: TButton
  41.     Left = 160
  42.     Top = 224
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Button1'
  46.     TabOrder = 3
  47.     OnClick = Button1Click
  48.   end
  49.   object Memo1: TMemo
  50.     Left = 272
  51.     Top = 72
  52.     Width = 185
  53.     Height = 89
  54.     Lines.Strings = (
  55.       #20320#22909#65292#36825#26159#25105#30340'WEBSERVER'#26381#21153
  56.       #22120#33258#21160#32473#24744#21457#30340#20449#20214#65292#20877#35265#65281
  57.       '            '#20320#30340#37051#23621#65281)
  58.     TabOrder = 4
  59.   end
  60.   object HTTPRIO1: THTTPRIO
  61.     WSDLLocation = 
  62.       'http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/I' +
  63.       'EmailService'
  64.     Service = 'IEmailServiceservice'
  65.     Port = 'IEmailServicePort'
  66.     HTTPWebNode.Agent = 'Borland SOAP 1.1'
  67.     HTTPWebNode.UseUTF8InHeader = False
  68.     HTTPWebNode.InvokeOptions = [soIgnoreInvalidCerts]
  69.     Converter.Options = [soSendMultiRefObj, soTryAllSchema, soRootRefNodesToBody]
  70.     Left = 48
  71.     Top = 24
  72.   end
  73. end