mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 00:17:18 +01:00
* More delphi compatibility added/updated to TListView * Introduced TDebugger.locals * Moved breakpoints dialog to debugger dir * Changed breakpoints dialog to read from resource git-svn-id: trunk@1395 -
39 lines
692 B
Plaintext
39 lines
692 B
Plaintext
object BreakpointsDlg: TBreakpointsDlg
|
|
Left = 340
|
|
Top = 117
|
|
Width = 554
|
|
Height = 200
|
|
Caption = 'Breakpoints'
|
|
object ListView1: TListView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 546
|
|
Height = 171
|
|
Align = alClient
|
|
Columns = <
|
|
item
|
|
Caption = 'Filename/Address'
|
|
Width = 150
|
|
end
|
|
item
|
|
Caption = 'Line/Length'
|
|
Width = 100
|
|
end
|
|
item
|
|
Caption = 'Condition'
|
|
Width = 75
|
|
end
|
|
item
|
|
Caption = 'Action'
|
|
end
|
|
item
|
|
Caption = 'Pass Count'
|
|
Width = 100
|
|
end
|
|
item
|
|
Caption = 'Group'
|
|
end>
|
|
MultiSelect = True
|
|
ViewStyle = vsReport
|
|
end
|
|
end |