object SeriesEditorForm: TSeriesEditorForm
  Left = 134
  Top = 177
  Width = 416
  Height = 424
  HelpContext = 4040
  HorzScrollBar.Range = 243
  HorzScrollBar.Visible = False
  VertScrollBar.Range = 261
  VertScrollBar.Visible = False
  ActiveControl = NoComboBox
  AutoScroll = False
  Caption = 'Series Editor'
  Font.Color = clWindowText
  Font.Height = 15
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  PixelsPerInch = 96
  Scaled = False
  ShowHint = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 13
  object SeriesNumberLabel: TLabel
    Left = 7
    Top = 10
    Width = 69
    Height = 13
    Caption = 'Series Number'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object YAxisLabel: TLabel
    Left = 14
    Top = 35
    Width = 29
    Height = 13
    Caption = 'Y Axis'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 8
    Top = 59
    Width = 24
    Height = 13
    Caption = 'Type'
  end
  object MultiplicityLabel: TLabel
    Left = 183
    Top = 58
    Width = 48
    Height = 13
    Caption = 'Multiplicity'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object HelpBitBtn: TBitBtn
    Left = 7
    Top = 293
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Kind = bkHelp
  end
  object CancelBitBtn: TBitBtn
    Left = 91
    Top = 293
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    Kind = bkCancel
  end
  object OKBitBtn: TBitBtn
    Left = 176
    Top = 293
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    Kind = bkOK
  end
  object VisibleCheckBox: TCheckBox
    Left = 183
    Top = 270
    Width = 156
    Height = 14
    HelpContext = 6240
    Caption = 'Visible'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = VisibleCheckBoxClick
  end
  object PenGroupBox: TGroupBox
    Left = 182
    Top = 139
    Width = 157
    Height = 79
    HelpContext = 6130
    Caption = 'Pen'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    object PenColorLabel: TLabel
      Left = 7
      Top = 16
      Width = 24
      Height = 13
      Caption = 'Color'
    end
    object PenWidthLabel: TLabel
      Left = 7
      Top = 36
      Width = 28
      Height = 13
      Caption = 'Width'
    end
    object PenStyleLabel: TLabel
      Left = 7
      Top = 55
      Width = 23
      Height = 13
      Caption = 'Style'
    end
    object PenWidthComboBox: TComboBox
      Left = 78
      Top = 33
      Width = 72
      Height = 21
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 2
      OnClick = PenWidthComboBoxClick
    end
    object PenStyleComboBox: TComboBox
      Left = 78
      Top = 52
      Width = 72
      Height = 22
      Style = csOwnerDrawFixed
      DropDownCount = 10
      ItemHeight = 16
      TabOrder = 1
      OnClick = PenStyleComboBoxClick
    end
    object PenColorEdit: TColorEdit
      Left = 78
      Top = 13
      Width = 72
      Height = 21
      ReadOnly = True
      TabOrder = 0
      Text = 'clWindow'
      OnChange = PenColorEditChange
    end
  end
  object NoComboBox: TComboBox
    Left = 113
    Top = 7
    Width = 50
    Height = 21
    HelpContext = 1260
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 8
    Text = '0'
    OnClick = NoComboBoxClick
  end
  object DisplacementGroupBox: TGroupBox
    Left = 7
    Top = 81
    Width = 156
    Height = 59
    Caption = 'Displacement'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    object DeltaXLabel: TLabel
      Left = 7
      Top = 16
      Width = 55
      Height = 13
      Caption = 'Move the X'
    end
    object DeltaYLabel: TLabel
      Left = 7
      Top = 36
      Width = 55
      Height = 13
      Caption = 'Move the Y'
    end
    object DeltaXNEdit: TNEdit
      Left = 78
      Top = 14
      Width = 72
      Height = 21
      HelpContext = 6040
      DataType = dtSmallint
      Min = -32768
      Max = 32767
      NumericType = ntInteger
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 0
      Text = '0'
      OnChange = DeltaXNEditChange
    end
    object DeltaYNEdit: TNEdit
      Left = 78
      Top = 33
      Width = 72
      Height = 21
      HelpContext = 6060
      DataType = dtSmallint
      Min = -32768
      Max = 32767
      NumericType = ntInteger
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 1
      Text = '0'
      OnChange = DeltaYNEditChange
    end
  end
  object NameEdit: TEdit
    Left = 184
    Top = 7
    Width = 155
    Height = 21
    HelpContext = 6090
    AutoSelect = False
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 32767
    ParentFont = False
    TabOrder = 2
    OnChange = NameEditChange
  end
  object YAxisComboBox: TComboBox
    Left = 63
    Top = 31
    Width = 100
    Height = 21
    HelpContext = 6360
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 10
    OnClick = YAxisComboBoxClick
  end
  object XDataIndependentCheckBox: TCheckBox
    Left = 7
    Top = 250
    Width = 156
    Height = 14
    HelpContext = 6870
    Caption = 'X Data Independent'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = XDataIndependentCheckBoxClick
  end
  object BrushGroupBox: TGroupBox
    Left = 182
    Top = 81
    Width = 157
    Height = 59
    HelpContext = 6000
    Caption = 'Brush'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    object BrushColorLabel: TLabel
      Left = 7
      Top = 16
      Width = 24
      Height = 13
      Caption = 'Color'
    end
    object BrushStyleLabel: TLabel
      Left = 7
      Top = 36
      Width = 23
      Height = 13
      Caption = 'Style'
    end
    object BrushStyleComboBox: TComboBox
      Left = 78
      Top = 33
      Width = 72
      Height = 22
      Style = csOwnerDrawFixed
      DropDownCount = 10
      ItemHeight = 16
      TabOrder = 1
      OnClick = PenStyleComboBoxClick
    end
    object BrushColorEdit: TColorEdit
      Left = 78
      Top = 13
      Width = 72
      Height = 21
      ReadOnly = True
      TabOrder = 0
      Text = 'clWindow'
      OnChange = BrushColorEditChange
    end
  end
  object ApplyBitBtn: TBitBtn
    Left = 260
    Top = 293
    Width = 80
    Height = 22
    HelpContext = 1430
    Caption = '&Apply'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 11
    OnClick = ApplyBitBtnClick
    Glyph.Data = {
      CE070000424DCE07000000000000360000002800000024000000120000000100
      1800000000009807000000000000000000000000000000000000008284008284
      0082840082840082840082848400008400008400008400008400008400000082
      84008284008284008284008284008284008284008284008284008284008284FF
      FFFF848284848284848284848284848284848284008284FFFFFF008284008284
      0082840082840082840082008400000082840082848400000082000082000082
      0000820000820000820084000084000000828400828400828400828400828484
      8284848284FFFFFF008284848284008284008284008284008284008284008284
      848284848284FFFFFF0082840082840082840082840082000082008400008400
      0000820000820000820000820000820000820000820000820000820084000000
      8284008284008284008284848284FFFFFF848284848284008284008284FFFFFF
      FFFFFFFFFFFFFFFFFFFFFFFF008284008284848284FFFFFF0082840082840082
      8400820000820000820000820000820000820000FF0000FF0000FF0000FF0000
      FF00008200008200008200840000008284008284008284848284FFFFFF008284
      008284008284FFFFFF848284848284848284848284848284FFFFFF0082840082
      84848284FFFFFF00828400828400820000820000820000820000820000FF0000
      828400828400828400828400828400FF00008200008200008200840000008284
      008284848284FFFFFF008284008284FFFFFF8482840082840082840082840082
      84008284848284FFFFFF008284008284848284FFFFFF00828400820000820000
      820000820000820000828400828400828400828400828400828400828400FF00
      008200008200840000008284008284848284FFFFFF0082840082848482840082
      84008284008284008284008284008284008284848284FFFFFF008284848284FF
      FFFF008284008200008200008200008200008200008200008284008284008284
      00828400828400828400FF00840000840000840000008284008284848284FFFF
      FFFFFFFFFFFFFFFFFFFF848284FFFFFF00828400828400828400828400828484
      828484828484828484828400828400828400FF0000FF0000FF0000FF0000FF00
      00FF0000FF000082840082840082840082840082840082840082840082840082
      8400828400828484828484828484828484828484828484828484828400828400
      8284008284008284008284008284008284008284008284008284008284008284
      0082840082840082840082840082840082840082840082840082840082840082
      8400828400828400828400828400828400828400828400828400828400828400
      8284008284008284008284008284008284008284FFFFFFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFF0082840082840082840082840082840082840082840082840082
      8400828400828400828484000084000084000084000084000084000000828400
      8284FFFFFFFFFFFFFFFFFFFFFFFF008284008284008284008284008284008284
      84828484828484828484828484828484828400828400FF008400008400008400
      0000828400828400828400828400828400828400FF0000820000820000820000
      8200008200840000008284848284848284848284848284FFFFFF008284008284
      008284008284008284848284FFFFFF0082840082840082840082848482840082
      8400FF0000820000820084000000828400828400828400828400828400828400
      828400FF00008200008200008200008200840000008284848284FFFFFF008284
      848284FFFFFF0082840082840082840082840082840082848482840082840082
      8400828400828484828400828400828400FF0000820000820084000000828400
      8284008284008284008284840000840000008200008200008200008200840000
      008284008284848284008284008284848284FFFFFFFFFFFFFFFFFFFFFFFFFFFF
      FF84828484828400828400828400828400828484828400828400828400FF0000
      8200008200008200840000840000840000840000840000008200008200008200
      008200008200008200840000008284008284848284FFFFFF0082840082848482
      84848284848284848284848284008284008284008284FFFFFFFFFFFF00828484
      828400828400828400828400FF00008200008200008200008200008200008200
      00820000820000820000820000FF0000FF000082008400000082840082840082
      84848284FFFFFFFFFFFF008284008284008284008284008284008284FFFFFFFF
      FFFF848284848284FFFFFF84828400828400828400828400828400FF0000FF00
      00820000820000820000820000820000820000FF0000FF0000828400828400FF
      00008284008284008284008284008284848284848284FFFFFFFFFFFFFFFFFFFF
      FFFFFFFFFFFFFFFF848284848284008284008284848284008284008284008284
      00828400828400828400828400FF0000FF0000FF0000FF0000FF0000FF000082
      8400828400828400828400828400828400828400828400828400828400828400
      8284848284848284848284848284848284848284008284008284008284008284
      0082840082840082840082840082840082840082840082840082840082840082
      8400828400828400828400828400828400828400828400828400828400828400
      8284008284008284008284008284008284008284008284008284008284008284
      008284008284008284008284008284008284}
    NumGlyphs = 2
  end
  object SymbolGroupBox: TGroupBox
    Left = 7
    Top = 139
    Width = 156
    Height = 102
    Caption = 'Symbol'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    object SymbolSizeLabel: TLabel
      Left = 7
      Top = 36
      Width = 20
      Height = 13
      Caption = 'Size'
    end
    object SymbolTypeLabel: TLabel
      Left = 7
      Top = 16
      Width = 24
      Height = 13
      Caption = 'Type'
    end
    object BubbleSizeLabel: TLabel
      Left = 7
      Top = 57
      Width = 56
      Height = 13
      Caption = 'Bubble Size'
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
    end
    object SymbolComboBox: TComboBox
      Left = 78
      Top = 14
      Width = 72
      Height = 21
      HelpContext = 6210
      Style = csDropDownList
      DropDownCount = 10
      Font.Color = clWindowText
      Font.Height = 9
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 0
      OnClick = SymbolComboBoxClick
    end
    object SymbolSizeNEdit: TNEdit
      Left = 78
      Top = 33
      Width = 72
      Height = 21
      HelpContext = 6220
      DataType = dtByte
      Max = 255
      NumericType = ntInteger
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 1
      Text = '0'
      OnChange = SymbolSizeNEditChange
    end
    object BubbleSizeNEdit: TNEdit
      Left = 78
      Top = 54
      Width = 72
      Height = 21
      HelpContext = 2830
      DataType = dtWord
      Max = 100
      NumericType = ntInteger
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      MaxLength = 10
      ParentFont = False
      TabOrder = 2
      Text = '0'
      Visible = False
      OnChange = BubbleSizeNEditChange
    end
    object SymbolCheckCheckBox: TCheckBox
      Left = 7
      Top = 80
      Width = 143
      Height = 17
      Alignment = taLeftJustify
      Caption = 'Check Marks'
      TabOrder = 3
      OnClick = SymbolCheckCheckBoxClick
    end
  end
  object ShadedCheckBox: TCheckBox
    Left = 7
    Top = 270
    Width = 156
    Height = 14
    Caption = 'Shade Limits ?'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 13
    OnClick = ShadedCheckBoxClick
  end
  object IsLineCheckBox: TCheckBox
    Left = 183
    Top = 232
    Width = 156
    Height = 17
    Caption = 'Is it a Line in Column mode ?'
    TabOrder = 14
    OnClick = IsLineCheckBoxClick
  end
  object ShowFitCheckBox: TCheckBox
    Left = 183
    Top = 250
    Width = 156
    Height = 17
    Caption = 'Show Least-Squares Fit ?'
    TabOrder = 15
    OnClick = ShowFitCheckBoxClick
  end
  object SeriesTypeComboBox: TComboBox
    Left = 64
    Top = 56
    Width = 100
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 16
    OnClick = SeriesTypeComboBoxClick
  end
  object MultiplicityComboBox: TComboBox
    Left = 240
    Top = 55
    Width = 100
    Height = 21
    HelpContext = 1260
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 17
    OnClick = NoComboBoxClick
  end
end
