source: branches/virtualcpu4/Forms/UFormScreen.lfm

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: 458 bytes
Line 
1object 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
26end
Note: See TracBrowser for help on using the repository browser.