object PlotFrame: TPlotFrame
  Left = 737
  Top = 127
  Width = 744
  Height = 607
  Caption = 'PlotFrame'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ProfileChart: TChart
    Left = 16
    Top = 8
    Width = 713
    Height = 273
    Legend.LegendStyle = lsSeries
    Legend.Visible = False
    Title.Text.Strings = (
      '')
    View3D = False
    Zoom.Brush.Color = clSilver
    Zoom.Brush.Style = bsSolid
    Zoom.Direction = tzdHorizontal
    Color = clWhite
    TabOrder = 0
  end
  object DataChart: TChart
    Left = 15
    Top = 296
    Width = 713
    Height = 273
    Legend.LegendStyle = lsSeries
    Legend.Visible = False
    Title.Text.Strings = (
      '')
    LeftAxis.Automatic = False
    LeftAxis.AutomaticMinimum = False
    View3D = False
    Zoom.Brush.Color = clSilver
    Zoom.Brush.Style = bsSolid
    Zoom.Direction = tzdHorizontal
    Zoom.Pen.Color = clLime
    Color = clWhite
    PopupMenu = DataPlotPop
    TabOrder = 1
  end
  object DataPlotPop: TPopupMenu
    Left = 71
    Top = 360
    object Fit: TMenuItem
      Caption = 'Fit'
      OnClick = FitClick
    end
    object Print: TMenuItem
      Caption = 'Print'
    end
  end
end
