home *** CD-ROM | disk | FTP | other *** search
- object TestInstall: TTestInstall
- Left = 295
- Top = 129
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Test InvisiMail Install'
- ClientHeight = 189
- ClientWidth = 444
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 129
- Height = 189
- Align = alLeft
- BorderStyle = bsSingle
- TabOrder = 0
- object TestOut: TCheckBox
- Left = 1
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Tested Sending'
- Enabled = False
- TabOrder = 0
- end
- object TestIn: TCheckBox
- Left = 1
- Top = 56
- Width = 113
- Height = 17
- Caption = 'Tested Receiving'
- Enabled = False
- TabOrder = 1
- end
- object TestDNS: TCheckBox
- Left = 1
- Top = 80
- Width = 121
- Height = 17
- Caption = 'Tested DNS Servers'
- Enabled = False
- TabOrder = 2
- end
- object TestListen: TCheckBox
- Left = 1
- Top = 8
- Width = 121
- Height = 17
- Caption = 'Tested Connecting'
- Enabled = False
- TabOrder = 3
- end
- object StartTest: TButton
- Left = 32
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Start Test'
- TabOrder = 4
- OnClick = StartTestClick
- end
- object TestOK: TCheckBox
- Left = 1
- Top = 104
- Width = 113
- Height = 17
- Caption = 'Testing Successfull'
- Enabled = False
- TabOrder = 5
- end
- object Exit: TButton
- Left = 32
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Exit'
- Enabled = False
- ModalResult = 1
- TabOrder = 6
- OnClick = ExitClick
- end
- end
- object TestResults: TMemo
- Left = 129
- Top = 0
- Width = 315
- Height = 189
- Align = alClient
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object WSocket2: TWSocket
- LineMode = False
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Proto = 'tcp'
- LocalPort = '0'
- MultiThreaded = False
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 130
- Top = 34
- end
- end
-