object LocalsDlg: TLocalsDlg ActiveControl = lvLocals Caption = 'Locals' ClientHeight = 200 ClientWidth = 500 PixelsPerInch = 112 HorzScrollBar.Page = 499 VertScrollBar.Page = 199 Left = 359 Height = 200 Top = 126 Width = 500 object lvLocals: TListView Align = alClient Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Value' end> MultiSelect = True RowSelect = True TabOrder = 0 ViewStyle = vsReport Height = 200 Width = 500 end end