home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / oddech / hry / Lavina / lavina.exe / 0 / RCDATA / TFORMBODYGR / TFORMBODYGR.txt
Encoding:
Text File  |  2000-02-05  |  2.5 KB  |  100 lines

  1. object FormBodyGr: TFormBodyGr
  2.   Left = 371
  3.   Top = 137
  4.   Width = 527
  5.   Height = 446
  6.   Caption = 'body graficky:'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Chart1: TChart
  18.     Left = 0
  19.     Top = 0
  20.     Width = 519
  21.     Height = 419
  22.     BackWall.Brush.Color = clWhite
  23.     BackWall.Brush.Style = bsClear
  24.     Title.Text.Strings = (
  25.       'bodov∩┐╜ hodnocen∩┐╜ dle jednotliv∩┐╜ch metod:')
  26.     LeftAxis.Automatic = False
  27.     LeftAxis.AutomaticMinimum = False
  28.     LeftAxis.Minimum = -10
  29.     LeftAxis.EndPosition = 96
  30.     View3D = False
  31.     Align = alClient
  32.     BevelInner = bvLowered
  33.     Color = clSilver
  34.     TabOrder = 0
  35.     object Series1: TLineSeries
  36.       Marks.ArrowLength = 8
  37.       Marks.Visible = False
  38.       SeriesColor = clRed
  39.       Title = 'varianta 1'
  40.       Pointer.InflateMargins = True
  41.       Pointer.Style = psRectangle
  42.       Pointer.Visible = False
  43.       XValues.DateTime = False
  44.       XValues.Name = 'X'
  45.       XValues.Multiplier = 1
  46.       XValues.Order = loAscending
  47.       YValues.DateTime = False
  48.       YValues.Name = 'Y'
  49.       YValues.Multiplier = 1
  50.       YValues.Order = loNone
  51.     end
  52.     object Series2: TLineSeries
  53.       Marks.ArrowLength = 8
  54.       Marks.Visible = False
  55.       SeriesColor = clGreen
  56.       Title = 'varianta 2'
  57.       Pointer.InflateMargins = True
  58.       Pointer.Style = psRectangle
  59.       Pointer.Visible = False
  60.       XValues.DateTime = False
  61.       XValues.Name = 'X'
  62.       XValues.Multiplier = 1
  63.       XValues.Order = loAscending
  64.       YValues.DateTime = False
  65.       YValues.Name = 'Y'
  66.       YValues.Multiplier = 1
  67.       YValues.Order = loNone
  68.     end
  69.     object Series3: TLineSeries
  70.       Marks.ArrowLength = 8
  71.       Marks.Visible = False
  72.       SeriesColor = clYellow
  73.       Title = 'varianta 3'
  74.       Pointer.InflateMargins = True
  75.       Pointer.Style = psRectangle
  76.       Pointer.Visible = False
  77.       XValues.DateTime = False
  78.       XValues.Name = 'X'
  79.       XValues.Multiplier = 1
  80.       XValues.Order = loAscending
  81.       YValues.DateTime = False
  82.       YValues.Name = 'Y'
  83.       YValues.Multiplier = 1
  84.       YValues.Order = loNone
  85.     end
  86.   end
  87.   object FormPlacement1: TFormPlacement
  88.     IniFileName = 'lavina.ini'
  89.     IniSection = 'FormBodyGr'
  90.     Left = 496
  91.     Top = 312
  92.   end
  93.   object RxGradientCaption1: TRxGradientCaption
  94.     Captions = <>
  95.     FormCaption = 'body graficky:'
  96.     Left = 496
  97.     Top = 280
  98.   end
  99. end
  100.