object Form1: TForm1
  Left = 412
  Top = 414
  BorderStyle = bsDialog
  Caption = 'Column Unduplicator'
  ClientHeight = 230
  ClientWidth = 203
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Icon.Data = {
    0000010001002020100000000000E80200001600000028000000200000004000
    0000010004000000000080020000000000000000000000000000000000000000
    000000008000008000000080800080000000800080008080000080808000C0C0
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00BBBB
    BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
    BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB999999999999BBBBBBBBBBBBBB
    BBBBB99999999999999BBBBBBBBBBBBBBBB999999999999999999BBBBBBBBBBB
    BBB999999999999999999BBBBBBBBBBBBB99999B99999999B99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBB99999BBBBBBBBBB99999BBBBBBBBBB
    BB99999BBBBBBBBBB99999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
    BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB0000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  OldCreateOrder = True
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 10
    Width = 185
    Height = 79
    Caption = 'Heading Options'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object RBPreserve: TRadioButton
      Left = 8
      Top = 16
      Width = 153
      Height = 17
      Caption = 'Preserve heading'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object RBIgnore: TRadioButton
      Left = 8
      Top = 56
      Width = 113
      Height = 17
      Caption = 'There is no heading'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      TabStop = True
    end
    object RBRemove: TRadioButton
      Left = 8
      Top = 36
      Width = 113
      Height = 17
      Caption = 'Remove heading'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
  end
  object ContinueButton: TButton
    Left = 8
    Top = 198
    Width = 69
    Height = 25
    Caption = 'Continue'
    TabOrder = 5
    OnClick = ContinueButtonClick
  end
  object CloseButton: TButton
    Left = 121
    Top = 198
    Width = 60
    Height = 25
    Caption = 'Close'
    TabOrder = 6
    OnClick = CloseButtonClick
  end
  object MaintOrderChBx: TCheckBox
    Left = 6
    Top = 120
    Width = 155
    Height = 17
    Caption = 'Maintain Original Order'
    Checked = True
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    State = cbChecked
    TabOrder = 2
    OnClick = MaintainOrderCheckBoxClick
  end
  object KeepUniqueChBx: TCheckBox
    Left = 6
    Top = 168
    Width = 155
    Height = 17
    Caption = 'Only Keep Unique Lines'
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 4
  end
  object RetainHolesChBx: TCheckBox
    Left = 6
    Top = 144
    Width = 155
    Height = 17
    Caption = 'Retain "Holes"'
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 3
  end
  object PreCompressChBx: TCheckBox
    Left = 6
    Top = 96
    Width = 170
    Height = 17
    Caption = 'Remove Empty Lines First'
    Checked = True
    Color = clInfoBk
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    State = cbChecked
    TabOrder = 1
  end
  object ZapTimer: TTimer
    Enabled = False
    Interval = 20
    OnTimer = OnZapTimer
    Left = 168
    Top = 120
  end
end