mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 01:02:39 +02:00
31 lines
565 B
Plaintext
31 lines
565 B
Plaintext
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
|