object FormGevondenProducten: TFormGevondenProducten Left = 0 Top = 0 Caption = 'Gevonden producten' ClientHeight = 492 ClientWidth = 317 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ListViewProducten: TListView Left = 0 Top = 0 Width = 317 Height = 492 Align = alClient Anchors = [] BevelOuter = bvNone Columns = < item Caption = 'Naam' Width = -1 WidthType = ( -1) end item Caption = 'Nummer' Width = -1 WidthType = ( -1) end item Caption = 'Stock' Width = -1 WidthType = ( -1) end item Width = -1 WidthType = ( -1) end item Width = -1 WidthType = ( -1) end> ColumnClick = False TabOrder = 0 ViewStyle = vsReport OnSelectItem = ListViewProductenSelectItem end end