object listopt: Tlistopt Left = 192 Top = 137 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'List Display Options' ClientHeight = 439 ClientWidth = 338 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 14 object ListView1: TListView Left = 0 Top = 0 Width = 338 Height = 439 Align = alClient Checkboxes = True Columns = < item Width = -2 WidthType = ( -2) end> FlatScrollBars = True GridLines = True ReadOnly = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnClick = ListView1Click end end