object MainForm: TMainForm
  Left = 192
  Top = 165
  Width = 629
  Height = 534
  HorzScrollBar.Range = 105
  VertScrollBar.Range = 76
  ActiveControl = ClearAllBitBtn
  AutoScroll = False
  Caption = 'TPlot Demo for Delphi'
  Color = clBtnFace
  Font.Color = clWindowText
  Font.Height = 13
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  Scaled = False
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 105
    Height = 515
    TabOrder = 1
    object ClearAllBitBtn: TBitBtn
      Left = 8
      Top = 88
      Width = 89
      Height = 25
      Caption = 'Clear All'
      TabOrder = 0
      OnClick = ClearAllBitBtnClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000010000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        333333333333333333333333000033338833333333333333333F333333333333
        0000333911833333983333333388F333333F3333000033391118333911833333
        38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
        911118111118333338F3338F833338F3000033333911111111833333338F3338
        3333F8330000333333911111183333333338F333333F83330000333333311111
        8333333333338F3333383333000033333339111183333333333338F333833333
        00003333339111118333333333333833338F3333000033333911181118333333
        33338333338F333300003333911183911183333333383338F338F33300003333
        9118333911183333338F33838F338F33000033333913333391113333338FF833
        38F338F300003333333333333919333333388333338FFF830000333333333333
        3333333333333333333888330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object TraceBitBtn: TBitBtn
      Left = 8
      Top = 120
      Width = 89
      Height = 25
      Hint = 'High speed overlay demo (not very exciting)'
      Caption = 'Trace'
      TabOrder = 1
      OnClick = TraceBitBtnClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000010000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
        F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
        000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
        338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
        45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
        3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
        F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
        000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
        338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
        4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
        8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
        333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
        0000}
      NumGlyphs = 2
    end
    object TypeBitBtn: TBitBtn
      Left = 8
      Top = 8
      Width = 89
      Height = 25
      Hint = 'Change  the type of plot (xy, column, multiple)'
      Caption = 'Next Type'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      OnClick = TypeBitBtnClick
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        0400000000000001000000000000000000001000000010000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
        0003333377737773777333333333333333333FFFFFFFFFFFFFFF770000000000
        0000777777777777777733039993BBB3CCC3337F737F737F737F37039993BBB3
        CCC3377F737F737F737F33039993BBB3CCC33F7F737F737F737F77079997BBB7
        CCC77777737773777377330399930003CCC3337F737F7773737F370399933333
        CCC3377F737F3333737F330399933333CCC33F7F737FFFFF737F770700077777
        CCC77777777777777377330333333333CCC3337F33333333737F370333333333
        0003377F33333333777333033333333333333F7FFFFFFFFFFFFF770777777777
        7777777777777777777733333333333333333333333333333333}
      NumGlyphs = 2
    end
    object PlotTypeComboBox: TComboBox
      Left = 8
      Top = 37
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      OnClick = PlotTypeComboBoxClick
    end
    object SeriesTypeComboBox: TComboBox
      Left = 8
      Top = 61
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      OnClick = PlotTypeComboBoxClick
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 488
    Width = 621
    Height = 19
    Panels = <>
    SimplePanel = True
    SimpleText = 
      'This demonstrates the different types of Plot and Series, and ot' +
      'her features, along with dynamic creation of a Plot.'
  end
  object ActionList1: TActionList
    Left = 120
    Top = 16
    object Action1: TAction
      Caption = 'Action1'
      OnUpdate = Action1Update
    end
  end
end
