mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 20:17:44 +01:00
28 lines
510 B
Plaintext
28 lines
510 B
Plaintext
inherited RegistersDlg: TRegistersDlg
|
|
Left = 359
|
|
Height = 253
|
|
Top = 126
|
|
Width = 346
|
|
ActiveControl = lvRegisters
|
|
Caption = 'Registers'
|
|
ClientHeight = 253
|
|
ClientWidth = 346
|
|
object lvRegisters: TListView[0]
|
|
Height = 253
|
|
Width = 346
|
|
Align = alClient
|
|
Columns = <
|
|
item
|
|
Caption = 'Name'
|
|
Width = 150
|
|
end
|
|
item
|
|
Caption = 'Value'
|
|
end>
|
|
MultiSelect = True
|
|
RowSelect = True
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|