mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
63 lines
1.3 KiB
Text
63 lines
1.3 KiB
Text
object frmStacktrace: TfrmStacktrace
|
|
Left = 228
|
|
Height = 274
|
|
Top = 148
|
|
Width = 683
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'Stacktrace'
|
|
ClientHeight = 274
|
|
ClientWidth = 683
|
|
Font.Height = -14
|
|
Font.Name = 'MS Sans Serif'
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.0.8.0'
|
|
object ListView1: TListView
|
|
Left = 0
|
|
Height = 274
|
|
Top = 0
|
|
Width = 683
|
|
Align = alClient
|
|
Columns = <
|
|
item
|
|
Caption = 'PC'
|
|
Width = 123
|
|
end
|
|
item
|
|
Caption = 'Stack'
|
|
Width = 123
|
|
end
|
|
item
|
|
Caption = 'Frame'
|
|
Width = 123
|
|
end
|
|
item
|
|
Caption = 'Return'
|
|
Width = 123
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Parameters'
|
|
Width = 187
|
|
end>
|
|
PopupMenu = PopupMenu1
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnDblClick = ListView1DblClick
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
left = 88
|
|
top = 56
|
|
object Refresh1: TMenuItem
|
|
Caption = 'Refresh'
|
|
OnClick = Refresh1Click
|
|
end
|
|
object miManualStackwalk: TMenuItem
|
|
Caption = 'Manual input'
|
|
OnClick = miManualStackwalkClick
|
|
end
|
|
end
|
|
end
|