lazarus/debugger/tlocalsdlg.lfm
lazarus d894f24b93 MWE:
+ Added watches
  * Updated watches and watchproperty dialog to load as resource
  = renamed debugger resource files from *.lrc to *.lrs
  * Temporary fixed language problems on GDB (bug #508)
  * Made Debugmanager dialog handling more generic

git-svn-id: trunk@1636 -
2002-04-24 20:42:29 +00:00

26 lines
421 B
Plaintext

object LocalsDlg: TLocalsDlg
Left = 359
Top = 126
Width = 500
Height = 200
Caption = 'Locals'
object lvLocals: TListView
Left = 0
Top = 0
Width = 484
Height = 200
Align = alClient
Columns = <
item
Caption = 'Name'
Width = 150
end
item
Caption = 'Value'
Width = 400
end>
MultiSelect = True
ViewStyle = vsReport
end
end