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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 253
  3.   Top = 288
  4.   Width = 400
  5.   Height = 152
  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 Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 15
  20.     Height = 13
  21.     Caption = 'TO'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 40
  26.     Width = 23
  27.     Height = 13
  28.     Caption = 'From'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 64
  33.     Width = 24
  34.     Height = 13
  35.     Caption = #20027#39064
  36.   end
  37.   object Edit1: TEdit
  38.     Left = 56
  39.     Top = 8
  40.     Width = 137
  41.     Height = 21
  42.     TabOrder = 0
  43.     Text = 'saymycarrer@163.com'
  44.   end
  45.   object Edit2: TEdit
  46.     Left = 56
  47.     Top = 32
  48.     Width = 137
  49.     Height = 21
  50.     TabOrder = 1
  51.     Text = 'saymycareer@sohu.com'
  52.   end
  53.   object Edit3: TEdit
  54.     Left = 56
  55.     Top = 56
  56.     Width = 137
  57.     Height = 21
  58.     TabOrder = 2
  59.     Text = #20320#22909
  60.   end
  61.   object Button1: TButton
  62.     Left = 216
  63.     Top = 88
  64.     Width = 113
  65.     Height = 25
  66.     Caption = #21457#36865
  67.     TabOrder = 3
  68.     OnClick = Button1Click
  69.   end
  70.   object Memo1: TMemo
  71.     Left = 200
  72.     Top = 8
  73.     Width = 185
  74.     Height = 73
  75.     Lines.Strings = (
  76.       #20320#22909#65292#36825#26159#25105#30340'WEBSERVER'#26381#21153
  77.       #22120#33258#21160#32473#24744#21457#30340#20449#20214#65292#20877#35265#65281
  78.       '            '#20320#30340#37051#23621#65281)
  79.     TabOrder = 4
  80.   end
  81.   object HTTPRIO1: THTTPRIO
  82.     WSDLLocation = 
  83.       'http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/I' +
  84.       'EmailService'
  85.     Service = 'IEmailServiceservice'
  86.     Port = 'IEmailServicePort'
  87.     HTTPWebNode.Agent = 'Borland SOAP 1.1'
  88.     HTTPWebNode.UseUTF8InHeader = False
  89.     HTTPWebNode.InvokeOptions = [soIgnoreInvalidCerts]
  90.     Converter.Options = [soSendMultiRefObj, soTryAllSchema, soRootRefNodesToBody]
  91.     Left = 208
  92.     Top = 56
  93.   end
  94. end