Unit1.~dfm
上传用户:netnetfish
上传日期:2021-01-14
资源大小:413k
文件大小:2k
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 544
- Height = 375
- 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 Edit1: TEdit
- Left = 136
- Top = 72
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'saymycarrer@163.com'
- end
- object Edit2: TEdit
- Left = 136
- Top = 104
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'saymycareer@sohu.com'
- end
- object Edit3: TEdit
- Left = 136
- Top = 136
- Width = 121
- Height = 21
- TabOrder = 2
- Text = #20320#22909
- end
- object Button1: TButton
- Left = 160
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 272
- Top = 72
- Width = 185
- Height = 89
- 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 = 48
- Top = 24
- end
- end