lazarus/debugger/registersdlg.lfm
marc 88ff1df906 + Added Registers debug view
git-svn-id: trunk@17431 -
2008-11-19 01:35:01 +00:00

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