lazarus/debugger/callstackdlg.lfm
marc b8918ec656 * Restructured debugger view classes
* Fixed help

git-svn-id: trunk@5867 -
2004-08-26 23:50:05 +00:00

53 lines
1.0 KiB
Plaintext

object CallStackDlg: TCallStackDlg
Caption = 'CallStack'
ClientHeight = 200
ClientWidth = 500
Visible = True
HorzScrollBar.Page = 501
VertScrollBar.Page = 201
Left = 843
Height = 200
Top = 202
Width = 500
object lvCallStack: TListView
Align = alClient
Columns = <
item
Caption = 'Source'
ImageIndex = -1
Visible = True
Width = 150
end
item
Caption = 'Line'
ImageIndex = -1
Visible = True
Width = 50
end
item
Caption = 'Function'
ImageIndex = -1
Visible = True
end>
ViewStyle = vsReport
OnDblClick = lvCallStackDBLCLICK
Height = 200
Width = 500
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'
end
end
end