object FormCompare: TFormCompare Left = 846 Height = 456 Top = 492 Width = 867 Caption = 'Compare' ClientHeight = 456 ClientWidth = 867 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonCancel: TButton Left = 600 Height = 38 Top = 400 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ButtonCompare: TButton Left = 736 Height = 38 Top = 400 Width = 113 Anchors = [akRight, akBottom] Caption = 'Compare' ModalResult = 1 OnClick = ButtonCompareClick TabOrder = 1 end object ScrollBox1: TScrollBox Left = 8 Height = 376 Top = 8 Width = 841 HorzScrollBar.Page = 276 VertScrollBar.Page = 230 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 374 ClientWidth = 839 TabOrder = 2 object EditAnotherFile: TEdit Left = 144 Height = 43 Top = 19 Width = 562 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonBrowse: TButton Left = 720 Height = 38 Top = 19 Width = 113 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = ButtonBrowseClick TabOrder = 1 end object Label1: TLabel Left = 21 Height = 26 Top = 26 Width = 104 Caption = 'Another file:' ParentColor = False end object CheckBoxSortContacts: TCheckBox Left = 23 Height = 30 Top = 81 Width = 136 Caption = 'Sort contacts' Checked = True State = cbChecked TabOrder = 2 end object CheckBoxNormalizePhoneNumbers: TCheckBox Left = 23 Height = 30 Top = 120 Width = 253 Caption = 'Normalize phone numbers' Checked = True State = cbChecked TabOrder = 3 end object CheckBoxWithoutPhotos: TCheckBox Left = 24 Height = 30 Top = 160 Width = 157 Caption = 'Without photos' Checked = True State = cbChecked TabOrder = 4 end object CheckBoxRemoveExactDuplicates: TCheckBox Left = 24 Height = 30 Top = 200 Width = 236 Caption = 'Remove exact duplicates' Checked = True State = cbChecked TabOrder = 5 end end object OpenDialog1: TOpenDialog Left = 753 Top = 153 end end