object Iconch: TIconch Left = 200 Top = 108 BorderStyle = bsToolWindow Caption = 'Choose an icon' ClientHeight = 160 ClientWidth = 338 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView Left = 0 Top = 0 Width = 257 Height = 160 Align = alLeft OnDblClick = Button1Click Columns = <> TabOrder = 0 end object BitBtn1: TBitBtn Left = 264 Top = 0 Width = 73 Height = 25 TabOrder = 1 OnClick = Button1Click Kind = bkOK end end