object FormProjectNew: TFormProjectNew Left = 301 Height = 360 Top = 112 Width = 519 Caption = 'New item' ClientHeight = 360 ClientWidth = 519 OnShow = FormShow LCLVersion = '1.1' object ButtonOk: TButton Left = 424 Height = 25 Top = 328 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 336 Height = 25 Top = 328 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 7 TabOrder = 1 end object ListView1: TListView Left = 10 Height = 310 Top = 10 Width = 494 Anchors = [akTop, akLeft, akRight, akBottom] Columns = <> ReadOnly = True TabOrder = 2 ViewStyle = vsIcon OnChange = ListView1Change OnDblClick = ListView1DblClick OnSelectItem = ListView1SelectItem end end