source: branches/virtcpu varint/Forms/UFormCpuState.lfm

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: 926 bytes
Line 
1object FormCpuState: TFormCpuState
2 Left = 453
3 Height = 910
4 Top = 146
5 Width = 729
6 Caption = 'CPU state'
7 ClientHeight = 910
8 ClientWidth = 729
9 DesignTimePPI = 144
10 LCLVersion = '2.0.2.0'
11 object ListViewRegisters: TListView
12 Left = 8
13 Height = 888
14 Top = 8
15 Width = 384
16 Anchors = [akTop, akLeft, akBottom]
17 Columns = <
18 item
19 Caption = 'Register'
20 Width = 120
21 end
22 item
23 Width = 249
24 end>
25 Font.Height = -20
26 Font.Name = 'Liberation Mono'
27 OwnerData = True
28 ParentFont = False
29 TabOrder = 0
30 ViewStyle = vsReport
31 OnData = ListViewRegistersData
32 end
33 object LabelTicks: TLabel
34 Left = 400
35 Height = 26
36 Top = 8
37 Width = 48
38 Caption = 'Ticks:'
39 ParentColor = False
40 ParentFont = False
41 end
42 object Timer1: TTimer
43 Interval = 500
44 OnTimer = Timer1Timer
45 left = 428
46 top = 299
47 end
48end
Note: See TracBrowser for help on using the repository browser.