home *** CD-ROM | disk | FTP | other *** search
- object fMain: TfMain
- Left = 283
- Top = 233
- Width = 522
- Height = 436
- Caption = 'Speed test'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 514
- 390)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 31
- Height = 13
- Caption = 'Server'
- end
- object Edit1: TEdit
- Left = 60
- Top = 12
- Width = 121
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- end
- object sgReport: TStringGrid
- Left = 20
- Top = 52
- Width = 237
- Height = 312
- Anchors = [akLeft, akTop, akBottom]
- ColCount = 2
- DefaultColWidth = 125
- DefaultRowHeight = 20
- RowCount = 2
- TabOrder = 1
- ColWidths = (
- 125
- 76)
- end
- object bStart: TBitBtn
- Left = 280
- Top = 52
- Width = 75
- Height = 25
- Caption = 'START'
- Enabled = False
- TabOrder = 2
- OnClick = bStartClick
- end
- object bSave: TBitBtn
- Left = 424
- Top = 52
- Width = 75
- Height = 25
- Caption = 'Ulo'#382'it log'
- TabOrder = 3
- OnClick = bSaveClick
- end
- object bLoad: TBitBtn
- Left = 424
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Na'#269#237'st log'
- TabOrder = 4
- OnClick = bLoadClick
- end
- object GroupBox1: TGroupBox
- Left = 280
- Top = 156
- Width = 221
- Height = 209
- Caption = 'Statistika'
- TabOrder = 5
- object Label2: TLabel
- Left = 12
- Top = 24
- Width = 90
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Pr'#367'm'#283'rn'#253' ping'
- end
- object Label3: TLabel
- Left = 12
- Top = 48
- Width = 90
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Nejni'#382#353#237' ping'
- end
- object Label4: TLabel
- Left = 12
- Top = 72
- Width = 90
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Nejvy'#353#353#237' ping'
- end
- object Label5: TLabel
- Left = 12
- Top = 120
- Width = 90
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Po'#269'et m'#283#345'en'#237
- end
- object Label6: TLabel
- Left = 12
- Top = 144
- Width = 90
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Po'#269'et chyb'
- end
- object Label7: TLabel
- Left = 12
- Top = 184
- Width = 90
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Chybovost'
- end
- object lPrumer: TLabel
- Left = 116
- Top = 24
- Width = 35
- Height = 13
- Caption = 'lPrumer'
- end
- object lLo: TLabel
- Left = 116
- Top = 48
- Width = 14
- Height = 13
- Caption = 'lLo'
- end
- object lHi: TLabel
- Left = 116
- Top = 72
- Width = 12
- Height = 13
- Caption = 'lHi'
- end
- object lCount: TLabel
- Left = 116
- Top = 120
- Width = 30
- Height = 13
- Caption = 'lCount'
- end
- object lErr: TLabel
- Left = 116
- Top = 144
- Width = 15
- Height = 13
- Caption = 'lErr'
- end
- object lErrProc: TLabel
- Left = 116
- Top = 184
- Width = 37
- Height = 13
- Caption = 'lErrProc'
- end
- end
- object bGraph: TBitBtn
- Left = 280
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Graf m'#283#345'en'#237
- Enabled = False
- TabOrder = 6
- OnClick = bGraphClick
- end
- object bReport: TBitBtn
- Left = 280
- Top = 124
- Width = 75
- Height = 25
- Caption = 'Vytvo'#345'it report'
- Enabled = False
- TabOrder = 7
- OnClick = bReportClick
- end
- object cbNumOfRec: TCheckBox
- Left = 224
- Top = 16
- Width = 89
- Height = 17
- Caption = 'Po'#269'et m'#283#345'en'#237
- TabOrder = 8
- OnClick = cbNumOfRecClick
- end
- object seNumOfRec: TCSpinEdit
- Left = 312
- Top = 12
- Width = 133
- Height = 22
- Enabled = False
- MaxValue = 1000000000
- MinValue = 1
- TabOrder = 9
- Value = 1000
- end
- object Ping1: TPing
- Size = 56
- Timeout = 4000
- TTL = 64
- Flags = 0
- OnEchoReply = Ping1EchoReply
- Top = 32
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Top = 60
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = '.spl'
- Filter = 'Speed test log|*.spl'
- Top = 116
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = '.spl'
- Filter = 'Speed test log|*.spl'
- Top = 88
- end
- object SaveDialog2: TSaveDialog
- DefaultExt = '.htm'
- Filter = 'HTML Report|*.htm'
- Top = 152
- end
- object MainMenu1: TMainMenu
- Left = 372
- Top = 124
- object Ping2: TMenuItem
- Caption = 'Ping'
- object mStart: TMenuItem
- Caption = 'Start'
- ShortCut = 13
- OnClick = bStartClick
- end
- object mStop: TMenuItem
- Caption = 'Stop'
- Enabled = False
- ShortCut = 13
- OnClick = bStartClick
- end
- end
- object Speciln1: TMenuItem
- Caption = 'Speci'#225'ln'#237
- object mLoad: TMenuItem
- Caption = 'Na'#269#237'st ze souboru'
- ShortCut = 16460
- OnClick = bLoadClick
- end
- object mSave: TMenuItem
- Caption = 'Ulo'#382'it do souboru'
- ShortCut = 16467
- OnClick = bSaveClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object mGraf: TMenuItem
- Caption = 'Graf'
- Enabled = False
- ShortCut = 16455
- OnClick = bGraphClick
- end
- object mExport: TMenuItem
- Caption = 'HTML Export'
- Enabled = False
- ShortCut = 16453
- OnClick = bReportClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object mCompare: TMenuItem
- Caption = 'Porovnat v'#237'ce z'#225'znam'#367
- ShortCut = 16451
- OnClick = mCompareClick
- end
- end
- object mInfo: TMenuItem
- Caption = 'Informace'
- OnClick = mInfoClick
- end
- end
- end
-