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:
458 bytes
|
Line | |
---|
1 | object FormScreen: TFormScreen
|
---|
2 | Left = 600
|
---|
3 | Height = 360
|
---|
4 | Top = 453
|
---|
5 | Width = 480
|
---|
6 | Caption = 'Screen'
|
---|
7 | ClientHeight = 360
|
---|
8 | ClientWidth = 480
|
---|
9 | DesignTimePPI = 144
|
---|
10 | OnShow = FormShow
|
---|
11 | LCLVersion = '2.0.0.4'
|
---|
12 | object Image1: TImage
|
---|
13 | Left = 0
|
---|
14 | Height = 360
|
---|
15 | Top = 0
|
---|
16 | Width = 480
|
---|
17 | Align = alClient
|
---|
18 | OnResize = Image1Resize
|
---|
19 | end
|
---|
20 | object Timer1: TTimer
|
---|
21 | Interval = 50
|
---|
22 | OnTimer = Timer1Timer
|
---|
23 | left = 239
|
---|
24 | top = 107
|
---|
25 | end
|
---|
26 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.