lazarus/debugger/localsdlg.lfm
2005-09-06 15:03:24 +00:00

31 lines
572 B
Plaintext

object LocalsDlg: TLocalsDlg
Caption = 'Locals'
ClientHeight = 200
ClientWidth = 500
HorzScrollBar.Page = 501
VertScrollBar.Page = 201
Left = 359
Height = 200
Top = 126
Width = 500
object lvLocals: TListView
Align = alClient
Columns = <
item
Caption = 'Name'
ImageIndex = -1
Visible = True
Width = 150
end
item
Caption = 'Value'
ImageIndex = -1
Visible = True
end>
MultiSelect = True
ViewStyle = vsReport
Height = 200
Width = 500
end
end