Last change
on this file was 180, checked in by chronos, 6 years ago |
- Modified: Memory dump, CPU state, screen, console moved to separate forms.
- Added: Dissasembler form.
|
File size:
532 bytes
|
Line | |
---|
1 | object FormConsole: TFormConsole
|
---|
2 | Left = 979
|
---|
3 | Height = 360
|
---|
4 | Top = 738
|
---|
5 | Width = 480
|
---|
6 | Caption = 'Console'
|
---|
7 | ClientHeight = 360
|
---|
8 | ClientWidth = 480
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '2.0.0.4'
|
---|
11 | object Memo1: TMemo
|
---|
12 | Left = 8
|
---|
13 | Height = 344
|
---|
14 | Top = 8
|
---|
15 | Width = 464
|
---|
16 | Align = alClient
|
---|
17 | BorderSpacing.Around = 8
|
---|
18 | OnKeyPress = Memo1KeyPress
|
---|
19 | ParentFont = False
|
---|
20 | ReadOnly = True
|
---|
21 | TabOrder = 0
|
---|
22 | end
|
---|
23 | object Timer1: TTimer
|
---|
24 | Interval = 100
|
---|
25 | OnTimer = Timer1Timer
|
---|
26 | left = 130
|
---|
27 | top = 168
|
---|
28 | end
|
---|
29 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.