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

  1. object fGraph: TfGraph
  2.   Left = 298
  3.   Top = 271
  4.   Width = 592
  5.   Height = 456
  6.   Caption = 'Graf m'#283#345'en'#237
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 369
  20.     Width = 584
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     DesignSize = (
  25.       584
  26.       41)
  27.     object bClose: TBitBtn
  28.       Left = 500
  29.       Top = 8
  30.       Width = 75
  31.       Height = 25
  32.       Anchors = [akTop, akRight]
  33.       Caption = 'Zav'#345#237't'
  34.       TabOrder = 0
  35.       Kind = bkCancel
  36.     end
  37.   end
  38.   object Panel2: TPanel
  39.     Left = 0
  40.     Top = 0
  41.     Width = 584
  42.     Height = 369
  43.     Align = alClient
  44.     TabOrder = 1
  45.     object Chart1: TChart
  46.       Left = 1
  47.       Top = 1
  48.       Width = 582
  49.       Height = 367
  50.       AnimatedZoom = True
  51.       BackWall.Brush.Color = clWhite
  52.       BackWall.Brush.Style = bsClear
  53.       Gradient.EndColor = clBlack
  54.       Gradient.StartColor = clBlack
  55.       Title.Text.Strings = (
  56.         'Statistika odezvy adresy')
  57.       BottomAxis.Automatic = False
  58.       BottomAxis.AutomaticMaximum = False
  59.       BottomAxis.AutomaticMinimum = False
  60.       BottomAxis.ExactDateTime = False
  61.       BottomAxis.Increment = 100
  62.       BottomAxis.Maximum = 1000
  63.       BottomAxis.Minimum = 1
  64.       BottomAxis.Title.Caption = #268#237'slo m'#283#345'en'#237
  65.       LeftAxis.Automatic = False
  66.       LeftAxis.AutomaticMaximum = False
  67.       LeftAxis.AutomaticMinimum = False
  68.       LeftAxis.Maximum = 400
  69.       LeftAxis.Title.Caption = 'Doba odezvy'
  70.       Legend.Visible = False
  71.       View3D = False
  72.       Align = alClient
  73.       BevelInner = bvLowered
  74.       TabOrder = 0
  75.       OnMouseMove = Chart1MouseMove
  76.       object Series1: TLineSeries
  77.         Marks.ArrowLength = 8
  78.         Marks.Visible = False
  79.         SeriesColor = clRed
  80.         Pointer.InflateMargins = True
  81.         Pointer.Style = psRectangle
  82.         Pointer.Visible = False
  83.         XValues.DateTime = False
  84.         XValues.Name = 'X'
  85.         XValues.Multiplier = 1
  86.         XValues.Order = loAscending
  87.         YValues.DateTime = False
  88.         YValues.Name = 'Y'
  89.         YValues.Multiplier = 1
  90.         YValues.Order = loNone
  91.       end
  92.     end
  93.   end
  94.   object Panel: TStatusBar
  95.     Left = 0
  96.     Top = 410
  97.     Width = 584
  98.     Height = 19
  99.     Panels = <
  100.       item
  101.         Width = 100
  102.       end
  103.       item
  104.         Width = 100
  105.       end>
  106.     SimplePanel = False
  107.   end
  108. end
  109.