home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TFNETTEST / TFNETTEST.txt
Encoding:
Text File  |  2001-06-19  |  2.5 KB  |  130 lines

  1. object FNetTest: TFNetTest
  2.   Left = 239
  3.   Top = 208
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Network and Firewall Test'
  9.   ClientHeight = 245
  10.   ClientWidth = 427
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object tFail: TLabel
  25.     Left = 208
  26.     Top = 224
  27.     Width = 19
  28.     Height = 13
  29.     Caption = 'tFail'
  30.     Visible = False
  31.     WordWrap = True
  32.   end
  33.   object LPass: TLabel
  34.     Left = 15
  35.     Top = 136
  36.     Width = 35
  37.     Height = 13
  38.     Caption = 'LPass'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -12
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Visible = False
  46.     WordWrap = True
  47.   end
  48.   object LFail: TLabel
  49.     Left = 15
  50.     Top = 161
  51.     Width = 28
  52.     Height = 13
  53.     Caption = 'LFail'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clRed
  56.     Font.Height = -12
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     Visible = False
  61.     WordWrap = True
  62.   end
  63.   object LTest: TLabel
  64.     Left = 15
  65.     Top = 194
  66.     Width = 33
  67.     Height = 13
  68.     Caption = 'LTest'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clBlack
  71.     Font.Height = -12
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     Visible = False
  76.     WordWrap = True
  77.   end
  78.   object LTestName: TLabel
  79.     Left = 12
  80.     Top = 12
  81.     Width = 55
  82.     Height = 13
  83.     Caption = 'LTestName'
  84.     WordWrap = True
  85.   end
  86.   object LTestname2: TLabel
  87.     Left = 12
  88.     Top = 28
  89.     Width = 61
  90.     Height = 13
  91.     Caption = 'LTestName2'
  92.     WordWrap = True
  93.   end
  94.   object LTestname3: TLabel
  95.     Left = 12
  96.     Top = 52
  97.     Width = 61
  98.     Height = 13
  99.     Caption = 'LTestName3'
  100.     WordWrap = True
  101.   end
  102.   object Btest: TButton
  103.     Left = 15
  104.     Top = 215
  105.     Width = 75
  106.     Height = 23
  107.     Caption = 'Test'
  108.     TabOrder = 0
  109.     OnClick = BtestClick
  110.   end
  111.   object BNext: TButton
  112.     Left = 105
  113.     Top = 215
  114.     Width = 75
  115.     Height = 23
  116.     Caption = 'Finish'
  117.     TabOrder = 1
  118.     OnClick = BNextClick
  119.   end
  120.   object BCancel: TButton
  121.     Left = 340
  122.     Top = 215
  123.     Width = 75
  124.     Height = 23
  125.     Caption = 'Cancel'
  126.     TabOrder = 2
  127.     OnClick = BCancelClick
  128.   end
  129. end
  130.