source: trunk/Forms/FormCallStack.lfm

Last change on this file was 15, checked in by chronos, 3 weeks ago
  • Modified: Faster instruction stepping.
File size: 908 bytes
Line 
1object FormCallStack: TFormCallStack
2 Left = 682
3 Height = 479
4 Top = 442
5 Width = 640
6 Caption = 'Call stack'
7 ClientHeight = 479
8 ClientWidth = 640
9 DesignTimePPI = 144
10 LCLVersion = '4.6.0.0'
11 OnShow = FormShow
12 object ListView1: TListView
13 Left = 9
14 Height = 465
15 Top = 8
16 Width = 631
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 Columns = <
19 item
20 Caption = 'Index'
21 Width = 100
22 end
23 item
24 Caption = 'Address'
25 Width = 100
26 end
27 item
28 Caption = 'Value'
29 Width = 100
30 end
31 item
32 Caption = 'Comment'
33 Width = 316
34 end>
35 OwnerData = True
36 ReadOnly = True
37 RowSelect = True
38 TabOrder = 0
39 ViewStyle = vsReport
40 OnData = ListView1Data
41 end
42 object Timer1: TTimer
43 Interval = 50
44 OnTimer = Timer1Timer
45 Left = 91
46 Top = 88
47 end
48end
Note: See TracBrowser for help on using the repository browser.