source: trunk/Forms/FormCPU.lfm

Last change on this file was 149, checked in by chronos, 13 months ago
  • Modified: Use TFormEx class from Common package.
File size: 1.5 KB
Line 
1object FormCPU: TFormCPU
2 Left = 262
3 Height = 430
4 Top = 127
5 Width = 621
6 Caption = 'CPU'
7 ClientHeight = 430
8 ClientWidth = 621
9 DesignTimePPI = 144
10 LCLVersion = '3.4.0.0'
11 object Label4: TLabel
12 Left = 12
13 Height = 26
14 Top = 72
15 Width = 112
16 Caption = 'Step counter:'
17 ParentColor = False
18 ParentFont = False
19 end
20 object Label7: TLabel
21 Left = 12
22 Height = 26
23 Top = 108
24 Width = 57
25 Caption = 'Speed:'
26 ParentColor = False
27 ParentFont = False
28 end
29 object LabelStepSpeed: TLabel
30 Left = 288
31 Height = 26
32 Top = 108
33 Width = 15
34 Caption = ' '
35 ParentColor = False
36 ParentFont = False
37 end
38 object LabelStepCounter: TLabel
39 Left = 288
40 Height = 26
41 Top = 72
42 Width = 15
43 Caption = ' '
44 ParentColor = False
45 ParentFont = False
46 end
47 object LabelMemoryPointer: TLabel
48 Left = 288
49 Height = 26
50 Top = 36
51 Width = 15
52 Caption = ' '
53 ParentColor = False
54 ParentFont = False
55 end
56 object LabelProgramPointer: TLabel
57 Left = 288
58 Height = 26
59 Top = 0
60 Width = 15
61 Caption = ' '
62 ParentColor = False
63 ParentFont = False
64 end
65 object Label3: TLabel
66 Left = 12
67 Height = 26
68 Top = 0
69 Width = 145
70 Caption = 'Program pointer:'
71 ParentColor = False
72 ParentFont = False
73 end
74 object Label5: TLabel
75 Left = 12
76 Height = 26
77 Top = 36
78 Width = 141
79 Caption = 'Memory pointer:'
80 ParentColor = False
81 ParentFont = False
82 end
83end
Note: See TracBrowser for help on using the repository browser.