object FormMerge: TFormMerge Left = 829 Height = 567 Top = 436 Width = 901 Caption = 'Merge' ClientHeight = 567 ClientWidth = 901 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '3.4.0.0' object ButtonOk: TButton Left = 775 Height = 38 Top = 520 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 640 Height = 38 Top = 520 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ListView1: TListView Left = 16 Height = 497 Top = 10 Width = 872 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Id' Width = 100 end item Caption = 'File name' Width = 200 end item Width = 557 end> OwnerData = True ReadOnly = True TabOrder = 2 ViewStyle = vsReport OnData = ListView1Data end end