Unit1.dfm
上传用户:netnetfish
上传日期:2021-01-14
资源大小:413k
文件大小:2k
- object Form1: TForm1
- Left = 253
- Top = 288
- Width = 400
- Height = 152
- 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 Label1: TLabel
- Left = 16
- Top = 16
- Width = 15
- Height = 13
- Caption = 'TO'
- end
- object Label2: TLabel
- Left = 16
- Top = 40
- Width = 23
- Height = 13
- Caption = 'From'
- end
- object Label3: TLabel
- Left = 16
- Top = 64
- Width = 24
- Height = 13
- Caption = #20027#39064
- end
- object Edit1: TEdit
- Left = 56
- Top = 8
- Width = 137
- Height = 21
- TabOrder = 0
- Text = 'saymycarrer@163.com'
- end
- object Edit2: TEdit
- Left = 56
- Top = 32
- Width = 137
- Height = 21
- TabOrder = 1
- Text = 'saymycareer@sohu.com'
- end
- object Edit3: TEdit
- Left = 56
- Top = 56
- Width = 137
- Height = 21
- TabOrder = 2
- Text = #20320#22909
- end
- object Button1: TButton
- Left = 216
- Top = 88
- Width = 113
- Height = 25
- Caption = #21457#36865
- TabOrder = 3
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 200
- Top = 8
- Width = 185
- Height = 73
- Lines.Strings = (
- #20320#22909#65292#36825#26159#25105#30340'WEBSERVER'#26381#21153
- #22120#33258#21160#32473#24744#21457#30340#20449#20214#65292#20877#35265#65281
- ' '#20320#30340#37051#23621#65281)
- TabOrder = 4
- end
- object HTTPRIO1: THTTPRIO
- WSDLLocation =
- 'http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/I' +
- 'EmailService'
- Service = 'IEmailServiceservice'
- Port = 'IEmailServicePort'
- HTTPWebNode.Agent = 'Borland SOAP 1.1'
- HTTPWebNode.UseUTF8InHeader = False
- HTTPWebNode.InvokeOptions = [soIgnoreInvalidCerts]
- Converter.Options = [soSendMultiRefObj, soTryAllSchema, soRootRefNodesToBody]
- Left = 208
- Top = 56
- end
- end