|
Last change
on this file was 2, checked in by chronos, 2 years ago |
- Added: Initial development version.
|
|
File size:
1.9 KB
|
| Line | |
|---|
| 1 | object Core: TCore
|
|---|
| 2 | OnCreate = DataModuleCreate
|
|---|
| 3 | OnDestroy = DataModuleDestroy
|
|---|
| 4 | OldCreateOrder = False
|
|---|
| 5 | Height = 543
|
|---|
| 6 | HorizontalOffset = 524
|
|---|
| 7 | VerticalOffset = 471
|
|---|
| 8 | Width = 796
|
|---|
| 9 | PPI = 144
|
|---|
| 10 | object ActionList1: TActionList
|
|---|
| 11 | Images = ImageList1
|
|---|
| 12 | Left = 53
|
|---|
| 13 | Top = 48
|
|---|
| 14 | object AExit: TAction
|
|---|
| 15 | Caption = 'Exit'
|
|---|
| 16 | OnExecute = AExitExecute
|
|---|
| 17 | end
|
|---|
| 18 | object AViewMemory: TAction
|
|---|
| 19 | Category = 'View'
|
|---|
| 20 | Caption = 'Memory'
|
|---|
| 21 | OnExecute = AViewMemoryExecute
|
|---|
| 22 | ShortCut = 113
|
|---|
| 23 | end
|
|---|
| 24 | object AViewDissssembler: TAction
|
|---|
| 25 | Category = 'View'
|
|---|
| 26 | Caption = 'Disassembler'
|
|---|
| 27 | OnExecute = AViewDissssemblerExecute
|
|---|
| 28 | ShortCut = 114
|
|---|
| 29 | end
|
|---|
| 30 | object AStepIn: TAction
|
|---|
| 31 | Caption = 'Step in'
|
|---|
| 32 | OnExecute = AStepInExecute
|
|---|
| 33 | ShortCut = 118
|
|---|
| 34 | end
|
|---|
| 35 | object AStepOver: TAction
|
|---|
| 36 | Caption = 'Step over'
|
|---|
| 37 | OnExecute = AStepOverExecute
|
|---|
| 38 | ShortCut = 119
|
|---|
| 39 | end
|
|---|
| 40 | object ARunToCursor: TAction
|
|---|
| 41 | Caption = 'Run to cursor'
|
|---|
| 42 | ShortCut = 115
|
|---|
| 43 | end
|
|---|
| 44 | object APause: TAction
|
|---|
| 45 | Caption = 'Pause'
|
|---|
| 46 | OnExecute = APauseExecute
|
|---|
| 47 | ShortCut = 16504
|
|---|
| 48 | end
|
|---|
| 49 | object ARun: TAction
|
|---|
| 50 | Caption = 'Run'
|
|---|
| 51 | OnExecute = ARunExecute
|
|---|
| 52 | ShortCut = 120
|
|---|
| 53 | end
|
|---|
| 54 | object AStepOut: TAction
|
|---|
| 55 | Caption = 'Step out'
|
|---|
| 56 | OnExecute = AStepOutExecute
|
|---|
| 57 | ShortCut = 8311
|
|---|
| 58 | end
|
|---|
| 59 | object AStop: TAction
|
|---|
| 60 | Caption = 'Stop'
|
|---|
| 61 | OnExecute = AStopExecute
|
|---|
| 62 | ShortCut = 8312
|
|---|
| 63 | end
|
|---|
| 64 | object AViewCpu: TAction
|
|---|
| 65 | Category = 'View'
|
|---|
| 66 | Caption = 'CPU'
|
|---|
| 67 | OnExecute = AViewCpuExecute
|
|---|
| 68 | ShortCut = 116
|
|---|
| 69 | end
|
|---|
| 70 | object AViewScreen: TAction
|
|---|
| 71 | Category = 'View'
|
|---|
| 72 | Caption = 'Screen'
|
|---|
| 73 | OnExecute = AViewScreenExecute
|
|---|
| 74 | end
|
|---|
| 75 | end
|
|---|
| 76 | object ImageList1: TImageList
|
|---|
| 77 | Left = 192
|
|---|
| 78 | Top = 48
|
|---|
| 79 | end
|
|---|
| 80 | object TimerUpdate: TTimer
|
|---|
| 81 | Interval = 500
|
|---|
| 82 | OnTimer = TimerUpdateTimer
|
|---|
| 83 | Left = 328
|
|---|
| 84 | Top = 50
|
|---|
| 85 | end
|
|---|
| 86 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.