source: trunk/Forms/FormCpu.lfm

Last change on this file was 2, checked in by chronos, 14 months ago
  • Added: Initial development version.
File size: 716 bytes
Line 
1object FormCpu: TFormCpu
2 Left = 834
3 Height = 438
4 Top = 501
5 Width = 476
6 Caption = 'CPU'
7 ClientHeight = 438
8 ClientWidth = 476
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object GroupBox1: TGroupBox
12 Left = 22
13 Height = 370
14 Top = 22
15 Width = 230
16 Caption = 'Registers'
17 ClientHeight = 343
18 ClientWidth = 228
19 TabOrder = 0
20 object ValueListEditor1: TValueListEditor
21 Left = 16
22 Height = 323
23 Top = 5
24 Width = 192
25 FixedCols = 0
26 RowCount = 2
27 TabOrder = 0
28 ColWidths = (
29 96
30 94
31 )
32 end
33 end
34 object TimerUpdate: TTimer
35 Interval = 200
36 OnTimer = TimerUpdateTimer
37 Left = 324
38 Top = 147
39 end
40end
Note: See TracBrowser for help on using the repository browser.