home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / program / ctenari / Jurik / SpdTest.exe / 0 / RCDATA / TFCOMPARE / TFCOMPARE.txt
Text File  |  2004-07-26  |  2KB  |  86 lines

  1. object fCompare: TfCompare
  2.   Left = 286
  3.   Top = 248
  4.   Width = 584
  5.   Height = 430
  6.   Caption = 'Porovnat v'#237'ce z'#225'znam'#367
  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.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   DesignSize = (
  16.     576
  17.     403)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object sgSeznam: TStringGrid
  21.     Left = 8
  22.     Top = 8
  23.     Width = 430
  24.     Height = 386
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     DefaultRowHeight = 20
  27.     TabOrder = 0
  28.     OnDrawCell = sgSeznamDrawCell
  29.   end
  30.   object bAdd: TBitBtn
  31.     Left = 453
  32.     Top = 16
  33.     Width = 111
  34.     Height = 25
  35.     Anchors = [akTop, akRight]
  36.     Caption = 'P'#345'idat z'#225'znam'
  37.     TabOrder = 1
  38.     OnClick = bAddClick
  39.   end
  40.   object bAddActual: TBitBtn
  41.     Left = 453
  42.     Top = 48
  43.     Width = 111
  44.     Height = 25
  45.     Anchors = [akTop, akRight]
  46.     Caption = 'P'#345'idat aktu'#225'ln'#237
  47.     TabOrder = 2
  48.     OnClick = bAddActualClick
  49.   end
  50.   object bShowGraph: TBitBtn
  51.     Left = 453
  52.     Top = 132
  53.     Width = 111
  54.     Height = 25
  55.     Anchors = [akTop, akRight]
  56.     Caption = 'Zobrazit v grafu'
  57.     TabOrder = 3
  58.     OnClick = bShowGraphClick
  59.   end
  60.   object bClose: TBitBtn
  61.     Left = 453
  62.     Top = 369
  63.     Width = 111
  64.     Height = 25
  65.     Anchors = [akRight, akBottom]
  66.     Caption = 'Zav'#345#237't'
  67.     TabOrder = 4
  68.     Kind = bkClose
  69.   end
  70.   object bDel: TBitBtn
  71.     Left = 453
  72.     Top = 80
  73.     Width = 111
  74.     Height = 25
  75.     Anchors = [akTop, akRight]
  76.     Caption = 'Smazat z'#225'znam'
  77.     TabOrder = 5
  78.     OnClick = bDelClick
  79.   end
  80.   object OpenDialog1: TOpenDialog
  81.     DefaultExt = '.spl'
  82.     Filter = 'Speed test log|*.spl'
  83.     Top = 116
  84.   end
  85. end
  86.