object PbkForm: TPbkForm Left = 263 Top = 136 BorderStyle = bsDialog Caption = 'View phonebook entry' ClientHeight = 207 ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView Left = 8 Top = 8 Width = 297 Height = 161 Columns = < item Caption = 'Type' Width = 100 end item Caption = 'Entry' Width = 190 end> ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object Button1: TButton Left = 8 Top = 176 Width = 77 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 224 Top = 176 Width = 81 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end end