mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 19:25:59 +02:00
31 lines
572 B
Plaintext
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
|