object ImportForm: TImportForm
  Left = 202
  Top = 94
  Width = 585
  Height = 575
  HelpContext = 4010
  HorzScrollBar.Range = 463
  VertScrollBar.Range = 424
  ActiveControl = DataListBox
  AutoScroll = False
  Caption = 'Import'
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  Scaled = False
  ShowHint = True
  OnClick = FormClick
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 16
  object DelimiterLabel: TLabel
    Left = 344
    Top = 256
    Width = 40
    Height = 13
    Caption = 'Delimiter'
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object NoSeriesLabel: TLabel
    Left = 8
    Top = 486
    Width = 93
    Height = 13
    Caption = 'No Series found yet'
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object Title: TLabel
    Left = 8
    Top = 256
    Width = 20
    Height = 13
    Caption = 'Title'
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object DataListBox: TListBox
    Left = 8
    Top = 8
    Width = 481
    Height = 185
    HelpContext = 1240
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 0
    OnClick = DataListBoxClick
  end
  object DelimiterComboBox: TComboBox
    Left = 390
    Top = 252
    Width = 96
    Height = 21
    Hint = 'What character(s) seperate values ?'
    HelpContext = 1240
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 1
    OnClick = DelimiterComboBoxClick
  end
  object SetGroupBox: TGroupBox
    Left = 8
    Top = 196
    Width = 481
    Height = 47
    Caption = 'Set This Line As ... '
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object SeriesNamesButton: TButton
      Left = 132
      Top = 16
      Width = 97
      Height = 24
      Hint = 'The line containing the names of the Series'
      HelpContext = 5135
      Caption = 'Series Names'
      Enabled = False
      TabOrder = 0
      OnClick = SeriesNamesButtonClick
    end
    object FirstLineOfDataButton: TButton
      Left = 11
      Top = 16
      Width = 97
      Height = 24
      Hint = '1st line of XY data'
      Caption = '1st Line of Data'
      TabOrder = 1
      OnClick = FirstLineOfDataButtonClick
    end
    object ZDataLineButton: TButton
      Left = 250
      Top = 16
      Width = 97
      Height = 24
      Hint = 'This is the line containing the Z Data values'
      Caption = 'Z Data Line'
      Enabled = False
      TabOrder = 2
      OnClick = ZDataLineButtonClick
    end
    object StartTimeLineButton: TButton
      Left = 370
      Top = 15
      Width = 97
      Height = 24
      Hint = 'This is the line containing the Z Data values'
      Caption = 'Start Time'
      Enabled = False
      TabOrder = 3
      OnClick = StartTimeLineButtonClick
    end
  end
  object HelpBitBtn: TBitBtn
    Left = 8
    Top = 518
    Width = 95
    Height = 24
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = HelpBitBtnClick
    Kind = bkHelp
  end
  object BitBtn2: TBitBtn
    Left = 134
    Top = 518
    Width = 95
    Height = 24
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    Kind = bkCancel
  end
  object OKBitBtn: TBitBtn
    Left = 259
    Top = 518
    Width = 95
    Height = 24
    Enabled = False
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    Kind = bkOK
  end
  object InfoGrid: TStringGrid
    Left = 8
    Top = 282
    Width = 481
    Height = 199
    Hint = 'Click on these cells and you might get a surprise !'
    HelpContext = 1240
    ColCount = 3
    RowCount = 7
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
    ParentFont = False
    ScrollBars = ssHorizontal
    TabOrder = 3
    OnClick = InfoGridClick
    OnMouseMove = InfoGridMouseMove
  end
  object PickXDataComboBox: TComboBox
    Left = 376
    Top = 487
    Width = 86
    Height = 21
    Hint = 'Pick which column of data is the X data'
    HelpContext = 1240
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 6
    Visible = False
    OnClick = PickXDataComboBoxClick
    OnExit = PickXDataComboBoxClick
  end
  object ExpandBitBtn: TBitBtn
    Left = 384
    Top = 518
    Width = 95
    Height = 24
    Hint = 'Expand this window horizontally to full screen width'
    Caption = '&Expand'
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = ExpandBitBtnClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333447333333333333374447333333333333444447333333333334444447333
      3333337444444473333333344444444473333333444444444473999999999999
      99993333CCCCCCCCCC33333CCCCCCCCC3333333CCCCCCC33333333CCCCCC3333
      33333CCCCC33333333333CCC333333333333CC33333333333333}
    Layout = blGlyphRight
  end
  object DataTypeComboBox: TComboBox
    Left = 288
    Top = 487
    Width = 86
    Height = 21
    Style = csDropDownList
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 9
    Visible = False
    OnClick = DataTypeComboBoxClick
  end
  object OverlayCheckBox: TCheckBox
    Left = 216
    Top = 258
    Width = 97
    Height = 10
    Caption = 'Overlay this data'
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 10
  end
  object TitleEdit: TEdit
    Left = 48
    Top = 252
    Width = 137
    Height = 21
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 11
    Text = 'Pasted Data'
  end
  object TestButton: TButton
    Left = 488
    Top = 518
    Width = 49
    Height = 24
    Caption = 'Test'
    TabOrder = 12
    Visible = False
    OnClick = CleanUpGrid
  end
end
