Last change
on this file was 197, checked in by chronos, 5 years ago |
- Modified: All parts of virtual machine have own form in Forms subdirectory.
- Modified: Main form moved to Forms subdirectory.
- Modified: TCpu class moved to UCpu unit.
- Added: Assembler and dissasembler forms.
|
File size:
899 bytes
|
Line | |
---|
1 | object FormMemory: TFormMemory
|
---|
2 | Left = 522
|
---|
3 | Height = 866
|
---|
4 | Top = 256
|
---|
5 | Width = 1150
|
---|
6 | Caption = 'Memory'
|
---|
7 | ClientHeight = 866
|
---|
8 | ClientWidth = 1150
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '2.0.0.4'
|
---|
11 | object ListViewMemory: TListView
|
---|
12 | Left = 8
|
---|
13 | Height = 850
|
---|
14 | Top = 8
|
---|
15 | Width = 1134
|
---|
16 | Align = alClient
|
---|
17 | Anchors = [akTop, akLeft, akBottom]
|
---|
18 | BorderSpacing.Around = 8
|
---|
19 | Columns = <
|
---|
20 | item
|
---|
21 | Caption = 'Address'
|
---|
22 | Width = 120
|
---|
23 | end
|
---|
24 | item
|
---|
25 | Caption = 'Data'
|
---|
26 | Width = 643
|
---|
27 | end
|
---|
28 | item
|
---|
29 | Caption = 'ASCII'
|
---|
30 | Width = 356
|
---|
31 | end>
|
---|
32 | Font.Height = -20
|
---|
33 | Font.Name = 'Liberation Mono'
|
---|
34 | OwnerData = True
|
---|
35 | ParentFont = False
|
---|
36 | TabOrder = 0
|
---|
37 | ViewStyle = vsReport
|
---|
38 | OnData = ListViewMemoryData
|
---|
39 | end
|
---|
40 | object Timer1: TTimer
|
---|
41 | Interval = 500
|
---|
42 | OnTimer = Timer1Timer
|
---|
43 | left = 469
|
---|
44 | top = 205
|
---|
45 | end
|
---|
46 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.