object ItemSelectForm: TItemSelectForm Left = 346 Height = 346 Top = 153 Width = 491 Caption = 'Item select' ClientHeight = 346 ClientWidth = 491 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.31' object ListView1: TListView Left = 8 Height = 300 Top = 8 Width = 478 Anchors = [akTop, akLeft, akRight, akBottom] Columns = <> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnResize = ListView1Resize end object ButtonSelect: TButton Left = 413 Height = 25 Top = 316 Width = 75 Anchors = [akRight, akBottom] Caption = 'Select' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 324 Height = 25 Top = 316 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end