object FormCompileMultiple: TFormCompileMultiple Left = 682 Height = 531 Top = 607 Width = 1014 Caption = 'Compile multiple' ClientHeight = 531 ClientWidth = 1014 DesignTimePPI = 150 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.0.4' object ButtonCompile: TButton Left = 882 Height = 40 Top = 480 Width = 118 Anchors = [akRight, akBottom] Caption = 'Compile' ModalResult = 1 OnClick = ButtonCompileClick TabOrder = 0 end object ListViewTargets: TListView Left = 10 Height = 456 Top = 10 Width = 990 Anchors = [akTop, akLeft, akRight, akBottom] Checkboxes = True Columns = < item Caption = 'Name' Width = 208 end item Caption = 'Result' Width = 767 end> ParentFont = False ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport end object ButtonCancel: TButton Left = 744 Height = 40 Top = 480 Width = 118 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end