home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / program / ctenari / Jurik / SpdTest.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt < prev   
Encoding:
Text File  |  2004-07-26  |  6.2 KB  |  314 lines

  1. object fMain: TfMain
  2.   Left = 283
  3.   Top = 233
  4.   Width = 522
  5.   Height = 436
  6.   Caption = 'Speed test'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     514
  22.     390)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 31
  29.     Height = 13
  30.     Caption = 'Server'
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 60
  34.     Top = 12
  35.     Width = 121
  36.     Height = 21
  37.     TabOrder = 0
  38.     OnChange = Edit1Change
  39.   end
  40.   object sgReport: TStringGrid
  41.     Left = 20
  42.     Top = 52
  43.     Width = 237
  44.     Height = 312
  45.     Anchors = [akLeft, akTop, akBottom]
  46.     ColCount = 2
  47.     DefaultColWidth = 125
  48.     DefaultRowHeight = 20
  49.     RowCount = 2
  50.     TabOrder = 1
  51.     ColWidths = (
  52.       125
  53.       76)
  54.   end
  55.   object bStart: TBitBtn
  56.     Left = 280
  57.     Top = 52
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'START'
  61.     Enabled = False
  62.     TabOrder = 2
  63.     OnClick = bStartClick
  64.   end
  65.   object bSave: TBitBtn
  66.     Left = 424
  67.     Top = 52
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Ulo'#382'it log'
  71.     TabOrder = 3
  72.     OnClick = bSaveClick
  73.   end
  74.   object bLoad: TBitBtn
  75.     Left = 424
  76.     Top = 88
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'Na'#269#237'st log'
  80.     TabOrder = 4
  81.     OnClick = bLoadClick
  82.   end
  83.   object GroupBox1: TGroupBox
  84.     Left = 280
  85.     Top = 156
  86.     Width = 221
  87.     Height = 209
  88.     Caption = 'Statistika'
  89.     TabOrder = 5
  90.     object Label2: TLabel
  91.       Left = 12
  92.       Top = 24
  93.       Width = 90
  94.       Height = 13
  95.       Alignment = taRightJustify
  96.       AutoSize = False
  97.       Caption = 'Pr'#367'm'#283'rn'#253' ping'
  98.     end
  99.     object Label3: TLabel
  100.       Left = 12
  101.       Top = 48
  102.       Width = 90
  103.       Height = 13
  104.       Alignment = taRightJustify
  105.       AutoSize = False
  106.       Caption = 'Nejni'#382#353#237' ping'
  107.     end
  108.     object Label4: TLabel
  109.       Left = 12
  110.       Top = 72
  111.       Width = 90
  112.       Height = 13
  113.       Alignment = taRightJustify
  114.       AutoSize = False
  115.       Caption = 'Nejvy'#353#353#237' ping'
  116.     end
  117.     object Label5: TLabel
  118.       Left = 12
  119.       Top = 120
  120.       Width = 90
  121.       Height = 13
  122.       Alignment = taRightJustify
  123.       AutoSize = False
  124.       Caption = 'Po'#269'et m'#283#345'en'#237
  125.     end
  126.     object Label6: TLabel
  127.       Left = 12
  128.       Top = 144
  129.       Width = 90
  130.       Height = 13
  131.       Alignment = taRightJustify
  132.       AutoSize = False
  133.       Caption = 'Po'#269'et chyb'
  134.     end
  135.     object Label7: TLabel
  136.       Left = 12
  137.       Top = 184
  138.       Width = 90
  139.       Height = 13
  140.       Alignment = taRightJustify
  141.       AutoSize = False
  142.       Caption = 'Chybovost'
  143.     end
  144.     object lPrumer: TLabel
  145.       Left = 116
  146.       Top = 24
  147.       Width = 35
  148.       Height = 13
  149.       Caption = 'lPrumer'
  150.     end
  151.     object lLo: TLabel
  152.       Left = 116
  153.       Top = 48
  154.       Width = 14
  155.       Height = 13
  156.       Caption = 'lLo'
  157.     end
  158.     object lHi: TLabel
  159.       Left = 116
  160.       Top = 72
  161.       Width = 12
  162.       Height = 13
  163.       Caption = 'lHi'
  164.     end
  165.     object lCount: TLabel
  166.       Left = 116
  167.       Top = 120
  168.       Width = 30
  169.       Height = 13
  170.       Caption = 'lCount'
  171.     end
  172.     object lErr: TLabel
  173.       Left = 116
  174.       Top = 144
  175.       Width = 15
  176.       Height = 13
  177.       Caption = 'lErr'
  178.     end
  179.     object lErrProc: TLabel
  180.       Left = 116
  181.       Top = 184
  182.       Width = 37
  183.       Height = 13
  184.       Caption = 'lErrProc'
  185.     end
  186.   end
  187.   object bGraph: TBitBtn
  188.     Left = 280
  189.     Top = 88
  190.     Width = 75
  191.     Height = 25
  192.     Caption = 'Graf m'#283#345'en'#237
  193.     Enabled = False
  194.     TabOrder = 6
  195.     OnClick = bGraphClick
  196.   end
  197.   object bReport: TBitBtn
  198.     Left = 280
  199.     Top = 124
  200.     Width = 75
  201.     Height = 25
  202.     Caption = 'Vytvo'#345'it report'
  203.     Enabled = False
  204.     TabOrder = 7
  205.     OnClick = bReportClick
  206.   end
  207.   object cbNumOfRec: TCheckBox
  208.     Left = 224
  209.     Top = 16
  210.     Width = 89
  211.     Height = 17
  212.     Caption = 'Po'#269'et m'#283#345'en'#237
  213.     TabOrder = 8
  214.     OnClick = cbNumOfRecClick
  215.   end
  216.   object seNumOfRec: TCSpinEdit
  217.     Left = 312
  218.     Top = 12
  219.     Width = 133
  220.     Height = 22
  221.     Enabled = False
  222.     MaxValue = 1000000000
  223.     MinValue = 1
  224.     TabOrder = 9
  225.     Value = 1000
  226.   end
  227.   object Ping1: TPing
  228.     Size = 56
  229.     Timeout = 4000
  230.     TTL = 64
  231.     Flags = 0
  232.     OnEchoReply = Ping1EchoReply
  233.     Top = 32
  234.   end
  235.   object Timer1: TTimer
  236.     Enabled = False
  237.     OnTimer = Timer1Timer
  238.     Top = 60
  239.   end
  240.   object OpenDialog1: TOpenDialog
  241.     DefaultExt = '.spl'
  242.     Filter = 'Speed test log|*.spl'
  243.     Top = 116
  244.   end
  245.   object SaveDialog1: TSaveDialog
  246.     DefaultExt = '.spl'
  247.     Filter = 'Speed test log|*.spl'
  248.     Top = 88
  249.   end
  250.   object SaveDialog2: TSaveDialog
  251.     DefaultExt = '.htm'
  252.     Filter = 'HTML Report|*.htm'
  253.     Top = 152
  254.   end
  255.   object MainMenu1: TMainMenu
  256.     Left = 372
  257.     Top = 124
  258.     object Ping2: TMenuItem
  259.       Caption = 'Ping'
  260.       object mStart: TMenuItem
  261.         Caption = 'Start'
  262.         ShortCut = 13
  263.         OnClick = bStartClick
  264.       end
  265.       object mStop: TMenuItem
  266.         Caption = 'Stop'
  267.         Enabled = False
  268.         ShortCut = 13
  269.         OnClick = bStartClick
  270.       end
  271.     end
  272.     object Speciln1: TMenuItem
  273.       Caption = 'Speci'#225'ln'#237
  274.       object mLoad: TMenuItem
  275.         Caption = 'Na'#269#237'st ze souboru'
  276.         ShortCut = 16460
  277.         OnClick = bLoadClick
  278.       end
  279.       object mSave: TMenuItem
  280.         Caption = 'Ulo'#382'it do souboru'
  281.         ShortCut = 16467
  282.         OnClick = bSaveClick
  283.       end
  284.       object N1: TMenuItem
  285.         Caption = '-'
  286.       end
  287.       object mGraf: TMenuItem
  288.         Caption = 'Graf'
  289.         Enabled = False
  290.         ShortCut = 16455
  291.         OnClick = bGraphClick
  292.       end
  293.       object mExport: TMenuItem
  294.         Caption = 'HTML Export'
  295.         Enabled = False
  296.         ShortCut = 16453
  297.         OnClick = bReportClick
  298.       end
  299.       object N2: TMenuItem
  300.         Caption = '-'
  301.       end
  302.       object mCompare: TMenuItem
  303.         Caption = 'Porovnat v'#237'ce z'#225'znam'#367
  304.         ShortCut = 16451
  305.         OnClick = mCompareClick
  306.       end
  307.     end
  308.     object mInfo: TMenuItem
  309.       Caption = 'Informace'
  310.       OnClick = mInfoClick
  311.     end
  312.   end
  313. end
  314.