Last change
on this file since 40 was 39, checked in by chronos, 13 years ago |
- Fixed: Step into, step over, step out, run to cursor debbuging actions.
- Fixed: Updating interface from interpretter thread using synchronization.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[38] | 1 | object FormCPU: TFormCPU
|
---|
[37] | 2 | Left = 262
|
---|
[38] | 3 | Height = 287
|
---|
[37] | 4 | Top = 127
|
---|
[38] | 5 | Width = 414
|
---|
[39] | 6 | Caption = 'CPU'
|
---|
[38] | 7 | ClientHeight = 287
|
---|
| 8 | ClientWidth = 414
|
---|
[37] | 9 | LCLVersion = '0.9.31'
|
---|
[38] | 10 | object Label4: TLabel
|
---|
| 11 | Left = 8
|
---|
| 12 | Height = 18
|
---|
| 13 | Top = 42
|
---|
| 14 | Width = 87
|
---|
| 15 | Caption = 'Step counter:'
|
---|
| 16 | ParentColor = False
|
---|
[37] | 17 | end
|
---|
[38] | 18 | object Label7: TLabel
|
---|
| 19 | Left = 8
|
---|
| 20 | Height = 18
|
---|
| 21 | Top = 62
|
---|
| 22 | Width = 45
|
---|
| 23 | Caption = 'Speed:'
|
---|
| 24 | ParentColor = False
|
---|
[37] | 25 | end
|
---|
[38] | 26 | object LabelStepSpeed: TLabel
|
---|
| 27 | Left = 119
|
---|
| 28 | Height = 18
|
---|
| 29 | Top = 62
|
---|
| 30 | Width = 13
|
---|
| 31 | Caption = ' '
|
---|
| 32 | ParentColor = False
|
---|
[37] | 33 | end
|
---|
[38] | 34 | object LabelStepCounter: TLabel
|
---|
| 35 | Left = 119
|
---|
| 36 | Height = 18
|
---|
| 37 | Top = 42
|
---|
| 38 | Width = 13
|
---|
| 39 | Caption = ' '
|
---|
| 40 | ParentColor = False
|
---|
[37] | 41 | end
|
---|
[38] | 42 | object LabelMemoryPointer: TLabel
|
---|
| 43 | Left = 119
|
---|
| 44 | Height = 18
|
---|
| 45 | Top = 24
|
---|
| 46 | Width = 13
|
---|
| 47 | Caption = ' '
|
---|
| 48 | ParentColor = False
|
---|
[37] | 49 | end
|
---|
[38] | 50 | object LabelProgramPointer: TLabel
|
---|
| 51 | Left = 119
|
---|
| 52 | Height = 18
|
---|
| 53 | Top = 8
|
---|
| 54 | Width = 13
|
---|
| 55 | Caption = ' '
|
---|
| 56 | ParentColor = False
|
---|
| 57 | end
|
---|
| 58 | object Label3: TLabel
|
---|
| 59 | Left = 8
|
---|
| 60 | Height = 18
|
---|
| 61 | Top = 8
|
---|
| 62 | Width = 110
|
---|
| 63 | Caption = 'Program pointer:'
|
---|
| 64 | ParentColor = False
|
---|
| 65 | end
|
---|
| 66 | object Label5: TLabel
|
---|
| 67 | Left = 8
|
---|
| 68 | Height = 18
|
---|
| 69 | Top = 24
|
---|
| 70 | Width = 108
|
---|
| 71 | Caption = 'Memory pointer:'
|
---|
| 72 | ParentColor = False
|
---|
| 73 | end
|
---|
[37] | 74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.