home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / InviMail / IM40lite.exe / InvisiMGR.exe / 0 / RCDATA / TTESTINSTALL / TTESTINSTALL.txt
Encoding:
Text File  |  1999-09-10  |  2.4 KB  |  120 lines

  1. object TestInstall: TTestInstall
  2.   Left = 295
  3.   Top = 129
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Test InvisiMail Install'
  7.   ClientHeight = 189
  8.   ClientWidth = 444
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 129
  23.     Height = 189
  24.     Align = alLeft
  25.     BorderStyle = bsSingle
  26.     TabOrder = 0
  27.     object TestOut: TCheckBox
  28.       Left = 1
  29.       Top = 32
  30.       Width = 97
  31.       Height = 17
  32.       Caption = 'Tested Sending'
  33.       Enabled = False
  34.       TabOrder = 0
  35.     end
  36.     object TestIn: TCheckBox
  37.       Left = 1
  38.       Top = 56
  39.       Width = 113
  40.       Height = 17
  41.       Caption = 'Tested Receiving'
  42.       Enabled = False
  43.       TabOrder = 1
  44.     end
  45.     object TestDNS: TCheckBox
  46.       Left = 1
  47.       Top = 80
  48.       Width = 121
  49.       Height = 17
  50.       Caption = 'Tested DNS Servers'
  51.       Enabled = False
  52.       TabOrder = 2
  53.     end
  54.     object TestListen: TCheckBox
  55.       Left = 1
  56.       Top = 8
  57.       Width = 121
  58.       Height = 17
  59.       Caption = 'Tested Connecting'
  60.       Enabled = False
  61.       TabOrder = 3
  62.     end
  63.     object StartTest: TButton
  64.       Left = 32
  65.       Top = 128
  66.       Width = 75
  67.       Height = 25
  68.       Caption = 'Start Test'
  69.       TabOrder = 4
  70.       OnClick = StartTestClick
  71.     end
  72.     object TestOK: TCheckBox
  73.       Left = 1
  74.       Top = 104
  75.       Width = 113
  76.       Height = 17
  77.       Caption = 'Testing Successfull'
  78.       Enabled = False
  79.       TabOrder = 5
  80.     end
  81.     object Exit: TButton
  82.       Left = 32
  83.       Top = 152
  84.       Width = 75
  85.       Height = 25
  86.       Caption = 'Exit'
  87.       Enabled = False
  88.       ModalResult = 1
  89.       TabOrder = 6
  90.       OnClick = ExitClick
  91.     end
  92.   end
  93.   object TestResults: TMemo
  94.     Left = 129
  95.     Top = 0
  96.     Width = 315
  97.     Height = 189
  98.     Align = alClient
  99.     ScrollBars = ssVertical
  100.     TabOrder = 1
  101.   end
  102.   object WSocket2: TWSocket
  103.     LineMode = False
  104.     LineEnd = #13#10
  105.     LineEcho = False
  106.     LineEdit = False
  107.     Proto = 'tcp'
  108.     LocalPort = '0'
  109.     MultiThreaded = False
  110.     FlushTimeout = 60
  111.     SendFlags = wsSendNormal
  112.     LingerOnOff = wsLingerOn
  113.     LingerTimeout = 0
  114.     SocksLevel = '5'
  115.     SocksAuthentication = socksNoAuthentication
  116.     Left = 130
  117.     Top = 34
  118.   end
  119. end
  120.