home *** CD-ROM | disk | FTP | other *** search
- object FNetTest: TFNetTest
- Left = 239
- Top = 208
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Network and Firewall Test'
- ClientHeight = 245
- ClientWidth = 427
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object tFail: TLabel
- Left = 208
- Top = 224
- Width = 19
- Height = 13
- Caption = 'tFail'
- Visible = False
- WordWrap = True
- end
- object LPass: TLabel
- Left = 15
- Top = 136
- Width = 35
- Height = 13
- Caption = 'LPass'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object LFail: TLabel
- Left = 15
- Top = 161
- Width = 28
- Height = 13
- Caption = 'LFail'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object LTest: TLabel
- Left = 15
- Top = 194
- Width = 33
- Height = 13
- Caption = 'LTest'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object LTestName: TLabel
- Left = 12
- Top = 12
- Width = 55
- Height = 13
- Caption = 'LTestName'
- WordWrap = True
- end
- object LTestname2: TLabel
- Left = 12
- Top = 28
- Width = 61
- Height = 13
- Caption = 'LTestName2'
- WordWrap = True
- end
- object LTestname3: TLabel
- Left = 12
- Top = 52
- Width = 61
- Height = 13
- Caption = 'LTestName3'
- WordWrap = True
- end
- object Btest: TButton
- Left = 15
- Top = 215
- Width = 75
- Height = 23
- Caption = 'Test'
- TabOrder = 0
- OnClick = BtestClick
- end
- object BNext: TButton
- Left = 105
- Top = 215
- Width = 75
- Height = 23
- Caption = 'Finish'
- TabOrder = 1
- OnClick = BNextClick
- end
- object BCancel: TButton
- Left = 340
- Top = 215
- Width = 75
- Height = 23
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = BCancelClick
- end
- end
-