object FormCallStack: TFormCallStack Left = 682 Height = 479 Top = 442 Width = 640 Caption = 'Call stack' ClientHeight = 479 ClientWidth = 640 DesignTimePPI = 144 LCLVersion = '4.6.0.0' OnShow = FormShow object ListView1: TListView Left = 9 Height = 465 Top = 8 Width = 631 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Index' Width = 100 end item Caption = 'Address' Width = 100 end item Caption = 'Value' Width = 100 end item Caption = 'Comment' Width = 316 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer Left = 91 Top = 88 end end