object FormCompileMultiple: TFormCompileMultiple Left = 682 Height = 510 Top = 607 Width = 973 Caption = 'Compile multiple' ClientHeight = 510 ClientWidth = 973 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonCompile: TButton Left = 847 Height = 38 Top = 461 Width = 113 Anchors = [akRight, akBottom] Caption = 'Compile' ModalResult = 1 OnClick = ButtonCompileClick TabOrder = 0 end object ListViewTargets: TListView Left = 10 Height = 438 Top = 10 Width = 950 Anchors = [akTop, akLeft, akRight, akBottom] Checkboxes = True Columns = < item Caption = 'Name' Width = 200 end item Caption = 'Result' Width = 736 end> ParentFont = False ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport end object ButtonCancel: TButton Left = 714 Height = 38 Top = 461 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end