source: tags/1.0.0/Forms/UFormCPU.lfm

Last change on this file was 59, checked in by chronos, 9 years ago
  • Added: Support for high DPI screens. If not detected automatically correctly then user can specify desired values.
  • Updated: Common package to newer version.
File size: 1.3 KB
Line 
1object FormCPU: TFormCPU
2 Left = 262
3 Height = 287
4 Top = 127
5 Width = 414
6 Caption = 'CPU'
7 ClientHeight = 287
8 ClientWidth = 414
9 LCLVersion = '1.3'
10 object Label4: TLabel
11 Left = 8
12 Height = 25
13 Top = 48
14 Width = 124
15 Caption = 'Step counter:'
16 ParentColor = False
17 end
18 object Label7: TLabel
19 Left = 8
20 Height = 25
21 Top = 72
22 Width = 63
23 Caption = 'Speed:'
24 ParentColor = False
25 end
26 object LabelStepSpeed: TLabel
27 Left = 192
28 Height = 25
29 Top = 72
30 Width = 15
31 Caption = ' '
32 ParentColor = False
33 end
34 object LabelStepCounter: TLabel
35 Left = 192
36 Height = 25
37 Top = 48
38 Width = 15
39 Caption = ' '
40 ParentColor = False
41 end
42 object LabelMemoryPointer: TLabel
43 Left = 192
44 Height = 25
45 Top = 24
46 Width = 15
47 Caption = ' '
48 ParentColor = False
49 end
50 object LabelProgramPointer: TLabel
51 Left = 192
52 Height = 25
53 Top = 0
54 Width = 15
55 Caption = ' '
56 ParentColor = False
57 end
58 object Label3: TLabel
59 Left = 8
60 Height = 25
61 Top = 0
62 Width = 159
63 Caption = 'Program pointer:'
64 ParentColor = False
65 end
66 object Label5: TLabel
67 Left = 8
68 Height = 25
69 Top = 24
70 Width = 156
71 Caption = 'Memory pointer:'
72 ParentColor = False
73 end
74end
Note: See TracBrowser for help on using the repository browser.