object PbkForm: TPbkForm Left = 187 Top = 121 BorderStyle = bsDialog Caption = 'Edit phonebook entry' ClientHeight = 212 ClientWidth = 309 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 = 4 Top = 8 Width = 301 Height = 169 Columns = < item Caption = 'Type' Width = 100 end item Caption = 'Entry' Width = 190 end> RowSelect = True TabOrder = 0 ViewStyle = vsReport end object Button1: TButton Left = 4 Top = 184 Width = 73 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 224 Top = 184 Width = 81 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end end