home *** CD-ROM | disk | FTP | other *** search
- object OptionsDialog: TOptionsDialog
- Left = 667
- Top = 110
- BorderStyle = bsDialog
- Caption = 'PING Options'
- ClientHeight = 85
- ClientWidth = 290
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 8
- Width = 201
- Height = 69
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 20
- Top = 20
- Width = 46
- Height = 13
- Caption = 'Ping with '
- end
- object Label2: TLabel
- Left = 136
- Top = 20
- Width = 64
- Height = 13
- Caption = 'bytes of data.'
- end
- object Label3: TLabel
- Left = 20
- Top = 52
- Width = 50
- Height = 13
- Caption = 'Timeout at'
- end
- object Label4: TLabel
- Left = 148
- Top = 52
- Width = 13
- Height = 13
- Caption = 'ms'
- end
- object OKBtn: TButton
- Left = 212
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 212
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 68
- Top = 16
- Width = 53
- Height = 21
- TabOrder = 2
- Text = '4'
- end
- object PingDataSize: TUpDown
- Left = 121
- Top = 16
- Width = 12
- Height = 21
- Associate = Edit1
- Min = 1
- Max = 256
- Increment = 2
- Position = 4
- TabOrder = 3
- Wrap = False
- end
- object Edit2: TEdit
- Left = 76
- Top = 48
- Width = 53
- Height = 21
- TabOrder = 4
- Text = '500'
- end
- object TimeOutVal: TUpDown
- Left = 129
- Top = 48
- Width = 12
- Height = 21
- Associate = Edit2
- Min = 100
- Max = 10000
- Increment = 500
- Position = 500
- TabOrder = 5
- Wrap = False
- end
- end
-