lazarus/debugger/callstackdlg.lfm
2008-01-12 17:09:27 +00:00

60 lines
1.2 KiB
Plaintext

inherited CallStackDlg: TCallStackDlg
Left = 553
Height = 200
Top = 318
Width = 567
HorzScrollBar.Page = 566
VertScrollBar.Page = 199
ActiveControl = lvCallStack
Caption = 'CallStack'
ClientHeight = 200
ClientWidth = 567
Visible = True
object lvCallStack: TListView
Height = 200
Width = 567
Align = alClient
Columns = <
item
Width = 20
end
item
Caption = 'Source'
Width = 150
end
item
Caption = 'Line'
end
item
Caption = 'Function'
Width = 290
end>
PopupMenu = mnuPopup
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = lvCallStackDBLCLICK
end
object mnuPopup: TPopupMenu
left = 66
top = 88
object popShow: TMenuItem
Caption = 'Show'
Default = True
OnClick = popShowClick
end
object N1: TMenuItem
Caption = '-'
end
object popSetAsCurrent: TMenuItem
Caption = 'Set as current'
OnClick = popSetAsCurrentClick
end
object popCopyAll: TMenuItem
Caption = 'Copy all'
ShortCut = 16451
OnClick = popCopyAllClick
end
end
end