object PlotPropertyEditorForm: TPlotPropertyEditorForm
  Left = 267
  Top = 77
  Width = 380
  Height = 569
  HelpContext = 4030
  HorzScrollBar.Range = 275
  HorzScrollBar.Visible = False
  VertScrollBar.Range = 324
  VertScrollBar.Visible = False
  ActiveControl = CancelBitBtn
  AutoScroll = False
  Caption = 'Plot Property 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
  OnShow = FormShow
  TextHeight = 13
  object PlotTypeLabel: TLabel
    Left = 7
    Top = 11
    Width = 45
    Height = 13
    Caption = 'Plot Type'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object ColorLabel: TLabel
    Left = 7
    Top = 35
    Width = 29
    Height = 13
    Caption = 'Colors'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object CreatedByLabel: TLabel
    Left = 7
    Top = 139
    Width = 52
    Height = 13
    Caption = 'Created By'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object DescriptionLabel: TLabel
    Left = 7
    Top = 165
    Width = 53
    Height = 13
    Caption = 'Description'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object PieRowCountLabel: TLabel
    Left = 7
    Top = 417
    Width = 71
    Height = 13
    Caption = 'Pie Row Count'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object DragDelayLabel: TLabel
    Left = 184
    Top = 111
    Width = 53
    Height = 13
    Hint = 'The delay between clicking and dragging (milliseconds)'
    Caption = 'Drag Delay'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object ColumnGapLabel: TLabel
    Left = 7
    Top = 189
    Width = 58
    Height = 13
    Caption = 'Column Gap'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object PrintOrientLabel: TLabel
    Left = 7
    Top = 111
    Width = 52
    Height = 13
    Caption = 'Print Orient'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 260
    Top = 162
    Width = 13
    Height = 13
    Caption = 'ms'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object GridLabel: TLabel
    Left = 7
    Top = 61
    Width = 24
    Height = 13
    Caption = 'Grids'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object PolarRangeLabel: TLabel
    Left = 7
    Top = 368
    Width = 59
    Height = 13
    Caption = 'Polar Range'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object XYFastAtLabel: TLabel
    Left = 7
    Top = 395
    Width = 50
    Height = 13
    Caption = 'XY Fast At'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    Visible = False
  end
  object Label4: TLabel
    Left = 8
    Top = 86
    Width = 26
    Height = 13
    Caption = 'Walls'
  end
  object Label5: TLabel
    Left = 182
    Top = 11
    Width = 45
    Height = 13
    Caption = 'Plot Color'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object ContourGroupBox: TGroupBox
    Left = 7
    Top = 440
    Width = 332
    Height = 89
    Caption = 'Contour Appearance'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 16
    object ContourDetailLabel: TLabel
      Left = 6
      Top = 14
      Width = 27
      Height = 13
      Caption = 'Detail'
    end
    object ContourIntervalLabel: TLabel
      Left = 254
      Top = 14
      Width = 35
      Height = 13
      Caption = 'Interval'
    end
    object ContourStartLabel: TLabel
      Left = 130
      Top = 14
      Width = 22
      Height = 13
      Caption = 'Start'
    end
    object Label1: TLabel
      Left = 6
      Top = 48
      Width = 44
      Height = 13
      Caption = 'Color Min'
    end
    object Label3: TLabel
      Left = 130
      Top = 48
      Width = 47
      Height = 13
      Caption = 'Color Max'
    end
    object Label2: TLabel
      Left = 254
      Top = 48
      Width = 36
      Height = 13
      Caption = 'Gamma'
    end
    object ContourDetailComboBox: TComboBox
      Left = 6
      Top = 26
      Width = 71
      Height = 21
      HelpContext = 2870
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
    end
    object ContourIntervalNEdit: TNEdit
      Left = 254
      Top = 26
      Width = 71
      Height = 21
      HelpContext = 2860
      DataType = dtWord
      Max = 100
      NumericType = ntInteger
      MaxLength = 10
      TabOrder = 1
      Text = '0'
      Visible = False
    end
    object ContourStartNEdit: TNEdit
      Left = 130
      Top = 26
      Width = 71
      Height = 21
      HelpContext = 2860
      DataType = dtWord
      Max = 100
      NumericType = ntInteger
      MaxLength = 10
      TabOrder = 2
      Text = '0'
      Visible = False
    end
    object ContourWireFrameCheckBox: TCheckBox
      Left = 117
      Top = 29
      Width = 78
      Height = 14
      Caption = 'Wire Frame'
      TabOrder = 3
    end
    object ColorMinNEdit: TNEdit
      Left = 6
      Top = 60
      Width = 71
      Height = 21
      Hint = 'The minimum wavelength (color) in a contour'
      DataType = dtInteger
      Min = 380
      Max = 780
      NumericType = ntInteger
      TabOrder = 4
      Text = '380'
    end
    object ColorMaxNEdit: TNEdit
      Left = 130
      Top = 60
      Width = 71
      Height = 21
      Hint = 'The maximum wavelength (color) in a contour'
      DataType = dtInteger
      Min = 380
      Max = 780
      NumericType = ntInteger
      TabOrder = 5
      Text = '0'
    end
    object GammaNEdit: TNEdit
      Left = 254
      Top = 60
      Width = 71
      Height = 21
      Hint = 'The intensity correction'
      DataType = dtSingle
      Min = -3.4E38
      Max = 1
      NumericType = ntScientific
      TabOrder = 6
      Text = '0.8'
    end
  end
  object HelpBitBtn: TBitBtn
    Left = 7
    Top = 326
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = HelpBitBtnClick
    Kind = bkHelp
  end
  object CancelBitBtn: TBitBtn
    Left = 91
    Top = 326
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Kind = bkCancel
  end
  object OKBitBtn: TBitBtn
    Left = 176
    Top = 326
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    Kind = bkOK
  end
  object PlotTypeComboBox: TComboBox
    Left = 98
    Top = 7
    Width = 71
    Height = 21
    HelpContext = 3160
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 7
    OnClick = PlotTypeComboBoxClick
  end
  object CreatedByEdit: TEdit
    Left = 98
    Top = 133
    Width = 241
    Height = 21
    HelpContext = 2890
    AutoSelect = False
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 32767
    ParentFont = False
    TabOrder = 3
  end
  object DescriptionEdit: TEdit
    Left = 98
    Top = 159
    Width = 241
    Height = 21
    HelpContext = 2930
    AutoSelect = False
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 32767
    ParentFont = False
    TabOrder = 4
  end
  object PieRowCountComboBox: TComboBox
    Left = 130
    Top = 414
    Width = 41
    Height = 21
    Hint = 'How many rows of Pie plots are there ?'
    HelpContext = 3150
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9'
      '10')
    ParentFont = False
    TabOrder = 8
    Visible = False
  end
  object ClickAndDragDelayNEdit: TNEdit
    Left = 267
    Top = 107
    Width = 72
    Height = 21
    HelpContext = 2840
    DataType = dtWord
    Min = 100
    Max = 65535
    NumericType = ntInteger
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 32767
    ParentFont = False
    TabOrder = 5
    Text = '1000'
  end
  object ColumnGapNEdit: TNEdit
    Left = 98
    Top = 186
    Width = 72
    Height = 21
    HelpContext = 2860
    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 = 6
    Text = '0'
    Visible = False
  end
  object PrintOrientationComboBox: TComboBox
    Left = 98
    Top = 107
    Width = 71
    Height = 21
    HelpContext = 3240
    Style = csDropDownList
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    Items.Strings = (
      'Portrait'
      'Landscape')
    ParentFont = False
    TabOrder = 9
  end
  object GridComboBox: TComboBox
    Left = 98
    Top = 57
    Width = 71
    Height = 21
    HelpContext = 3000
    Style = csDropDownList
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 10
    OnChange = GridComboBoxChange
  end
  object PolarRangeNEdit: TNEdit
    Left = 98
    Top = 362
    Width = 72
    Height = 21
    HelpContext = 3190
    DataType = dtSingle
    Min = -3.4E38
    Max = 3.4E38
    NumericType = ntScientific
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 10
    ParentFont = False
    TabOrder = 11
    Text = '0'
    Visible = False
  end
  object ApplyBitBtn: TBitBtn
    Left = 260
    Top = 326
    Width = 80
    Height = 22
    HelpContext = 1440
    Caption = '&Apply'
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    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 XYFastAtNEdit: TNEdit
    Left = 98
    Top = 388
    Width = 72
    Height = 21
    HelpContext = 3310
    DataType = dtLongint
    Min = -2147483648
    Max = 2147483647
    NumericType = ntInteger
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 32767
    ParentFont = False
    TabOrder = 13
    Text = '0'
    Visible = False
  end
  object BackColorEdit: TColorEdit
    Left = 98
    Top = 31
    Width = 72
    Height = 21
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 14
    Text = 'clWindow'
  end
  object GridColorEdit: TColorEdit
    Left = 267
    Top = 57
    Width = 72
    Height = 21
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 15
    Text = 'clWindow'
  end
  object ThreeDGroupBox: TGroupBox
    Left = 8
    Top = 264
    Width = 332
    Height = 52
    Caption = '3D options'
    TabOrder = 17
    object ZAxisAngleLabel: TLabel
      Left = 130
      Top = 12
      Width = 59
      Height = 13
      Caption = 'Z Axis Angle'
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
    end
    object ZLengthLabel: TLabel
      Left = 254
      Top = 12
      Width = 43
      Height = 13
      Caption = 'Z Length'
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
    end
    object ZAxisAngleNEdit: TNEdit
      Left = 130
      Top = 24
      Width = 71
      Height = 21
      Hint = 'The clockwise angle between the Z Axis and the vertical (Y) Axis'
      HelpContext = 3340
      DataType = dtWord
      Max = 359
      NumericType = ntInteger
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      MaxLength = 32767
      ParentFont = False
      TabOrder = 0
      Text = '0'
    end
    object ZLengthNEdit: TNEdit
      Left = 254
      Top = 24
      Width = 71
      Height = 21
      HelpContext = 3340
      DataType = dtWord
      Max = 359
      NumericType = ntInteger
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      MaxLength = 32767
      ParentFont = False
      TabOrder = 1
      Text = '0'
    end
    object LinkZSeriesCheckBox: TCheckBox
      Left = 7
      Top = 27
      Width = 106
      Height = 14
      HelpContext = 3660
      Caption = 'Link Z Series'
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
  end
  object GridStyleComboBox: TComboBox
    Left = 178
    Top = 57
    Width = 71
    Height = 21
    HelpContext = 3000
    Style = csDropDownList
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 18
    OnChange = GridComboBoxChange
  end
  object WallColor2Edit: TColorEdit
    Left = 267
    Top = 82
    Width = 71
    Height = 21
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 19
    Text = 'clWindow'
  end
  object WallColorEdit: TColorEdit
    Left = 178
    Top = 82
    Width = 71
    Height = 21
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 20
    Text = 'clWindow'
  end
  object WallTypeComboBox: TComboBox
    Left = 98
    Top = 82
    Width = 71
    Height = 21
    HelpContext = 3000
    Style = csDropDownList
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 21
    OnChange = WallTypeComboBoxChange
  end
  object PlotColorEdit: TColorEdit
    Left = 267
    Top = 7
    Width = 72
    Height = 21
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 22
    Text = 'clWindow'
  end
  object BackColor2Edit: TColorEdit
    Left = 267
    Top = 31
    Width = 72
    Height = 21
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 23
    Text = 'clWindow'
  end
  object BackColorComboBox: TComboBox
    Left = 178
    Top = 31
    Width = 71
    Height = 21
    HelpContext = 3000
    Style = csDropDownList
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 24
    OnChange = BackColorComboBoxChange
  end
end
