object AxisEditorForm: TAxisEditorForm
  Left = 202
  Top = 210
  Width = 362
  Height = 494
  HelpContext = 3970
  HorzScrollBar.Range = 288
  HorzScrollBar.Visible = False
  VertScrollBar.Range = 300
  VertScrollBar.Visible = False
  ActiveControl = NoComboBox
  AutoScroll = False
  Caption = 'Axis Editor'
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  PixelsPerInch = 96
  Scaled = False
  ShowHint = True
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 16
  object AxisNumberLabel: TLabel
    Left = 7
    Top = 11
    Width = 62
    Height = 13
    Caption = 'Axis Number:'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
  end
  object HelpBitBtn: TBitBtn
    Left = 71
    Top = 399
    Width = 80
    Height = 22
    HelpContext = 1860
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    Kind = bkHelp
  end
  object CancelBitBtn: TBitBtn
    Left = 11
    Top = 431
    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 = bkCancel
  end
  object OKBitBtn: TBitBtn
    Left = 136
    Top = 431
    Width = 80
    Height = 22
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    Kind = bkOK
  end
  object VisibleCheckBox: TCheckBox
    Left = 184
    Top = 11
    Width = 150
    Height = 14
    HelpContext = 4980
    Alignment = taLeftJustify
    Caption = 'Axis Visible'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = VisibleCheckBoxClick
  end
  object PenGroupBox: TGroupBox
    Left = 175
    Top = 230
    Width = 163
    Height = 100
    HelpContext = 4340
    Caption = 'Pen'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    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 ArrowSizeLabel: TLabel
      Left = 7
      Top = 75
      Width = 50
      Height = 13
      Caption = 'Arrow Size'
    end
    object PenWidthComboBox: TComboBox
      Left = 85
      Top = 33
      Width = 72
      Height = 21
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 2
      OnClick = PenWidthComboBoxClick
    end
    object PenStyleComboBox: TComboBox
      Left = 85
      Top = 52
      Width = 72
      Height = 21
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 1
      OnClick = PenStyleComboBoxClick
    end
    object PenColorEdit: TColorEdit
      Left = 85
      Top = 13
      Width = 72
      Height = 21
      MaxLength = 32767
      ReadOnly = True
      TabOrder = 0
      Text = 'clWindow'
      OnChange = PenColorEditChange
    end
    object ArrowSizeNEdit: TNEdit
      Left = 85
      Top = 72
      Width = 72
      Height = 21
      HelpContext = 4230
      DataType = dtByte
      Max = 255
      NumericType = ntInteger
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 3
      Text = '0'
      OnChange = ArrowSizeNEditChange
    end
  end
  object LabelsGroupBox: TGroupBox
    Left = 7
    Top = 230
    Width = 163
    Height = 100
    Caption = 'Labels'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object DigitsLabel: TLabel
      Left = 7
      Top = 36
      Width = 26
      Height = 13
      Caption = 'Digits'
    end
    object PrecisionLabel: TLabel
      Left = 7
      Top = 55
      Width = 43
      Height = 13
      Caption = 'Precision'
    end
    object FormatLabel: TLabel
      Left = 7
      Top = 16
      Width = 32
      Height = 13
      Caption = 'Format'
    end
    object DigitsComboBox: TComboBox
      Left = 85
      Top = 33
      Width = 72
      Height = 21
      HelpContext = 4140
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 0
      OnClick = DigitsComboBoxClick
    end
    object PrecisionComboBox: TComboBox
      Left = 85
      Top = 52
      Width = 72
      Height = 21
      HelpContext = 4160
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 2
      OnClick = PrecisionComboBoxClick
    end
    object FormatComboBox: TComboBox
      Left = 85
      Top = 13
      Width = 72
      Height = 21
      HelpContext = 4150
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 1
      OnClick = FormatComboBoxClick
    end
    object DefaultSideCheckBox: TCheckBox
      Left = 7
      Top = 78
      Width = 150
      Height = 14
      HelpContext = 4250
      Alignment = taLeftJustify
      Caption = 'Default Side'
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = DefaultSideCheckBoxClick
    end
  end
  object TickGroupBox: TGroupBox
    Left = 175
    Top = 30
    Width = 163
    Height = 120
    Caption = 'Ticks'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object TickSizeLabel: TLabel
      Left = 7
      Top = 58
      Width = 20
      Height = 13
      Caption = 'Size'
    end
    object StepSizeLabel: TLabel
      Left = 7
      Top = 78
      Width = 42
      Height = 13
      Caption = 'StepSize'
    end
    object TickMinorsLabel: TLabel
      Left = 7
      Top = 38
      Width = 31
      Height = 13
      Caption = 'Minors'
    end
    object StepStartLabel: TLabel
      Left = 7
      Top = 101
      Width = 22
      Height = 13
      Caption = 'Start'
    end
    object MinorsComboBox: TComboBox
      Left = 85
      Top = 35
      Width = 72
      Height = 21
      HelpContext = 4380
      Style = csDropDownList
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 2
      OnClick = MinorsComboBoxClick
    end
    object TickSizeNEdit: TNEdit
      Left = 85
      Top = 55
      Width = 72
      Height = 21
      HelpContext = 4400
      DataType = dtByte
      Max = 255
      NumericType = ntInteger
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 0
      Text = '0'
      OnChange = TickSizeNEditChange
    end
    object StepSizeNEdit: TNEdit
      Left = 85
      Top = 75
      Width = 72
      Height = 21
      HelpContext = 4350
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 1
      Text = '0'
      OnChange = StepSizeNEditChange
    end
    object AutoTickCheckBox: TCheckBox
      Left = 7
      Top = 18
      Width = 150
      Height = 14
      HelpContext = 4250
      Alignment = taLeftJustify
      Caption = 'Auto'
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = AutoTickCheckBoxClick
    end
    object StepStartNEdit: TNEdit
      Left = 85
      Top = 95
      Width = 72
      Height = 21
      HelpContext = 4350
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 4
      Text = '0'
      OnChange = StepSizeNEditChange
    end
  end
  object ScaleGroupBox: TGroupBox
    Left = 7
    Top = 30
    Width = 163
    Height = 120
    Caption = 'Scale'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object InterceptLabel: TLabel
      Left = 7
      Top = 95
      Width = 42
      Height = 13
      Caption = 'Intercept'
    end
    object MinLabel: TLabel
      Left = 7
      Top = 56
      Width = 17
      Height = 13
      Caption = 'Min'
    end
    object MaxLabel: TLabel
      Left = 7
      Top = 76
      Width = 20
      Height = 13
      Caption = 'Max'
    end
    object LogScaleCheckBox: TCheckBox
      Left = 7
      Top = 35
      Width = 150
      Height = 14
      HelpContext = 4310
      Alignment = taLeftJustify
      Caption = 'Logarithmic'
      TabOrder = 3
      OnClick = LogScaleCheckBoxClick
    end
    object MinNEdit: TNEdit
      Left = 85
      Top = 53
      Width = 72
      Height = 21
      HelpContext = 4330
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 0
      Text = '0'
      OnChange = MinNEditChange
    end
    object MaxNEdit: TNEdit
      Left = 85
      Top = 73
      Width = 72
      Height = 21
      HelpContext = 4320
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 1
      Text = '0'
      OnChange = MaxNEditChange
    end
    object InterceptNEdit: TNEdit
      Left = 85
      Top = 92
      Width = 72
      Height = 21
      HelpContext = 4270
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      AutoSelect = False
      MaxLength = 32767
      TabOrder = 2
      Text = '0'
      OnChange = InterceptNEditChange
    end
    object AutoScaleCheckBox: TCheckBox
      Left = 7
      Top = 18
      Width = 66
      Height = 14
      HelpContext = 4250
      Alignment = taLeftJustify
      Caption = 'Auto'
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = AutoScaleCheckBoxClick
    end
    object AutoZeroCheckBox: TCheckBox
      Left = 91
      Top = 18
      Width = 66
      Height = 14
      HelpContext = 4250
      Alignment = taLeftJustify
      Caption = 'Auto Zero'
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = AutoZeroCheckBoxClick
    end
  end
  object NoComboBox: TComboBox
    Left = 120
    Top = 7
    Width = 50
    Height = 21
    HelpContext = 1190
    DropDownCount = 10
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 7
    Text = '0'
    OnClick = NoComboBoxClick
  end
  object ApplyBitBtn: TBitBtn
    Left = 260
    Top = 431
    Width = 80
    Height = 22
    HelpContext = 1420
    Caption = '&Apply'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 10
    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 ZAxisGroupBox: TGroupBox
    Left = 7
    Top = 150
    Width = 163
    Height = 79
    Caption = 'Z Axis'
    Enabled = False
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    object ZAngleLabel: TLabel
      Left = 7
      Top = 16
      Width = 27
      Height = 13
      Caption = 'Angle'
    end
    object ZLengthLabel: TLabel
      Left = 7
      Top = 36
      Width = 33
      Height = 13
      Caption = 'Length'
    end
    object ZInterceptLabel: TLabel
      Left = 7
      Top = 55
      Width = 42
      Height = 13
      Caption = 'Intercept'
    end
    object ZAngleNEdit: TNEdit
      Left = 85
      Top = 13
      Width = 72
      Height = 21
      HelpContext = 3340
      DataType = dtWord
      Max = 359
      NumericType = ntInteger
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = '0'
      OnChange = ZAngleNEditChange
    end
    object ZLengthNEdit: TNEdit
      Left = 85
      Top = 33
      Width = 72
      Height = 21
      HelpContext = 3350
      DataType = dtWord
      Min = 1
      Max = 1000
      NumericType = ntInteger
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      Text = '1'
      OnChange = ZLengthNEditChange
    end
    object ZInterceptNEdit: TNEdit
      Left = 85
      Top = 52
      Width = 72
      Height = 21
      HelpContext = 4270
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      AutoSelect = False
      MaxLength = 32767
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      Text = '0'
      OnChange = ZInterceptNEditChange
    end
  end
  object LimitsGroupBox: TGroupBox
    Left = 175
    Top = 150
    Width = 163
    Height = 79
    Caption = 'Limits'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 11
    object LowerLimitLabel: TLabel
      Left = 7
      Top = 16
      Width = 29
      Height = 13
      Caption = 'Lower'
    end
    object UpperLimitLabel: TLabel
      Left = 7
      Top = 36
      Width = 29
      Height = 13
      Caption = 'Upper'
    end
    object LowerLimitNEdit: TNEdit
      Left = 85
      Top = 13
      Width = 72
      Height = 21
      HelpContext = 3340
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = '0'
      OnChange = LowerLimitNEditChange
    end
    object UpperLimitNEdit: TNEdit
      Left = 85
      Top = 33
      Width = 72
      Height = 21
      HelpContext = 3350
      DataType = dtSingle
      Min = -3.4E38
      Max = 3.4E38
      NumericType = ntScientific
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      Text = '1'
      OnChange = UpperLimitNEditChange
    end
    object LimitsVisibleCheckBox: TCheckBox
      Left = 7
      Top = 59
      Width = 150
      Height = 13
      Caption = 'Visible'
      TabOrder = 2
      OnClick = LimitsVisibleCheckBoxClick
    end
  end
  object ApplyAllBitBtn: TBitBtn
    Left = 199
    Top = 399
    Width = 80
    Height = 22
    HelpContext = 1860
    Caption = '&Apply All'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    OnClick = ApplyAllBitBtnClick
    Glyph.Data = {
      F2010000424DF201000000000000760000002800000024000000130000000100
      0400000000007C01000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333334433333
      3333333333388F3333333333000033334224333333333333338338F333333333
      0000333422224333333333333833338F33333333000033422222243333333333
      83333338F3333333000034222A22224333333338F33F33338F33333300003222
      A2A2224333333338F383F3338F33333300003A2A222A222433333338F8333F33
      38F33333000034A22222A22243333338833333F3338F333300004222A2222A22
      2433338F338F333F3338F3330000222A3A2224A22243338F3838F338F3338F33
      0000A2A333A2224A2224338F83338F338F3338F300003A33333A2224A2224338
      333338F338F3338F000033333333A2224A2243333333338F338F338F00003333
      33333A2224A2233333333338F338F83300003333333333A2224A333333333333
      8F338F33000033333333333A222433333333333338F338F30000333333333333
      A224333333333333338F38F300003333333333333A223333333333333338F8F3
      000033333333333333A3333333333333333383330000}
    NumGlyphs = 2
  end
  object GroupBox1: TGroupBox
    Left = 7
    Top = 332
    Width = 331
    Height = 61
    Caption = 'Title'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    ParentFont = False
    TabOrder = 13
    object PositionSlideBar: TSlideBar
      Left = 165
      Top = 12
      Width = 164
      Height = 36
      Hint = 
        'Left-click  1, Right-click  10, Double-click to leap, or Click' +
        '-n-Drag'
      AutoSlider = False
      BevelInner = bvNone
      BevelOuter = bvNone
      BevelWidth = 1
      BorderWidth = 1
      Color = clBtnFace
      Font.Color = clWindowText
      Font.Height = 12
      Font.Name = 'Arial'
      Font.Style = []
      Frequency = 20
      Max = 100
      Min = 0
      PageSize = 10
      Position = 50
      ShowText = True
      ShowUnits = True
      SliderWidth = 4
      SliderHeight = 14
      Ticks = 5
      SlideColor = clBtnFace
      OnChange = PositionSlideBarChange
    end
    object TitleEdit: TEdit
      Left = 8
      Top = 20
      Width = 150
      Height = 21
      HelpContext = 4950
      AutoSelect = False
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      MaxLength = 32767
      ParentFont = False
      TabOrder = 0
      OnChange = TitleEditChange
    end
    object TitleDefaultSideCheckBox: TCheckBox
      Left = 175
      Top = 41
      Width = 150
      Height = 14
      HelpContext = 4250
      Alignment = taLeftJustify
      Caption = 'Default Side'
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Pitch = fpVariable
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = TitleDefaultSideCheckBoxClick
    end
  end
end
